[MacPorts] #49890: soxr 0.1.2 Problem while installing soxr
#49890: soxr 0.1.2 Problem while installing soxr ---------------------------+-------------------------------- Reporter: yvan.strahm@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: ---------------------------+-------------------------------- Unable to install soxr -- Ticket URL: <https://trac.macports.org/ticket/49890> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Changes (by devans@…): * owner: macports-tickets@… => casr+macports@… * cc: devans@… (added) * version: 2.3.4 => * port: => soxr Comment: When submitting a ticket please copy maintainer. {{{ port info --maintainer soxr maintainer: casr+macports@darkcog.com, openmaintainer@macports.org }}} -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+---------------------- Reporter: yvan.strahm@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+---------------------- Changes (by devans@…): * owner: casr+macports@… => devans@… * status: new => assigned -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Changes (by devans@…): * owner: devans@… => casr+macports@… * status: assigned => new -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by casr+macports@…): Replying to [comment:1 devans@…]:
When submitting a ticket please copy maintainer. {{{ port info --maintainer soxr maintainer: casr+macports@darkcog.com, openmaintainer@macports.org }}}
Odd that is complaining about missing C standard library header files. Have you tried cleaning the port just in case that fixes it? ( {{{sudo -s -- 'port clean soxr && port install soxr'}}} ) Usually I do not run Xcode but I will install it just to make sure that is not the cause. Could you try some things and report back: 1. Edit the Portfile so that the line {{{configure.args}}} reads {{{configure.args-append}}}. a. {{{sudo -e `port dir soxr`/Portfile}}} b. Edit line 34 c. {{{sudo -s -- 'port clean soxr && port install soxr'}}} 2. Install another CMake based port. I want to narrow own that CMake isn't a problem b. For this we can use ''taglib'' which doesn't have many dependencies c. {{{sudo port install taglib}}} 3. More details about your setup. Operating system, machine type, etc. -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by yvan.strahm@…): Hello thanks for taking time for this. Here the ouptout of the first cleaninstall command {{{ sudo -s -- 'port clean soxr && port install soxr' Password: ---> Cleaning soxr ---> Computing dependencies for soxr ---> Fetching archive for soxr ---> Attempting to fetch soxr-0.1.2_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/soxr ---> Attempting to fetch soxr-0.1.2_0.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/soxr ---> Attempting to fetch soxr-0.1.2_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/soxr ---> Fetching distfiles for soxr ---> Verifying checksums for soxr ---> Extracting soxr ---> Configuring soxr ---> Building soxr Error: org.macports.build for port soxr returned: command execution failed Please see the log file for port soxr for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_soxr/soxr/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port soxr failed }}} 1. I edited to port file to {{{ #configure.args -DBUILD_TESTS=no configure.args configure.args-append }}} and the install failed again , see log 2. Taglib also failed, see log 3. My system {{{ Darwin macus40.lan 15.0.0 Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 x86_64 }}} It is a MacBook Pro {{{ Model Name: MacBook Pro Model Identifier: MacBookPro8,2 Processor Name: Intel Core i7 Processor Speed: 2,2 GHz Number of Processors: 1 Total Number of Cores: 4 L2 Cache (per Core): 256 KB L3 Cache: 6 MB Memory: 8 GB }}} Hope it is what you wanted. -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by casr+macports@…): Replying to [comment:5 yvan.strahm@…]:
1. I edited to port file to {{{
#configure.args -DBUILD_TESTS=no configure.args configure.args-append }}}
Ah, you misunderstood me here. It should read more like: {{{ #configure.args -DBUILD_TESTS=no configure.args-append -DBUILD_TESTS=no }}} You could try that again but I'm starting to think it's nothing to do with that anyway. You should, however, reset that file before you go any further. I've since built {{{soxr}}} with Xcode without any problems. I've also tried upgrading CMake to the same version as you have but that was okay too.
2. Taglib also failed, see log
It seems likely to be an issue around CMake. Have you changed any configuration files for CMake or MacPorts? That might have upset the paths for standard libraries. Or perhaps you may have done a non-standard MacPorts installation? -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by yvan.strahm@…): Not I can remember... Could rootless be a problem? -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by casr+macports@…): I'm not familiar with running a rootless MacPorts but I don't think it should cause an issue. Perhaps if you've mixed installing things with and without root permissions it may have some peculiarities though. What version of Xcode are you running? -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by yvan.strahm@…): I am running Xcode Version 7.1.1 (7B1005) -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by casr+macports@…): You could try a clean install of {{{cmake}}} and then re-run an install of {{{soxr}}}. If that works the next step might be the more extreme reinstall MacPorts.. -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:10> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by yvan.strahm@…): I did and but it did not save the problem.... And now all the port are gone ;-( I will try to create a new user to see if something in my settings is wrong. -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:11> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by yvan.strahm@…): Reinstall xcode both via App Store and downloading via mac developer site and reinstalling macports, nothing worked... I will try to install soxr on another machine see it it works.... -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:12> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by yvan.strahm@…): Nothing worked so far. Anyone has an idea? -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:13> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by mf2k@…): Works fine here. You mentioned an old version of Xcode. Update to the latest version (7.2) and also make sure your command line tools are updated. -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:14> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: soxr | ----------------------------+----------------------------- Comment (by yvan.strahm@…): Xcode 7.2 was installed and running but when I open AppStore to check about the command line tools, AppStore indicated Xcode as not installed. After re-installation of both Xcode and command line tools everything work as it should. You can close the ticket and thanks again for your time and help. -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:15> MacPorts <https://www.macports.org/> Ports system for OS X
#49890: soxr 0.1.2 Problem while installing soxr ----------------------------+----------------------------- Reporter: yvan.strahm@… | Owner: casr+macports@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: invalid | Keywords: Port: soxr | ----------------------------+----------------------------- Changes (by mf2k@…): * status: new => closed * resolution: => invalid -- Ticket URL: <https://trac.macports.org/ticket/49890#comment:16> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts