Trying to build security/cvm under 9.3 or 10.0 (with poudriere) it fails with the following errors: ==== snip ==== ===> Staging for cvm-0.96_2 ===> Generating temporary packing list bg-installer -v <INSTHIER lrwxrwxrwx N/A N/A /wrkdirs/usr/ports/security/cvm/work/stage/usr/local/lib/libcvm-client.a -> libcvm-v2client.a lrwxrwxrwx N/A N/A /wrkdirs/usr/ports/security/cvm/work/stage/usr/local/lib/libcvm-client.la -> libcvm-v2client.la lrwxrwxrwx N/A N/A /wrkdirs/usr/ports/security/cvm/work/stage/usr/local/lib/libcvm-client.so -> libcvm-v2client.so -rwxr-xr-x N/A N/A /wrkdirs/usr/ports/security/cvm/work/stage/usr/local/lib/libcvm-command.la libtool: install: `libcvm-command.la' is not a valid libtool archive libtool: install: Try `libtool --help --mode=install' for more information. bg-installer: Fatal: libtool failed *** [install] Error code 1 Stop in /wrkdirs/usr/ports/security/cvm/work/cvm-0.96. *** [do-install] Error code 1 Stop in /usr/ports/security/cvm. ===> Cleaning for cvm-0.96_2 ==== snap ==== How can this be fixed?
Maintainer CC'd
Hmm, what kind of poudriere run is it that you do ? I ran this command with success on FreeBSD 10.0 amd64: # poudriere testport -j 10amd64 -o security/cvm BTW: what is inside the file in question ? (/wrkdirs/usr/ports/security/cvm/work/stage/usr/local/lib/libcvm-command.la)
Oh forgot to ask if you are building any of the options DOCS VCHKPW or just the default
(In reply to uffe from comment #3) > Oh forgot to ask if you are building any of the options DOCS VCHKPW > > or just the default Ah, with the default options it works here, too! However, I'd need the vchkpw interface and thus can't disable the option. libcvm-command.la seems not to exist at all and it's not listed in pkg-plist, neither. Thanks for your fast answer, btw! :)
Thanks for your reply - now that we know which buttons to push - I'll try to recreate the problem tonight.
Could you try the attached patch (cvm.patch) thanks
Created attachment 147574 [details] cvm.patch
Yay! Now the port builds like a charm! Thank you so much for your fast fix!
Great - you are welcome I've filed the change as a separate bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193851 Will close this case once it is comitted
*** This bug has been marked as a duplicate of bug 193851 ***