First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 89963
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Jonathan Smith <smithj@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ewgenij Starostin <estar@cs.tu-berlin.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
emerge_info output of emerge info text/plain Ewgenij Starostin 2005-04-21 12:50 0000 3.89 KB Details
rss-glx-0.8.0-configure.in.patch Patch to configure.in. patch Ewgenij Starostin 2005-04-21 12:50 0000 642 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 89963 depends on: Show dependency tree
Bug 89963 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: 2005-04-21 12:49 0000
When trying to emerge rss-glx, my CFLAGS were ignored, making gcc complain.

Reproducible: Always
Steps to Reproduce:
1. emerge rss-glx
Actual Results:  
# USE=-kde emerge rss-glx
<snip>
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --enable-sse --disable-3dnow --enable-sound
--bindir=/usr/lib/xscreensaver
--with-configdir=/usr/share/control-center/screensavers/ CFLAGS=-march=pentium-m
-O3 -pipe -fomit-frame-pointer -fno-pie
<snip>
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include
-I../../src    -g -Wall  -MT rsMath.o -MD -MP -MF ".deps/rsMath.Tpo" \
  -c -o rsMath.o `test -f 'rsMath.c' || echo './'`rsMath.c; \
then mv -f ".deps/rsMath.Tpo" ".deps/rsMath.Po"; \
else rm -f ".deps/rsMath.Tpo"; exit 1; \
fi
rsMath.c: In function `rsCPUDetect':
rsMath.c:39: error: PIC register `%ebx' clobbered in `asm'
make[3]: *** [rsMath.o] Error 1

Expected Results:  
rss-glx should have been built. (The error goes away if -fomit-frame-pointer is
passed to gcc, which it wasn't although it was in the CFLAGS passed to configure.)

I think the error is in configure.in, see also the attached patch which fixes it
for me. `emerge info` also attached.

------- Comment #1 From Ewgenij Starostin 2005-04-21 12:50:05 0000 -------
Created an attachment (id=56865) [edit]
output of emerge info

------- Comment #2 From Ewgenij Starostin 2005-04-21 12:50:59 0000 -------
Created an attachment (id=56866) [edit]
Patch to configure.in.

------- Comment #3 From Jonathan Smith 2005-06-25 06:28:58 0000 -------
(In reply to comment #1)
> Created an attachment (id=56865) [edit]
> output of emerge info

just fyi: `emerge --info` should be pasted inline

------- Comment #4 From Jonathan Smith 2005-06-25 09:37:17 0000 -------
fixed in 0.8.0-r1... thanks

First Last Prev Next    No search results available      Search page      Enter new bug