#34866 closed defect (invalid)
multiple ports fail after upgraded macports to 2.1.1
Reported by: | nicolai@… | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | rev-upgrade | Cc: | jchauvel@… |
Port: |
Description (last modified by neverpanic (Clemens Lang))
After upgrading to MacPorts 2.1.1 multiple ports fail to build or upgrade. These are e.g. gcc47, gcc48 and ncmpcpp (log attached).
Attachments (1)
Change History (7)
Changed 12 years ago by nicolai@…
comment:1 Changed 12 years ago by neverpanic (Clemens Lang)
Description: | modified (diff) |
---|---|
Keywords: | rev-upgrade added |
Owner: | changed from macports-tickets@… to cal@… |
Status: | new → assigned |
Summary: | multiple ports fail after upgraded macports to 2.2.1 → multiple ports fail after upgraded macports to 2.1.1 |
comment:2 follow-up: 3 Changed 12 years ago by neverpanic (Clemens Lang)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
comment:3 follow-up: 4 Changed 12 years ago by nicolai@…
Replying to cal@…:
Do you have
/opt/local/sbin/fping
and/opt/local/sbin/fping6
and does the macports process that caused this message have the privileges to read them (i.e. are you running withsudo
)?
I have fping and fping6 installed and ran port with sudo.
Your
/opt/local/bin/ncmpcpp
is broken and links against a non-existant file in/usr/local
, namely/usr/local/gnat/lib/libstdc++.6.dylib
. This usually means you had this file in/usr/local
during build time. Having stuff in/usr/local
is unsupported; please move this out of the way and rebuild ncmpcpp.
It's right, I do not have /usr/local/gnat/lib/libstdc++.6.dylib
but I did not have this file in usr/local during build time. I uninstalled ncmpcc and tried to install it again and now I'm getting these error.
Your log doesn't say anything about gcc.
Sorry, I will attach the error-log for gcc.
comment:4 Changed 12 years ago by nicolai@…
Now gcc47 doesn't fail anymore. Maybe it's only ncmpcpp thats the problem. Last time I tried to install gcc I had ncmpcpp installed.
comment:5 Changed 12 years ago by neverpanic (Clemens Lang)
I cannot reproduce your problem with ncmpcpp.
Do you have
/opt/local/sbin/fping
and/opt/local/sbin/fping6
and does the macports process that caused this message have the privileges to read them (i.e. are you running withsudo
)?Your
/opt/local/bin/ncmpcpp
is broken and links against a non-existant file in/usr/local
, namely/usr/local/gnat/lib/libstdc++.6.dylib
. This usually means you had this file in/usr/local
during build time. Having stuff in/usr/local
is unsupported; please move this out of the way and rebuild ncmpcpp.Your log doesn't say anything about gcc.