Opened 19 years ago
Closed 19 years ago
#4792 closed defect (duplicate)
gnome-vfs fails to buld on Tiger as a dependency to planner
Reported by: | nathan.stocks@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
I don't know what priority/severity settings are appropriate for this type of bug...so I left them on the defaults.
On OS X 10.4.2, gnome-vfs fails to build as a dependency when trying to install planner.
Here's the bottom of the -vv output:
... /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of _register_frame_table in section (TEXT,text) /usr/bin/ld: warning multiple definitions of symbol _locale_charset /opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset /opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset collect2: ld returned 1 exit status make[2]: * [libhttp.la] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
Warning: the following items did not execute (for gnome-vfs): com.apple.activate com.apple.build com.apple.destroot com.apple.archive com.apple.install Error: The following dependencies failed to build: libgnomeprintui libgnomeprint libgnomecups control-center nautilus eel librsvg gnome-vfs libart_lgpl libcroco libgnomecanvas libglade2 libgnome esound audiofile automake autoconf libtool scrollkeeper docbook-xml-scrollkeeper docbook-xsl libxslt libgsf metacity gnome-applets libxklavier gail libgtop gnome-terminal vte gnome-session gnome-panel gnome-menus evolution-data-server libsoup libwnck gnome-desktop gnome-backgrounds gnome-themes gtk-engines2 startup-notification libgnomeui gnome-keyring gnome-icon-theme hicolor-icon-theme libbonoboui shared-mime-info libexif cups-headers
Change History (2)
comment:1 Changed 19 years ago by nathan.stocks@…
comment:2 Changed 19 years ago by olegb@…
Resolution: | → duplicate |
---|---|
Status: | new → closed |
closing this "dupp"
* This bug has been marked as a duplicate of 2780 *
From comment 6 on bug 2780, which is also a 'gnome-vfs fails' type-bug, I found a workaround.
(After gnome-vfs failed to build while doing 'sudo port install planner') sudo gcc_select 3.3 sudo gcc_select 4.0 sudo port -d clean gnome-vfs sudo port -d build gnome-vfs sudo port -vv install planner (gnome-vfs successfully installs at this point, and the build continues on the next dependency for planner)