Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191246 - x11-wm/wmii-2 failed to emerge : problems with ixp
Summary: x11-wm/wmii-2 failed to emerge : problems with ixp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: David Shakaryan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-04 15:06 UTC by ifreecarve
Modified: 2008-01-05 04:36 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 ifreecarve 2007-09-04 15:06:12 UTC
emerging wmii-2 fails, seemingly because of undefined references to ixp functions.

Reproducible: Always

Steps to Reproduce:
# emerge =wmii-2
Actual Results:  
$ cat /var/tmp/portage/x11-wm/wmii-2/temp/build.log 

>>> Unpacking source...
>>> Unpacking wmii-2.tar.bz2 to /var/tmp/portage/x11-wm/wmii-2/work
 * Applying wmii-2_050802.patch ...                                                                                                                [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-wm/wmii-2/work/wmii-2 ...
-------------------------------------------------------
wmii build options:
LIBS     = -L/usr/lib -L/usr/lib -lc -lm -L/usr/X11R6/lib -lX11
INCLUDES = -I. -I/usr/include -I/usr/include -I/usr/X11R6/include
CFLAGS   = -march=k8 -O3 -pipe -mmmx -msse -msse2 -m3dnow -ftracer -funit-at-a-time -funswitch-loops  -g -Wall -pedantic -I. -I/usr/include -I/usr/include -I/usr/X11R6/include -DSTRLCPY=strncpy -DSTRLCAT=strncat -DDRAW="xlib" -DVERSION="2"
LDFLAGS  = -g -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common  -L/usr/lib -L/usr/lib -lc -lm -L/usr/X11R6/lib -lX11
DRAW     = xlib
CC       = x86_64-pc-linux-gnu-gcc
-------------------------------------------------------
make[1]: Entering directory `/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/liblitz'
CC array.c
CC draw_xlib.c
CC util.c
CC wm.c
AR liblitz.a
Finished liblitz
-------------------------------------------------------
make[1]: Leaving directory `/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/liblitz'
make[1]: Entering directory `/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/libixp'
CC client.c
CC message.c
CC ramfs.c
CC server.c
AR libixp.a
Finished libixp
-------------------------------------------------------
make[1]: Leaving directory `/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/libixp'
make[1]: Entering directory `/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/libwmii'
CC ixputil.c
AR libwmii.a
Finished libwmii
-------------------------------------------------------
make[1]: Leaving directory `/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/libwmii'
make[1]: Entering directory `/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base'
CC client.c
CC core.c
CC event.c
core.c: In function 'win_proto':
core.c:665: warning: dereferencing type-punned pointer will break strict-aliasing rules
core.c: In function 'win_state':
core.c:688: warning: dereferencing type-punned pointer will break strict-aliasing rules
CC mouse.c
CC frame.c
CC page.c
CC tiled.c
CC grid.c
CC vsplit.c
CC max.c
CC wmiiwm.c
LD wmiiwm
client.o: In function `manage_class_instance':
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/client.c:298: undefined reference to `ixp_walk'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/client.c:302: undefined reference to `ixp_walk'
client.o: In function `free_client':
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/client.c:222: undefined reference to `ixp_remove_file'
client.o: In function `alloc_client':
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/client.c:28: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/client.c:39: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/client.c:41: undefined reference to `ixp_create'
frame.o: In function `free_frame':
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/frame.c:192: undefined reference to `ixp_remove_file'
frame.o: In function `alloc_frame':
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/frame.c:41: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/frame.c:46: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/frame.c:48: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/frame.c:51: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/frame.c:54: undefined reference to `ixp_create'
page.o: In function `free_page':
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/page.c:119: undefined reference to `ixp_remove_file'
page.o: In function `alloc_page':
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/page.c:49: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/page.c:51: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/page.c:53: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/page.c:58: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/page.c:60: undefined reference to `ixp_create'
page.o:/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/page.c:63: more undefined references to `ixp_create' follow
wmiiwm.o: In function `run':
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/wmiiwm.c:373: undefined reference to `run_server_with_fd_support'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base/wmiiwm.c:376: undefined reference to `deinit_server'
../libwmii/libwmii.a(ixputil.o): In function `wmii_setup_server':
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/libwmii/ixputil.c:136: undefined reference to `init_server'
../libwmii/libwmii.a(ixputil.o): In function `wmii_create_ixpfile':
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/libwmii/ixputil.c:23: undefined reference to `ixp_create'
/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/libwmii/ixputil.c:24: undefined reference to `is_directory'
collect2: ld returned 1 exit status
make[1]: *** [wmiiwm] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-wm/wmii-2/work/wmii-2/base'
make: *** [all] Error 2

!!! ERROR: x11-wm/wmii-2 failed.
Call stack:
  ebuild.sh, line 1632:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  wmii-2.ebuild, line 41:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/x11-wm/wmii-2/temp/build.log'.



Expected Results:  
>>> x11-wm/wmii-2 merged.

$ emerge --info
Portage 2.1.2.11 (default-linux/amd64/2006.1, gcc-4.1.2, glibc-2.5-r4, 2.6.19-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.19-gentoo-r5 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System release 1.12.9
Timestamp of tree: Thu, 02 Aug 2007 12:50:01 +0000
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.3.5-r3, 2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O3 -pipe -mmmx -msse -msse2 -m3dnow -ftracer -funit-at-a-time -funswitch-loops "
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=k8 -O3 -pipe -mmmx -msse -msse2 -m3dnow -ftracer -funit-at-a-time -funswitch-loops "
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://mirrors.acm.cs.rpi.edu/gentoo/ http://gentoo.mirrors.pair.com/ http://mirror.datapipe.net/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X aac aalib acpi alsa amd64 apache2 bash-completion berkdb bitmap-fonts cdr cli cracklib crypt cups curl curlwrappers dga directfb divx4linux dri dts dvd dvdr dvdread emacs emacs-w3 esd exif flac fortran ftp gd gdbm glut gpm iconv imagemagick ipv6 isdnlog jpeg2k libg++ lm_sensors mad matroska midi mudflap mysql mysqli mythtv ncurses nls nptl nptlonly ocaml offensive ogg opengl openmp pam pcre pdf pear-db perl php ppds pppd python readline reflection samba session shorten spl ssl svg tcpd theora truetype truetype-fonts type1-fonts unicode voodoo1 voodoo2 vorbis xml xorg xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 David Shakaryan (RETIRED) gentoo-dev 2007-11-04 19:39:03 UTC
I am actually able to install wmii-2 just fine. However, I am having trouble getting the standalone libixp and a newer version of wmii to install, both of which I was able to do in the past.

I'll look into this, but I'm not sure how much I can do, not being able to reproduce the bug. If I'm not able to fix this, I'll try to get a working snapshot of wmii-3 into the tree as soon as possible.

Sorry for the delay, I missed this bug and just now saw it.
Comment 2 David Shakaryan (RETIRED) gentoo-dev 2008-01-04 08:55:42 UTC
Is this bug still present in wmii-3?
Comment 3 ifreecarve 2008-01-04 15:58:36 UTC
not sure.  i switched back to x86 because i was too sick of stuff not working :(
Comment 4 David Shakaryan (RETIRED) gentoo-dev 2008-01-05 04:36:06 UTC
That's odd. Everything works fine here running amd64.

Anyhow, I am resolving this bug FIXED hoping that wmii-3 would have most likely fixed it. If not, I'm sure somebody can open a new bug or reopen this one.

Thanks for the report and sorry I was not able to get to it in time. :)