svn commit: r316124 - head/lang/gcc48

Gerald Pfeifer gerald at pfeifer.com
Sat Apr 20 01:27:29 UTC 2013


On Fri, 19 Apr 2013, Gerald Pfeifer wrote:
> Log:
>   Update to the 20130418 snapshot of GCC 4.8.1.  This no longer installs
>   libffi and its info and man pages which was always meant to remain for
>   internal use only.

Sooo, why is `make install` not failing on the following?

gzip: can't stat: /scratch2/tmp/gerald/prefix/gcc48/man/man3/ffi48.3: No such file or directory
gzip: can't stat: /scratch2/tmp/gerald/prefix/gcc48/man/man3/ffi_call48.3: No such file or directory
:
pkg: lstat(/scratch2/tmp/gerald/prefix/gcc48/man/man3/ffi48.3.gz): No such fileor directory
pkg: lstat(/scratch2/tmp/gerald/prefix/gcc48/man/man3/ffi_call48.3.gz): No such file or directory

Even worse, why is `make package` not failing when pages specificied in
MAN3 are not actually present?
 

Looks like a bug in Mk/bsd.port.mk and/or pkgng?  Or am I missing 
something??

Gerald


More information about the svn-ports-head mailing list