Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 121876

Summary: GnomeBaker 0.5.1 fails to make on burn.c
Product: Gentoo Linux Reporter: foxntd
Component: Current packagesAssignee: Gentoo Optical Media project <media-optical>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description foxntd 2006-02-06 13:35:16 UTC
Make dies complaining about an error with burn.c; the problem is that a function call was used before it was defined. This is okay but there was no prototype for the function so either one had to be done; I added a prototype to the header file and then it compiles cleanly. Add this to burn.h in the gnomebaker source tree:

void burn_test();

# emerge info
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.53GHz
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer -fprefetch-loop-arrays -fforce-addr -foptimize-register-move"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.mirrored.ca/ http://gentoo.mirrors.pair.com/ http://gentoo.oregonstate.edu/ http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage/"
USE="X aalib alsa audiofile avi bitmap-fonts bonobo bzip2 canna cdr cjk crypt cups curl dga divx4linux emboss encode esd exif expat fam ffmpeg flac font-server foomaticdb gdbm gif glut gnome gpm gstreamer gtk gtk2 guile i8x0 idn imagemagick imlib jabber java jpeg kdeenablefinal kerberos lcms libg++ libwww mad matroska mhash mikmod mmx mng motif mozilla moznocompose moznoirc mp3 mpeg mysql ncurses nls nvidia offensive ogg oggvorbis openal opengl oss pam pcre pdflib perl png python qt quicktime readline sdl slang spell sse sse2 ssl svga tcltk tcpd tiff truetype truetype-fonts type1-fonts udev vorbis win32codecs x86 xchatdccserver xine xml xml2 xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Luis Medinas (RETIRED) gentoo-dev 2006-02-06 16:51:10 UTC

*** This bug has been marked as a duplicate of 121628 ***