Solved [Solved] filezilla - next update, same problem

ftp/filezilla fails compile with:
Code:
libtool: link: cannot find the library `/usr/local/lib/libtasn1.la' or unhandled argument `/usr/local/lib/libtasn1.la'
gmake[4]: *** [filezilla] Error 1
gmake[4]: Leaving directory `/usr/ports/ftp/filezilla/work/filezilla-3.9.0.3/src/interface'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/ftp/filezilla/work/filezilla-3.9.0.3/src/interface'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/ftp/filezilla/work/filezilla-3.9.0.3/src/interface'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/ftp/filezilla/work/filezilla-3.9.0.3/src'
gmake: *** [all-recursive] Error 1
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/ports/ftp/filezilla.
*** [build] Error code 1

Stop in /usr/ports/ftp/filezilla.

===>>> make build failed for ftp/filezilla
===>>> Aborting update


===>>> You can restart from the point of failure with this command line:
       portmaster <flags> ftp/filezilla

last update I sent a mail to the maintainer - no answer, no reaction. I don't know where the call to libtasn1.la comes from. So I can't compile the packages in the right order.

Simple question how to compile or update ftp/filezilla (or other ports
- see the thread about net-im/empathy) without libtasn1.la?
 
Re: filezilla - next update, same problem

Now I try it with poudriere.

What have I put in the /usr/local/etc/pkg/repos/FreeBSD.conf ?. pkg-install and pkg-update ignores poudriere, it tries to install from FreeBSD-server.
 
Re: filezilla - next update, same problem

I found the right syntax for /usr/local/etc/pkg/FreeBSD.conf. Worked with poudriere.
I hope someone fixes the libtasn1.la-problem.
 
Re: filezilla - next update, same problem

Update libtasn1-4.0 to libtasn1-4.1 changed nothing.
 
Re: filezilla - next update, same problem

And the solution was simply - put in Makefile
Code:
USES= libtool:keepla
....
 
Back
Top