Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 141632

Summary: app-office/lyx-1.4.1-r1: CXXFLAGS executed as commands
Product: Gentoo Linux Reporter: Sascha Silbe <sascha-gentoo-bugzilla>
Component: Current packagesAssignee: CJK Team <cjk>
Status: VERIFIED TEST-REQUEST    
Severity: minor CC: ps
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sascha Silbe 2006-07-24 14:48:03 UTC
app-office/lyx-1.4.1-r1 tries to execute some components of CXXFLAGS as commands:

[...]
checking for i586-pc-linux-gnu-gcc... i586-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
[...]
checking for a good enough C++ compiler... g++
checking for i586-pc-linux-gnu-g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
./configure: line 4550: -march=pentium: command not found
checking dependency style of g++... gcc3
./configure: line 4865: -O2: command not found
checking whether the C++ compiler understands explicit... yes
[...]
Configuration
  Host type:                      i586-pc-linux-gnu
  Special build flags:            compression aiksaurus pch  use-aspell use-ispell
  C   Compiler:                   i586-pc-linux-gnu-gcc 
  C   Compiler LyX flags:          
  C   Compiler flags:               -march=pentium -mtune=athlon-xp -O2 -pipe -fno-stack-protector -fno-stack-protector-all
  C++ Compiler:                   g++ (3.4.6)
  C++ Compiler LyX flags:          -DI18N -fno-exceptions
  C++ Compiler flags:               -DI18N -march=pentium -mtune=athlon-xp -O2 -pipe -fno-stack-protector -fno-stack-protector-all
  Linker flags:                   
  Linker user flags:              
  Qt Frontend:
      Qt version:               3.3.6
  Packaging:                      posix
  LyX binary dir:                 /usr/bin
  LyX files dir:                  /usr/share/lyx
[...]
Comment 1 pavel sanda 2007-11-03 17:17:58 UTC
is this bug present at 1.5 series ?
Comment 2 Alexis Ballier gentoo-dev 2008-02-25 23:22:35 UTC
please test with newer versions, this doesnt seem to happen here
Comment 3 Sascha Silbe 2008-02-26 19:18:29 UTC
The build now fails way later, so this bug is probably fixed.