Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 715332

Summary: net-fs/wdfs-1.4.2-r1 : /.../ld: /.../libneon.so: undefined reference to SSL_peek_ex
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
net-fs:wdfs-1.4.2-r1:20200329-151624.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-03-29 16:50:56 UTC
x86_64-pc-linux-gnu-gcc  -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -Wformat  -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -Wall -D_GNU_SOURCE -D_REENTRANT  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o wdfs  cache.o svn.o wdfs-main.o webdav.o  -lfuse -pthread -lneon -lglib-2.0 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib64/libneon.so: undefined reference to SSL_peek_ex
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib64/libneon.so: undefined reference to SSL_CTX_set_post_handshake_auth
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:225: wdfs] Error 1

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

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

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
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-bin-1.42.0
  [2]   rust-1.42.0 *
Available Java Virtual Machines:
  (none found)

The Glorious Glasgow Haskell Compilation System, version 8.0.2

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

emerge -qpvO net-fs/wdfs
[ebuild  N    ] net-fs/wdfs-1.4.2-r1
Comment 1 Toralf Förster gentoo-dev 2020-03-29 16:50:58 UTC
Created attachment 626994 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-29 16:51:01 UTC
Created attachment 626996 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-29 16:51:04 UTC
Created attachment 626998 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-29 16:51:06 UTC
Created attachment 627000 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-29 16:51:09 UTC
Created attachment 627002 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-29 16:51:12 UTC
Created attachment 627004 [details]
net-fs:wdfs-1.4.2-r1:20200329-151624.log
Comment 7 Toralf Förster gentoo-dev 2020-03-29 16:51:15 UTC
Created attachment 627006 [details]
temp.tbz2
Comment 8 Dennis Gäbler 2020-03-29 22:59:21 UTC
I'm getting a similar error building =gnome-extra/sushi-3.34.0:

/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libneon.so.27: undefined reference to `SSL_peek_ex'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libneon.so.27: undefined reference to `SSL_CTX_set_post_handshake_auth'
collect2: error: ld returned 1 exit status

I'm also using libressl and if I downgrade net-libs/neon to the stable version it works fine.