In message <[email protected]>, Matthias Apitz writes: > El dÃa Monday, October 20, 2014 a las 07:48:23AM +0200, Olli Hauer escribió: > > > looking at the last lines from the log it seems to be a librool issue. > > If the change in the pory Makefile contains a diff in 'USES=libtool...' > > then try with thr updated port, the latest_link is with pkg no longer > > needed. > > -- > > Sent from my Android phone with GMX Mail. Please excuse my brevity. > > The SVN diff to the revision before is only: > > $ svn diff -r371019 Makefile > Index: Makefile > =================================================================== > --- Makefile (revisión: 371019) > +++ Makefile (copia de trabajo) > @@ -20,7 +20,6 @@ > > CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-maint-11[0-9]-[0-9]* > > -LATEST_LINK= ${PORTNAME}-19 > KERBEROSV_URL= http://web.mit.edu/kerberos/ > USE_PERL5= build > USE_LDCONFIG= yes > > > but there was a change in July this year re/ 'USES=libtool': > > r362835 | tijl | 2014-07-24 20:34:16 +0200 (jue 24 de jul de 2014) | 47 > lÃneas > > net/openldap24-*: > - Convert to USES=libtool and bump dependent ports > - Avoid USE_AUTOTOOLS > - Don't use PTHREAD_LIBS > - Use MAKE_CMD > > The commit message says something about ports 'net/openldap24-*'...
Unfortunately I'm not able to reproduce this locally, nor in my poudriere jail, nor on redports (such as it is). Another person discovered the issue if READLINE support is specified -- which too I am unable to reproduce locally. Can you try exporting LDFLAGS=--tag=CC prior to building the port? I'm curious to see if that makes a difference to you. Also, what options are you using? I'm using the following however I've tested without LDAP and without READLINE, which also work. slippy$ cat /var/db/ports/security_krb5/options # This file is auto-generated by 'make config'. # Options for krb5-1.13 _OPTIONS_READ=krb5-1.13 _FILE_COMPLETE_OPTIONS_LIST=DNS_FOR_REALM KRB5_HTML KRB5_PDF LDAP READLINE OPTIONS_FILE_UNSET+=DNS_FOR_REALM OPTIONS_FILE_SET+=KRB5_HTML OPTIONS_FILE_SET+=KRB5_PDF OPTIONS_FILE_SET+=LDAP OPTIONS_FILE_SET+=READLINE -- Cheers, Cy Schubert <[email protected]> FreeBSD UNIX: <[email protected]> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
