Opened 12 years ago
Closed 10 years ago
#34542 closed defect (fixed)
Port py26-numpy still broken after rev-upgrade
Reported by: | shawathome@… | Owned by: | dh@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | Cc: | petrrr | |
Port: | py26-numpy |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
During upgrade from 2.0.4 to 2.1.1 an error was created during update of atlas package.
Error: Port py26-numpy is still broken after rebuiling it more than 3 times. Error: Please run port -d -y rev-upgrade and use the output to report a bug.
Have attached output as requested by error report, output from atlas package upgrade, and output from the entire upgrade process.
Can you please advise on how to correct this error.
Thanks, Mike Shaw
Attachments (3)
Change History (14)
Changed 12 years ago by shawathome@…
Attachment: | port -d -y rev-upgrade.txt added |
---|
Changed 12 years ago by shawathome@…
Attachment: | complete_output.txt added |
---|
Changed 12 years ago by shawathome@…
Attachment: | upgrade atlas.txt added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ram@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to dh@… |
Port: | py26-numpy added |
comment:2 follow-up: 3 Changed 12 years ago by Veence (Vincent)
comment:3 Changed 12 years ago by shawathome@…
Hi,
This is the result for the atlas port ....
Last login: Sun May 20 17:58:21 on console mike:~ michaelshaw$ port installed atlas The following ports are currently installed: atlas @3.8.3_4+gcc44 atlas @3.9.37_0+gcc44 atlas @3.9.46_0+gcc44 atlas @3.9.47_0+gcc44 atlas @3.9.75_0 (active) mike:~ michaelshaw$
Regards, Mike
comment:4 Changed 12 years ago by Veence (Vincent)
The first thing you should do is 'port uninstall inactive', that will clean up your disk of all obsolete versions you don't need anymore. But, as you may have noticed, atlas 3.9.75 is correctly installed, so the problem is elsewhere.
comment:5 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Please remember to use WikiFormatting when writing in Trac.
comment:6 Changed 12 years ago by skymoo (Adam Mercer)
Looks like your using the gcc44
variant for py26-numpy
whereas atlas
is using gcc46
, as these aren't consistent I imagine you're going to have problems. Try using consistent compiler variants.
comment:7 Changed 12 years ago by jmroot (Joshua Root)
Summary: | Port py26-numpy still broken → Port py26-numpy still broken after rev-upgrade |
---|
comment:8 Changed 12 years ago by skymoo (Adam Mercer)
Cc: | ram@… removed |
---|
comment:11 Changed 10 years ago by dh@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
The new revision of the Atlas port does not have a +gcc44 variant anymore. +gcc46 is now the default; I wonder if this is the cause of the odd behavior you reported. What is the output of "port installed atlas"?