Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74227 - (toolchain) media-tv/tvtime-0.9.12 BREG errors
Summary: (toolchain) media-tv/tvtime-0.9.12 BREG errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
: 96416 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-12 12:23 UTC by John Richard Moser
Modified: 2005-06-17 16:07 UTC (History)
2 users (show)

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


Attachments
Fix #ifndef PIC to support current gcc behaviour (tvtime-0.9.12-pic.patch,339 bytes, patch)
2005-01-20 15:04 UTC, Kevin F. Quinn (RETIRED)
Details | Diff
tvtime-0.9.15.ebuild (tvtime-0.9.15.ebuild,1.37 KB, text/plain)
2005-01-20 17:42 UTC, solar (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Richard Moser 2004-12-12 12:23:19 UTC
Clip IRC Conversation

<Freaky> cpu_accel.c: In function `arch_accel':
<Freaky> cpu_accel.c:79: error: can't find a register in class `BREG' while reloading `asm'
<Freaky> cpu_accel.c:85: error: can't find a register in class `BREG' while reloading `asm'
<Freaky> cpu_accel.c:93: error: can't find a register in class `BREG' while reloading `asm'
<Freaky> cpu_accel.c:97: error: can't find a register in class `BREG' while reloading `asm'
<Freaky> make[3]: *** [tvtime-cpu_accel.o] Error 1
<Freaky> make[3]: *** Waiting for unfinished jobs....
<Freaky> make[3]: Leaving directory `/var/tmp/portage/tvtime-0.9.12/work/tvtime-0.9.12/src'
<Freaky> make[2]: *** [all-recursive] Error 1
<Freaky> make[2]: Leaving directory `/var/tmp/portage/tvtime-0.9.12/work/tvtime-0.9.12/src'
<Freaky> make[1]: *** [all-recursive] Error 1
<Freaky> make[1]: Leaving directory `/var/tmp/portage/tvtime-0.9.12/work/tvtime-0.9.12'
<Freaky> make: *** [all] Error 2
<Freaky> !!! ERROR: media-tv/tvtime-0.9.12 failed.
<Freaky> !!! Function src_compile, Line 29, Exitcode 2
<Freaky> !!! compile problem
<Freaky> !!! If you need support, post the topmost build error, NOT this status message.
Comment 1 SpanKY gentoo-dev 2004-12-12 13:49:11 UTC
neglected to post `emerge info` like bug report says to

re-open once you have
Comment 2 John Richard Moser 2004-12-12 14:18:16 UTC
<Freaky> it won't let me log in
<Freaky> guess I forgot my details
<Freaky> Portage 2.0.51-r3 (hardened/x86/2.6, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.7-h ardened-r10 i686)
<Freaky> =================================================================
<Freaky> System uname: 2.6.7-hardened-r10 i686 AMD Athlon(tm)
<Freaky> Gentoo Base System version 1.4.16
<Freaky> Autoconf: sys-devel/autoconf-2.59-r5
<Freaky> Automake: sys-devel/automake-1.8.5-r1
<Freaky> Binutils: sys-devel/binutils-2.14.90.0.8-r1
<Freaky> Headers:  sys-kernel/linux26-headers-2.6.8.1
<Freaky> Libtools: sys-devel/libtool-1.5.2-r5
<Freaky> ACCEPT_KEYWORDS="x86"
<Freaky> AUTOCLEAN="yes"
<Freaky> CFLAGS="-O2 -pipe -mcpu=i686 -fomit-frame-pointer -fno-stack-protector-all -fsta ck-protector -mfpmath=387 -mno-sse"
<Freaky> CHOST="i686-pc-linux-gnu"
<Freaky> COMPILER=""
<Freaky> CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s hare/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
<Freaky> CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
<Freaky> CXXFLAGS="-O2 -pipe -mcpu=i686 -fomit-frame-pointer -fno-stack-protector-all -fs tack-protector -mfpmath=387 -mno-sse"
<Freaky> DISTDIR="/usr/portage/distfiles"
<Freaky> FEATURES="autoaddcvs ccache distlocks sandbox"
<Freaky> GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/dis tributions/gentoo"
<Freaky> MAKEOPTS="-j2"
<Freaky> PKGDIR="/usr/portage//packages/x86/"
<Freaky> PORTAGE_TMPDIR="/var/tmp"
<Freaky> PORTDIR="/usr/portage/"
<Freaky> PORTDIR_OVERLAY=""
<Freaky> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
<Freaky> USE="3ds X aalib acl acpi alsa apm avi berkdb bitmap-fonts bootsplash caps cdr composite crypt cups dmx dri dvd esd f77 fam flac gcj gif gimpprint gnome gpm gst reamer gtk gtk2 gtkhtml hal hardened imagemagick imlib ipv6 ithreads java jbig jpeg junit justify lcms ldap lzw-tiff mad mikmod mmap mng mozilla moznocompose moznoirc moznomail mpeg ncurses nls nptl objc offensive oggvorbis openal opengl oss pam perl pic pie png ppds python quicktime readline sdl speex ssl svga tcltk tcpd theora threads tiff truetype unstable-meta usb videos wmf x86 xchatdccserver xml xml2 xmms xprint xv zlib"
Comment 3 Kevin F. Quinn (RETIRED) gentoo-dev 2005-01-20 15:04:15 UTC
Created attachment 49067 [details, diff]
Fix #ifndef PIC to support current gcc behaviour

This is a common problem in the media-* stuff; the code has:

#ifndef PIC

to check for compilations with PIC enabled.  Current gcc has __PIC__ defined,
not PIC, so it should be:

#if !defined(PIC) && !defined(__PIC__)
Comment 4 solar (RETIRED) gentoo-dev 2005-01-20 17:28:15 UTC
Package: media-tv/tvtime Herd: media-tv Maintainer: media-tv

John your turn to test/ report back.
Comment 5 solar (RETIRED) gentoo-dev 2005-01-20 17:42:17 UTC
Created attachment 49072 [details]
tvtime-0.9.15.ebuild

Adds kevins patch and version bumps to 0.9.15 which from the website says..

30 Oct 2004 - New tvtime release
tvtime 0.9.15 released, download it here!
This release solves compile problems for some users.

28 Oct 2004 - New tvtime release
tvtime 0.9.14 released, download it here!
This release fixes many bugs, including colour problems for DVB users, and
compile fixes for some users.

25 Sep 2004 - New tvtime release
tvtime 0.9.13 released, download it here!
This release fixes many bugs, including adding support for PAL-DK users who use
the cx88 driver.

----------------------

This is clearly looks like an overlooked package in general so if you guys can
test I'll put it in cvs.
Comment 6 Kevin F. Quinn (RETIRED) gentoo-dev 2005-01-24 15:52:29 UTC
Builds fine, and runs without crashing.
Comment 7 Mike Gardiner (RETIRED) gentoo-dev 2005-02-24 00:17:10 UTC
Solar, I've taken over tvtime, added a 0.9.15 ebuild and included this patch. Thanks for the work here Kevin, much appreciated.
Comment 8 solar (RETIRED) gentoo-dev 2005-02-24 06:46:28 UTC
Great thanks Mike Gardiner, Kevin Quinn, and everybody else.
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2005-06-17 16:07:10 UTC
*** Bug 96416 has been marked as a duplicate of this bug. ***