Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231921 - juffed-0.3_beta20080705 fails to emerge, broken, non standard configure
Summary: juffed-0.3_beta20080705 fails to emerge, broken, non standard configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 02:18 UTC by matt
Modified: 2008-08-10 02:12 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matt 2008-07-16 02:18:30 UTC
juffed-0.3_beta20080705 and juffed-0.3_beta20080421 have broken configure script.  it tries to test for working qt4, gcc gives a warning:

`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.

the configure script test the return and fails if non empty, then warning causes a fail.  not sure where mcpu is comming from, grepping mcpu only shows it in juffed_qt4_test_dir which configure creates and deletes.

emerge --info | grep mcpu returns nothing,

emerge --info | grep march
CFLAGS="-march=pentium3 -O2 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"


Reproducible: Always

Steps to Reproduce:
1.  emerge juffed

Actual Results:  
Running Qt4 test... failed.
Please check your libqt4-dev installation and configuration
make: *** No targets specified and no makefile found.  Stop.



works fine on ppc not x86 which it is keyword'ed
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2008-08-05 04:59:23 UTC
I hope these issues are fixed in the new ebuild for 0.3 release. Please reopen if it still doesn't work. 
Comment 2 matt 2008-08-10 02:12:06 UTC
tested and works, thank you for fixing.