Bug 6040 - Upgrade libtasn1 to latest version
Summary: Upgrade libtasn1 to latest version
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Build system (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.8.0
Assignee: Henrik Andersson
URL:
Keywords: derfian_tester, ossman_tester, relnotes
Depends on:
Blocks:
 
Reported: 2016-10-05 10:03 CEST by Peter Åstrand
Modified: 2017-03-24 10:50 CET (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Peter Åstrand cendio 2016-10-05 10:03:45 CEST
libtasn1: using 4.8, latest is 4.9:

https://ftp.gnu.org/gnu/libtasn1/?C=M;O=D
Comment 2 Henrik Andersson cendio 2016-11-10 07:22:59 CET
Build and sync packages to repo update of buildserver.
Comment 3 Henrik Andersson cendio 2016-11-10 08:47:16 CET
Patch for win32 build sent upstream to mailinglist.
Comment 4 Henrik Andersson cendio 2016-11-10 14:16:26 CET
i386 build fails with:

g++ -o tlclient.bin -g    -static-libgcc -nodefaultlibs \
	tlclient.a localename.o cert/libcert.a neon/src/libneon.a xmlrpc++/libXmlRpc.a XmuClientWin.o  \
	-Wl,-Bstatic -lfltk -lfltk_images -lXcursor -lXfixes -lXft -lXrender -lfontconfig -lexpat -lfreetype -lbz2 -lXrandr -lXinerama -lXext -lnettle -ltre -lstdc++ -lgcc -lgcc_eh -ltasn1 -lpng  -lXxf86misc \
	-Wl,-Bdynamic   -lX11  -lz -lc -lm -ldl
/usr/lib/gcc/i686-pc-linux-gnu/5.1.0/../../../libtasn1.a(parser_aux.o): In function `_asn1_ltostr':
/home/hean01/Development/cenbuild/repo/rpmbuild/BUILD/libtasn1-4.9/lib/parser_aux.c:570: undefined reference to `__divdi3'
collect2: error: ld returned 1 exit status
make: *** [tlclient.bin] Error 1
Comment 7 Pierre Ossman cendio 2016-11-21 12:58:10 CET
Added autotests for all API calls.
Comment 11 Henrik Andersson cendio 2016-11-24 11:59:13 CET
Build of tests fails when building tlmisc RPM from source tarball. Looks like test data is not included in source tarball.
Comment 14 Pierre Ossman cendio 2016-11-28 12:53:12 CET
tl-certtool and friends aren't properly linked after these changes.

Note You need to log in before you can comment on or make changes to this bug.