[MacPorts] #38965: Error: org.macports.build for port libkdcraw returned: command execution failed
#38965: Error: org.macports.build for port libkdcraw returned: command execution failed -------------------------+-------------------------------- Reporter: phy.ywl@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: libkdcraw | Port: -------------------------+-------------------------------- This error is a result of having multiple arch option in cmake flags.[[BR]] Changing [[BR]] CMAKE_CXX_FLAGS:STRING='-pipe -O2 -arch x86_64 -arch i386 '[[BR]] CMAKE_C_FLAGS:STRING='-pipe -O2 -arch x86_64 -arch i386 '[[BR]] CMAKE_OSX_ARCHITECTURES:STRING=x86_64;i386[[BR]] CMAKE_SHARED_LINKER_FLAGS:STRING= -arch x86_64 -arch i386 to CMAKE_CXX_FLAGS:STRING='-pipe -O2 -arch x86_64 '[[BR]] CMAKE_C_FLAGS:STRING='-pipe -O2 -arch x86_64 '[[BR]] CMAKE_OSX_ARCHITECTURES:STRING=x86_64[[BR]] CMAKE_SHARED_LINKER_FLAGS:STRING= -arch x86_64 in CMakeCache.txt located within the /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_libkdcraw/libkdcraw/work/build/ solved the problem.[[BR]] As the log was auto deleted after successful build, i cannot show the original error message.[[BR]] Furthermore, libkdcraw was a dependency when building digikam.[[BR]] Hopes this saves peoples' time on similar problem as I found no similar report or solutions. -- Ticket URL: <https://trac.macports.org/ticket/38965> MacPorts <http://www.macports.org/> Ports system for OS X
#38965: Error: org.macports.build for port libkdcraw returned: command execution failed --------------------------+-------------------------------- Reporter: phy.ywl@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: libkdcraw Port: | --------------------------+-------------------------------- Comment (by phy.ywl@…): Forgot to mention it was under OSX 10.8.3 and xcode 4.6.1, no additional configuration on the macport. -- Ticket URL: <https://trac.macports.org/ticket/38965#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#38965: Error: org.macports.build for port libkdcraw returned: command execution failed ------------------------+--------------------- Reporter: phy.ywl@… | Owner: nicos@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: libkdcraw | ------------------------+--------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => nicos@… * keywords: libkdcraw => * type: enhancement => defect * port: => libkdcraw Comment: In the future, please fill in the Port field and Cc the port maintainer(s). -- Ticket URL: <https://trac.macports.org/ticket/38965#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#38965: Error: org.macports.build for port libkdcraw returned: command execution failed ------------------------+--------------------- Reporter: phy.ywl@… | Owner: nicos@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: libkdcraw | ------------------------+--------------------- Changes (by nicos@…): * status: new => closed * resolution: => fixed Comment: I assume from the architectures displayed that you tried to install the +universal variant. By testing it, I could see that there were indeed issues with it, thanks for reporting it. However, the workaround you described does not seem to be a proper solution to me, as other ports depending on it would not find the required binaries if built universal. The issue should be solved with r105669, by using the muniversal port group. -- Ticket URL: <https://trac.macports.org/ticket/38965#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#38965: Error: org.macports.build for port libkdcraw returned: command execution failed ------------------------+--------------------- Reporter: phy.ywl@… | Owner: nicos@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: libkdcraw | ------------------------+--------------------- Comment (by phy.ywl@…): Thanks for fixing that, the issue doesn't appear again after updating, tested with "port build libkdcraw" which had problem. And thanks for reminding me that there's other concern on my fix. -- Ticket URL: <https://trac.macports.org/ticket/38965#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts