Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507984 - x11-plugins/wmmaiload-2.2.1-r1 - ld: ssl.o: undefined reference to symbol 'X509_get_issuer_name'
Summary: x11-plugins/wmmaiload-2.2.1-r1 - ld: ssl.o: undefined reference to symbol 'X5...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Dockapp Team
URL:
Whiteboard:
Keywords:
: 379485 (view as bug list)
Depends on:
Blocks: underlinking
  Show dependency tree
 
Reported: 2014-04-18 10:15 UTC by thorn
Modified: 2016-01-25 14:09 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,11.51 KB, text/plain)
2014-04-18 10:15 UTC, thorn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thorn 2014-04-18 10:15:25 UTC
Created attachment 375188 [details]
build.log

wmmaiload did not compile with current ssl.

This is part of build log.

ssl.c: In function 'init_CTX':
ssl.c:42:16: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
ssl.c: In function 'print_SSL_Param':
ssl.c:75:18: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
x86_64-pc-linux-gnu-gcc -o wmmaiload checkthread.o dockapp.o imapclient.o main.o options.o pop3client.o ssl.o -Wl,-O1 -Wl,--as-needed  -L/usr/X11R6/lib -lX11 -lXext -lXpm -lpthread -lssl
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: ssl.o: undefined reference to symbol 'X509_get_issuer_name'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'X509_get_issuer_name' is defined in DSO /usr/lib64/libcrypto.so.1.0.0 so try adding it to the linker command line
/usr/lib64/libcrypto.so.1.0.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[1]: *** [wmmaiload] Error 1
make[1]: Leaving directory `/tmp/portage/x11-plugins/wmmaiload-2.2.1-r1/work/wmmaiload-2.2.1/wmmaiload'


BTW Debian has version 2.3
http://packages.debian.org/unstable/x11/wmmaiload
Comment 1 Bernard Cafarelli gentoo-dev 2014-04-24 21:25:11 UTC
Thanks for the report!

I have fixed current stable ebuild and added 2.3.0 (though this one is close to current ebuild as it is mostly gtk+:2 support we backported)
Comment 2 Bernard Cafarelli gentoo-dev 2016-01-25 14:09:54 UTC
*** Bug 379485 has been marked as a duplicate of this bug. ***