kyleneideck / BackgroundMusic

Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio.
GNU General Public License v2.0
16.24k stars 675 forks source link

Install Error #684

Open ZeligLim opened 1 year ago

ZeligLim commented 1 year ago

Description of the bug what happened in terminal: Last login: Sat Jun 3 21:46:45 on ttys000 zeliglim@Zeligs-MacBook-Pro ~ % (set -eo pipefail; URL='https://github.com/kyleneideck/BackgroundMusic/archive/master.tar.gz'; \ cd $(mktemp -d); echo Downloading $URL to $(pwd); curl -qfL# $URL | gzcat - | tar x && \ /bin/bash BackgroundMusic-master/build_and_install.sh -w && rm -rf BackgroundMusic-master) Downloading https://github.com/kyleneideck/BackgroundMusic/archive/master.tar.gz to /var/folders/3v/y5g8n6yx2fz1b8q2s65czy580000gn/T/tmp.hECj1al1 -=O=# # # #
About to install Background Music. Please pause all audio, if you can.

This script will install:

Continue (y/N)? y Password:

Cleaning [1/3] Installing the virtual audio device Background Music Device.driver to /Library/Audio/Plug-Ins/HAL ERROR: Install failed at line 233 with the message: A build command failed. Probably a compilation error.

Feel free to report this. If you do, you'll probably want to include the build_and_install.log file from this directory (/var/folders/3v/y5g8n6yx2fz1b8q2s65czy580000gn/T/tmp.hECj1al1/BackgroundMusic-master). But quickly skim through it first to check that it doesn't include any personal information. It shouldn't, but this is alpha software so you never know.

To try building and installing without this build script, see MANUAL-INSTALL.md.

You can also try ignoring compiler warnings with: BackgroundMusic-master/build_and_install.sh -w

Error details: Line 233. The last command was (probably) sudo /usr/bin/xcodebuild -scheme Background Music Device -configuration Release -enableAddressSanitizer NO BUILD_DIR=./build RUN_CLANG_STATIC_ANALYZER=0 DSTROOT=/ OTHER_CFLAGS="-Wno-error" install which exited with status 65.

zeliglim@Zeligs-MacBook-Pro ~ %

Versions

Please complete the following information.

  • Background Music: [version 0.4.0]
  • macOS: 13.4 (22F66)

Hardware 2022 M1 MacBook Pro 14

Other info

I downloaded X code

61Mustafa commented 1 year ago

Hi Zeliglim,

I have the same issue right now, did you find any solution for this problem? Im more thinking that the redirected Xcode path has been located wrong. I don't know how to change it so that's why I can't do anything too :)

Please let me know! Thanks in advance.

Greetings, Mustafa

ZeligLim commented 1 year ago

Hi, sorry to tell you that it was unresolved and I gave up using it since it was really unstable with the download package.

On 30 Jun 2023, at 11:41 AM, 61Mustafa @.***> wrote:

Hi Zeliglim,

I have the same issue right now, did you find any solution for this problem? Im more thinking that the redirected Xcode path has been located wrong. I don't know how to change it so that's why I can't do anything too :)

Please let me know! Thanks in advance.

Greetings, Mustafa

— Reply to this email directly, view it on GitHub https://github.com/kyleneideck/BackgroundMusic/issues/684#issuecomment-1614071223, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXW2JD2YNHMVQHUVUPXUXP3XNZDHHANCNFSM6AAAAAAYZKDDZY. You are receiving this because you authored the thread.