Created attachment 448198 [details] dev-perl:Term-ReadLine-Gnu-1.310.0:20160928-085925.log LD_RUN_PATH="/lib64" x86_64-pc-linux-gnu-gcc-5.4.0 -shared -march=k8-sse3 -mcx16 -msahf --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -O2 -pipe -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu Gnu.o -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-z,defs -Wl,--no-allow-shlib-undefined -o blib/arch/auto/Term/ReadLine/Gnu/Gnu.so \ -lreadline -lncurses \ /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: Gnu.o: undefined reference to symbol 'tgetstr' /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Note: -Wl,-z,defs is necessary to reproduce since it's a shared lib.
Ping.
Please test if this still happens with dev-perl/Term-ReadLine-Gnu-1.360.0 I cannot reproduce because the build fails in a different way when I add "-Wl,-z,defs" to my LDFLAGS...
(In reply to Lars Wendler (Polynomial-C) from comment #2) > Please test if this still happens with dev-perl/Term-ReadLine-Gnu-1.360.0 > > I cannot reproduce because the build fails in a different way when I add > "-Wl,-z,defs" to my LDFLAGS...