Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715782 - app-editors/aee-2.2.21 : /.../ld: aee.o: undefined reference to symbol resetty
Summary: app-editors/aee-2.2.21 : /.../ld: aee.o: undefined reference to symbol resetty
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-01 16:38 UTC by Toralf Förster
Modified: 2020-05-16 15:04 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.58 KB, text/plain)
2020-04-01 16:38 UTC, Toralf Förster
Details
app-editors:aee-2.2.21:20200401-153117.log (app-editors:aee-2.2.21:20200401-153117.log,6.97 KB, text/plain)
2020-04-01 16:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,215.26 KB, text/plain)
2020-04-01 16:38 UTC, Toralf Förster
Details
environment (environment,46.62 KB, text/plain)
2020-04-01 16:38 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,23.95 KB, application/x-bzip)
2020-04-01 16:38 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,13.30 KB, application/x-bzip)
2020-04-01 16:38 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-04-01 16:38:22 UTC
x86_64-gentoo-linux-musl-gcc -DBSD_SELECT     -c file.c -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT  -O2 -pipe -march=native   -DSLCT_HDR  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0
x86_64-gentoo-linux-musl-gcc -o aee aee.o control.o format.o localize.o srch_rep.o delete.o mark.o motion.o keys.o help.o windows.o journal.o file.o -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT  -O2 -pipe -march=native   -DSLCT_HDR  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -lcurses 
/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: aee.o: undefined reference to symbol resetty
/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: /lib/libtinfo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [make.aee:16: curses] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200328-141627

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr  1 14:40:18 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO app-editors/aee
[ebuild  N    ] app-editors/aee-2.2.21  USE="-X"
Comment 1 Toralf Förster gentoo-dev 2020-04-01 16:38:25 UTC
Created attachment 628516 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-01 16:38:27 UTC
Created attachment 628518 [details]
app-editors:aee-2.2.21:20200401-153117.log
Comment 3 Toralf Förster gentoo-dev 2020-04-01 16:38:31 UTC
Created attachment 628520 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-04-01 16:38:33 UTC
Created attachment 628522 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-04-01 16:38:36 UTC
Created attachment 628524 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-01 16:38:39 UTC
Created attachment 628526 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-05-16 15:04:41 UTC
The bug has been closed via the following commit(s):

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

commit 534e5ea7e9f5aa15de74a6da8004cf530f91a34f
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2020-05-16 15:04:22 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2020-05-16 15:04:22 +0000

    app-editors/aee: fix build with sys-libs/ncurses[tinfo]
    
    Closes: https://bugs.gentoo.org/715782
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Akinori Hattori <hattya@gentoo.org>

 app-editors/aee/aee-2.2.21.ebuild | 2 ++
 1 file changed, 2 insertions(+)