Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 74227
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: The Gentoo Linux Hardened Team <hardened@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: John Richard Moser <nigelenki@comcast.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tvtime-0.9.12-pic.patch Fix #ifndef PIC to support current gcc behaviour patch Kevin F. Quinn (RETIRED) 2005-01-20 15:04 0000 339 bytes Details | Diff
tvtime-0.9.15.ebuild tvtime-0.9.15.ebuild text/plain solar 2005-01-20 17:42 0000 1.37 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 74227 depends on: Show dependency tree
Bug 74227 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-12-12 12:23 0000
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 From SpanKY 2004-12-12 13:49:11 0000 -------
neglected to post `emerge info` like bug report says to

re-open once you have

------- Comment #2 From John Richard Moser 2004-12-12 14:18:16 0000 -------
<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 From Kevin F. Quinn (RETIRED) 2005-01-20 15:04:15 0000 -------
Created an attachment (id=49067) [details]
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 From solar 2005-01-20 17:28:15 0000 -------
Package: media-tv/tvtime Herd: media-tv Maintainer: media-tv

John your turn to test/ report back.

------- Comment #5 From solar 2005-01-20 17:42:17 0000 -------
Created an attachment (id=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 From Kevin F. Quinn (RETIRED) 2005-01-24 15:52:29 0000 -------
Builds fine, and runs without crashing.

------- Comment #7 From Mike Gardiner (RETIRED) 2005-02-24 00:17:10 0000 -------
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 From solar 2005-02-24 06:46:28 0000 -------
Great thanks Mike Gardiner, Kevin Quinn, and everybody else.

------- Comment #9 From Jakub Moc (RETIRED) 2005-06-17 16:07:10 0000 -------
*** Bug 96416 has been marked as a duplicate of this bug. ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug