Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690008 - app-misc/clockywock-0.3.1a : /.../ld: /.../ccVwzZiJ.o: undefined reference to symbol stdscr
Summary: app-misc/clockywock-0.3.1a : /.../ld: /.../ccVwzZiJ.o: 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: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-16 17:37 UTC by Toralf Förster
Modified: 2019-08-26 09:23 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.95 KB, text/plain)
2019-07-16 17:37 UTC, Toralf Förster
Details
app-misc:clockywock-0.3.1a:20190716-170559.log (app-misc:clockywock-0.3.1a:20190716-170559.log,7.16 KB, text/plain)
2019-07-16 17:37 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,180.89 KB, text/plain)
2019-07-16 17:37 UTC, Toralf Förster
Details
environment (environment,45.46 KB, text/plain)
2019-07-16 17:37 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.23 KB, application/x-bzip)
2019-07-16 17:37 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.65 KB, application/x-bzip)
2019-07-16 17:37 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-16 17:37:25 UTC
  411 |                                                       mvwchgat(iwin,14,63,6,A_BOLD,color==1?13:NULL,NULL);
      |                                                       ^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/app-misc/clockywock-0.3.1a/temp/ccVwzZiJ.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: *** [Makefile:3: all] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-libressl-20190713-133107

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

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) *
Available Rust versions:
  [1]   rust-1.36.0 *



emerge -qpvO app-misc/clockywock
[ebuild  N    ] app-misc/clockywock-0.3.1a
Comment 1 Toralf Förster gentoo-dev 2019-07-16 17:37:27 UTC
Created attachment 583106 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-16 17:37:30 UTC
Created attachment 583108 [details]
app-misc:clockywock-0.3.1a:20190716-170559.log
Comment 3 Toralf Förster gentoo-dev 2019-07-16 17:37:33 UTC
Created attachment 583110 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-07-16 17:37:36 UTC
Created attachment 583112 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-07-16 17:37:38 UTC
Created attachment 583114 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-16 17:37:41 UTC
Created attachment 583116 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-08-26 09:23:10 UTC
The bug has been closed via the following commit(s):

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

commit 14cef62fae592faa1c943157d235410d361f586a
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2019-08-26 09:22:05 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2019-08-26 09:22:16 +0000

    app-misc/clockywock: fix building with separate tinfo library
    
    Also bump EAPI to 7
    
    Closes: https://bugs.gentoo.org/690008
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
    Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-misc/clockywock/clockywock-0.3.1a.ebuild               | 8 +++++---
 app-misc/clockywock/files/clockywock-0.3.1a-makefile.patch | 5 +++--
 2 files changed, 8 insertions(+), 5 deletions(-)