libtool: link: x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -march=native -Wall -Wdeclaration-after-statement -Wl,-O1 -o tdssrv unittest.o -Wl,--as-needed ./.libs/libtdssrv.a -lssl -lcrypto -lpthread -pthread ./.libs/libtdssrv.a(tls.o): In function `tds_pull_func': tls.c:(.text+0x1d): undefined reference to `BIO_get_data' ./.libs/libtdssrv.a(tls.o): In function `tds_push_func': tls.c:(.text+0x6c): undefined reference to `BIO_get_data' ./.libs/libtdssrv.a(tls.o): In function `tds_ssl_ctrl_login': ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-desktop_libressl_20170818-200954 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-6.4.0 * Available Python interpreters, in order of preference: [1] python3.4 [2] python3.6 (fallback) [3] python2.7 (fallback) Available Ruby profiles: [1] ruby22 (with Rubygems) * java-config: The following VMs are available for generation-2: emerge -qpv dev-db/freetds [ebuild N ] dev-db/freetds-1.00.54-r1 USE="iconv libressl ssl -gnutls -iodbc -kerberos -mssql -odbc"
Created attachment 490098 [details] emerge-info.txt
Created attachment 490100 [details] dev-db:freetds-1.00.54-r1:20170822-162908.log
Created attachment 490102 [details] emerge-history.txt
Created attachment 490104 [details] environment
Created attachment 490106 [details] etc.portage.tbz2
Created attachment 490108 [details] logs.tbz2
Created attachment 490110 [details] temp.tbz2
Does the -9999 version have the same problem? If not, there are some new upstream releases I could add to the tree.
Can you try freetds-1.00.341? That's a recent snapshot.
works fine: tinderbox@mr-fox ~ $ p=dev-db/freetds; (q=/tmp/q; for i in ~/run/*libre*/var/log/emerge.log; do qlop --gauge --human --list -f $i $p > $q; if [[ -s $q ]]; then echo; echo $i; cat $q; fi; done; rm $q) | grep -e "^/" -e '>>>' -e "[0-9]* hour[s]*" -e "[0-9]* minute[s]*" -e "[0-9]* seconds" /home/tinderbox/run/17.0-desktop-gnome_libressl-test_20180117-214426/var/log/emerge.log Mon Jan 22 04:24:55 2018 >>> dev-db/freetds-1.00.341 freetds: Mon Jan 22 04:22:54 2018: 2 minutes, 1 second /home/tinderbox/run/17.0-desktop-plasma-systemd_libressl_20180117-220140/var/log/emerge.log Mon Jan 22 04:23:08 2018 >>> dev-db/freetds-1.00.341 freetds: Mon Jan 22 04:21:07 2018: 2 minutes, 1 second /home/tinderbox/run/17.0-systemd_libressl-test_20180117-213341/var/log/emerge.log Mon Jan 22 04:20:23 2018 >>> dev-db/freetds-1.00.341 freetds: Mon Jan 22 04:18:22 2018: 2 minutes, 1 second
Whee! Thanks!