Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 179460
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Alin Năstac <mrness@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Marek Kozlowski <kozlowsm@mini.pw.edu.pl>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 179460 depends on: Show dependency tree
Bug 179460 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-05-22 20:55 0000
Unable to start dialogblocks 4.08. The following error occurs (strace, but
similar just when running from the console) end the  

waitpid(-1, /opt/dialogblocks/dialogblocks: symbol lookup error:
/opt/dialogblocks/dialogblocks: undefined symbol: XineramaIsActive


Reproducible: Always

Steps to Reproduce:
1. just try to run it
2.
3.




Up-to-date system:

Portage 2.1.2.7 (default-linux/x86/2006.1/desktop, gcc-4.1.2, glibc-2.5-r2,
2.6.20-gentoo-r6 i686)
=================================================================
System uname: 2.6.20-gentoo-r6 i686 Intel(R) Pentium(R) M processor 1.70GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Tue, 22 May 2007 18:50:01 +0000
dev-java/java-config: 1.3.7, 2.0.31-r5
dev-lang/python:     2.3.5-r3, 2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
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.16.1-r3
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -msse2 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=pentium3 -msse2 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/"
LANG="en_US.UTF-8"
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.europe.gentoo.org/gentoo-portage"
USE="X acpi alsa berkdb bitmap-fonts bzip2 cairo cdr cli cracklib crypt cups
dbus dri dvd eds emboss encode esd exif fam firefox fortran gdbm gif gnome
gphoto2 gpm gstreamer gtk hal iconv isdnlog java jpeg ldap libg++ mad midi
mikmod mmx mp3 mpeg mudflap ncurses nls nntp nptl nptlonly nsplugin ogg opengl
openmp oss pam pcre pdf perl png ppds pppd python quicktime readline real
reflection sdl session spell spl sse sse2 ssl svg tcpd tetex truetype
truetype-fonts type1-fonts unicode vcd vorbis win32codecs x86 xml xorg xv xvid
zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1 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 synaptics"
KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001
mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="radeon fbdev vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS,
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #1 From Andrew Gaffney 2007-05-22 20:58:13 0000 -------
This has nothing to do with portage.

------- Comment #2 From Marek Kozlowski 2007-05-22 21:06:52 0000 -------
(In reply to comment #1)
> This has nothing to do with portage.

Oups! Sorry! My fault. Thanks for redirection

------- Comment #3 From Alin Năstac 2007-05-23 07:38:16 0000 -------
Please post here the output of the ldd /opt/dialogblocks/dialogblocks
Also post the output of objdump -T /usr/lib/libXinerama.so.1 | grep
XineramaIsActive

------- Comment #4 From Marek Kozlowski 2007-05-23 08:24:42 0000 -------
ldd /opt/dialogblocks/dialogblocks ? No such file or directory!

$ objdump -T /usr/lib/libXinerama.so.1 | grep XineramaIsActive
00000c50 g    DF .text  000000fd  Base        XineramaIsActive

------- Comment #5 From Alin Năstac 2007-05-23 08:31:39 0000 -------
(In reply to comment #4)
> ldd /opt/dialogblocks/dialogblocks ? No such file or directory!

huh?!?

mrness@a-nastac ~ $ ls -l /opt/dialogblocks/dialogblocks
-rwxr-xr-x 1 dspam dspam 16324588 2007-05-22 12:13
/opt/dialogblocks/dialogblocks
mrness@a-nastac ~ $ equery belongs /opt/dialogblocks/dialogblocks
[ Searching for file(s) /opt/dialogblocks/dialogblocks in *... ]
dev-util/dialogblocks-4.08 (/opt/dialogblocks/dialogblocks)

------- Comment #6 From Marek Kozlowski 2007-05-23 08:40:35 0000 -------
Oups! My fault again. Forgive me!

$ ldd /opt/dialogblocks/dialogblocks
        linux-gate.so.1 =>  (0xffffe000)
        libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7bd6000)
        libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb7b55000)
        libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb7b3b000)
        libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7b25000)
        libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0xb7b1d000)
        libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0xb7b12000)
        libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb7ad8000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb7a9e000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb7a9b000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb7a96000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7a02000)
        libz.so.1 => /lib/libz.so.1 (0xb79f0000)
        libdl.so.2 => /lib/libdl.so.2 (0xb79ec000)
        libm.so.6 => /lib/libm.so.6 (0xb79c7000)
        libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1
(0xb79bc000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb79a5000)
        libc.so.6 => /lib/libc.so.6 (0xb787b000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb778e000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb7780000)
        libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0xb7778000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb7773000)
        libcairo.so.2 => /usr/lib/libcairo.so.2 (0xb76ff000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb76d3000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb76cb000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0xb76c3000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb76bd000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb76b4000)
        libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb7687000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0xb7674000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb75f7000)
        librt.so.1 => /lib/librt.so.1 (0xb75ee000)
        /lib/ld-linux.so.2 (0xb7f26000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xb75eb000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb75e5000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb75c2000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb74a8000)

------- Comment #7 From Alin Năstac 2007-05-23 09:22:46 0000 -------
Fixed in 4.08-r1.

On x86, x11-libs/gtk+ must be installed with xinerama USE flag enabled.
I've added a test in pkg_setup for this, which prevents you from installing it
until you re-emerge gtk+ with USE=xinerama.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug