Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805206 - x11-plugins/wmrack-1.4-r1 - xpmicon.c: fatal error: XPM/standart.style: No such file or directory
Summary: x11-plugins/wmrack-1.4-r1 - xpmicon.c: fatal error: XPM/standart.style: No su...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-30 10:19 UTC by Toralf Förster
Modified: 2022-07-10 13:56 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.51 KB, text/plain)
2021-07-30 10:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,245.90 KB, text/plain)
2021-07-30 10:19 UTC, Toralf Förster
Details
environment (environment,53.91 KB, text/plain)
2021-07-30 10:19 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,24.26 KB, application/x-bzip)
2021-07-30 10:19 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.42 KB, application/x-bzip)
2021-07-30 10:19 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,14.92 KB, application/x-bzip)
2021-07-30 10:19 UTC, Toralf Förster
Details
x11-plugins:wmrack-1.4-r1:20210730-094617.log (x11-plugins:wmrack-1.4-r1:20210730-094617.log,4.70 KB, text/plain)
2021-07-30 10:19 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 2021-07-30 10:19:16 UTC
x86_64-pc-linux-gnu-gcc  -M xpmicon.c library.c cdrom.c mixer.c wmrack.c >> Makefile
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2    -c -o xpmicon.o xpmicon.c
xpmicon.c:22:10: fatal error: XPM/standart.style: No such file or directory
   22 | #include "XPM/standart.style"
      |          ^~~~~~~~~~~~~~~~~~~~
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j3-20210727-220003

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.53.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  [1]   php7.3
  [2]   php7.4
  [3]   php8.0 *

  HEAD of ::gentoo
commit 58a8c07ebdb54dce735597b388bc958693042bc7
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Jul 30 08:37:03 2021 +0000

    2021-07-30 08:37:01 UTC

emerge -qpvO x11-plugins/wmrack
[ebuild  N    ] x11-plugins/wmrack-1.4-r1
Comment 1 Toralf Förster gentoo-dev 2021-07-30 10:19:17 UTC
Created attachment 728202 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-30 10:19:19 UTC
Created attachment 728205 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-07-30 10:19:20 UTC
Created attachment 728208 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-07-30 10:19:21 UTC
Created attachment 728211 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-07-30 10:19:22 UTC
Created attachment 728214 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-07-30 10:19:23 UTC
Created attachment 728217 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-07-30 10:19:25 UTC
Created attachment 728220 [details]
x11-plugins:wmrack-1.4-r1:20210730-094617.log
Comment 8 Toralf Förster gentoo-dev 2021-07-30 10:20:06 UTC
BTW:

XPM/standart.style

is this a typo in the file name ?
Comment 9 Bernard Cafarelli gentoo-dev 2022-07-10 13:55:10 UTC
Sorry, another bug that had fallen below my radar
(In reply to Toralf Förster from comment #8)
> BTW:
> 
> XPM/standart.style
> 
> is this a typo in the file name ?

Correct in that package case, this is in fact a race condition (if symbolic link in XPM is not created fast enough)
Comment 10 Larry the Git Cow gentoo-dev 2022-07-10 13:56:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2d0d0e9620456874d0e574817b24bc5337302c

commit da2d0d0e9620456874d0e574817b24bc5337302c
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2022-07-10 13:56:23 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2022-07-10 13:56:23 +0000

    x11-plugins/wmrack: fix XPM/standart.style compilation error
    
    Closes: https://bugs.gentoo.org/805206
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 x11-plugins/wmrack/wmrack-1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)