Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176655 - gnome-control-center-2.18.1 fails to compile on freebsd
Summary: gnome-control-center-2.18.1 fails to compile on freebsd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://bugzilla.gnome.org/show_bug.cg...
Whiteboard:
Keywords:
Depends on:
Blocks: 176517
  Show dependency tree
 
Reported: 2007-05-01 09:59 UTC by Roy Marples (RETIRED)
Modified: 2007-05-01 16:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Use setpgid instead (control-center-setpgid.patch,382 bytes, patch)
2007-05-01 10:00 UTC, Roy Marples (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roy Marples (RETIRED) gentoo-dev 2007-05-01 09:59:35 UTC
i686-gentoo-freebsd6.2-gcc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DORBIT2=1
-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0
-I/usr/include/libxml2 -I/usr/include/libglade-2.0
-I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0
-I/usr/include/librsvg-2 -I/usr/include/gnome-menus -Wall -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -march=pentium-m -pipe
-Wall -MT directory-tile.lo -MD -MP -MF .deps/directory-tile.Tpo -c
directory-tile.c  -fPIC -DPIC -o .libs/directory-tile.o
directory-tile.c: In function 'disown_spawned_child':
directory-tile.c:647: error: too few arguments to function 'setpgrp'
gmake[3]: *** [directory-tile.lo] Error 1
gmake[3]: *** Waiting for unfinished jobs....
Comment 1 Roy Marples (RETIRED) gentoo-dev 2007-05-01 10:00:08 UTC
Created attachment 117821 [details, diff]
Use setpgid instead
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-05-01 16:05:54 UTC
Fixed, thanks.