Bug 193070 - [issue]: ftp/filezilla-3.9.0.3 - can't find libtasn1.la
Summary: [issue]: ftp/filezilla-3.9.0.3 - can't find libtasn1.la
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-27 17:14 UTC by Walter Schwarzenfeld
Modified: 2014-08-28 12:20 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld 2014-08-27 17:14:20 UTC
9.3-RELEASE FreeBSD 9.3-RELEASE #0 r268512: Thu Jul 10 23:44:39 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

The port CATEGORY/PORT seems to be broken.

ftp/filezilla

When I try to

DESCRIBE ACTIONS HERE

make install clean

the following errors occur:

ERROR

libtool: link: cannot find the library `/usr/local/lib/libtasn1.la' or unhandled argument `/usr/local/lib/libtasn1.la'
gmake[4]: *** [filezilla] Error 1

The error doesn't appear if I write in the Makefile USES= libtool:keepla
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-27 19:33:47 UTC
Kurt, I think this guy is talking about ftp/filezilla, but this PR is littered with TEMPLATE stuff not filled in.

If you confirm, maybe you can assign it to yourself (since you touched the port last) and fix the title...
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-28 07:33:35 UTC
The cause probably is: some of your libraries that filezilla needs
still references /usr/local/lib/libtasn1.la.

I'll try to find out how to identify those libs.
Comment 3 Walter Schwarzenfeld 2014-08-28 12:17:45 UTC
After upgrade of curl-7.37.1_2 to curl-7.37.1_3,  pango-1.34.1_6 to pango-1.34.1_7,  gtk2-2.24.22_3 to gtk2-2.24.22_4 it works - thank you.
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-28 12:20:52 UTC
Thanks!