Date: 27 Apr 2003 19:00:44 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Viny <viny@gcu-squad.org> Cc: FREEBSD-gnome <freebsd-gnome@freebsd.org> Subject: Re: misc/gnomeutils2 port won't install Message-ID: <1051484443.3056.35.camel@shumai.marcuscom.com> In-Reply-To: <20030427223712.GA9347@tchoubou.scientiae.net> References: <20030427223712.GA9347@tchoubou.scientiae.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-ywDn35+hmyZUQ92OEl5z Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-04-27 at 18:37, Viny wrote: > Hello >=20 > It seems that it isn't my night with upgrade's installs : after > nspr (submitted a pr while it was corrected >=3D]), I now have a problem = with > misc/gnomeutils2. Haven't seen any PR yet, nor mails on the gnome or port= s > 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 >=20 > 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 >=20 > Portupgrade (or make install in misc/gnomeutils2) will end like > this : >=20 >=20 > 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' > [...] >=20 >=20 > 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 : >=20 > for file in $(omffile); do \ > $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ > done >=20 > 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'. >=20 > Seems to have the same problem in : >=20 > - 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 >=20 > 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... >=20 > Playing with grep, I found that these two files have the same > problem, but they don't seem to be called on my system. >=20 > - gfloppy/doc/C/Makefile > - gfloppy/doc/ja/Makefile --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ywDn35+hmyZUQ92OEl5z Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rGEbb2iPiv4Uz4cRAumRAJ4wNvBuPjrfW40iwVtpxt4jGVUllwCeMv48 q/FwtCzfTIqvJZVtYldBskU= =+j8s -----END PGP SIGNATURE----- --=-ywDn35+hmyZUQ92OEl5z--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1051484443.3056.35.camel>