Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682902 - www-client/w3mmee-0.3.2_p24-r11 : url.c:(.text+<snip>): undefined reference to RAND_egd
Summary: www-client/w3mmee-0.3.2_p24-r11 : url.c:(.text+<snip>): undefined reference t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-08 18:01 UTC by Toralf Förster
Modified: 2019-12-13 13:23 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.71 KB, text/plain)
2019-04-08 18:01 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,173.23 KB, text/plain)
2019-04-08 18:01 UTC, Toralf Förster
Details
environment (environment,50.30 KB, text/plain)
2019-04-08 18:01 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.07 KB, application/x-bzip)
2019-04-08 18:01 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,17.58 KB, application/x-bzip)
2019-04-08 18:01 UTC, Toralf Förster
Details
www-client:w3mmee-0.3.2_p24-r11:20190408-131043.log (www-client:w3mmee-0.3.2_p24-r11:20190408-131043.log,20.72 KB, text/plain)
2019-04-08 18:01 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 2019-04-08 18:01:18 UTC
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native  -I/usr/include -DGC_VERSION=800004  -I/usr/include/openssl -I/usr/include  -DHAVE_MOE -I/usr/include/moe -I.    -Wl,-O1 -Wl,--as-needed -o w3mmee main.o file.o ipc.o buffer.o display.o etc.o search.o linein.o table.o local.o form.o map.o frame.o rc.o menu.o mailcap.o func.o cookie.o history.o backend.o keybind.o terms.o conv.o url.o ftp.o anchor.o mimehead.o parsetagx.o istream.o version.o -L. -lindep -lbsd -lnsl   -L/usr/lib64 -lmoe  -L/usr/lib64 -lgc  -L/usr/lib64 -lpthread -lm -lncurses -L/usr/lib64  -lssl -lcrypto 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: url.o: in function `init_PRNG':
url.c:(.text+0x64d): undefined reference to `RAND_egd'
collect2: error: ld returned 1 exit status
make[1]: *** [XXMakefile:105: w3mmee] Error 1
make[1]: Leaving directory '/var/tmp/portage/www-client/w3mmee-0.3.2_p24-r11/work/w3mmee-p24-23'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_libressl_20190405-161922

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems)

java-config:
The following VMs are available for generation-2:


emerge -qpvO www-client/w3mmee
[ebuild  N    ] www-client/w3mmee-0.3.2_p24-r11  USE="libressl nls ssl -gpm -imlib -xface"
Comment 1 Toralf Förster gentoo-dev 2019-04-08 18:01:22 UTC
Created attachment 572276 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-04-08 18:01:25 UTC
Created attachment 572278 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-04-08 18:01:28 UTC
Created attachment 572280 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-04-08 18:01:30 UTC
Created attachment 572282 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-04-08 18:01:33 UTC
Created attachment 572284 [details]
temp.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-04-08 18:01:36 UTC
Created attachment 572286 [details]
www-client:w3mmee-0.3.2_p24-r11:20190408-131043.log
Comment 7 Larry the Git Cow gentoo-dev 2019-12-13 13:23:45 UTC
The bug has been closed via the following commit(s):

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

commit 6516073d0e9c7d9ee55175ea96ac264946dad406
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2019-12-13 13:22:12 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2019-12-13 13:23:38 +0000

    www-client/w3mmee: fix build with >=dev-libs/openssl-1.1
    
    Closes: https://bugs.gentoo.org/682902
    Package-Manager: Portage-2.3.79, Repoman-2.3.16
    Signed-off-by: Akinori Hattori <hattya@gentoo.org>

 www-client/w3mmee/files/w3mmee-openssl-1.1.patch | 92 ++++++++++++++++++++++++
 www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild    |  3 +-
 2 files changed, 94 insertions(+), 1 deletion(-)