Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932442 - net-misc/curl-8.8.0 - Unrecognized configure options:
Summary: net-misc/curl-8.8.0 - Unrecognized configure options:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matt Jolly
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-22 08:20 UTC by Toralf Förster
Modified: 2024-05-22 13:19 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.18 KB, text/plain)
2024-05-22 08:20 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,42.55 KB, text/plain)
2024-05-22 08:20 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.19 KB, application/x-xz)
2024-05-22 08:20 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,18.43 KB, application/x-xz)
2024-05-22 08:20 UTC, Toralf Förster
Details
net-misc:curl-8.8.0:20240522-074103.log.xz (net-misc:curl-8.8.0:20240522-074103.log.xz,21.22 KB, application/x-xz)
2024-05-22 08:20 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,107.11 KB, text/plain)
2024-05-22 08:20 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 2024-05-22 08:20:36 UTC
 * QA Notice: Unrecognized configure options:
 * 
 * 	--disable-ntlm-wb
 * 	--disable-ntlm-wb
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   /usr/bin/curl
   /usr/lib64/libcurl.so.4.8.0
 * checking 529 files for package collisions

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_gnome-20240521-041748

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

  The log matches a QA pattern or a pattern requested by a Gentoo developer.
Comment 1 Toralf Förster gentoo-dev 2024-05-22 08:20:37 UTC
Created attachment 893774 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-05-22 08:20:38 UTC
Created attachment 893775 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-05-22 08:20:39 UTC
Created attachment 893776 [details]
etc.clang.tar.xz
Comment 4 Toralf Förster gentoo-dev 2024-05-22 08:20:40 UTC
Created attachment 893777 [details]
etc.portage.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-05-22 08:20:41 UTC
Created attachment 893778 [details]
net-misc:curl-8.8.0:20240522-074103.log.xz
Comment 6 Toralf Förster gentoo-dev 2024-05-22 08:20:42 UTC
Created attachment 893779 [details]
qlist-info.txt
Comment 7 Matt Jolly gentoo-dev 2024-05-22 11:43:16 UTC
It's not hurting anything so I'll update the template and we'll catch it on the revbump; looks like there's some regressions flowing in.
Comment 8 Larry the Git Cow gentoo-dev 2024-05-22 13:19:29 UTC
The bug has been closed via the following commit(s):

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

commit cab1437c13dadf532dca4697e6f3402043bfefae
Author:     Matt Jolly <kangie@gentoo.org>
AuthorDate: 2024-05-22 11:46:01 +0000
Commit:     Matt Jolly <kangie@gentoo.org>
CommitDate: 2024-05-22 13:17:23 +0000

    net-misc/curl: 8.8.0: fix builds with mbedtls 2.x
    
    - Drop `--disable-ntlm-wb` from configure options
    - Bring minimum versions in line with 8.8.0/current master
    - Update live template to match
    
    Closes: https://bugs.gentoo.org/932442
    Closes: https://bugs.gentoo.org/932443
    Signed-off-by: Matt Jolly <kangie@gentoo.org>

 net-misc/curl/curl-8.8.0.ebuild              |  2 +-
 net-misc/curl/curl-9999.ebuild               | 10 +++----
 net-misc/curl/files/curl-8.8.0-mbedtls.patch | 42 ++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 6 deletions(-)