This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 10972 - Compilation fails (undefined references)
Summary: Compilation fails (undefined references)
Status: NEW
Alias: None
Product: Amaya
Classification: Unclassified
Component: Building (show other bugs)
Version: 11.3.1
Hardware: PC Linux
: P2 blocker
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-04 12:31 UTC by Aleks
Modified: 2017-01-19 10:29 UTC (History)
5 users (show)

See Also:


Attachments

Description Aleks 2010-10-04 12:31:31 UTC
Compilation of Amaya 11.3.1 fails on Gentoo AMD64 using the bugzilla ebuild. I don't think it provides from this ebuild, see errors :

[CODE]
 TimelineAPP.o MathMLAPP.o MathMLbuilder.o Mathedit.o Mathedit_parser.o    TemplateAPP.o Templatebuilder.o templateDeclarations.o templateInstantiate.o templateLoad.o templateUtils.o libCSS.a ../annotlib/libAnnot.a    -L../thotlib -L.. -lThotEditor    -lraptor  -L/usr/lib -L/usr/X11R6/lib -lGL -lGLU  -lfreetype -lz  -L/usr/lib64 -lwwwinit -lwwwapp -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lz -L/usr/lib -lssl -lcrypto -L/usr/lib64 -pthread -Wl,-O1  -L/usr/lib64   -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_gtk2u_gl-2.8 -lwx_baseu-2.8  
query.o: In function `QueryClose()':
query.c:(.text+0x13b6): undefined reference to `HTSSLhttps_terminate'
query.o: In function `QueryInit()':
query.c:(.text+0x4241): undefined reference to `HTSSL_protMethod_set'
query.c:(.text+0x424b): undefined reference to `HTSSL_verifyDepth_set'
query.c:(.text+0x4252): undefined reference to `HTSSLhttps_init'
collect2: ld a retourné 1 code d'état d'exécution
make[1]: *** [../bin/amaya_bin] Erreur 1
make[1]: quittant le répertoire « /var/tmp/portage/app-editors/amaya-11.3.1/work/Amaya/LINUX-ELF/amaya »
[/CODE]