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

Bug 931613

Summary: net-nntp/tin-2.6.2-r2 - configure: error: cannot link with socks library
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 FIXED    
Severity: normal CC: cyber+gentoo
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/40374
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt.xz
environment
etc.clang.tar.xz
etc.portage.tar.xz
logs.tar.xz
net-nntp:tin-2.6.2-r2:20240509-012434.log
qlist-info.txt.xz
temp.tar.xz

Description Toralf Förster gentoo-dev 2024-05-09 08:18:59 UTC
checking for overview filename... .overview
checking for directory containing "inews"... /var/lib/news
checking for inews... --internal
checking if you want socks library... yes
checking if you want socks5 library... no
configure: WARNING: Cannot find socks library
configure: error: cannot link with socks library

!!! Please attach the following file when seeking support:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_musl_hardened-20240501-134026

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

gcc-config -l:
 [1] x86_64-pc-linux-musl-13 *
clang/llvm (if any):
clang version 18.1.5
Target: x86_64-pc-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-musl-clang.cfg
/usr/lib/llvm/18
18.1.5
Python 3.11.9
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.77.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.22_p7 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.10_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.2_p13 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-11 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

php cli (if any):
  [1]   php8.1 *
  [2]   php8.3
go version go1.22.2 linux/amd64

  HEAD of ::gentoo
commit 846efbde4927770e1561000dc94e505f030afe6b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu May 9 00:48:39 2024 +0000

    2024-05-09 00:48:39 UTC

emerge -qpvO net-nntp/tin
[ebuild  N    ] net-nntp/tin-2.6.2-r2  USE="nls socks5 ssl -cancel-locks -debug -gnutls -gpg -libtls -sasl"
Comment 1 Toralf Förster gentoo-dev 2024-05-09 08:19:00 UTC
Created attachment 892578 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-05-09 08:19:01 UTC
Created attachment 892579 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-05-09 08:19:02 UTC
Created attachment 892580 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-05-09 08:19:03 UTC
Created attachment 892581 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-05-09 08:19:04 UTC
Created attachment 892582 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-05-09 08:19:05 UTC
Created attachment 892583 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-05-09 08:19:06 UTC
Created attachment 892584 [details]
net-nntp:tin-2.6.2-r2:20240509-012434.log
Comment 8 Toralf Förster gentoo-dev 2024-05-09 08:19:07 UTC
Created attachment 892585 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-05-09 08:19:08 UTC
Created attachment 892586 [details]
temp.tar.xz
Comment 10 Anna Vyalkova 2024-11-19 09:58:07 UTC
Will be fixed in 2.6.4

 023) Thomas E. Dickey <dickey@invisible-island.net>
      REM. bundled-intl stuff
      ADD. disallow giving both --with-socks and --with-socks5
      ADD. try also libsocks5 and libsocksd if using --with-socks5
      FIX. intl/*, aclocal.m4, configure[.in], autoconf.hin, nntplib.h
           tcurses.h, Makefile[.in], conf-tin
Comment 11 Larry the Git Cow gentoo-dev 2025-03-02 13:28:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfc1be6ddaf295c80fac3072ce21de6a8a202f8

commit 4bfc1be6ddaf295c80fac3072ce21de6a8a202f8
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2025-01-29 19:57:16 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2025-03-02 13:27:40 +0000

    net-nntp/tin: add 2.6.4
    
    Packaging-related changes in this release:
    
    * Fixed the test checking for a SOCKS5 library (bug #931613). Dante
      changed library name from "libsocks" to "libsocksd" in v1.4.
    
    * Removed "--with-sum" configure option.
    
    * New automagic dependency on dev-libs/uriparser.
    
    * New automagic dependency on net-dns/libidn2.
    
    Closes: https://bugs.gentoo.org/931613
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
    Closes: https://bugs.gentoo.org/943834
    Closes: https://github.com/gentoo/gentoo/pull/40374
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 net-nntp/tin/Manifest         |   1 +
 net-nntp/tin/tin-2.6.4.ebuild | 128 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 129 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90210cb8c34f0a77e271d76c9378b9a9595e784a

commit 90210cb8c34f0a77e271d76c9378b9a9595e784a
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2025-03-02 13:26:35 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2025-03-02 13:27:41 +0000

    net-nntp/tin: drop 2.6.2-r1, 2.6.2-r2
    
    Bug: https://bugs.gentoo.org/931613
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 net-nntp/tin/Manifest                     |   1 -
 net-nntp/tin/files/tin-2.6.2-c99.patch    |  93 ----------------------
 net-nntp/tin/files/tin-2.6.2-gnutls.patch |  36 ---------
 net-nntp/tin/tin-2.6.2-r1.ebuild          | 120 ----------------------------
 net-nntp/tin/tin-2.6.2-r2.ebuild          | 127 ------------------------------
 5 files changed, 377 deletions(-)