Bug 96833 - recent security/libtasn1 update breaks security/gnutls-devel
Summary: recent security/libtasn1 update breaks security/gnutls-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-05 18:50 UTC by Kyryll A Minrneko
Modified: 2006-05-12 11:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyryll A Minrneko 2006-05-05 18:50:16 UTC
recent security/libtasn1 update breaks security/gnutls-devel WITH_LIBTASN1=yes - some symbols unresolved

How-To-Repeat: cd /usr/ports/security/gnutls-devel
make WITH_LIBTASN1=yes
..
Making all in str
/bin/sh ../libtool --tag=CC --mode=link cc  -O3 -pipe -fomit-frame-pointer -ffast-math -D_REENTRANT -D_THREAD_SAFE -pipe -I/usr/local/include  -I/usr/local/include   -L/usr/local/lib -o gnutls-serv  serv-gaa.o serv.o  common.o ../lib/libgnutls.la ../libextra/libgnutls-extra.la      -L/usr/local/lib -lgcrypt -L/usr/local/lib -lgpg-error -L/usr/local/lib -ltasn1
cc -O3 -pipe -fomit-frame-pointer -ffast-math -D_REENTRANT -D_THREAD_SAFE -pipe -I/usr/local/include -I/usr/local/include -o .libs/gnutls-serv serv-gaa.o serv.o common.o  -L/usr/local/lib ../lib/.libs/libgnutls.so ../libextra/.libs/libgnutls-extra.so /usr/ports/security/gnutls-devel/work/gnutls-1.3.4/lib/.libs/libgnutls.so -lz -lgcrypt /usr/local/lib/libgpg-error.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so /usr/local/lib/libtasn1.so -Wl,--rpath -Wl,/usr/local/lib
./lib/.libs/libgnutls.so: undefined reference to `_asn1_find_node'
./lib/.libs/libgnutls.so: undefined reference to `_asn1_get_length_der'
*** Error code 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-05 18:56:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2006-05-06 00:00:43 UTC
Cannot reproduce. Anyway, I'm going to update security/gnutls-devel in a
few hours which probably would fix this problem.

Roman Bogorodskiy
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2006-05-06 00:19:57 UTC
Updated gnutls-devel to 1.3.5. Do you still have that problem?

Roman Bogorodskiy
Comment 4 Kyryll A Minrneko 2006-05-11 15:06:01 UTC
sorry for absence, recent gnults-devel update fixes the bug. Please, close the 
pr

-- 
Regards, Mirya
ICQ #313898202
Comment 5 Roman Bogorodskiy freebsd_committer freebsd_triage 2006-05-12 11:41:10 UTC
State Changed
From-To: open->closed

Fixed.