svn commit: r347269 - head/science/netcdf

Tijl Coosemans tijl at FreeBSD.org
Sat Mar 8 18:11:36 UTC 2014


On Sat, 8 Mar 2014 01:29:43 +0100 Antoine Brodin wrote:
> On Thu, Mar 6, 2014 at 5:35 PM, Tijl Coosemans <tijl at freebsd.org> wrote:
>> Author: tijl
>> Date: Thu Mar  6 16:35:32 2014
>> New Revision: 347269
>> URL: http://svnweb.freebsd.org/changeset/ports/347269
>> QAT: https://qat.redports.org/buildarchive/r347269/
>>
>> Log:
>>   - Add USES=libtool to fix linker problem on FreeBSD/i386 8.x and
>>     FreeBSD/ia64 (binutils too old).
>>   - Staging.
>>
>>   PR:           ports/186946
>>   Approved by:  sunpoet (maintainer)
>>
>> Modified:
>>   head/science/netcdf/Makefile
>>   head/science/netcdf/pkg-plist
> 
> I'm not sure if it's directly related to this commit or not but build fails:
> 
> ...
> restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf
> $backupdir && mkdir $backupdir &&  if (/bin/sh
> /wrkdirs/usr/ports/science/netcdf/work/netcdf-3.6.3/missing --run
> makeinfo --version) >/dev/null 2>&1; then  for f in ./netcdf-cxx.info
> ./netcdf-cxx.info-[0-9] ./netcdf-cxx.info-[0-9][0-9]
> ./netcdf-cxx.i[0-9] ./netcdf-cxx.i[0-9][0-9]; do  if test -f $f; then
> mv $f $backupdir; restore=mv; else :; fi;  done;  else :; fi &&  cd
> "$am__cwd";  if /bin/sh
> /wrkdirs/usr/ports/science/netcdf/work/netcdf-3.6.3/missing --run
> makeinfo   -I .  -o ./netcdf-cxx.info ./netcdf-cxx.texi;  then  rc=0;
> cd .;  else  rc=$?;  cd . &&  $restore $backupdir/* `echo
> "././netcdf-cxx.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;
> exit $rc
> TEXINPUTS=".:$TEXINPUTS"  MAKEINFO='/bin/sh
> /wrkdirs/usr/ports/science/netcdf/work/netcdf-3.6.3/missing --run
> makeinfo   -I .'  texi2dvi -s --pdf --batch netcdf.texi
> texi2dvi: not found
> *** [netcdf.pdf] Error code 127
> 
> Stop in /wrkdirs/usr/ports/science/netcdf/work/netcdf-3.6.3/man.
> *** [all-recursive] Error code 1

Should be fixed in r347528.


More information about the svn-ports-head mailing list