Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62625 - fcron-2.0.0-r4 compile failure
Summary: fcron-2.0.0-r4 compile failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 07:28 UTC by marc baier
Modified: 2004-09-04 14:30 UTC (History)
1 user (show)

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


Attachments
GCC 3.4 compile fix (fcron-2.0.0-gcc34.patch,251 bytes, patch)
2004-09-04 14:23 UTC, Mark Loeser (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description marc baier 2004-09-02 07:28:38 UTC
gcc -march=k8 -O2 -pipe -fweb  -DHAVE_CONFIG_H  -I. -I. -c job.c
gcc -march=k8 -O2 -pipe -fweb  -DHAVE_CONFIG_H  -I. -I. -c conf.c
conf.c: In function `save_file':
conf.c:1087: error: label at end of compound statement
make: *** [conf.o] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: sys-apps/fcron-2.0.0-r4 failed.
!!! Function src_compile, Line 43, Exitcode 2
!!! compile problem


Portage 2.0.50-r10 (gcc34-2004.2, gcc-3.4.1, glibc-2.3.4.20040619-r1, 2.6.7-gentoo-r11-smp)
=================================================================
System uname: 2.6.7-gentoo-r11-smp x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -pipe -fweb"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe -fweb"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache sandbox"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo 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://192.168.100.1/gentoo-portage"
USE="X amd64 apm arts avi berkdb crypt encode foomaticdb gdbm gif gnome gpm gtk gtk2 imlib jpeg kde libg++ libwww mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline sdl slang spell ssl tcpd truetype xml2 xmms xv zlib"

booted with live-cd for amd64, 2004.2
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2004-09-04 14:23:12 UTC
Created attachment 38928 [details, diff]
GCC 3.4 compile fix

Just adds a ; after the label to get rid of the warning.
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2004-09-04 14:30:41 UTC
Patch committed to CVS, thank you Mark.