misc/gnomeutils2 port won't install

Viny viny at gcu-squad.org
Sun Apr 27 15:33:20 PDT 2003


	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 at 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 at gcu-squad.org             http://www.gcu-squad.org


More information about the freebsd-gnome mailing list