misc/gnomeutils2 port won't install

Joe Marcus Clarke marcus at marcuscom.com
Sun Apr 27 16:00:50 PDT 2003


On Sun, 2003-04-27 at 18:37, Viny wrote:
> 	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...

This was a strange one.  As of libxml2-2.5.7, thread support is enabled
by default.  scrollkeeper build with previous versions of libxml2 didn't
get linked against libc_r.  Therefore, the pthread stuff was coming up
undefined, and thus the .out files were never produced.  I bumped
scrollkeeper's PORTREVISION to force people to recompile.  After
recompiling scrollkeeper against libxml2-2.5.7, you should be good to
go.

Joe

> 
> 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
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030427/50054d2d/attachment.bin


More information about the freebsd-gnome mailing list