On Thu, Oct 30, 2014 at 09:40:51AM +0200, Vasil Dimov wrote:
> Hello,
> 
> I am puzzled by this:
> 
> ===>   Generating temporary packing list
> /usr/bin/make -C src build
> install  -s -o root -g wheel -m 555 src/portsearch
> /wrkdirs/usr/ports/ports-mgmt/portsearch/work/stage/usr/local/bin/
> strip: 
> /wrkdirs/usr/ports/ports-mgmt/portsearch/work/stage/usr/local/bin//portsearch:
> File format not recognized
> install: wait: No such file or directory
> *** Error code 70
> 
> Full log at:
> http://beefy1.isc.freebsd.org/data/10i386-default/2014-10-29_10h42m30s/logs/errors/portsearch-1.3.4.log
> and also below in this email.
> 
> It works on my computer and I cannot reproduce this.
> 
> Any idea what's going on?

Yes your distfile is unclean and comes with a prebuilt binary in src you can see
on the logs that nothing is being built here:
===>  Building for portsearch-1.3.4
/usr/bin/make -C src build
===========================================================================

The targets are already satisfied.
However you are doing your tests on an amd64 box and the binary in the distfiles
are amd64 one do install -s which run strip(1) works as expected on any amd64
box using that precompiled binary, but beefy1 is building i386 packages so strip
fails on unknown amd64 binaries.

Best regards,
Bapt

Attachment: pgppWBwX7sbsP.pgp
Description: PGP signature

Reply via email to