cvs commit: src/usr.sbin/bsnmpd/bsnmpd Makefile src/lib/libbsnmp/modules Makefile.inc

Bruce A. Mah bmah at FreeBSD.org
Wed Apr 14 16:22:47 PDT 2004


If memory serves me right, Hartmut Brandt wrote:
> harti       2004/04/14 09:31:54 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.sbin/bsnmpd/bsnmpd Makefile 
>     lib/libbsnmp/modules Makefile.inc 
>   Log:
>   Use a MANFILTER to patch the man pages to point to the right path.
>   
>   Noted by: phk
>   
>   Revision  Changes    Path
>   1.6       +4 -0      src/lib/libbsnmp/modules/Makefile.inc
>   1.7       +4 -0      src/usr.sbin/bsnmpd/bsnmpd/Makefile

In usr.sbin/bsnmpd/bsnmpd/Makefile, you still have BMIBSDIR and DEFSDIR
pointing to the old locations under /usr/share/bsnmp, not the new
locations under /usr/share/snmp.

If I understand this correctly, this breaks release building (very late
in the build, while creating the distributions):

===> usr.sbin/bsnmpd/bsnmpd
cd /usr/src/usr.sbin/bsnmpd/bsnmpd;  make install -DNO_SUBDIR DESTDIR=/R/stage/trees/base SHARED=copies
install -s -o root -g wheel -m 555   bsnmpd /R/stage/trees/base/usr/sbin
install -o root -g wheel  -m 444 /usr/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/FOKUS-MIB.txt /usr/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/BEGEMOT-MIB.txt /usr/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt /R/stage/trees/base/usr/share/bsnmp/mibs
install: wrong number or types of arguments
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

Bruce.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 223 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20040414/1cf7957e/attachment.bin


More information about the cvs-src mailing list