Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84403 - Window maker does not compile.
Summary: Window maker does not compile.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-07 08:09 UTC by Kevin J Meagher
Modified: 2005-03-17 18:32 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 Kevin J Meagher 2005-03-07 08:09:17 UTC
when compiling windowmaker one of the lines has an erronious "s" in the command line. causes errors.

Reproducible: Always
Steps to Reproduce:
1. emerge windowmaker 
Actual Results:  
starts compiling then dies on this line:

`echo /bin/sh ../libtool --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H
-I. -I. -I../src  -I/usr/include     -march=athlon64 -O3 -pipe
-fomit-frame-pointers | sed -e s/-fomit-frame-pointer//` -O0 -c x86_specific.c
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../src -I/usr/include
-march=athlon64 -O3 -pipe s -O0 -c x86_specific.c  -fPIC -DPIC -o
.libs/x86_specific.o
x86_64-pc-linux-gnu-gcc: s: No such file or directory
make[1]: *** [x86_specific.lo] Error 1
make[1]: Leaving directory
`/var/tmp/portage/windowmaker-0.91.0-r2/work/WindowMaker-0.91.0/wrlib'
make: *** [all-recursive] Error 1

!!! ERROR: x11-wm/windowmaker-0.91.0-r2 failed.
!!! Function src_compile, Line 101, Exitcode 2
!!! windowmaker: make has failed
!!! If you need support, post the topmost build error, NOT this status message.




Portage 2.0.51.19 (default-linux/amd64/2004.3, gcc-3.4.3-20050110,
glibc-2.3.4.20050125-r0, 2.6.11-gentoo x86_64)
=================================================================
System uname: 2.6.11-gentoo x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Mar  3 2005, 00:13:31)]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.4_p6, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r4
sys-devel/libtool:   1.5.10-r5
virtual/os-headers:  2.6.8.1-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -O3 -pipe -fomit-frame-pointers"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon64 -O3 -pipe -fomit-frame-pointers"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aac aalib acpi alsa avi berkdb bitmap-fonts crypt dvd dvdr dvdread
f77 font-server fortran gcj gif gnustep gpm gtk jp2 jpeg lirc lzw lzw-tiff
mozilla mp3 ncurses nls nvidia objc opengl pam perl png python readline rtc
spell ssl tcpd tiff truetype truetype-fonts type1-fonts usb userlocales xml2
xmms xpm xprint xrandr xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Armando Di Cianno (RETIRED) gentoo-dev 2005-03-17 18:32:03 UTC
I haven't been able to recreate this bug -- can you try one of the newest (or the same) 0.9X series WindowMaker ebuilds, and tell me if it still happens?

Actually -- never mind.  The bug is in your CFLAGS:

CFLAGS="-march=athlon64 -O3 -pipe -fomit-frame-pointers"

it's "-fomit-frame-pointer" [note: no 's'] you have the plural ;-) -- looks like this flag is getting filtered out in the make process (proper, not ebuild).

Marking bug as invalid.