Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690084 - x11-misc/touchcal-0.80 : /.../ld: touchcal.o: undefined reference to symbol stdscr
Summary: x11-misc/touchcal-0.80 : /.../ld: touchcal.o: undefined reference to symbol s...
Status: RESOLVED FIXED
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: tinfo
  Show dependency tree
 
Reported: 2019-07-17 16:53 UTC by Toralf Förster
Modified: 2019-07-18 13:51 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.60 KB, text/plain)
2019-07-17 16:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,160.05 KB, text/plain)
2019-07-17 16:53 UTC, Toralf Förster
Details
environment (environment,14.95 KB, text/plain)
2019-07-17 16:53 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.90 KB, application/x-bzip)
2019-07-17 16:53 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.68 KB, application/x-bzip)
2019-07-17 16:53 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,6.94 KB, application/x-bzip)
2019-07-17 16:53 UTC, Toralf Förster
Details
x11-misc:touchcal-0.80:20190717-131249.log (x11-misc:touchcal-0.80:20190717-131249.log,6.59 KB, text/plain)
2019-07-17 16:54 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-07-17 16:53:41 UTC
      |     ^~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc `pkg-config --cflags xft 2> /dev/null || true` -O2 -pipe -march=native  -Wl,-O1 -Wl,--as-needed -o touchcal touchcal.o  -lXft -lXinerama -lX11 -lcurses -lncurses -lm 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: touchcal.o: undefined reference to symbol 'stdscr'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:395: touchcal] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-libressl-20190714-193026

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

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)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.36.0 *



emerge -qpvO x11-misc/touchcal
[ebuild  N    ] x11-misc/touchcal-0.80
Comment 1 Toralf Förster gentoo-dev 2019-07-17 16:53:44 UTC
Created attachment 583262 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-17 16:53:47 UTC
Created attachment 583264 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-17 16:53:49 UTC
Created attachment 583266 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-17 16:53:52 UTC
Created attachment 583268 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-17 16:53:55 UTC
Created attachment 583270 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-17 16:53:58 UTC
Created attachment 583272 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-07-17 16:54:00 UTC
Created attachment 583274 [details]
x11-misc:touchcal-0.80:20190717-131249.log
Comment 8 Larry the Git Cow gentoo-dev 2019-07-18 13:51:09 UTC
The bug has been closed via the following commit(s):

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

commit 29b18f38bf5b4caa16c40b0b1fd6c171b934c923
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-07-18 13:50:48 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-07-18 13:51:03 +0000

    x11-misc/touchcal: Fixed build with sys-libs/ncurses[tinfo]
    
    Closes: https://bugs.gentoo.org/690084
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 x11-misc/touchcal/touchcal-0.80.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)