Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141632 - app-office/lyx-1.4.1-r1: CXXFLAGS executed as commands
Summary: app-office/lyx-1.4.1-r1: CXXFLAGS executed as commands
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-24 14:48 UTC by Sascha Silbe
Modified: 2008-02-26 19:18 UTC (History)
1 user (show)

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 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.