Date: Thu, 5 Sep 1996 01:17:14 -0500 (CDT) From: Tony Kimball <alk@think.com> To: FreeBSD-gnats-submit@freebsd.org Subject: conf/1568: build failure in libss, 2.2 current. Message-ID: <199609050617.BAA21698@compound.Think.COM> Resent-Message-ID: <199609050620.XAA24748@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 1568 >Category: conf >Synopsis: build failure in libss >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 4 23:20:01 PDT 1996 >Last-Modified: >Originator: Tony Kimball >Organization: Dis >Release: FreeBSD 2.2-CURRENT i386 >Environment: 2.2 current cvs-cur 2434 >Description: make world fails in libss >How-To-Repeat: make world -DNOCLEANDIR -DNOPROFILE -DNOSECURE -DNOGAMES -DNOCRYPT ... cd /alt/src/lib/libss && make beforeinstall install -C -o bin -g bin -m 444 /alt/src/lib/libss/ss.h /usr/include/ss install -C -o bin -g bin -m 444 /alt/src/lib/libss/copyright.h /usr/include/ss/mit-sipb-copyright.h install -C -o bin -g bin -m 444 ss_err.h /usr/include/ss install: ss_err.h: No such file or directory *** Error code 71 >Fix: *** Makefile.orig Thu Sep 5 01:12:44 1996 --- Makefile Thu Sep 5 01:12:53 1996 *************** *** 29,35 **** ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/copyright.h \ ${DESTDIR}/usr/include/ss/mit-sipb-copyright.h .if exists(ss_err.h) ! ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ss_err.h \ ${DESTDIR}/usr/include/ss .endif --- 29,35 ---- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/copyright.h \ ${DESTDIR}/usr/include/ss/mit-sipb-copyright.h .if exists(ss_err.h) ! ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ss_err.h \ ${DESTDIR}/usr/include/ss .endif >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609050617.BAA21698>