[MacPorts] #32268: failed to install py26-pynifti
#32268: failed to install py26-pynifti ---------------------------------+------------------------------------------ Reporter: william1121@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: ---------------------------------+------------------------------------------ I don't quite understand why, therefore I attached .log file a little bit urgent... Thanks for help in advance -- Ticket URL: <https://trac.macports.org/ticket/32268> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32268: failed to install py26-pynifti ---------------------------------+------------------------------------------ Reporter: william1121@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: ---------------------------------+------------------------------------------ Comment(by nonstop.server@…): Replying to [ticket:32268 william1121@…]:
I don't quite understand why, therefore I attached .log file
a little bit urgent...
Thanks for help in advance You can try to use a different compiler instead of clang.[[BR]] How to do that is described in the [ProblemHotlist#compiler Problem Hotlist] of the MacPorts Wiki.
-- Ticket URL: <https://trac.macports.org/ticket/32268#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32268: failed to install py26-pynifti ---------------------------------+------------------------------------------ Reporter: william1121@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: ---------------------------------+------------------------------------------ Comment(by william1121@…): Replying to [comment:1 nonstop.server@…]:
Replying to [ticket:32268 william1121@…]:
I don't quite understand why, therefore I attached .log file
a little bit urgent...
Thanks for help in advance You can try to use a different compiler instead of clang.[[BR]] How to do that is described in the [ProblemHotlist#compiler Problem Hotlist] of the MacPorts Wiki.
limatoMac-Pro:~ li$ sudo port install foo configure.compiler=llvm-gcc-4.2 Error: Port foo not found To report a bug, see <http://guide.macports.org/#project.tickets> It seems that I cannot find foo? -- Ticket URL: <https://trac.macports.org/ticket/32268#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32268: failed to install py26-pynifti ---------------------------------+------------------------------------------ Reporter: william1121@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: ---------------------------------+------------------------------------------ Comment(by nonstop.server@…): Replying to [comment:2 william1121@…]:
limatoMac-Pro:~ li$ sudo port install foo configure.compiler=llvm- gcc-4.2 Error: Port foo not found To report a bug, see <http://guide.macports.org/#project.tickets>
It seems that I cannot find foo? Instead of foo you need to enter the port you want to install, in this case py26-pynifti.[[BR]] e.g.,[[BR]] {{{ sudo port clean py26-pynifti sudo port install py26-pynifti configure.compiler=llvm-gcc-4.2 }}}
-- Ticket URL: <https://trac.macports.org/ticket/32268#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32268: failed to install py26-pynifti ---------------------------------+------------------------------------------ Reporter: william1121@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: py26-pynifti ---------------------------------+------------------------------------------ Changes (by macsforever2000@…): * owner: macports-tickets@… => jameskyle@… * priority: High => Normal * port: => py26-pynifti Comment: In the future, please fill in the Port field, Cc the maintainer(s) and leave the priority field to be set by Macports committers. -- Ticket URL: <https://trac.macports.org/ticket/32268#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32268: py26-pynifti failed to build with clang ---------------------------------+------------------------------------------ Reporter: william1121@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: clang | Port: py26-pynifti ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * keywords: => clang -- Ticket URL: <https://trac.macports.org/ticket/32268#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32268: py26-pynifti failed to build with clang ---------------------------------+------------------------------------------ Reporter: william1121@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: clang | Port: py26-pynifti ---------------------------------+------------------------------------------ Comment(by william1121@…): Replying to [comment:4 macsforever2000@…]:
In the future, please fill in the Port field, Cc the maintainer(s) and leave the priority field to be set by Macports committers.
Oh. OK, I'll pay attention in the future. Thanks for your help and sorry for my mistakes -- Ticket URL: <https://trac.macports.org/ticket/32268#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32268: py26-pynifti failed to build with clang ---------------------------------+------------------------------------------ Reporter: william1121@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: clang | Port: py26-pynifti ---------------------------------+------------------------------------------ Comment(by grid-admin@…): Replying to [comment:6 william1121@…]:
Replying to [comment:4 macsforever2000@…]:
In the future, please fill in the Port field, Cc the maintainer(s) and leave the priority field to be set by Macports committers.
Oh. OK, I'll pay attention in the future. Thanks for your help and sorry for my mistakes The package is still broken.
Here is a patch, I will try to submit this to upstream as well: {{{ --- setup.py 2012-02-10 17:42:10.000000000 +0100 +++ setup_fixed.py 2012-02-10 17:42:32.000000000 +0100 @@ -21,7 +21,7 @@ # Common configuration # ######################## -extra_link_args = ['--Wl,--no-undefined'] +extra_link_args = ['-Wl','-no-undefined'] include_dirs = [] library_dirs = [] defines = [] }}} cheers -- Ticket URL: <https://trac.macports.org/ticket/32268#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32268: py26-pynifti failed to build with clang ----------------------------------+----------------------------------------- Reporter: william1121@… | Owner: jameskyle@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: fixed | Keywords: clang Port: py26-pynifti | ----------------------------------+----------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: r94605 -- Ticket URL: <https://trac.macports.org/ticket/32268#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32268: py26-pynifti failed to build with clang ----------------------------+------------------------- Reporter: william1121@… | Owner: jameskyle@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: fixed | Keywords: clang Port: py26-pynifti | ----------------------------+------------------------- Comment (by ryandesign@…): This didn't fix it; see #35443. -- Ticket URL: <https://trac.macports.org/ticket/32268#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts