Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136518 - ipw2100 compile error when KBUILD_OUTPUT is set
Summary: ipw2100 compile error when KBUILD_OUTPUT is set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Mobile Herd (OBSOLETE)
URL: http://www.bughost.org/bugzilla/show_...
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-06-11 23:46 UTC by Myk Taylor
Modified: 2006-07-04 10:21 UTC (History)
0 users

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


Attachments
removes extra ')', fixing build when KBUILD_OUTPUT is defined (ipw2100-1.2.1-cflags.patch.patch,930 bytes, patch)
2006-06-11 23:48 UTC, Myk Taylor
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myk Taylor 2006-06-11 23:46:42 UTC
There is an extra ')' in the Makefile on line 150, hit only when KBUILD_OUTPUT is set:

- ...MODVERDIR=$(MODVERDIR))
+ ...MODVERDIR=$(MODVERDIR)

patch to net-wireless/ipw2100/files/ipw2100-1.2.1-cflags.patch attached
Comment 1 Myk Taylor 2006-06-11 23:48:03 UTC
Created attachment 88964 [details, diff]
removes extra ')', fixing build when KBUILD_OUTPUT is defined

patches the offending line
Comment 2 Myk Taylor 2006-06-17 22:26:02 UTC
forgot my emerge --info

Portage 2.1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r3, 2.6.16-gentoo-r9 i686)
=================================================================
System uname: 2.6.16-gentoo-r9 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -maccumulate-outgoing-args -fforce-addr -ftracer -fweb -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=pentium-m -maccumulate-outgoing-args -fforce-addr -ftracer -fweb -pipe -fvisibility-inlines-hidden"
DISTDIR="/var/portage/distfiles"
FEATURES="autoconfig buildpkg ccache confcache distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict userpriv"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
LINGUAS="en zh_TW"
MAKEOPTS="-j1"
PKGDIR="/var/portage/portage-pkg"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/portage"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync11.us.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d a52 aac acpi alsa apache2 apm arts audiofile avi bash-completion berkdb bitmap-fonts bzip2 cdparanoia cdr cjk cli crypt cups curl directfb dri dts dvd dvdread emboss encode fbcon ffmpeg flac foomaticdb fortran gdbm gif glut gmp gpm gstreamer gtk gtk2 hal idn imagemagick imlib isdnlog java jpeg jpeg2k kde kdeenablefinal lcms libg++ libwww mad mikmod mmx mng mono motif mp3 mpeg ncurses nls nptl nsplugin ogg opengl oss pam pcmcia pcre pdflib perl png pppd python qt quicktime readline reflection samba sdl session slang spell spl sse sse2 ssl svg tcltk tcpd threads tiff truetype truetype-fonts type1-fonts udev unicode usb vcd vorbis win32codecs wmf xml xml2 xmms xorg xscreensaver xv xvid zlib elibc_glibc kernel_linux linguas_en linguas_zh_TW userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_RSYNC_EXTRA_OPTS

Comment 3 Henrik Brix Andersen 2006-07-04 10:21:28 UTC
Fixed in CVS. Thank you for reporting this.

I have reported this issue upstream as well.