From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 15:33:20 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F272337B401 for ; Sun, 27 Apr 2003 15:33:19 -0700 (PDT) Received: from tchoubou.scientiae.net (scientiae.net [62.4.18.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C1443F3F for ; Sun, 27 Apr 2003 15:33:16 -0700 (PDT) (envelope-from viny@scientiae.net) Received: from tchoubou.scientiae.net (localhost.scientiae.net [127.0.0.1]) h3RMbCAs026578 for ; Mon, 28 Apr 2003 00:37:12 +0200 (CEST) (envelope-from viny@scientiae.net) Received: (from viny@localhost) by tchoubou.scientiae.net (8.12.9/8.12.9/Submit) id h3RMbC4M026577 for freebsd-gnome@FreeBSD.ORG; Mon, 28 Apr 2003 00:37:12 +0200 (CEST) Date: Mon, 28 Apr 2003 00:37:12 +0200 From: Viny To: FREEBSD-gnome Message-ID: <20030427223712.GA9347@tchoubou.scientiae.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-STABLE i386 X-GROUP: GCU-SQUAD X-URL: http://www.gcu-squad.org/ X-Spam-Status: No, hits=-6.4 required=5.0 tests=USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) Subject: misc/gnomeutils2 port won't install X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 22:33:20 -0000 Hello It seems that it isn't my night with upgrade's installs : after nspr (submitted a pr while it was corrected >=]), I now have a problem with misc/gnomeutils2. Haven't seen any PR yet, nor mails on the gnome or ports mailing lists, so I wonder if I haven't something wrong on my system... Release: FreeBSD 4.8-STABLE i386 Environment: System: FreeBSD tchoubou.scientiae.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Apr 8 14:30:13 CEST 2003 viny@tchoubou.scientiae.net:/usr/obj/usr/src/sys/TCHOUBOU i386 Portupgrade (or make install in misc/gnomeutils2) will end like this : for file in gnome-system-log-C.omf; do \ install -c -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-utils/$file; \ done install: gnome-system-log-C.omf.out: No such file or directory gmake[5]: *** [install-data-hook-omf] Erreur 71 gmake[5]: Leaving directory `/usr/ports/misc/gnomeutils2/work/gnome-utils-2.2.1/logview/help/C' [...] I've had a look at the Makefile in the 'logview/help/C' directory. It defines 'omffile' as 'gnome-system-log-C.omf' and then, indeed try to install it (line 327-328) with : for file in $(omffile); do \ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ done In the 'logview/help/C' directory, there is a file named 'gnome-system-log-C.omf' but none named 'gnome-system-log-C.omf.out'. Seems to have the same problem in : - gcalc/help/C/Makefile - gcalc/help/ja/Makefile - gcharmap/help/C/Makefile - gcharmap/help/ja/Makefile - gdialog/help/C/Makefile - gdialog/help/ja/Makefile - gdictsrc/help/C/Makefile - gdictsrc/help/ja/Makefile - gsearchtool/help/C/Makefile - gsearchtool/help/ja/Makefile - logview/help/C/Makefile (first one encountered) - logview/help/ja/Makefile Replacing '$$file.out' by '$$file' on line 328 of each of these files seems to help but I don't know if it is the right way to handle the problem... Though it had then installed fine... Playing with grep, I found that these two files have the same problem, but they don't seem to be called on my system. - gfloppy/doc/C/Makefile - gfloppy/doc/ja/Makefile -- Vincent TOUGAIT mailto:viny@gcu-squad.org http://www.gcu-squad.org