Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459080 - net-misc/wget-1.14 USE="zlib" broken
Summary: net-misc/wget-1.14 USE="zlib" broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-24 22:12 UTC by Julian Ospald
Modified: 2013-03-03 03:29 UTC (History)
1 user (show)

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


Attachments
wget-1.14:20130224-215828.log (wget-1.14:20130224-215828.log,106.75 KB, text/plain)
2013-02-24 22:12 UTC, Julian Ospald
Details
wget-1.14-r1.ebuild.diff (wget-1.14-r1.ebuild.diff,1.12 KB, patch)
2013-02-24 23:38 UTC, Julian Ospald
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2013-02-24 22:12:07 UTC
Created attachment 340028 [details]
wget-1.14:20130224-215828.log

eval export ac_cv_lib_{z_compress,dl_{dlopen,shl_load}}=no

this ebuild line makes AC_CHECK_LIB(z, compress) in configure.ac line fail in all places. As a result we get no -lz and no #define HAVE_LIBZ 1


$ grep HAVE_LIBZ /var/tmp/portage/net-misc/wget-1.14/work/wget-1.14/config.status
  (none)

In the build log you will also see:
  checking for compress in -lz... (cached) no
Comment 1 Julian Ospald 2013-02-24 23:05:30 UTC
this is not just a linking thing...


~/wget-1.14/wget-1.14 $ grep HAVE_LIBZ */*
src/config.h:#define HAVE_LIBZ 1
src/config.h.in:#undef HAVE_LIBZ
src/init.c:#ifdef HAVE_LIBZ
src/init.c:#ifdef HAVE_LIBZ
src/main.c:#ifdef HAVE_LIBZ
src/main.c:#ifdef HAVE_LIBZ
src/warc.c:#ifdef HAVE_LIBZ
src/warc.c:#ifdef HAVE_LIBZ
src/warc.c:#ifdef HAVE_LIBZ
src/warc.c:#ifdef HAVE_LIBZ
src/warc.c:#ifdef HAVE_LIBZ
src/warc.c:#endif /* HAVE_LIBZ */
src/warc.c:#ifdef HAVE_LIBZ
Comment 2 Julian Ospald 2013-02-24 23:38:23 UTC
Created attachment 340034 [details, diff]
wget-1.14-r1.ebuild.diff

possible fix
Comment 3 SpanKY gentoo-dev 2013-03-03 03:25:53 UTC
Comment on attachment 340034 [details, diff]
wget-1.14-r1.ebuild.diff

yeah no for so many reasons
Comment 4 SpanKY gentoo-dev 2013-03-03 03:29:04 UTC
should be all set now in the tree; thanks for the report!

Commit message: Drop openssl workarounds as the pkg-config patch should handle things for us now
http://sources.gentoo.org/net-misc/wget/wget-1.14.ebuild?r1=1.11&r2=1.12