Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127674 - meterbridge don't compile (gcc4)
Summary: meterbridge don't compile (gcc4)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-03-26 14:27 UTC by Damien Thébault
Modified: 2006-04-13 22:57 UTC (History)
0 users

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


Attachments
meterbridge-0.9.2-r1.debian-287641.patch : debian patch (meterbridge-0.9.2-r1.debian-287641.patch,490 bytes, patch)
2006-03-26 14:28 UTC, Damien Thébault
Details | Diff
meterbridge-0.9.2-r1.ebuild (meterbridge-0.9.2-r1.ebuild,718 bytes, text/plain)
2006-03-26 14:30 UTC, Damien Thébault
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Damien Thébault 2006-03-26 14:27:20 UTC
media-sound/meterbridge don't compile :

emerge "=media-sound/meterbridge-0.9.2" :

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -g -I/usr/include/SDL -D_REENTRANT  -DPKG_DATA_DIR=\"/usr/share/meterbridge\" -c `test -f 'linedraw.c' || echo './'`linedraw.c
source='vu_meters.c' object='vu_meters.o' libtool=no \
depfile='.deps/vu_meters.Po' tmpdepfile='.deps/vu_meters.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -g -I/usr/include/SDL -D_REENTRANT  -DPKG_DATA_DIR=\"/usr/share/meterbridge\" -c `test -f 'vu_meters.c' || echo './'`vu_meters.c
vu_meters.c:11: erreur: static declaration of 'buf_rect' follows non-static declaration
main.h:11: erreur: previous declaration of 'buf_rect' was here

emerge --info :

Portage 2.1_pre6-r6 (default-linux/x86/2006.0, gcc-4.0.2, glibc-2.4-r1, 2.6.15.6 i686)
=================================================================
System uname: 2.6.15.6 i686 AMD Athlon(tm) MP 2400+
Gentoo Base System version 1.12.0_pre16
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [disabled]
dev-lang/python:     2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -mtune=athlon-mp -march=athlon-mp -pipe -fomit-frame-pointer -ftree-vectorize"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-Os -mtune=athlon-mp -march=athlon-mp -pipe -fomit-frame-pointer -ftree-vectorize -finline-functions"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildsyspkg collision-protect confcache distlocks metadata-transfer parallel-fetch sandbox sfperms"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
LANG="fr_FR@euro"
LC_ALL="fr_FR@euro"
LDFLAGS="-Wl,-O1,-z,now"
LINGUAS="fr"
MAKEOPTS="-j 3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/portage /usr/local/overlays/xgl-overlay"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac alsa apache2 apm avi berkdb bitmap-fonts bzip2 cairo cdparanoia cdr cli crypt ctype cups curl dba dbus dri dts dvd dvdr dvdread eds emboss encode expat fastbuild ffmpeg firefox flac foomaticdb force-cgi-redirect ftp gd gdbm gif glitz gnome gnutls gpm gstreamer gtk gtk2 hal imagemagick imlib ipv6 jikes jpeg libg++ libwww lzo mad matroska memlimit mikmod mmx mmxext mng motif mp3 mp4 mpeg ncurses nls nptl nptlonly nvidia ogg openal opengl pam pcre pdflib perl pic pie png posix python qt quicktime readline samba sdl session simplexml slang smp soap sockets spell spl sse ssl svg tcpd tga theora threads tokenizer truetype truetype-fonts type1-fonts udev usb userlocales v4l v4l2 vorbis win32codecs x264 xinerama xml xml2 xrandr xsl xv xvid zlib elibc_glibc input_devices_evdev input_devices_joystick input_devices_keyboard input_devices_mouse kernel_linux linguas_fr userland_GNU video_cards_nv video_cards_nvidia video_cards_vesa video_cards_vga video_cards_v4l"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS
Comment 1 Damien Thébault 2006-03-26 14:28:50 UTC
Created attachment 83194 [details, diff]
meterbridge-0.9.2-r1.debian-287641.patch : debian patch

Debian #287641 patch : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=287641
Comment 2 Damien Thébault 2006-03-26 14:30:10 UTC
Created attachment 83195 [details]
meterbridge-0.9.2-r1.ebuild

Updated ebuild (just added the patch)
Comment 3 Mark Loeser (RETIRED) gentoo-dev 2006-04-13 22:57:25 UTC
Fixed, thanks.