Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919227 - x11-plugins/asapm-3.1-r1 - apm_x.c:(.text+<snip>): undefined reference to XpmCreatePixmapFromData
Summary: x11-plugins/asapm-3.1-r1 - apm_x.c:(.text+<snip>): undefined reference to Xpm...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-12-04 20:17 UTC by Toralf Förster
Modified: 2023-12-04 20:17 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.62 KB, text/plain)
2023-12-04 20:17 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,67.82 KB, application/x-xz)
2023-12-04 20:17 UTC, Toralf Förster
Details
environment (environment,74.03 KB, text/plain)
2023-12-04 20:17 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,964 bytes, application/x-xz)
2023-12-04 20:17 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,38.49 KB, application/x-xz)
2023-12-04 20:17 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,4.71 KB, application/x-xz)
2023-12-04 20:17 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,70.71 KB, application/x-xz)
2023-12-04 20:17 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,20.34 KB, application/x-xz)
2023-12-04 20:17 UTC, Toralf Förster
Details
x11-plugins:asapm-3.1-r1:20231204-060538.log (x11-plugins:asapm-3.1-r1:20231204-060538.log,10.34 KB, text/plain)
2023-12-04 20:17 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-12-04 20:17:23 UTC
  150 |                         fgets( buffer, 256, fd );
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color      -c asapm.c
x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color      -c safecopy.c
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 apm_react.o apm_rc.o apm_read.o apm_x.o asapm.o safecopy.o  -lX11   -lSM -lICE -lXext  -ljpeg    -o asapm
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: apm_x.o: in function `initializeWindow':
apm_x.c:(.text+0x100f): undefined reference to `XpmCreatePixmapFromData'
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: apm_x.c:(.text+0x167e): undefined reference to `XpmCreatePixmapFromData'
collect2: error: ld returned 1 exit status

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-20231127-152538

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.6
Available Rust versions:
  [1]   rust-bin-1.73.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.8.1_p1 [openjdk-17]
2)	OpenJDK 21.0.1_p12 [openjdk-21]
3)	OpenJDK 8.382_p05 [openjdk-8]
4)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-8 
  [2]   openjdk-17 
  [3]   openjdk-21 
  [4]   openjdk-bin-17 
  [5]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.21.4 linux/amd64

  HEAD of ::gentoo
commit e6355ec1ee123a5a2b7155da486ba61988b0a30c
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Dec 4 03:16:56 2023 +0000

    2023-12-04 03:16:55 UTC

emerge -qpvO x11-plugins/asapm
[ebuild  N    ] x11-plugins/asapm-3.1-r1
Comment 1 Toralf Förster gentoo-dev 2023-12-04 20:17:24 UTC
Created attachment 877152 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-04 20:17:25 UTC
Created attachment 877153 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2023-12-04 20:17:27 UTC
Created attachment 877154 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-12-04 20:17:28 UTC
Created attachment 877155 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-12-04 20:17:29 UTC
Created attachment 877156 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-04 20:17:29 UTC
Created attachment 877157 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-12-04 20:17:31 UTC
Created attachment 877158 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2023-12-04 20:17:32 UTC
Created attachment 877159 [details]
temp.tar.xz
Comment 9 Toralf Förster gentoo-dev 2023-12-04 20:17:33 UTC
Created attachment 877160 [details]
x11-plugins:asapm-3.1-r1:20231204-060538.log