Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715322 - x11-plugins/wmitime-0.5-r1 : wmitime.c:(.text+<snip>): undefined reference to display
Summary: x11-plugins/wmitime-0.5-r1 : wmitime.c:(.text+<snip>): undefined reference to...
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:
: 715378 715456 715516 715596 715598 715708 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-03-29 14:58 UTC by Toralf Förster
Modified: 2020-04-06 11:46 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.26 KB, text/plain)
2020-03-29 14:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,24.25 KB, text/plain)
2020-03-29 14:58 UTC, Toralf Förster
Details
environment (environment,49.50 KB, text/plain)
2020-03-29 14:58 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.53 KB, application/x-bzip)
2020-03-29 14:58 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,13.19 KB, application/x-bzip)
2020-03-29 14:58 UTC, Toralf Förster
Details
x11-plugins:wmitime-0.5-r1:20200329-145201.log (x11-plugins:wmitime-0.5-r1:20200329-145201.log,2.91 KB, text/plain)
2020-03-29 14:58 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 2020-03-29 14:58:22 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmitime.o: warning: relocation against display in read-only section .text
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmitime.o: in function wmitime_routine:
wmitime.c:(.text+0xad3): undefined reference to display
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmitime.c:(.text+0xae3): undefined reference to display
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmitime.c:(.text+0xb1f): undefined reference to display
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: wmitime.c:(.text+0xb48): undefined reference to display

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-libressl_test-20200327-211737

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
/usr/lib/llvm/9
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun 29 Mar 2020 01:09:02 PM UTC
/var/db/repos/libressl	Thu 19 Mar 2020 04:37:24 PM UTC

emerge -qpvO x11-plugins/wmitime
[ebuild  N    ] x11-plugins/wmitime-0.5-r1
Comment 1 Toralf Förster gentoo-dev 2020-03-29 14:58:25 UTC
Created attachment 626980 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-29 14:58:27 UTC
Created attachment 626982 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-29 14:58:30 UTC
Created attachment 626984 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-29 14:58:33 UTC
Created attachment 626986 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-29 14:58:35 UTC
Created attachment 626988 [details]
temp.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-29 14:58:38 UTC
Created attachment 626990 [details]
x11-plugins:wmitime-0.5-r1:20200329-145201.log
Comment 7 Larry the Git Cow gentoo-dev 2020-03-29 15:17:05 UTC
The bug has been closed via the following commit(s):

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

commit e8e40df6cd094ce5d9cf04585fe350698728516b
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2020-03-29 15:14:50 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2020-03-29 15:16:59 +0000

    x11-libs/libdockapp: revision bum, proper fix for -fno-common
    
    display should be defined in lib itself, not dockapps
    
    Closes: https://bugs.gentoo.org/715322
    Package-Manager: Portage-2.3.96, Repoman-2.3.22
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 x11-libs/libdockapp/files/libdockapp-0.7.2-fno-common.patch | 13 ++++++++++++-
 ...ibdockapp-0.7.2-r1.ebuild => libdockapp-0.7.2-r2.ebuild} |  0
 2 files changed, 12 insertions(+), 1 deletion(-)
Comment 8 Bernard Cafarelli gentoo-dev 2020-03-30 16:36:41 UTC
*** Bug 715456 has been marked as a duplicate of this bug. ***
Comment 9 Bernard Cafarelli gentoo-dev 2020-03-30 16:37:28 UTC
*** Bug 715378 has been marked as a duplicate of this bug. ***
Comment 10 Jeroen Roovers (RETIRED) gentoo-dev 2020-03-31 13:10:55 UTC

*** This bug has been marked as a duplicate of bug 715598 ***
Comment 11 Jeroen Roovers (RETIRED) gentoo-dev 2020-03-31 13:11:50 UTC
oops
Comment 12 Jeroen Roovers (RETIRED) gentoo-dev 2020-03-31 13:12:08 UTC
*** Bug 715598 has been marked as a duplicate of this bug. ***
Comment 13 Jeroen Roovers (RETIRED) gentoo-dev 2020-03-31 13:18:57 UTC
*** Bug 715596 has been marked as a duplicate of this bug. ***
Comment 14 Jeroen Roovers (RETIRED) gentoo-dev 2020-03-31 13:21:03 UTC
*** Bug 715516 has been marked as a duplicate of this bug. ***
Comment 15 Bernard Cafarelli gentoo-dev 2020-04-06 11:46:48 UTC
*** Bug 715708 has been marked as a duplicate of this bug. ***