Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#10704 closed defect (duplicate)

BUG: libgnomeui-2.14.1 can't be installed (error in the source code)

Reported by: pablo.rauzy@… Owned by: yeled@…
Priority: High Milestone:
Component: ports Version: 1.3.2
Keywords: libgnomeui build error Cc: markd@…
Port:

Description

I'm on Mac OS X Tiger (10.4.7, Build 8j135) on a PowerBook G4 1,5Ghz

When MacPorts try to build libgnomeui (to install gnome-desktop), I get this error :

--->  Building libgnomeui with target all
Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_libgnomeui/work/libgnomeui-2.14.1" && make all" returned error 2
Command output: make  all-recursive
Making all in libgnomeui
make  all-recursive
Making all in pixmaps
make  all-am
make[5]: Nothing to be done for `all-am'.
Making all in file-chooser
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DXTHREADS -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/include/libgnome-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/bonobo-activation-2.0   -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_DISABLE_DEPRECATED   -L/opt/local/lib -I/opt/local/include  -g -O2 -MT gtkfilesystemgnomevfs.lo -MD -MP -MF ".deps/gtkfilesystemgnomevfs.Tpo" \
  -c -o gtkfilesystemgnomevfs.lo `test -f 'gtkfilesystemgnomevfs.c' || echo './'`gtkfilesystemgnomevfs.c; \
then mv -f ".deps/gtkfilesystemgnomevfs.Tpo" ".deps/gtkfilesystemgnomevfs.Plo"; \
else rm -f ".deps/gtkfilesystemgnomevfs.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DXTHREADS -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/include/libgnome-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/bonobo-activation-2.0 -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_DISABLE_DEPRECATED -L/opt/local/lib -I/opt/local/include -g -O2 -MT gtkfilesystemgnomevfs.lo -MD -MP -MF .deps/gtkfilesystemgnomevfs.Tpo -c gtkfilesystemgnomevfs.c  -fno-common -DPIC -o .libs/gtkfilesystemgnomevfs.o
gtkfilesystemgnomevfs.c: In function 'gtk_file_system_gnome_vfs_iface_init':
gtkfilesystemgnomevfs.c:387: warning: assignment from incompatible pointer type
gtkfilesystemgnomevfs.c:388: warning: assignment from incompatible pointer type
gtkfilesystemgnomevfs.c:392: warning: assignment from incompatible pointer type
gtkfilesystemgnomevfs.c:394: error: 'struct _GtkFileSystemIface' has no member named 'volume_render_icon'
gtkfilesystemgnomevfs.c:402: error: 'struct _GtkFileSystemIface' has no member named 'render_icon'
make[2]: *** [gtkfilesystemgnomevfs.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: The following dependencies failed to build: libgnomeui
Error: Status 1 encountered during processing.

You can see there are some error in the source code (3 warnings, 2 errors). I'm not able to correct them.

What can i do ?

Change History (2)

comment:1 Changed 18 years ago by markd@…

Resolution: duplicate
Status: newclosed
Summary: libgnomeui can't be installed (error in the source code)BUG: libgnomeui-2.14.1 can't be installed (error in the source code)

Duplicate of ticket 10583.

comment:2 Changed 18 years ago by markd@…

Cc: markd@… added
Note: See TracTickets for help on using tickets.