pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/31492: sysutils/gnome-vfs2 fails to compile on Solaris 10 with sunpro compiler



>Number:         31492
>Category:       pkg
>Synopsis:       sysutils/gnome-vfs2 fails to compile on Solaris 10 with sunpro 
>compiler
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 06 11:15:01 +0000 2005
>Originator:     segv
>Release:        
>Organization:
>Environment:
SunOS dhcli-192-168-0-5.netctl.net 5.10 Generic sun4u sparc SUNW,Ultra-5_10
>Description:
Compiling sysutils/gnome-vfs2 on Solaris 10 with sunpro compiler results in the 
following error:

"gnome-vfs-mime-handlers.c", line 752: warning: statement not reached
"gnome-vfs-mime-handlers.c", line 1968: undefined symbol: __FUNCTION__
"gnome-vfs-mime-handlers.c", line 1993: undefined symbol: __FUNCTION__
"gnome-vfs-mime-handlers.c", line 2034: undefined symbol: __FUNCTION__
"gnome-vfs-mime-handlers.c", line 2060: undefined symbol: __FUNCTION__
"gnome-vfs-mime-handlers.c", line 2086: undefined symbol: __FUNCTION__
"gnome-vfs-mime-handlers.c", line 2116: undefined symbol: __FUNCTION__
"gnome-vfs-mime-handlers.c", line 2140: undefined symbol: __FUNCTION__
"gnome-vfs-mime-handlers.c", line 2184: undefined symbol: __FUNCTION__
"gnome-vfs-mime-handlers.c", line 2207: undefined symbol: __FUNCTION__
cc: acomp failed for gnome-vfs-mime-handlers.c
gmake[3]: *** [gnome-vfs-mime-handlers.lo] Error 1
gmake[3]: Leaving directory 
`/opt/pkg32-2005Q3-sunpro.obj/sysutils/gnome-vfs2/work/gnome-vfs-2.10.1/libgnomevfs'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
`/opt/pkg32-2005Q3-sunpro.obj/sysutils/gnome-vfs2/work/gnome-vfs-2.10.1/libgnomevfs'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/opt/pkg32-2005Q3-sunpro.obj/sysutils/gnome-vfs2/work/gnome-vfs-2.10.1'
gmake: *** [all] Error 2
*** Error code 2

Stop.
bmake: stopped in /opt/pkgsrc/sysutils/gnome-vfs2
>How-To-Repeat:

>Fix:
--- gnome-vfs-2.10.1/libgnomevfs/gnome-vfs-mime-handlers.c-orig 2005-05-10 
17:11:03.975990000 -0500
+++ gnome-vfs-2.10.1/libgnomevfs/gnome-vfs-mime-handlers.c      2005-05-10 
17:12:46.717038000 -0500
@@ -42,7 +42,7 @@
 
 #define MIXED_API_WARNING "Cannot call %s with a GNOMEVFSMimeApplication 
structure "\
                          "constructed by the deprecated application registry", 
\
-                         __FUNCTION__
+                         G_GNUC_FUNCTION
 
 struct _GnomeVFSMimeApplicationPrivate
 {




Home | Main Index | Thread Index | Old Index