Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40091 - app-admin/grubconf doesn't build
Summary: app-admin/grubconf doesn't build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Lowest minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 41437 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-01 10:23 UTC by Blu3
Modified: 2004-04-13 19:44 UTC (History)
2 users (show)

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


Attachments
grubconf-0.5-gcc33.patch (grubconf-0.5-gcc33.patch,756 bytes, patch)
2004-02-19 10:09 UTC, Martin Schlemmer (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Blu3 2004-02-01 10:23:47 UTC
# emerge  grubconf
Calculating dependencies ...done!
>>> emerge (1 of 1) app-admin/grubconf-0.5 to /
>>> md5 src_uri ;-) grubconf-0.5.tar.gz
>>> Unpacking source...
>>> Unpacking grubconf-0.5.tar.gz to /var/tmp/portage/grubconf-0.5/work
>>> Source unpacked.
 * Patching ${S}/ltmain.sh...
 *   Could not apply portage.patch!
 *   Please verify that it is not needed.
 * Cannot apply any patch, running libtoolize...
creating cache ./config.cache

[....]

gcc -DHAVE_CONFIG_H -I. -I. -I.. -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/libxml2      -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes         -O1     -g -c support.c
callbacks.c:717:128: pasting "PACKAGE_PIXMAPS_DIR" and ""/grubconf-app.png"" does not give a valid preprocessing token
make[2]: *** [callbacks.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/grubconf-0.5/work/grubconf-0.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/grubconf-0.5/work/grubconf-0.5'
make: *** [all-recursive-am] Error 2

!!! ERROR: app-admin/grubconf-0.5 failed.
!!! Function gnome2_src_compile, Line 39, Exitcode 2
!!! compile failure
Comment 1 foser (RETIRED) gentoo-dev 2004-02-03 06:40:07 UTC
your 'emerge info' ? (always provide this in bugreports)
Comment 2 Blu3 2004-02-03 07:54:29 UTC
powerix root # emerge info
Portage 2.0.50_pre21 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040117-r0, 2.6.2-rc3)
=================================================================
System uname: 2.6.2-rc3 i686 Intel(R) Pentium(R) 4 Mobile CPU 2.00GHz
Gentoo Base System version 1.4.3.12
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache keepwork sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X X509 acpi acpi4linux alsa apache2 arts artswrappersuid avi berkdb cdr crypt cups debug dga dnd dvd dvdr encode esd ethereal etwin fam ffmpeg gd gif glut gphoto2 gpm gps gstreamer gtk gtk2 gtkhtml i8x0 imagemagick imap imlib imlib2 irda java jpeg kde ladcca lcd lcms libwww lirc ltsp mad mcal md5sum memlimit mikmod mmx motif mpeg mpeg4 mpi music mysql ncurses nls nvidia nviz oav offensive oggvorbis openal opengl pam parse-clocks pcap pcmcia pda pdflib perl php pic plotutils png pnp postgres python qt quicktime readline samba sasl scanner slp snmp speex spell sse ssl tcltk tiff truetype trusted type1 usb v4l x86 xine xinerama xml2 xmms xosd xv xvid zlib"
Comment 3 Harold Martin 2004-02-15 18:36:17 UTC
*** Bug 41437 has been marked as a duplicate of this bug. ***
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2004-02-19 10:09:13 UTC
Created attachment 25931 [details, diff]
grubconf-0.5-gcc33.patch

Proposed patch.
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2004-03-03 19:34:45 UTC
Blu3, can you try that patch out?
Comment 6 Joseph Monti 2004-03-20 12:09:02 UTC
Hi,

I'm the author of Grubconf, and I just released a new version of grubconf, version 0.5.1 to which compiles under gcc 3.3.2.
Comment 7 Mark Knecht 2004-04-13 15:21:46 UTC
Hi,
   I'm seeing this same problem. Is an update to the ebuild coming along? I tried ~x86 but it looks like nothing has been done yet.

   Sorry...stupid user...don't know how to apply the patch file, but the auther says he's fixed it, so a new ebuild seems in order.

Thanks,
Mark


<SNIP>     -g -c support.c
 pasting "PACKAGE_PIXMAPS_DIR" and ""/grubconf-app.png"" does not give a valid preprocessing token
make[2]: *** [callbacks.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/grubconf-0.5/work/grubconf-0.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/grubconf-0.5/work/grubconf-0.5'
make: *** [all-recursive-am] Error 2

!!! ERROR: app-admin/grubconf-0.5 failed.
!!! Function gnome2_src_compile, Line 39, Exitcode 2
!!! compile failure

Gentoo2 root # 
Comment 8 Yi Quang (RETIRED) gentoo-dev 2004-04-13 19:44:13 UTC
Thanks for the patch Martin, this bug has been fixed upstream in 0.5.1, which is in portage now.