Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686136 - x11-plugins/wmfire-1.2.4-r3 : wmfire.c:(.text.startup+<snip>): undefined reference to draw_fire
Summary: x11-plugins/wmfire-1.2.4-r3 : wmfire.c:(.text.startup+<snip>): undefined refe...
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: 2019-05-17 07:24 UTC by Toralf Förster
Modified: 2019-07-30 20:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.91 KB, text/plain)
2019-05-17 07:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,275.03 KB, text/plain)
2019-05-17 07:24 UTC, Toralf Förster
Details
environment (environment,62.82 KB, text/plain)
2019-05-17 07:24 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.04 KB, application/x-bzip)
2019-05-17 07:24 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.82 KB, application/x-bzip)
2019-05-17 07:24 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,19.81 KB, application/x-bzip)
2019-05-17 07:24 UTC, Toralf Förster
Details
x11-plugins:wmfire-1.2.4-r3:20190517-062755.log (x11-plugins:wmfire-1.2.4-r3:20190517-062755.log,12.86 KB, text/plain)
2019-05-17 07:24 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 2019-05-17 07:24:28 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmfire.o: in function `main':
wmfire.c:(.text.startup+0x16f): undefined reference to `draw_fire'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:346: wmfire] Error 1
make[1]: Leaving directory '/var/tmp/portage/x11-plugins/wmfire-1.2.4-r3/work/wmfire-1.2.4/src'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop_20190510-215723

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.34.1 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.12.0 [icedtea-bin-8]
2)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
  [2]   jamvm 

emerge -qpvO x11-plugins/wmfire
[ebuild  N    ] x11-plugins/wmfire-1.2.4-r3  USE="-session"
Comment 1 Toralf Förster gentoo-dev 2019-05-17 07:24:31 UTC
Created attachment 577012 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-05-17 07:24:34 UTC
Created attachment 577014 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-05-17 07:24:37 UTC
Created attachment 577016 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-05-17 07:24:40 UTC
Created attachment 577018 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-05-17 07:24:43 UTC
Created attachment 577020 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-05-17 07:24:46 UTC
Created attachment 577022 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-05-17 07:24:50 UTC
Created attachment 577024 [details]
x11-plugins:wmfire-1.2.4-r3:20190517-062755.log
Comment 8 Bernard Cafarelli gentoo-dev 2019-07-30 20:44:18 UTC
That got me an interesting read on inline keyword and C99, fixing in current version (as it breaks at compilation)
Comment 9 Larry the Git Cow gentoo-dev 2019-07-30 20:48:03 UTC
The bug has been closed via the following commit(s):

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

commit 32c269aca1e75d6a6bcc3909b2a5ad184849532b
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2019-07-30 20:46:36 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2019-07-30 20:47:04 +0000

    x11-plugins/wmfire: drop broken inlining
    
    Closes: https://bugs.gentoo.org/686136
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 .../wmfire/files/wmfire-1.2.4-inline_c99.patch      | 21 +++++++++++++++++++++
 x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild           |  3 ++-
 2 files changed, 23 insertions(+), 1 deletion(-)