From owner-freebsd-current Thu Apr 18 0: 4:40 2002 Delivered-To: freebsd-current@freebsd.org Received: from pozo.com (pozo.com [216.101.162.50]) by hub.freebsd.org (Postfix) with ESMTP id 55A1137B400 for ; Thu, 18 Apr 2002 00:04:37 -0700 (PDT) Received: from sgi-540.pozo.com (puesdo.pozo.com [216.101.162.53]) by pozo.com (8.12.3/8.12.3) with ESMTP id g3I74aLx002894 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 18 Apr 2002 00:04:37 -0700 (PDT) (envelope-from null@pozo.com) Message-Id: <5.1.0.14.2.20020417235903.039901b8@pozo.com> X-Sender: null@pozo.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 18 Apr 2002 00:04:35 -0700 To: current@FreeBSD.ORG From: Manfred Antar Subject: new /usr/src/share/mk changes breaks install on ports Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The recent changes to the /usr/src/share/mk files have made installing ports broken , also doing a make install world stops at /usr/src/share/info: (info)518}make install Warning: the directory /usr/share/info does not exist! Perhaps the variable INFODIR is set incorrectly or your mtree database files are broken. As a workaround you can create the directory by hand, e.g.: install -d -o root -g wheel -m 0755 /usr/share/info *** Error code 3 Stop in /usr/src/share/info. /usr/share/info does exist When trying to install a port ; example libxine: install: invalid file mode: ./version_group.3 install -o -g -m ./vo_driver_t.3 /usr/X11R6/man/man3/vo_driver_t.3 install: invalid file mode: ./vo_driver_t.3 install -o -g -m ./xine_t.3 /usr/X11R6/man/man3/xine_t.3 install: invalid file mode: ./xine_t.3 install -o -g -m ./browse_group.3 /usr/X11R6/man/man3/browse_group.3 install: invalid file mode: ./browse_group.3 install -o -g -m ./event_group.3 /usr/X11R6/man/man3/event_group.3 install: invalid file mode: ./event_group.3 install -o -g -m ./video_cap.3 /usr/X11R6/man/man3/video_cap.3 install: invalid file mode: ./video_cap.3 install -o -g -m ./vo_frame_t.3 /usr/X11R6/man/man3/vo_frame_t.3 install: invalid file mode: ./vo_frame_t.3 install -o -g -m ./xine_version.3 /usr/X11R6/man/man3/xine_version.3 install: invalid file mode: ./xine_version.3 gmake[6]: *** [install-man3] Error 64 gmake[6]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en/man3' gmake[5]: *** [install-man] Error 2 gmake[5]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en/man3' gmake[4]: *** [install-am] Error 2 gmake[4]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en/man3' gmake[3]: *** [install-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en' gmake[2]: *** [install-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man' gmake[1]: *** [install-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /usr/ports/graphics/libxine. Every thing worked last night I think the changes happened earlier today. Manfred ================================== || null@pozo.com || || Ph. (415) 681-6235 || ================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message