pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cvs help on netbsd 7.0.1



Finally installed netbsd 7 on a laptop but am noticing cvs issues with the pkgsrc repo.
> NetBSD nb32 7.0.1 NetBSD 7.0.1 (GENERIC.201605221355Z) i386

saw 
> --- ./configure ---
> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/pkgsrc/x11/xproto/work/xproto-7.0.29/missing autoconf
> --- ./do-not-use-config.h.in ---
> /tmp/pkgsrc/x11/xproto/work/.tools/bin/autoheader: /usr/pkgsrc/mk/gnu-config/missing: permission denied
> *** [./do-not-use-config.h.in] Error code 126
> 
> make: stopped in /tmp/pkgsrc/x11/xproto/work/xproto-7.0.29

and noticed indeed:
> bash-4.3$ ls  -la /usr/pkgsrc/mk/gnu-config/
> total 256
> drwxr-xr-x   3 richard  wheel    512 Jul 25 14:57 .
> drwxr-xr-x  32 richard  wheel   2560 Jul 25 14:14 ..
> drwxr-xr-x   2 richard  wheel    512 Jul 25 14:57 CVS
> -rw-r--r--   1 richard  wheel  43423 Jul 25 14:57 config.guess
> -rw-r--r--   1 richard  wheel  36087 Jul 25 14:57 config.sub
> -rw-r--r--   1 richard  wheel  29308 Jul 25 14:57 libtool-1.4.m4
> -rw-r--r--   1 richard  wheel  10179 Jul 25 14:57 missing

chmod'ing +x gets over the problem.

Tried removing these and invoking 'cvs update' which restores as is above.

So I checked the pkgsrc scmcvs with the same result.

Don't have this issue on SunOS.

Help? is there a script to fix these (and any others) up?

ps: as per pkgsrc docs
> $ cat ~/.cvsrc 
> checkout -P
> update -dP
> release -d
> diff -uN
> cvs -q
> rdiff -u

-- 
Richard PALO




Home | Main Index | Thread Index | Old Index