From owner-freebsd-gnome Sun Jan 27 8: 9:48 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id 18D7F37B404 for ; Sun, 27 Jan 2002 08:09:44 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g0RG9fx30870 for gnome@FreeBSD.org; Sun, 27 Jan 2002 17:09:41 +0100 (CET) (envelope-from anders) Date: Sun, 27 Jan 2002 17:09:41 +0100 From: Anders Andersson To: gnome@FreeBSD.org Subject: deskutils/mrproject Message-ID: <20020127160941.GC331@sushi.sanyusan.se> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I thought I should give upgrading deskutils/mrproject a shot since it is an application many people would like to try out. I upgraded the port to the latest version 0.5.1 but it doesnt compile fully. Please see attached patch, also please note that you have to add a files/ with the patch-ltmain.sh patch file. Anyone else wanting to give this a try? -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mrproject.diff" Index: mrproject/Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/mrproject/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- mrproject/Makefile 22 Sep 2001 23:26:02 -0000 1.3 +++ mrproject/Makefile 27 Jan 2002 15:28:53 -0000 @@ -6,16 +6,16 @@ # PORTNAME= mrproject -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.1 CATEGORIES= deskutils gnome MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/ MAINTAINER= demon@FreeBSD.org USE_X_PREFIX= yes -USE_LIBTOOL= yes USE_GMAKE= yes USE_GNOME= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes Index: mrproject/distinfo =================================================================== RCS file: /home/ncvs/ports/deskutils/mrproject/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- mrproject/distinfo 22 Sep 2001 23:26:02 -0000 1.2 +++ mrproject/distinfo 27 Jan 2002 15:18:38 -0000 @@ -1 +1 @@ -MD5 (mrproject-0.4.0.tar.gz) = 758bc531c78f420674abe4da5d8eaa25 +MD5 (mrproject-0.5.1.tar.gz) = 43c42b6a280f7c64e529b9c754babeec --MGYHOYXEY6WxJCY8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 27 14:35: 8 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id AA92337B400 for ; Sun, 27 Jan 2002 14:35:00 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0RMYsm01655; Sun, 27 Jan 2002 17:34:56 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: deskutils/mrproject From: Joe Clarke To: Anders Andersson Cc: gnome@FreeBSD.ORG In-Reply-To: <20020127160941.GC331@sushi.sanyusan.se> References: <20020127160941.GC331@sushi.sanyusan.se> Content-Type: multipart/mixed; boundary="=-BULe9KG/uEDvhQcH/mWc" X-Mailer: Evolution/1.0.1 Date: 27 Jan 2002 17:35:05 -0500 Message-Id: <1012170907.78541.7.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-BULe9KG/uEDvhQcH/mWc Content-Type: text/plain Content-Transfer-Encoding: 7bit On Sun, 2002-01-27 at 11:09, Anders Andersson wrote: > I thought I should give upgrading deskutils/mrproject a shot since it is > an application many people would like to try out. > > I upgraded the port to the latest version 0.5.1 but it doesnt compile > fully. > > Please see attached patch, also please note that you have to add a > files/ with the patch-ltmain.sh patch file. > > Anyone else wanting to give this a try? The attached patches work fine for me. I used your Makefile and distinfo patch with the ltmain.sh patch that prevents .a and .la installation. I also patched pkg-plist for the new version. I'd like to propose Mr.Project gets added to gnome-fifth-toe. I don't know how demon feels about this, though. Joe --=-BULe9KG/uEDvhQcH/mWc Content-Disposition: attachment; filename=Makefile.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/x-makefile; charset=ISO-8859-1 --- Makefile.orig Sun Jan 27 15:38:00 2002 +++ Makefile Sun Jan 27 15:38:08 2002 @@ -6,16 +6,16 @@ # =20 PORTNAME=3D mrproject -PORTVERSION=3D 0.4.0 +PORTVERSION=3D 0.5.1 CATEGORIES=3D deskutils gnome MASTER_SITES=3D ftp://ftp.codefactory.se/pub/software/mrproject/source/ =20 MAINTAINER=3D demon@FreeBSD.org =20 USE_X_PREFIX=3D yes -USE_LIBTOOL=3D yes USE_GMAKE=3D yes USE_GNOME=3D yes +GNU_CONFIGURE=3D yes CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \ LIBS=3D"-L${LOCALBASE}/lib" INSTALLS_SHLIB=3D yes --=-BULe9KG/uEDvhQcH/mWc Content-Disposition: attachment; filename=distinfo.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 --- distinfo.orig Sun Jan 27 15:38:00 2002 +++ distinfo Sun Jan 27 15:38:08 2002 @@ -1 +1 @@ -MD5 (mrproject-0.4.0.tar.gz) =3D 758bc531c78f420674abe4da5d8eaa25 +MD5 (mrproject-0.5.1.tar.gz) =3D 43c42b6a280f7c64e529b9c754babeec --=-BULe9KG/uEDvhQcH/mWc Content-Disposition: attachment; filename=pkg-plist.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 --- pkg-plist.orig Sun Jan 27 17:31:33 2002 +++ pkg-plist Sun Jan 27 17:29:16 2002 @@ -6,15 +6,19 @@ lib/mrproject/components/libmpx-file-filter.so lib/mrproject/components/libnetwork-component.so lib/mrproject/components/libresource-component.so +lib/mrproject/components/libsend-component.so lib/mrproject/components/libtask-dialog-component.so lib/mrproject/components/libxml-file-filter.so share/gnome/gnome/apps/Applications/mrproject.desktop +share/gnome/gnome/ui/GNOME_MrProject_CalendarComponent.ui share/gnome/gnome/ui/GNOME_MrProject_Client.ui share/gnome/gnome/ui/GNOME_MrProject_GanttComponent.ui share/gnome/gnome/ui/GNOME_MrProject_ResourceComponent.ui +share/gnome/gnome/ui/GNOME_MrProject_SendComponent.ui share/gnome/idl/GNOME_MrProject.idl share/gnome/idl/GNOME_MrProject_AllocationManager.idl share/gnome/idl/GNOME_MrProject_Common.idl +share/gnome/idl/GNOME_MrProject_Engine.idl share/gnome/idl/GNOME_MrProject_FileFilter.idl share/gnome/idl/GNOME_MrProject_Project.idl share/gnome/idl/GNOME_MrProject_ResourceManager.idl @@ -33,6 +37,7 @@ share/gnome/images/mrproject/16_send_to.png share/gnome/images/mrproject/24_add_resource.png share/gnome/images/mrproject/24_add_task.png +share/gnome/images/mrproject/24_assign.png share/gnome/images/mrproject/24_calendar.png share/gnome/images/mrproject/24_chain.png share/gnome/images/mrproject/24_delete_resource.png @@ -55,7 +60,6 @@ share/gnome/images/mrproject/resources.png share/gnome/mime-info/mrproject.keys share/gnome/mime-info/mrproject.mime -share/gnome/mrproject/confirm-exit-dialog.glade share/gnome/mrproject/gantt-component.etspec share/gnome/mrproject/gantt-component.etstate share/gnome/mrproject/gantt-timescale-dialog.glade @@ -66,6 +70,9 @@ share/gnome/mrproject/project-properties-dialog.glade share/gnome/mrproject/resource-component.etspec share/gnome/mrproject/resource-component.etstate +share/gnome/mrproject/resource-filter-dialog-gui.glade +share/gnome/mrproject/resource-filter-table.etstate +share/gnome/mrproject/resource-filter-table.etspec share/gnome/mrproject/task-dialog-alloc-table.etspec share/gnome/mrproject/task-dialog-alloc-table.etstate share/gnome/mrproject/task-dialog-gui.glade @@ -75,14 +82,27 @@ share/gnome/oaf/GNOME_MrProject_NetworkComponent.oaf share/gnome/oaf/GNOME_MrProject_ProjectEngine.oaf share/gnome/oaf/GNOME_MrProject_ResourceComponent.oaf +share/gnome/oaf/GNOME_MrProject_SendComponent.oaf share/gnome/oaf/GNOME_MrProject_TaskDialog.oaf share/gnome/oaf/GNOME_MrProject_XmlFileFilter.oaf share/gnome/pixmaps/gnome-application-x-mrproject.png +share/gnome/pixmaps/mrproject.png +share/locale/da/LC_MESSAGES/mrproject.mo share/locale/de/LC_MESSAGES/mrproject.mo +share/locale/el/LC_MESSAGES/mrproject.mo share/locale/es/LC_MESSAGES/mrproject.mo +share/locale/fr/LC_MESSAGES/mrproject.mo share/locale/ja/LC_MESSAGES/mrproject.mo +share/locale/nn/LC_MESSAGES/mrproject.mo +share/locale/no/LC_MESSAGES/mrproject.mo +share/locale/pl/LC_MESSAGES/mrproject.mo +share/locale/pt/LC_MESSAGES/mrproject.mo +share/locale/ru/LC_MESSAGES/mrproject.mo +share/locale/sk/LC_MESSAGES/mrproject.mo share/locale/sv/LC_MESSAGES/mrproject.mo share/locale/tr/LC_MESSAGES/mrproject.mo +share/locale/zh_CN/LC_MESSAGES/mrproject.mo +share/locale/zh_TW/LC_MESSAGES/mrproject.mo @dirrm lib/mrproject/components @dirrm lib/mrproject @dirrm share/gnome/mrproject --=-BULe9KG/uEDvhQcH/mWc Content-Disposition: attachment; filename=patch-ltmain.sh Content-Transfer-Encoding: quoted-printable Content-Type: text/x-sh; charset=ISO-8859-1 --- ltmain.sh.orig Sun Jan 20 16:11:07 2002 +++ ltmain.sh Thu Jan 24 17:07:06 2002 @@ -1058,8 +1058,13 @@ continue ;; =20 + -pthread) + compiler_flags=3D"$compiler_flags -pthread" + ;; + -module) module=3Dyes + build_old_libs=3Dno continue ;; =20 @@ -2442,6 +2447,9 @@ *-*-openbsd*) # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc =3D "yes"; then @@ -4208,10 +4216,12 @@ fi =20 # Install the pseudo-library for information purposes. + if /usr/bin/false; then name=3D`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname=3D"$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? + fi =20 # Maybe install the static library, too. test -n "$old_library" && staticlibs=3D"$staticlibs $dir/$old_library" --=-BULe9KG/uEDvhQcH/mWc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 27 18: 0: 9 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from dc-mx04.cluster1.charter.net (dc-mx04.cluster0.hsacorp.net [209.225.8.14]) by hub.freebsd.org (Postfix) with ESMTP id 86D8C37B400 for ; Sun, 27 Jan 2002 18:00:07 -0800 (PST) Received: from [24.158.214.244] (HELO gforce.johnson.home) by dc-mx04.cluster1.charter.net (CommuniGate Pro SMTP 3.5.3) with ESMTP id 2288551; Sun, 27 Jan 2002 21:06:32 -0500 Received: (from glenn@localhost) by gforce.johnson.home (8.11.6/8.11.6) id g0S200f08444; Sun, 27 Jan 2002 20:00:00 -0600 (CST) (envelope-from glenn) Date: Sun, 27 Jan 2002 20:00:00 -0600 From: Glenn Johnson To: Tadayuki OKADA Cc: Joe Clarke , freebsd-gnome@FreeBSD.ORG Subject: Re: dependency question Message-ID: <20020128015959.GA4082@gforce.johnson.home> References: <20020120205118.GA447@gforce.johnson.home> <1011565282.28534.22.camel@shumai.marcuscom.com> <20020120234902.GA74865@gforce.johnson.home> <1011573437.28534.24.camel@shumai.marcuscom.com> <20020121011015.GA20453@gforce.johnson.home> <1011575865.28534.39.camel@shumai.marcuscom.com> <3C518120.CB4F6E71@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C518120.CB4F6E71@windriver.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jan 25, 2002 at 11:00:32AM -0500, Tadayuki OKADA wrote: > Joe Clarke wrote: > > > Doh! You're right. USE_GNOME requires gnomecore which requires > > gtkhtml which requires gal which requires libglade, which requires > > gnomedb, which requires libgda, which requires bonobob, which > > requires gnomeprint.... > > With this method, if a port uses those shared-libs API directly, the > port can't get PORTREVISION bump when those shlib's major version is > bumped. How does one know what shared-libs are used directly? There are certain libraries that the author specifically mentions along with "must have Gnome-1.4" but the port links every library from gnome, gtk, bonobo, etc. I am pretty sure that not all of these are needed but they are linked into the binary. How can I separate the wheat from the chaff here? -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 27 18:12:35 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 9D74037B404 for ; Sun, 27 Jan 2002 18:12:32 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0S2CQm02586; Sun, 27 Jan 2002 21:12:26 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: deskutils/mrproject From: Joe Clarke To: Joe Clarke Cc: Anders Andersson , gnome@FreeBSD.ORG In-Reply-To: <1012170907.78541.7.camel@shumai.marcuscom.com> References: <20020127160941.GC331@sushi.sanyusan.se> <1012170907.78541.7.camel@shumai.marcuscom.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 27 Jan 2002 21:12:38 -0500 Message-Id: <1012183959.78541.11.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2002-01-27 at 17:35, Joe Clarke wrote: > On Sun, 2002-01-27 at 11:09, Anders Andersson wrote: > > I thought I should give upgrading deskutils/mrproject a shot since it is > > an application many people would like to try out. > > > > I upgraded the port to the latest version 0.5.1 but it doesnt compile > > fully. > > > > Please see attached patch, also please note that you have to add a > > files/ with the patch-ltmain.sh patch file. > > > > Anyone else wanting to give this a try? > > The attached patches work fine for me. I used your Makefile and > distinfo patch with the ltmain.sh patch that prevents .a and .la > installation. I also patched pkg-plist for the new version. > > I'd like to propose Mr.Project gets added to gnome-fifth-toe. I don't > know how demon feels about this, though. Actually, I had to apply some patches in addition to the ones I sent to get things to be a little better. Compilation works, however, running it fails with some gtk_type_create() errors. This seems to be a common problem with Mr.Project and FreeBSD. I hacked it a bit, and got it to at least pop up the initial GUI, but it will quickly SEGFAULTs after that. I'll keep playing with it. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 3:21: 5 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 9703337B400 for ; Mon, 28 Jan 2002 03:20:59 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id NAA91687; Mon, 28 Jan 2002 13:20:20 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h169.234.dialup.iptcom.net [212.9.234.169]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id NAA68416; Mon, 28 Jan 2002 13:20:14 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g0SB1jI60961; Mon, 28 Jan 2002 13:01:45 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C552F9E.7284744A@FreeBSD.org> Date: Mon, 28 Jan 2002 13:01:50 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Glenn Johnson Cc: Tadayuki OKADA , Joe Clarke , freebsd-gnome@FreeBSD.org Subject: Re: dependency question References: <20020120205118.GA447@gforce.johnson.home> <1011565282.28534.22.camel@shumai.marcuscom.com> <20020120234902.GA74865@gforce.johnson.home> <1011573437.28534.24.camel@shumai.marcuscom.com> <20020121011015.GA20453@gforce.johnson.home> <1011575865.28534.39.camel@shumai.marcuscom.com> <3C518120.CB4F6E71@windriver.com> <20020128015959.GA4082@gforce.johnson.home> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Glenn Johnson wrote: > > On Fri, Jan 25, 2002 at 11:00:32AM -0500, Tadayuki OKADA wrote: > > > Joe Clarke wrote: > > > > > Doh! You're right. USE_GNOME requires gnomecore which requires > > > gtkhtml which requires gal which requires libglade, which requires > > > gnomedb, which requires libgda, which requires bonobob, which > > > requires gnomeprint.... > > > > With this method, if a port uses those shared-libs API directly, the > > port can't get PORTREVISION bump when those shlib's major version is > > bumped. > > How does one know what shared-libs are used directly? There are certain > libraries that the author specifically mentions along with "must have > Gnome-1.4" but the port links every library from gnome, gtk, bonobo, > etc. I am pretty sure that not all of these are needed but they are > linked into the binary. How can I separate the wheat from the chaff > here? I'm fully agree with the sentiment above. ldd /usr/X11R6/bin/evolution shows that the binary is linked with some 50 shared libraries (!!!), so that it would be big PITA if we had to specify (and maintain that huge list) them all in the port's Makefile. Instead, dependency-checking mechanism should be extended to check presence of all dependencies, not only those explicitly specified in port's Makefile. See my ports/Tools/scripts/chkdepschain.py script and GNOME_VALIDATE_DEPS_CHAIN knob in bsd.gnome.mk. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 3:40:49 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id D350737B416; Mon, 28 Jan 2002 03:40:43 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id NAA11665; Mon, 28 Jan 2002 13:40:34 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h132.234.dialup.iptcom.net [212.9.234.132]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id NAA79605; Mon, 28 Jan 2002 13:40:32 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g0SBHcI61000; Mon, 28 Jan 2002 13:17:38 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C553357.517D04A2@FreeBSD.org> Date: Mon, 28 Jan 2002 13:17:43 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: John Merryweather Cooper Cc: freebsd-gnome@FreeBSD.org, knu@FreeBSD.org Subject: Re: FOUND source of problem causing Nautilus Icons to be Barfed--misc/gnomemimedata References: <20020126022936.A51353@johncoop.MSHOME> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Merryweather Cooper wrote: > > I just figured out how to get the icons working again for Nautilus. > misc/gnomemimedata is not actually getting built (except maybe on a new > system). As a result, gnome-vfs.[keys|mime] files are not being > installed. Forcing a reinstall of misc/gnomemimedata (which resulted > in a tarball download and build) cured the problem. > > As a suggested fix, change the dependency file for ports that rely on > misc/gnomemimedata to gnome-vfs.keys since this appears to be the > "critical" file. Uhmm, no. The only people affected were those who used portupgrade, so that I think the problem is with portupgrade, not with gnome ports. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 5: 6:48 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 4DD0937B404 for ; Mon, 28 Jan 2002 05:06:47 -0800 (PST) Received: from vader.res.wpi.net (130.215.228.217) by smtp.mail.vip.sc5.yahoo.com with SMTP; 28 Jan 2002 13:06:46 -0000 Subject: getting involved, plans for gnome 2? From: anthony taranto To: gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 28 Jan 2002 08:10:19 -0500 Message-Id: <1012223420.53624.56.camel@vader> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, i'd like to get more involved with the porting of gnome to freebsd. what are the best ways to begin getting involved? also, what are the plans for porting the gnome 2 release?is there anything i/we can do at this early stage? anyway, let me know how i can help out, i'd like to jump in. thanks. anthony _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 5:50:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id ACB9837B400 for ; Mon, 28 Jan 2002 05:49:22 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id PAA31293; Mon, 28 Jan 2002 15:49:13 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h95.229.dialup.iptcom.net [212.9.229.95]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id PAA43795; Mon, 28 Jan 2002 15:49:12 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g0SDiFI61441; Mon, 28 Jan 2002 15:44:15 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C5555B3.46AAAC5F@FreeBSD.org> Date: Mon, 28 Jan 2002 15:44:19 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: anthony taranto Cc: gnome@FreeBSD.org Subject: Re: getting involved, plans for gnome 2? References: <1012223420.53624.56.camel@vader> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anthony taranto wrote: > > hi, > > i'd like to get more involved with the porting of gnome to freebsd. what > are the best ways to begin getting involved? It depends on your skills and preferences. Currently we need the help in following areas: 1. Debugging already ported applications to make them working better on FreeBSD; 2. Port applications not yet ported to FreeBSD; 3. Keep already ported applications in up to date; 4. Submit FreeBSD-specific patches and fixes for already ported applications back to GNOME developers; 5. Support FreeBSD GNOME users in the mailing list and FreeBSD PR database; 6. Write more documentation about porting GNOME apps to FreeBSD. We have some preliminary one - it will be introduced to the world RSN; 7. Improve GNOME on FreeBSD website, which is to be introduced to the world RSN; 8. Test that all GNOME ports are buildable (requires lot of disk space and CPU power, so beware) and report if there is something broken. And so on... Therefore, if you really want to help - pick one of the tasks, for which your skills and preferences are best suited and go forward. Feel free to bug me if something is unclear or more detailed info is necessary. > also, what are the plans for porting the gnome 2 release?is there > anything i/we can do at this early stage? There are some plans to start porting gnome2 once 4.5 is out. This will depend on how much hands willing to help we would have. > anyway, let me know how i can help out, i'd like to jump in. You are really welcome to. Your help will be much appreciated. Thanks for your interest! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 7:50:13 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id B5C3637B4A6; Mon, 28 Jan 2002 07:48:47 -0800 (PST) Received: from daemon.musha.org (daemon.local.idaemons.org [192.168.1.1]) by mail.musha.org (Postfix) with ESMTP id 2085F4D960; Tue, 29 Jan 2002 00:48:46 +0900 (JST) Date: Tue, 29 Jan 2002 00:48:46 +0900 Message-ID: <86u1t6cw81.wl@daemon.musha.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: John Merryweather Cooper , freebsd-gnome@FreeBSD.org Subject: Re: FOUND source of problem causing Nautilus Icons to be Barfed--misc/gnomemimedata In-Reply-To: <3C553357.517D04A2@FreeBSD.org> References: <20020126022936.A51353@johncoop.MSHOME> <3C553357.517D04A2@FreeBSD.org> User-Agent: Wanderlust/2.9.5 (Unchained Melody) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Mon, 28 Jan 2002 13:17:43 +0200, sobomax wrote: > John Merryweather Cooper wrote: > > > > I just figured out how to get the icons working again for Nautilus. > > misc/gnomemimedata is not actually getting built (except maybe on a new > > system). As a result, gnome-vfs.[keys|mime] files are not being > > installed. Forcing a reinstall of misc/gnomemimedata (which resulted > > in a tarball download and build) cured the problem. > > > > As a suggested fix, change the dependency file for ports that rely on > > misc/gnomemimedata to gnome-vfs.keys since this appears to be the > > "critical" file. > > Uhmm, no. The only people affected were those who used portupgrade, so > that I think the problem is with portupgrade, not with gnome ports. I'm not going to waste my time unleashing and messing with the "heavily-chained" beast when I don't use it, but I can give portupgrade users a couple of general hints: 1. When portupgrading something like GNOME components, ALWAYS specify the -R option (i.e. portupgrade -R gnome) to ensure that all the requisite packages have been upgraded before the dependent packages are built. If it still gets some dependent packages dysfunctional, then that will be the ports' problem. If a package Y stops working after upgrading one of its requisite packages called X, then the PORTREVISION of the package Y should have been bumped in the first place where the package X was upgraded, because the package Y needs rebuilding. 2. It's handier to use packages instead of ports (i.e. portupgrade -PP -R gnome) especially for something stubborn like GNOME, since the packages created on the package builders are all built in clean-room environments and they are thus built and supposed to work properly. Note: In this case, you must wait for up to a week long until the packages of the latest ports are built on bento and appear on FTP sites. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Somewhere out of a memory.. of lighted streets on quiet nights.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 8:51:26 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id F319237B400 for ; Mon, 28 Jan 2002 08:51:14 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g0SBZme59105; Mon, 28 Jan 2002 12:35:48 +0100 (CET) (envelope-from anders) Date: Mon, 28 Jan 2002 12:35:42 +0100 From: Anders Andersson To: Joe Clarke Cc: gnome@FreeBSD.ORG Subject: Re: deskutils/mrproject Message-ID: <20020128113541.GB356@sushi.sanyusan.se> References: <20020127160941.GC331@sushi.sanyusan.se> <1012170907.78541.7.camel@shumai.marcuscom.com> <1012183959.78541.11.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1012183959.78541.11.camel@shumai.marcuscom.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jan 27, 2002 at 09:12:38PM -0500, Joe Clarke wrote: > Actually, I had to apply some patches in addition to the ones I sent to > get things to be a little better. Compilation works, however, running > it fails with some gtk_type_create() errors. This seems to be a common > problem with Mr.Project and FreeBSD. I hacked it a bit, and got it to > at least pop up the initial GUI, but it will quickly SEGFAULTs after > that. > > I'll keep playing with it. Yep, those errors are the ones that have stopped me from using it also, I havent been able to track them down yet either. -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 9:50:57 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFB7D37B400; Mon, 28 Jan 2002 09:50:55 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0SHokq83606; Mon, 28 Jan 2002 09:50:46 -0800 (PST) (envelope-from sobomax) Date: Mon, 28 Jan 2002 09:50:46 -0800 (PST) From: Message-Id: <200201281750.g0SHokq83606@freefall.freebsd.org> To: rbt@zort.ca, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34289: gdm fails to build if /usr/sbin is not in the path Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: gdm fails to build if /usr/sbin is not in the path State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Mon Jan 28 09:50:36 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=34289 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 9:51:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81C6C37B402; Mon, 28 Jan 2002 09:51:29 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0SHpTO83844; Mon, 28 Jan 2002 09:51:29 -0800 (PST) (envelope-from sobomax) Date: Mon, 28 Jan 2002 09:51:29 -0800 (PST) From: Message-Id: <200201281751.g0SHpTO83844@freefall.freebsd.org> To: mharnois@cpinternet.com, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33968: gdm install doesn't set correct uid and gid Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: gdm install doesn't set correct uid and gid State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Mon Jan 28 09:51:14 PST 2002 State-Changed-Why: Fix committed, thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=33968 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 9:52:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A43437B402; Mon, 28 Jan 2002 09:52:28 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0SHqSh84047; Mon, 28 Jan 2002 09:52:28 -0800 (PST) (envelope-from sobomax) Date: Mon, 28 Jan 2002 09:52:28 -0800 (PST) From: Message-Id: <200201281752.g0SHqSh84047@freefall.freebsd.org> To: marcus@marcuscom.com, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34261: [PATCH] Update databases/gnomedb to 0.2.95 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update databases/gnomedb to 0.2.95 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Mon Jan 28 09:52:07 PST 2002 State-Changed-Why: Update committed, thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=34261 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 11: 4:27 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12E1237B4C8 for ; Mon, 28 Jan 2002 11:03:57 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0SJ3ul02268 for gnome@freebsd.org; Mon, 28 Jan 2002 11:03:56 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 28 Jan 2002 11:03:56 -0800 (PST) Message-Id: <200201281903.g0SJ3ul02268@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Subject: Current problem reports assigned to you Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/01/19] ports/34058 gnome bonobo-1.0.18 port fails to configure und 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/07/09] ports/28853 gnome textproc/scrollkeeper doesn't compile o [2002/01/01] ports/33447 gnome Galeon cannot access secure pages without o [2002/01/07] ports/33671 gnome galeon-1.0.2 fails to compile on FreeBSD o [2002/01/21] ports/34124 gnome gnucash 1.65 doesnt build o [2002/01/24] ports/34245 gnome [patch] devel/gnomevfs doesn't compile wi o [2002/01/25] ports/34294 gnome libiconv port tries to install stuff in t 6 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2001/08/22] ports/29969 gnome gnomedb does not build o [2001/09/29] ports/30912 gnome [PATCH] port editors/AbiWord fails to set f [2001/10/02] ports/30988 gnome AbiWord's american.hash dictionary appear o [2001/11/22] ports/32207 gnome libiconv cannot be built by a pleb o [2001/12/14] ports/32838 gnome Add LDAP support to mail/evolution o [2001/12/29] ports/33302 gnome gnomeicu won't compile on -current o [2001/12/30] ports/33355 gnome devel/gnomevfs does not pick up gnomelibs o [2001/12/31] ports/33427 gnome gnomeicu doesn't build on -current o [2002/01/04] ports/33538 gnome esound-0.2.23 doesn't build with gcc 3.0. o [2002/01/04] ports/33550 gnome libgda-0.2.93_2 doesn't build with g++ 3. o [2002/01/06] ports/33629 gnome bonobo port does not specify a requiremen o [2002/01/15] ports/33921 gnome evolution task sync conduit fails o [2002/01/17] ports/33989 gnome Update port textproc/libxml2: new version o [2002/01/17] ports/33990 gnome Update port textproc/libxslt: new version o [2002/01/21] ports/34121 gnome [PATCH] Update news/pan to 0.11.1.92 15 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 11:39:55 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 9A44737B400 for ; Mon, 28 Jan 2002 11:39:50 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0SJdxC92421; Mon, 28 Jan 2002 14:40:00 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 28 Jan 2002 14:39:59 -0500 (EST) From: Joe Clarke To: Anders Andersson , Subject: Re: deskutils/mrproject In-Reply-To: <1012183959.78541.11.camel@shumai.marcuscom.com> Message-ID: <20020128143829.T78981-101000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1176344039-1012246799=:78981" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1176344039-1012246799=:78981 Content-Type: TEXT/PLAIN; charset=US-ASCII Okay, I got it. I had to link the modules into mrproject to get it to work. All other dynamic attemtps failed. Here are my collection of patches. If everyone approves, I can get a PR together for demon. Joe On 27 Jan 2002, Joe Clarke wrote: > On Sun, 2002-01-27 at 17:35, Joe Clarke wrote: > > On Sun, 2002-01-27 at 11:09, Anders Andersson wrote: > > > I thought I should give upgrading deskutils/mrproject a shot since it is > > > an application many people would like to try out. > > > > > > I upgraded the port to the latest version 0.5.1 but it doesnt compile > > > fully. > > > > > > Please see attached patch, also please note that you have to add a > > > files/ with the patch-ltmain.sh patch file. > > > > > > Anyone else wanting to give this a try? > > > > The attached patches work fine for me. I used your Makefile and > > distinfo patch with the ltmain.sh patch that prevents .a and .la > > installation. I also patched pkg-plist for the new version. > > > > I'd like to propose Mr.Project gets added to gnome-fifth-toe. I don't > > know how demon feels about this, though. > > Actually, I had to apply some patches in addition to the ones I sent to > get things to be a little better. Compilation works, however, running > it fails with some gtk_type_create() errors. This seems to be a common > problem with Mr.Project and FreeBSD. I hacked it a bit, and got it to > at least pop up the initial GUI, but it will quickly SEGFAULTs after > that. > > I'll keep playing with it. > > Joe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > --0-1176344039-1012246799=:78981 Content-Type: APPLICATION/octet-stream; name="mrproject.tar.gz" Content-Transfer-Encoding: BASE64 Content-ID: <20020128143959.Q78981@shumai.marcuscom.com> Content-Description: Content-Disposition: attachment; filename="mrproject.tar.gz" H4sIAOqoVTwAA+1ae3ebxhLPv+JTzJWV+oFBgJDkKFGuVVt2fevXkZw25zQt XcEKUSPgAErsxvnud5aHhF4WblPf01vm2AKW3+zOY3d2dpex7/nub1QPqy/+ MgJVatbr8AJAbtZldgVQ1PgakwTQVJV6TVHlmoIwuaEoL6D+14k0o0kQEh/g xZj4+iRYj0PYcPgcAj0vjaf+vyC3dGjZVPRIqI++ZhuyJDVUda3/FVWpzfyv 1BGmqg3pBUhfU4h19A/3vyAIMPW861tmqT9x4D/EAaUJcr1VO2hJEiiSpHA8 z0+hpQs3QR2gt1qy1KrVYtThIQiNfaUBfGO/JsHhIQdbHHBwfdW7uexcdNul aZfjBFb4Q7fXP7u6bJckURUljl8oq4syB0edm+7pVe+s22+XDBrcTkLLDsB0 3DHl4KLTv+n2tP7ZDXs9DL1WtYq/ou4adEj00PXvxYBWvcmgGrjD8BPxaXXW 7QN34uu0ykS86Jxd3uB/t8daGbvO4YlP6bf9YzSMyQDv+l3tvXbd656cvW+X 7mnACazo/Ozbm6ur87gkAp1edL7vZp8vry6SZ/708p12dHV5cnb6rpdips9a 9/KHduno+vrkvHPab5eFs8rn86ujzvm3nX73S9VydHti0DJ84IRSCdtlkPM5 iG0Nyhz/yEvkxdeolXZ9812v2znWImjlc/bxCwdnl/2bzvl5X+t/hyWJoMxI l3K7NHOiKIM/cYTs8/ReoI5pOZR5kAPPp0IUWloo+yE21+2dfwHBs0CgsB1s CbYXjnxKjC0hvTHhdaxpsHXcuekcn/WiHoRazD0HI3TplrkNlc8/9r7v946+ VHXXGVrmxKesraHlGLN3IDhkTKE87fWWU4YHuCO+GcCCWFHjTLgPlQ87BgmJ Yfkfdqu2qxObRoWo1dC6w7JIiPSNuY02XtbxYarjw4K5H2JV0THBw4KqD0uq PqxRlc+h6t4jumLrKOO8qtEYqy4UzqSFRXxsgIe1pnmITbMoZ3jvURim8u6J P+mjn7OSnva61wizYfunX8yfLdT5ozjaRkAkxUp9UJWdn8pvft5N0A8fZDO9 RSGwR4rJcII3g8AQPdcPxfHtW+5/HZKflWaB0LCC0HKG7rPP/1CrNRfn/7qq FvP/cxCb/6ee3zz/p9AVqIPZ/C8DL7OZX7g4rsPObDqIZngR7S2av+9CG5r1 g4Fer8l682CoKlKjqZIBVQ1SNw4oIUqd45cqwHQgU4Fa01Vl0CDKgTRs6g2V 1pVXg1d6s64OsCaq/7PG8h+h2fj3bk3Bs9G/Xz0AbBj/jbqsLo7/RkMpxv9z EBv/M88vBYBmqyZPU3sWAKbYBZjyqiU3sisAuc5WAPKraAWAaUwm5dbdsec6 1AkDlpCOvTuBJSfsJ6S+GLiP4x0afnL9W2FaupHDp3GSP8/CP8YSUMd4Qgsh CW4FwyK2az6B625sL2ke50px1hX/Es8Lqh0Pja6T0HKdYFafyNZCoetx/DLb xKpGqw7twr+O0doR5l+OQfyjqYQTa1WLq1ht60n4U+KE4R9op5e4ao41n3Z9 1G19i5ZhL3KIWLYRpHVslrgyw18Qh5joplxsKAkuICMsvwnbjVdJueo9wf5y EneXXPgn6ZpaP6spG8212j6u52vN/WY0mueqGSMy0yWrckNjg0cLMZF0zA1g RdWIYWjpAM3PwQZchOY3ooPAMp18NevJAMmJHhErZ8UGtWlI5/Vkhq3X0aR8 Q0LzbjRsyhwsNzm2xlRgaVkmNNzS+2AzipVxwhwqE6xwYemPBXpnhUlwE02b GHSh2imDyQZ9Jv7RMPAwB8uPDkm4ofIQ5Q2Ym+YFiqacBuukTWn/1ZItM0lO kkji1aN+aNEgl2YrZpDHlVvNEOnHb+CIJ4N0NjEnViJaTr6QDHCh/8TGpkyP qJSd4wgLin+W6zFvZ9lmJmBubtb3MV3kD5R9ZTkauWS4FNQu43xhNjUgaDNX ck1Ccy6W5bmLsfGb2ObnrVwt3aB1juNumwv/fmxn5o0lFs+6GxNMMqIngcxS DeEus6+3FG1TtpWQeLenapDq+ZF20e33O6fdfjbwTHOdFEnXI+frpHbeOjF+ 5qxz6Oet87dHNJqv03FyI928SO8R3ReQYV6kP8mLDG7zWin4mBcZPmL5+dZ/ H2lHl08A3/z4iAyHhuX747Xp+WrAtHRl0PpbbjbMlGcrkeAvOQV+0vkvAkBW mkq9OP99Dlr0f7T3I+jRcq/Vyhwc/Ik2Nuz/yGqjtuB/7C61Yv/nOYjt/8Te rmacHW8EzZ/xSmpLyewELzMt4ustSZntCClyneXn7CJHm8NQquyErqcNJpZt YFjdrbJT3WhHaLrfy0ruRJuUPuSC664/IBHTOp5E6k+WYdJ4Eya5jRn4dQyZ jZtoIcI4FxcwNoF8NSQ7WKs3s3LXkubwa3a4cteTSbXXb2Xlro2t/VdsoEX8 a92R5R9R254xRlXNF22oaxzvXSQhLN5hnC9aV0G2K833K8vBvHlI2NrbJn/L aX4trYn/6ZnyV2ljU/yXm4vzf0NSiv3/Z6Eo/qfeXt7/Z+d6LVnJhP0Uuwyr SbNo31QbB/vIx6c3LOBj4iwMoxpCGoR7XOR9awjsCcoVMtb0j9pw4uhadE5f hn+14Z4GryEcUYdLeguiAvKRxh+tlCvsUuaE+F2mDAQ7roTjV70zk5dJpbjc hbdTycQK0TV6F8KbN92rEw62bMuh2EGbKpSn+iPvVvr9QFRq0GEgjrLFb4LQ wDgijt5ywqww+QbhLcfPysxpIWCsgTGxnJ1d+IxPrFwLQTegnTy4HnV2yuX9 cnn3dSo/syN7uaMb+5fvzs8XfhAYb52or9h+Y3JlLgEYWlxsnbOjq8sf2twK l6AOqUeyDhEgy1ieN3i2PGPsuDUO/r+C6N+YVsd/O2RdUAy+zinwpvjfxPgw H//rTbX4/vNZiMX/qbcX4r+EE3FLlltScxb/p9jSzWgSw1R2/ivhX+b8V5bq B/sHwEdXuRbn+xgFQsuZULx9jaErjczp5367mGCyLA/7oa8NbWIGGK/nC6ZY 9okj1sGnAVAYu8bEprtYdXzXjr61LEXZnebiP0sk2467QoxodaKqSrQ8UdVm coBQAtgT9gQWbgeBsbcblQBswbELjhtCGryxYh2MCYXQhUkAI/LRcsyolCWR uuaLCSeTN6l06FMaV8onlSZfmoLh0sDZDsGh1MAwawWiKCYgJizjn0nSMYy4 eWzaoB5TEXANRmwbXAzRPgT3QUjHAYvoDsX0NSD+fSpOGuUrsY1Y6u+6tsYa 1mwdI30ZTVhOYj2zkapI6EsJeFWRG+mcXmIRHS9bcObgEMGWEQ9eQCeGK7CV CbYIQ9cHdvDkj6NtZfAmvucGmE2jZihGdRL41YHlVIfEDmg63ZfYt4DtXytU H7lQfl9h8Yl9Elh5H6Bpog/8Xv4i7lVfvtz+FdEWNh9xlCuYzVcr7L5ssTQ/ GLmfcC6zYvk0jHcmVFI4VAw0woyDMfg4AOhHYudmgocHYKdkUPk3ajS1yAW5 H1CwMnZhZx6WDold9tFvLnNH5AfBwfaSnsreluGbbxKGqO+WK7MHiHXMoosZ taCCCiqooIIKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiroH03/BXOacE8A UAAA --0-1176344039-1012246799=:78981-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 14:27:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id D642537B421 for ; Mon, 28 Jan 2002 14:26:46 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g0SMQbd57424; Mon, 28 Jan 2002 23:26:37 +0100 (CET) (envelope-from anders) Date: Mon, 28 Jan 2002 23:26:37 +0100 From: Anders Andersson To: Joe Clarke Cc: gnome@FreeBSD.ORG Subject: Re: deskutils/mrproject Message-ID: <20020128222637.GB297@sushi.sanyusan.se> References: <1012183959.78541.11.camel@shumai.marcuscom.com> <20020128143829.T78981-101000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020128143829.T78981-101000@shumai.marcuscom.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 28, 2002 at 02:39:59PM -0500, Joe Clarke wrote: > Okay, I got it. I had to link the modules into mrproject to get it to > work. All other dynamic attemtps failed. Here are my collection of > patches. If everyone approves, I can get a PR together for demon. > > Joe > > On 27 Jan 2002, Joe Clarke wrote: > > > On Sun, 2002-01-27 at 17:35, Joe Clarke wrote: > > > On Sun, 2002-01-27 at 11:09, Anders Andersson wrote: > > > > I thought I should give upgrading deskutils/mrproject a shot since it is > > > > an application many people would like to try out. > > > > > > > > I upgraded the port to the latest version 0.5.1 but it doesnt compile > > > > fully. > > > > > > > > Please see attached patch, also please note that you have to add a > > > > files/ with the patch-ltmain.sh patch file. > > > > > > > > Anyone else wanting to give this a try? > > > > > > The attached patches work fine for me. I used your Makefile and > > > distinfo patch with the ltmain.sh patch that prevents .a and .la > > > installation. I also patched pkg-plist for the new version. > > > > > > I'd like to propose Mr.Project gets added to gnome-fifth-toe. I don't > > > know how demon feels about this, though. > > > > Actually, I had to apply some patches in addition to the ones I sent to > > get things to be a little better. Compilation works, however, running > > it fails with some gtk_type_create() errors. This seems to be a common > > problem with Mr.Project and FreeBSD. I hacked it a bit, and got it to > > at least pop up the initial GUI, but it will quickly SEGFAULTs after > > that. > > > > I'll keep playing with it. Still fails to compile for me on -CURRENT with your patchset: [snip] creating libgantt-component.la (cd .libs && rm -f libgantt-component.la && ln -s ../libgantt-component.la libgantt-component.la) sed -e "s|\@COMPONENT_LIBDIR\@|/usr/X11R6/lib/mrproject/components|" \ ./GNOME_MrProject_GanttComponent.oaf.in.in > GNOME_MrProject_GanttComponent.oaf.in ../../../xml-i18n-merge ../../../po GNOME_MrProject_GanttComponent.oaf.in GNOME_MrProject_GanttComponent.oaf -o -p Merging translations into GNOME_MrProject_GanttComponent.oaf. gmake[4]: Leaving directory `/usr/ports/deskutils/mrproject/work/mrproject-0.5.1/client/components/gantt' Making all in resource gmake[4]: Entering directory `/usr/ports/deskutils/mrproject/work/mrproject-0.5.1/client/components/resource' gmake[4]: *** No rule to make target `../../../libmrproject/Composer.h', needed by `resource-component.lo'. Stop. gmake[4]: Leaving directory `/usr/ports/deskutils/mrproject/work/mrproject-0.5.1/client/components/resource' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/deskutils/mrproject/ -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 15:26:28 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from c002.snv.cp.net (c002-h003.c002.snv.cp.net [209.228.32.167]) by hub.freebsd.org (Postfix) with SMTP id 29CE437B400 for ; Mon, 28 Jan 2002 15:26:18 -0800 (PST) Received: (cpmta 20467 invoked from network); 28 Jan 2002 15:26:11 -0800 Received: from 63.233.206.216 (HELO concentric.net) by smtp.peoplepc.com (209.228.32.167) with SMTP; 28 Jan 2002 15:26:11 -0800 X-Sent: 28 Jan 2002 23:26:11 GMT Message-ID: <3C55DF45.D092C88A@concentric.net> Date: Mon, 28 Jan 2002 18:31:17 -0500 From: mh X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i686) X-Accept-Language: en MIME-Version: 1.0 To: Joe Clarke Cc: freebsd-questions@FreeBSD.org, gnome@FreeBSD.org Subject: Re: can't build Evolution: Solution? References: <20020122175741.O32336-100000@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Clarke wrote: > > On Tue, 22 Jan 2002, mh wrote: > > > >Ray Kohler wrote: > > > > I did not receive a reply from the port maintainer, but I was > > > > able to "solve" the problem of the missing libfreetype.so.6. I > > > > deinstalled all the XFree86-*-4* sub-packages and reinstalled the > > > > mega-port in /usr/ports/x11/XFree86-4. This provided > > > > libfreetype.so.6. I copied this file as libfreetype.so.6.save and > > > > then deinstalled the mega-port, reinstalled the sub-ports, and > > > > copied the libfreetype file to its original location. Then I > > > > deinstalled evolution and reinstalled it, and it built and > > > > installed without problem. > > > > > > Well, libfreetype is part of the print/freetype2 port, but it's at > > > so.7 now. It looks like part of your ports tree is stale and > > > possibly goofed up anyway. I'd try deleting it and getting a new > > > one if you can (my apologies if you already tried that). > > > > > > -- > > > Ray Kohler > > > "Have you lived here all your life?" > > > "Oh, twice that long." > > > > > > If anything is stale and goofed-up, it would be me. I use CVSup to keep > > ports current nightly. I decided to try again (sitting in front of the > > box, not at work): > > > > 1. removed /usr/X11R6/lib/libfreetype.so.6 (in keeping with problem > > report ports/30813) > > 2. checked and print/freetype2 port is installed, and libfreetype.so.7 > > was installed in /usr/local/lib > > 3. deinstalled / reinstalled evolution > > 4. tried running evolution. failed with "/usr/libexec/ld-elf.so.1: > > shared object "libfreetype.so.6" not found > > 5. made link from /usr/X11R6/lib/libfreetype.so.6 to > > /usr/local/lib/freetype.so.7 > > 6. deinstalled / reinstalled evolution. probably not necessary. > > 7. ran evolution, works fine. > > > > So, it works, with the link. Until libfreetype.so.8 get installed. Now, > > is this a problem with the evolution port? > > Maxim recently upgraded freetype2 and evolution to chase the new library > number. The problem iis really with ever-changing lib numbers. When a > library major number changes (like freetype.7 to .8), you really have two > choices: 1. keep the old version of the lib around for your old > applications, 2. upgrade the library, and all the ports it depends on. > > The portupgrade tool makes 2 a snap. Just do: > > portupgrade -f -r freetype2 > > After cvsup'ing a current ports tree. > > Symlinking can be a bad idea since library differences can cause core > dumps or other unexpected behavior. > > Joe I tried portupgrade -f -r freetype2 but still evolution complained about a missing /usr/X11R6/lib/libfreetype.so.6.Tried portupgrade -f -r evolution too, same result. I've got to ask if you have evolution installed and working without the symlink (I changed the symlink to point to the new libfreetype.so.8). Did all the above after cvsup'ing the ports tree. Is it just me, or are others having a similar problem? Got a newbie-type question too: It seems that binary upgrades can lead to different version of the same program being installed, and I assume this is even more the case doing a Release upgrade, say from 4.3 to 4.4. I use ports and portupgrade to keep programs current, but what about system files? Is there some place to read how to do this? Is it best done by getting the next release and upgrading through /stand/sysinstall? thanks, michael heyes -- If they give you ruled paper, write the other way. -- Juan Ramon Jimenez To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 15:45:41 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 4E76637B402 for ; Mon, 28 Jan 2002 15:45:40 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 2AE555D0B for ; Mon, 28 Jan 2002 15:45:40 -0800 (PST) To: gnome@freebsd.org Subject: AbiWord dictionary problem Date: Mon, 28 Jan 2002 15:45:40 -0800 From: "Kevin Oberman" Message-Id: <20020128234540.2AE555D0B@ptavv.es.net> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As was noted in pr ports/30988, the spell checker in AbiWord as installed from ports does not work. I tried the work-around in the patch but I only get an error that the magic2 is 0x0 when it should have been 0x9602. Is there any way to get the dictionary to work? R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 16:11: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id D7B5237B420 for ; Mon, 28 Jan 2002 16:10:52 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0T0Aem10448; Mon, 28 Jan 2002 19:10:41 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: deskutils/mrproject From: Joe Clarke To: Anders Andersson Cc: gnome@FreeBSD.ORG In-Reply-To: <20020128222637.GB297@sushi.sanyusan.se> References: <1012183959.78541.11.camel@shumai.marcuscom.com> <20020128143829.T78981-101000@shumai.marcuscom.com> <20020128222637.GB297@sushi.sanyusan.se> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 28 Jan 2002 19:11:02 -0500 Message-Id: <1012263062.93813.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-01-28 at 17:26, Anders Andersson wrote: > On Mon, Jan 28, 2002 at 02:39:59PM -0500, Joe Clarke wrote: > > Okay, I got it. I had to link the modules into mrproject to get it to > > work. All other dynamic attemtps failed. Here are my collection of > > patches. If everyone approves, I can get a PR together for demon. > > > > Joe > > > > On 27 Jan 2002, Joe Clarke wrote: > > > > > On Sun, 2002-01-27 at 17:35, Joe Clarke wrote: > > > > On Sun, 2002-01-27 at 11:09, Anders Andersson wrote: > > > > > I thought I should give upgrading deskutils/mrproject a shot since it is > > > > > an application many people would like to try out. > > > > > > > > > > I upgraded the port to the latest version 0.5.1 but it doesnt compile > > > > > fully. > > > > > > > > > > Please see attached patch, also please note that you have to add a > > > > > files/ with the patch-ltmain.sh patch file. > > > > > > > > > > Anyone else wanting to give this a try? > > > > > > > > The attached patches work fine for me. I used your Makefile and > > > > distinfo patch with the ltmain.sh patch that prevents .a and .la > > > > installation. I also patched pkg-plist for the new version. > > > > > > > > I'd like to propose Mr.Project gets added to gnome-fifth-toe. I don't > > > > know how demon feels about this, though. > > > > > > Actually, I had to apply some patches in addition to the ones I sent to > > > get things to be a little better. Compilation works, however, running > > > it fails with some gtk_type_create() errors. This seems to be a common > > > problem with Mr.Project and FreeBSD. I hacked it a bit, and got it to > > > at least pop up the initial GUI, but it will quickly SEGFAULTs after > > > that. > > > > > > I'll keep playing with it. > > Still fails to compile for me on -CURRENT with your patchset: > > [snip] > creating libgantt-component.la > (cd .libs && rm -f libgantt-component.la && ln -s > ../libgantt-component.la libgantt-component.la) > sed -e "s|\@COMPONENT_LIBDIR\@|/usr/X11R6/lib/mrproject/components|" \ > ./GNOME_MrProject_GanttComponent.oaf.in.in > > GNOME_MrProject_GanttComponent.oaf.in > ../../../xml-i18n-merge ../../../po > GNOME_MrProject_GanttComponent.oaf.in > GNOME_MrProject_GanttComponent.oaf -o -p > Merging translations into GNOME_MrProject_GanttComponent.oaf. > gmake[4]: Leaving directory > `/usr/ports/deskutils/mrproject/work/mrproject-0.5.1/client/components/gantt' > Making all in resource > gmake[4]: Entering directory > `/usr/ports/deskutils/mrproject/work/mrproject-0.5.1/client/components/resource' > gmake[4]: *** No rule to make target > `../../../libmrproject/Composer.h', needed by `resource-component.lo'. > Stop. > gmake[4]: Leaving directory > `/usr/ports/deskutils/mrproject/work/mrproject-0.5.1/client/components/resource' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/usr/ports/deskutils/mrproject/ Do you have evolution installed? I think it wants it. I also need to update the LIB_DEPENDS to include bonobo-conf. If you don't have Evolution installed, could you just install bonobo-conf, and see if things work? If not, then try installing Evolution, and see if they work. Joe > -- > Anders Andersson > UNIX, Networking and Security consultant > +46 (0)705 87 53 35 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 16:12:37 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4D28B37B416 for ; Mon, 28 Jan 2002 16:12:34 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0T0CLm10466; Mon, 28 Jan 2002 19:12:22 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: AbiWord dictionary problem From: Joe Clarke To: Kevin Oberman Cc: gnome@FreeBSD.ORG In-Reply-To: <20020128234540.2AE555D0B@ptavv.es.net> References: <20020128234540.2AE555D0B@ptavv.es.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 28 Jan 2002 19:12:43 -0500 Message-Id: <1012263163.93813.7.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-01-28 at 18:45, Kevin Oberman wrote: > As was noted in pr ports/30988, the spell checker in AbiWord as > installed from ports does not work. I tried the work-around in the > patch but I only get an error that the magic2 is 0x0 when it should > have been 0x9602. > > Is there any way to get the dictionary to work? I've been playing with it using an old version of ispell hacked to produce AbiWord dictionaries, but I haven't had any luck. I could side tracked with other PRs, and GNOME testing. If you want to help, grab a version of ispell 3.1, and see if you can get the dictionaries it produces to work. Joe > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 16:18:53 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id B970C37B416; Mon, 28 Jan 2002 16:18:44 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0T0ITm10490; Mon, 28 Jan 2002 19:18:29 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: can't build Evolution: Solution? From: Joe Clarke To: mh Cc: FreeBSD User Questions List , gnome@freebsd.org In-Reply-To: <3C55DF45.D092C88A@concentric.net> References: <20020122175741.O32336-100000@shumai.marcuscom.com> <3C55DF45.D092C88A@concentric.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 28 Jan 2002 19:18:51 -0500 Message-Id: <1012263531.93813.13.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-01-28 at 18:31, mh wrote: [SNIP] > > I tried portupgrade -f -r freetype2 but still evolution complained about > a missing /usr/X11R6/lib/libfreetype.so.6.Tried portupgrade -f -r > evolution too, same result. I've got to ask if you have evolution > installed and working without the symlink (I changed the symlink to > point to the new libfreetype.so.8). Did all the above after cvsup'ing > the ports tree. Is it just me, or are others having a similar problem? I still have XFree86 4.1.0_12 with: 28:-lfreetype.6 => /usr/X11R6/lib/libfreetype.so.6 171:-lfreetype.7 => /usr/local/lib/libfreetype.so.7 204:-lfreetype.8 => /usr/local/lib/libfreetype.so.8 Evolution 1.0.1 builds and runs just fine for me. I will admit I just rebuilt all my GNOME ports recently to work around some other problems. However, freetype2 never gave me any direct problems as far as I can tell. > > Got a newbie-type question too: It seems that binary upgrades can lead > to different version of the same program being installed, and I assume > this is even more the case doing a Release upgrade, say from 4.3 to 4.4. > I use ports and portupgrade to keep programs current, but what about > system files? Is there some place to read how to do this? Is it best > done by getting the next release and upgrading through > /stand/sysinstall? I use cvsup to stay -stable with FreeBSD. This involves rebuilding the OS every so often. For me, it's usually once per week. The handbook is a great source of knowledge on this subject: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html "make world" is the best way to update the OS provided you're familiar with all the steps. Joe > > thanks, > > michael heyes > -- > If they give you ruled paper, > write the other way. > -- Juan Ramon Jimenez > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 16:23:36 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx9.port.ru (mx9.mail.ru [194.67.57.19]) by hub.freebsd.org (Postfix) with ESMTP id 4E9D337B400 for ; Mon, 28 Jan 2002 16:23:32 -0800 (PST) Received: from h100.229.dialup.iptcom.net ([212.9.229.100]) by mx9.port.ru with esmtp (Exim 3.14 #1) id 16VM3Y-0006nd-00; Tue, 29 Jan 2002 03:23:25 +0300 Subject: Re: deskutils/mrproject From: Maxim Sobolev To: Joe Clarke Cc: Anders Andersson , gnome@FreeBSD.ORG In-Reply-To: <20020128143829.T78981-101000@shumai.marcuscom.com> References: <20020128143829.T78981-101000@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-AfzWsZBaX+4XfmzCoBCu" X-Mailer: Evolution/1.0.1 Date: 29 Jan 2002 02:22:58 +0200 Message-Id: <1012263786.647.1.camel@notebook> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-AfzWsZBaX+4XfmzCoBCu Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-01-28 at 21:39, Joe Clarke wrote: > Okay, I got it. I had to link the modules into mrproject to get it to > work. All other dynamic attemtps failed. Here are my collection of > patches. If everyone approves, I can get a PR together for demon. Committed, though I had to correct pkg-plist and sort it. Nevertheless, thank you both for submission! -Maxim > On 27 Jan 2002, Joe Clarke wrote: >=20 > > On Sun, 2002-01-27 at 17:35, Joe Clarke wrote: > > > On Sun, 2002-01-27 at 11:09, Anders Andersson wrote: > > > > I thought I should give upgrading deskutils/mrproject a shot since = it is > > > > an application many people would like to try out. > > > > > > > > I upgraded the port to the latest version 0.5.1 but it doesnt compi= le > > > > fully. > > > > > > > > Please see attached patch, also please note that you have to add a > > > > files/ with the patch-ltmain.sh patch file. > > > > > > > > Anyone else wanting to give this a try? > > > > > > The attached patches work fine for me. I used your Makefile and > > > distinfo patch with the ltmain.sh patch that prevents .a and .la > > > installation. I also patched pkg-plist for the new version. > > > > > > I'd like to propose Mr.Project gets added to gnome-fifth-toe. I don'= t > > > know how demon feels about this, though. > > > > Actually, I had to apply some patches in addition to the ones I sent to > > get things to be a little better. Compilation works, however, running > > it fails with some gtk_type_create() errors. This seems to be a common > > problem with Mr.Project and FreeBSD. I hacked it a bit, and got it to > > at least pop up the initial GUI, but it will quickly SEGFAULTs after > > that. > > > > I'll keep playing with it. > > > > Joe > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > > --=-AfzWsZBaX+4XfmzCoBCu Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8VethoNu5t4iCBa8RAuhLAJ9n8aL5Kf1SkKZzefeXCHRGyqjkJACeJkG6 SPbrtM7J4mnFlSPs61A/wtQ= =xZCe -----END PGP SIGNATURE----- --=-AfzWsZBaX+4XfmzCoBCu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 16:39:18 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 8E1BD37B43B for ; Mon, 28 Jan 2002 16:39:09 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0T0csm10594; Mon, 28 Jan 2002 19:38:55 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: deskutils/mrproject From: Joe Clarke To: Maxim Sobolev Cc: Anders Andersson , gnome@FreeBSD.ORG In-Reply-To: <1012263786.647.1.camel@notebook> References: <20020128143829.T78981-101000@shumai.marcuscom.com> <1012263786.647.1.camel@notebook> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 28 Jan 2002 19:39:16 -0500 Message-Id: <1012264756.93813.29.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-01-28 at 19:22, Maxim Sobolev wrote: > On Mon, 2002-01-28 at 21:39, Joe Clarke wrote: > > Okay, I got it. I had to link the modules into mrproject to get it to > > work. All other dynamic attemtps failed. Here are my collection of > > patches. If everyone approves, I can get a PR together for demon. > > Committed, though I had to correct pkg-plist and sort it. Nevertheless, > thank you both for submission! Correct it ;-)! I thought I had that done. I've been paying close attention to that detail. It pkg_delete's just fine for me. What did I miss? By the way, we're at least going to have to add a LIB_DEPENDS for bonobo-conf, and maybe a BUILD_DEPENDS on Evolution. Anders is seeing some problem with with -current. Hopefully we can iron them out. Joe > > -Maxim > > > On 27 Jan 2002, Joe Clarke wrote: > > > > > On Sun, 2002-01-27 at 17:35, Joe Clarke wrote: > > > > On Sun, 2002-01-27 at 11:09, Anders Andersson wrote: > > > > > I thought I should give upgrading deskutils/mrproject a shot since it is > > > > > an application many people would like to try out. > > > > > > > > > > I upgraded the port to the latest version 0.5.1 but it doesnt compile > > > > > fully. > > > > > > > > > > Please see attached patch, also please note that you have to add a > > > > > files/ with the patch-ltmain.sh patch file. > > > > > > > > > > Anyone else wanting to give this a try? > > > > > > > > The attached patches work fine for me. I used your Makefile and > > > > distinfo patch with the ltmain.sh patch that prevents .a and .la > > > > installation. I also patched pkg-plist for the new version. > > > > > > > > I'd like to propose Mr.Project gets added to gnome-fifth-toe. I don't > > > > know how demon feels about this, though. > > > > > > Actually, I had to apply some patches in addition to the ones I sent to > > > get things to be a little better. Compilation works, however, running > > > it fails with some gtk_type_create() errors. This seems to be a common > > > problem with Mr.Project and FreeBSD. I hacked it a bit, and got it to > > > at least pop up the initial GUI, but it will quickly SEGFAULTs after > > > that. > > > > > > I'll keep playing with it. > > > > > > Joe > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 17:34:39 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id AB9F537B404 for ; Mon, 28 Jan 2002 17:34:35 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0T1YPm10820 for ; Mon, 28 Jan 2002 20:34:25 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: FreeBSD GNOME logo From: Joe Clarke To: freebsd-gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-2T29yhF1WyR47QeAsGTP" X-Mailer: Evolution/1.0.1 Date: 28 Jan 2002 20:34:47 -0500 Message-Id: <1012268088.93813.32.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-2T29yhF1WyR47QeAsGTP Content-Type: text/plain Content-Transfer-Encoding: 7bit Okay, don't laugh. We were playing around in gimp, and this is a quick little Chuck-meets-Gnome thing. Joe --=-2T29yhF1WyR47QeAsGTP Content-Type: image/gif Content-Disposition: attachment; filename=freebsd_gnome.gif Content-Transfer-Encoding: base64 R0lGODlhoACmAOcAAP//////5+mBjNYpIe8IIeRVZfqMnNYAGKUxOfdSa+85ObUYKdlgZcYQGKUY IbUhGNYACKUxEPRaa7UpKe8ICPR7e9YQGMYhIdZCQu8pIeRgZc5wcO8YGOcQGNmGht5CUsN2e+cp GPStst5SUnNaY721vYyEhFo5SmtjY+fe3ufOzqWUlPrIva0IGHNra2s5QpyEjJyUlJRKUpx7e95r c2tSWoQ5QoRjc///93tCSv/3//dCY95COc7Oxko5QoRaY62ttZxze+85IemBe1pCUqVKSpxaa/f3 90pCSq0xQr2tredKOca9xkI5UlIxOVoxOb0xQnMxOZQxOd7e3mMxOa05OdbW1nsxOezDw/q4tYwp LIY0OYY3OZI0MZ8uLpk6PJw0MYYpLq17hGspQoRzc4YjKXwpKYYpLIwjKYkpKa1CSr0pMVIpMYRK Wsa1vVopMUIxMbVCQr1SUmtKUq0pMa0hKZwhMaVja/fe3r2MnFpKa7Wtre/v786ttYxrc5SElL2E hKWUnN7W1t61tdbGzu/n7/fv70I5OYQpMb3W3q29xmucvc7n563G1mt7lISctVpKUjlSe1p7pZSc pWtCUu/n52taa1Jaczk5WjExUufn57WlpaWcnK2cnIR7jJyMlIR7hHNrc2NaYzExMUpCUjEpKSkQ IcbGxko5SikhITEhKVJjhEpCazFCY8bW1nuMpaWcpe/v596trf/O1q0YIcYhKWNrlL29znNzjL0Y IVJSc6WlpZStvYyElIyEjEpKa3utxntzjGNjhEIpKc7GzjEYMXtSWt7O1oyMnJStzpy9zr3OzmOM tTEhMXOlzlJzpd7W3iEYITlajEJrpUpKSjk5UjljlEp7tSkhKTkxOSkpKUIxQt5COd5COd5COd5C Od5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5C Od5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COd5COSwAAAAAoACmAAAI/gABCBxI sKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bN mzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1BdCojqdADVpgQKXFVq4ACCrUkTEPgK9qgCAgsY lDXaQIGDBmuLHlDwAEJcogcIRCAg4a5QAg0mECDgN6iCBg8oEC7ss4KFCwMeV2DcE0PkCxYaWKDM c8CAA5gvwOWsM4OFBRYibyadMzUBCwQia2CNE7YF1wpW0655YMDg3xY27OZNQMEBza8XDKfJoYOF Dh0GOF+8PKbz5s+hE/BQ3Xp06N8J/nzo/hIE+A4hBnDwjYF8SxENoKcn0IEABwIh3LMccSAD+BDf NUdCCfqldAEBGSSoHnQWNGfCCSikUOBHKqxAEAstcKAABxnE5lwHGXDAgAsnvADDhBzFIMMMBNHA wYsKhOicgs2FUMMJNtyAA4oYwSBDDjoQtEMHzWUQI4AJ8pBBCEz6kIMNP+y4XAAcAXGCDEEU9IEF S4aggAJMKiBEjF0SgWMRRvBI0RFIvJCEEgSJgAGRA3hpJA9jLmEkkyE4EYINUGSpZkQknBCFFFO0 qB4HYQohBJ5Kdsknk1UUIeGgDlnRhBM2XGEFQVhM6h+fYE46aQ5QQCEGpg6Z8EQT/mNIYeFApoaA BpNORMGkDXyqwScUa8hQIJUDEQuAscgKRIQTbIyRhBRtuIEDH7W+4QQcUUARRxxJyGFDDjL4Okcc a8xBnrECocvQCWw44cQYdNRhx7cv8DnGve0WocYdQYRbBB5H5FGEDYAKey5CyaZLkB5sNMzGFXbU QUcSNuj6xhtjXCyFGnsIxMcdaqggUB9qtBGHHxOqqxCxf4zB7LtXSGGHFFLYgPG9Y0ShRpoDfQzI QIH8CCerDAnSRMNHj3GF0ldcEcXTh6qRRB4F9WGElDgYUcOlRC9EgsNOwJrzE2O8EMULV9iQBBSD GCRG2yPnQEjXDBXSxNENu6s3/hVmUyFFHFCIXJAbPwNgCAA/dEz3Qm4s2y4bbzzhxCFsUDEGIn/H IUhBhiRyAwCKLMIIICcuvhAhRDh8cbtOvBGFs2vPPVAjjjwCiRWORCLJJJSYzlAlljC7OhuHuP6C FMAqLpAklzzigx8kYJIJEif04DtDoFCxOrNUUGGDFHSsMatAq7DSSiZUIDFKJk3YUMP1DCnxxPZv dC/F2p8PtEomrTTxAhVwOEQUnoUy+CWEEA2zFhwuFgXMxcEGrhjIK87XPhu8IFZJWAMdYGFAlQHg FMxq1yHeFYVOJSEJfggSAGKBBEzgyAZ0sAMikhCxHBgQISlwF+QcxjQpyOAF/j+QxSwGQQInUAJi tKAD5ujAhygM5AiKkBKKPGgQPghPh5V7XcwQ0bQcPKlhOQCfDJPAhykkCgCgsMUt6EZFAKQOcpOr Xw96MIVB1KIWa4DCs0KIsysc4Y+JigEKcHFDgsCCCq1jAxycQAVZ9IAQSnCDCo6whjKa8Qhlu4LZ jqADN1RCF5WoRCEJAokn5C2Bg+iBG9yQAj5ggQ9l5MMfpTAGNvxxFwCIASgGUoJX8KKQgnijIp3Q AyUQgg/EKKMVYDkFWU6BCk+gxB9h2QtfCCQFq9CF9QrphhAOEw4qgKUlsRAzKeTAZUdwAyABAIRL VAIXv4DF4UYJADecQHKS/pvjEZjJBysQYwpHYNcRAGrGROHAB0jQBYGeWIlEzPN6fICEuxqZSjck s6ApAGQzm5mCucGihbrgmhVeAQxGAFNvbCjmMflpxjK2MgUpoMUYRNEEPcDgEqvAhSKA4AtHPPSG J2hd96gwSVgCAhA9SAFG+dDRN5AiGAKxAiiEcQlbLHSUViACFRooQxtQYQYrOOogBkEMQhACpoRA xBtOQE+FgMJd4FOizCRmh7Bu4q53ReDlbNCJtiJEok8AHyK+h4gY0gIRYgCEGDaxAmZdjg506J1f C5ICHzgBbU57Wqe46DQxwEEMkoPD5SRGhckWhBNPgKZXTXmxN9AiFxoc/sMwnGDKBCIiCu+jmwpb Bbn66S1XdshFLiD7BjgMg3WsY5FpCSKK1l3MXU84FB1eSwuZ5o1ZJSzgcgdygtZK7gTdQ2J1q2ut a93gFGfcLne1V16UXgERdKWFHazFBPUexAetVeDjLkYwRKiVDUSw70GK2K7nKrJh8+te5JzQBwEb pASzXSAV2nVcOLDut7h0MEFSAIcOv0GRwwjgMN1VPDrkT8MCIYYTKmxc4872t0i0IYoFAgMSt3gY xTAu5ZxwhTrkghYynrFEO4zjx0mOv3aArB0EhWJCrPjGOmRk05JMWtmhGBJEzjEbZls5pclwZjbQ roaVMNsQh/DDwqNC/tOikIPcovgIliXelon3sh1fGBJcczAkREjiax1ikYf480RPcIIjaBh1klsx Klr3W7JtOVc5mIMoHEwIUYC3uIdAgUSFV7k2GKMGTsjBD35QAx/kebJuIDBtnYAKC51ADygoHt/4 dgJYtSEIQSABJUgQgxIQYgo/xdQfC4IDN5BhWR9uGBJWsKNjOEEPtmCXE2pA7RMQgRQlaoMffnCH UVPiBL/oBTJ8gQxYbI5HhgZAJZQACiJYNoSBrsHQBEKGJ5xAF9ANIaHnAAk9ENoFoqgBJV6gC0m8 IhnKcMUyFDGJEoiSPFbQhCY2QYag/vbPhyACDKwQSiv0oBOggMTq/rw7Br79Lwd66LUVXEGIEvTC FsxYBDCS0QhX3GIZvEBGuqvDCUiwK7SH8AEkIBGKGZiADKC4ARnIIApINMMHl87Yxf5Xv//p4uDK qLkrGKHwVzDDGY/gRTIUoQxFcOIUy+GDICDxgv/ZmwywIMQRrNAJGICCDCQYOhIgcQhVpAITuoCE DyAXhTeotbWkEMYzYs4LXjSiEcpYBhBesQhnKCPhN59EsDlzBEHcqHs3sLIhDAENJdgdFC4YOikg 4fdoZEIasNcFEcxk7+6N4QSXmMYzFr+IR4SdF4qQhCRiHnZl3EKKrOFDCXT9AiJscyCVwAEOKlGC GPjCBSioATV8/lCKUkQjFaaoRiSsYY1pTMMasId9JKRR/mcMf+xk54ULCGEI5LOmEh/3xLGJILm+ EkQMKIADOsAHpfcJoUACSJCAozAKqRAN3td9mBAJq0B+FFh+03AN18AMzPB7yKB51YEDJfAJoBAK mrZ37nIC8wYABGMM0CAQ0AAEMUCCkIAEpKA+CzgKquCAo4AN0oMJv9AKvxAJkYBTtrAKjjAJhGB/ u6EJe2B3TFcD6gMH70YJfrACMPA9dvBV80R9vWACLpB6NIhQPtAE2eADh7CA2rCA24ACnnB2m9cd 01cCIEcCooB9pHAIpTAKi5QzafNeiPBVn/JEhpACqtQJk3CIsSsACzHQCSXwSCmghCiCA1ZQfWTg AiSgaXBgCh02OU+QWg3kh1JgBECwXTsSJIJwCjFQiZCACqlQCnCgCq84W4cACTVABjNgdGIQAzPG BDGgS3hnCSQACjGwB1PwcDN2jMh4E5DIEm2UjApzLM4YjdI4jdRYjdZ4jdiYjdq4jdzYjd74jeAY juI4juRYjuZ4juiYjuq4juzYju74jvAYj/I4j/RYj/Z4j/iYj/q4jwgREAA7 --=-2T29yhF1WyR47QeAsGTP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 17:51:24 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF6C037B402; Mon, 28 Jan 2002 17:51:22 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0T1j1s00527; Mon, 28 Jan 2002 17:45:01 -0800 (PST) (envelope-from trevor) Date: Mon, 28 Jan 2002 17:45:01 -0800 (PST) From: Message-Id: <200201290145.g0T1j1s00527@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34395: ghostscript-gnu 6.52_1 fails to build Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: ghostscript-gnu 6.52_1 fails to build Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: trevor Responsible-Changed-When: Mon Jan 28 17:44:25 PST 2002 Responsible-Changed-Why: This appears to be a problem with gnomelibs. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34395 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 18: 0: 5 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A50E37B404 for ; Mon, 28 Jan 2002 18:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0T202F02845; Mon, 28 Jan 2002 18:00:02 -0800 (PST) (envelope-from gnats) Date: Mon, 28 Jan 2002 18:00:02 -0800 (PST) Message-Id: <200201290200.g0T202F02845@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Marcus Clarke Subject: Re: ports/34395: ghostscript-gnu 6.52_1 fails to build Reply-To: Joe Marcus Clarke Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/34395; it has been noted by GNATS. From: Joe Marcus Clarke To: freebsd-gnats-submit@FreeBSD.org, sdn@sprintlabs.com Cc: Subject: Re: ports/34395: ghostscript-gnu 6.52_1 fails to build Date: Mon, 28 Jan 2002 20:57:17 -0500 Your ports are slightly out of date. Can you do another cvsup, and see if you have better luck with gnomelibs-1.4.1.4 and ghostscript-gnu-6.52_4?. I have built both successfuly on RC3. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 18:30: 3 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D85637B400 for ; Mon, 28 Jan 2002 18:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0T2U1s11447; Mon, 28 Jan 2002 18:30:01 -0800 (PST) (envelope-from gnats) Date: Mon, 28 Jan 2002 18:30:01 -0800 (PST) Message-Id: <200201290230.g0T2U1s11447@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Trevor Johnson Subject: Re: ports/34395: ghostscript-gnu 6.52_1 fails to build Reply-To: Trevor Johnson Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/34395; it has been noted by GNATS. From: Trevor Johnson To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/34395: ghostscript-gnu 6.52_1 fails to build Date: Mon, 28 Jan 2002 21:20:36 -0500 (EST) This PR is about gnomelibs 1.4.1.2_2 but I notice that the port is at 1.4.1.3_0 (at least). Maybe it would be best if the submitter freshened his copy of the ports tree. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 19:44:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from dc-mx04.cluster1.charter.net (dc-mx04.cluster0.hsacorp.net [209.225.8.14]) by hub.freebsd.org (Postfix) with ESMTP id 91B3337B402; Mon, 28 Jan 2002 19:44:22 -0800 (PST) Received: from [24.158.214.244] (HELO gforce.johnson.home) by dc-mx04.cluster1.charter.net (CommuniGate Pro SMTP 3.5.3) with ESMTP id 2769936; Mon, 28 Jan 2002 22:50:47 -0500 Received: (from glenn@localhost) by gforce.johnson.home (8.11.6/8.11.6) id g0T3iIi02567; Mon, 28 Jan 2002 21:44:18 -0600 (CST) (envelope-from glenn) Date: Mon, 28 Jan 2002 21:44:18 -0600 From: Glenn Johnson To: Maxim Sobolev Cc: Tadayuki OKADA , Joe Clarke , freebsd-gnome@FreeBSD.org Subject: Re: dependency question Message-ID: <20020129034418.GA1794@gforce.johnson.home> References: <20020120205118.GA447@gforce.johnson.home> <1011565282.28534.22.camel@shumai.marcuscom.com> <20020120234902.GA74865@gforce.johnson.home> <1011573437.28534.24.camel@shumai.marcuscom.com> <20020121011015.GA20453@gforce.johnson.home> <1011575865.28534.39.camel@shumai.marcuscom.com> <3C518120.CB4F6E71@windriver.com> <20020128015959.GA4082@gforce.johnson.home> <3C552F9E.7284744A@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C552F9E.7284744A@FreeBSD.org> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 28, 2002 at 01:01:50PM +0200, Maxim Sobolev wrote: > Glenn Johnson wrote: > > > How does one know what shared-libs are used directly? There are > > certain libraries that the author specifically mentions along with > > "must have Gnome-1.4" but the port links every library from gnome, > > gtk, bonobo, etc. I am pretty sure that not all of these are needed > > but they are linked into the binary. How can I separate the wheat > > from the chaff here? > > I'm fully agree with the sentiment above. ldd /usr/X11R6/bin/evolution > shows that the binary is linked with some 50 shared libraries > (!!!), so that it would be big PITA if we had to specify (and > maintain that huge list) them all in the port's Makefile. Instead, > dependency-checking mechanism should be extended to check presence > of all dependencies, not only those explicitly specified in port's > Makefile. See my ports/Tools/scripts/chkdepschain.py script and > GNOME_VALIDATE_DEPS_CHAIN knob in bsd.gnome.mk. I just stuck this in my port Makefile. I have ghostscript-afpl installed and so the dependency checking is failing because it is looking for ghostscript-gnu. Should this knob be placed in all gnome ports? -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 20: 1:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 041E537B400 for ; Mon, 28 Jan 2002 20:01:15 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id GAA86264; Tue, 29 Jan 2002 06:01:11 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from h21.228.dialup.iptcom.net (h21.228.dialup.iptcom.net [212.9.228.21]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id GAA44283; Tue, 29 Jan 2002 06:01:07 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: Re: deskutils/mrproject From: Maxim Sobolev To: Joe Clarke Cc: Anders Andersson , gnome@FreeBSD.org In-Reply-To: <1012263062.93813.4.camel@shumai.marcuscom.com> References: <1012183959.78541.11.camel@shumai.marcuscom.com> <20020128143829.T78981-101000@shumai.marcuscom.com> <20020128222637.GB297@sushi.sanyusan.se> <1012263062.93813.4.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-2QChbpVYv67hDmMAyBzw" X-Mailer: Evolution/1.0.1 Date: 29 Jan 2002 06:00:47 +0200 Message-Id: <1012276850.45588.30.camel@notebook> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-2QChbpVYv67hDmMAyBzw Content-Type: multipart/mixed; boundary="=-D0cehtK9/z6rVL17xC2u" --=-D0cehtK9/z6rVL17xC2u Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Just FYI. I did some digging to identify the real source of the problem with shared modules. It seems that some fundamental assumptions are broken. Particularly the software assumes that all shared modules when loaded share the same namespace, while in fact it isn't always true. For example, all shared objects share gtk+ namespace, because they are all linked with it dynamically, but they don't share namespace of mrproject's utility libraries linked statically. This leads to various crash patterns, some of them I have fixed, but gave up because there are many more. The typical crash scenario looks like the following: 1. The application loads foo.so shared module. The module registers its custom types with the gtk+ using some utility function linked statically into each module. This function keeps a state to prevent registering the same type twice, which is prohibited by gtk+. 2. The application loads bar.so shared module. It also tries to register itself with gtk+ using its own copies of those utility functions. However, since bar's copy of utility functions aren't shared, bar.so knows nothing about the fact that some of its types already registered with gtk+ (gtk+ is shared between foo.so and bar.so), thus leading to a crash. This is one of the most obvious problems. Perhaps there are some more subtle ones, because even after fixing those ones the software is still non-functional. I think that the problem should be reported to developers, because it isn't trivial to fix properly. Attached please find some patches to fix some early startup crashes described above - they should give idea what I'm talking about. -Maxim --=-D0cehtK9/z6rVL17xC2u Content-Disposition: attachment; filename="patch-client::widgets::goto-popup.c" Content-Type: text/x-c; charset=KOI8-R Content-Transfer-Encoding: quoted-printable $FreeBSD$ --- client/widgets/goto-popup.c 2002/01/29 03:07:27 1.1 +++ client/widgets/goto-popup.c 2002/01/29 03:13:19 @@ -155,7 +155,8 @@ (GtkClassInitFunc) NULL, }; =20 - goto_type =3D gtk_type_unique (gtk_combo_box_get_type (), = &goto_info); + if ((goto_type =3D gtk_type_from_name(goto_info.type_name)= ) =3D=3D GTK_TYPE_INVALID) + goto_type =3D gtk_type_unique (gtk_combo_box_get_type (), &goto_info); } =20 return goto_type; --=-D0cehtK9/z6rVL17xC2u Content-Disposition: attachment; filename="patch-util::type-utils.h" Content-Type: text/x-c-header; charset=KOI8-R Content-Transfer-Encoding: quoted-printable $FreeBSD$ --- util/type-utils.h 2002/01/29 01:49:26 1.1 +++ util/type-utils.h 2002/01/29 01:54:18 @@ -50,7 +50,8 @@ (GtkClassInitFunc) NULL \ }; \ type_of_parent =3D parent_type_as_function ## _get_type (); \ - object_type =3D gtk_type_unique (type_of_parent, &object_info); \ + if ((object_type =3D gtk_type_from_name(#type)) =3D=3D GTK_TYPE_INVALID)= \ + object_type =3D gtk_type_unique (type_of_parent, &object_info); \ parent_class =3D gtk_type_class (type_of_parent); \ } \ return object_type; \ --=-D0cehtK9/z6rVL17xC2u-- --=-2QChbpVYv67hDmMAyBzw Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8Vh5voNu5t4iCBa8RAmjVAJ9cOw8itpiq+fOgK8flCzCcJW4nMgCeI/dH l47eYv4K+OsVVpcCa+5E+1c= =9yrd -----END PGP SIGNATURE----- --=-2QChbpVYv67hDmMAyBzw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 20:10:35 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 8E9C637B400 for ; Mon, 28 Jan 2002 20:10:29 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id GAA88636; Tue, 29 Jan 2002 06:10:27 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from h39.229.dialup.iptcom.net (h39.229.dialup.iptcom.net [212.9.229.39]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id GAA46056; Tue, 29 Jan 2002 06:10:22 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: Re: dependency question From: Maxim Sobolev To: Glenn Johnson Cc: Tadayuki OKADA , Joe Clarke , freebsd-gnome@FreeBSD.org In-Reply-To: <20020129034418.GA1794@gforce.johnson.home> References: <20020120205118.GA447@gforce.johnson.home> <1011565282.28534.22.camel@shumai.marcuscom.com> <20020120234902.GA74865@gforce.johnson.home> <1011573437.28534.24.camel@shumai.marcuscom.com> <20020121011015.GA20453@gforce.johnson.home> <1011575865.28534.39.camel@shumai.marcuscom.com> <3C518120.CB4F6E71@windriver.com> <20020128015959.GA4082@gforce.johnson.home> <3C552F9E.7284744A@FreeBSD.org> <20020129034418.GA1794@gforce.johnson.home> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-uxDIfhMcHEownhhNfwij" X-Mailer: Evolution/1.0.1 Date: 29 Jan 2002 06:10:02 +0200 Message-Id: <1012277407.45588.39.camel@notebook> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-uxDIfhMcHEownhhNfwij Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2002-01-29 at 05:44, Glenn Johnson wrote: > On Mon, Jan 28, 2002 at 01:01:50PM +0200, Maxim Sobolev wrote: >=20 > > Glenn Johnson wrote: > > > > > How does one know what shared-libs are used directly? There are > > > certain libraries that the author specifically mentions along with > > > "must have Gnome-1.4" but the port links every library from gnome, > > > gtk, bonobo, etc. I am pretty sure that not all of these are needed > > > but they are linked into the binary. How can I separate the wheat > > > from the chaff here? > > > > I'm fully agree with the sentiment above. ldd /usr/X11R6/bin/evolution > > shows that the binary is linked with some 50 shared libraries > > (!!!), so that it would be big PITA if we had to specify (and > > maintain that huge list) them all in the port's Makefile. Instead, > > dependency-checking mechanism should be extended to check presence > > of all dependencies, not only those explicitly specified in port's > > Makefile. See my ports/Tools/scripts/chkdepschain.py script and > > GNOME_VALIDATE_DEPS_CHAIN knob in bsd.gnome.mk. >=20 > I just stuck this in my port Makefile. I have ghostscript-afpl > installed and so the dependency checking is failing because it is > looking for ghostscript-gnu. Perhaps we should add `WITH_GS=3D {gnu,afpl,whatever}' /etc/make.conf knob, which would ensure that a correct dependency chain is constructed and a correct version of gs is installed if it is absent.=20 > Should this knob be placed in all gnome ports? Not yet. Right now it is an alpha quality piece of code. However, I'm seriously considering to put it into some BIG ones, like Evolution, Nautilus and so on, because this should drastically reduce number of reports GNOME team receives. -Maxim --=-uxDIfhMcHEownhhNfwij Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8ViCZoNu5t4iCBa8RApOsAKCC6w0h/l3nLDyFirtEUt1mqPu6/QCeJyf+ VFpMXsXDPqDPDIk0i7VfS6g= =f6EK -----END PGP SIGNATURE----- --=-uxDIfhMcHEownhhNfwij-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 21:38:59 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id C6C2237B416; Mon, 28 Jan 2002 21:38:52 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0T5cfm12092; Tue, 29 Jan 2002 00:38:41 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: deskutils/mrproject From: Joe Clarke To: Maxim Sobolev Cc: Anders Andersson , gnome@FreeBSD.org In-Reply-To: <1012276850.45588.30.camel@notebook> References: <1012183959.78541.11.camel@shumai.marcuscom.com> <20020128143829.T78981-101000@shumai.marcuscom.com> <20020128222637.GB297@sushi.sanyusan.se> <1012263062.93813.4.camel@shumai.marcuscom.com> <1012276850.45588.30.camel@notebook> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 29 Jan 2002 00:39:05 -0500 Message-Id: <1012282745.93813.64.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-01-28 at 23:00, Maxim Sobolev wrote: > Just FYI. I did some digging to identify the real source of the problem > with shared modules. It seems that some fundamental assumptions are > broken. Particularly the software assumes that all shared modules when > loaded share the same namespace, while in fact it isn't always true. For > example, all shared objects share gtk+ namespace, because they are all > linked with it dynamically, but they don't share namespace of > mrproject's utility libraries linked statically. This leads to various > crash patterns, some of them I have fixed, but gave up because there are > many more. > > The typical crash scenario looks like the following: > > 1. The application loads foo.so shared module. The module registers its > custom types with the gtk+ using some utility function linked statically > into each module. This function keeps a state to prevent registering the > same type twice, which is prohibited by gtk+. > > 2. The application loads bar.so shared module. It also tries to register > itself with gtk+ using its own copies of those utility functions. > However, since bar's copy of utility functions aren't shared, bar.so > knows nothing about the fact that some of its types already registered > with gtk+ (gtk+ is shared between foo.so and bar.so), thus leading to a > crash. > > This is one of the most obvious problems. Perhaps there are some more > subtle ones, because even after fixing those ones the software is still > non-functional. > > I think that the problem should be reported to developers, because it > isn't trivial to fix properly. Attached please find some patches to fix > some early startup crashes described above - they should give idea what > I'm talking about. This has been "reported" to the Mr.Project people inasmuch as someone with FreeBSD 4.3 reported the application wouldn't run. the authors decreed it was a FreeBSD issue, and someone from our camp would need to solve it. I spent a lot of time last night looking through Makefiles and source, and concluded it had to be a dynloader issue since libgantt was able to initialize the IdMap object, but once the libnetwork namespace popped up, it failed. The quickest solution I found was to statically link them all into mrproject. This didn't seem too bad since it wasn't nearly as big as say, Evolution. I'd like to take this up with Mr.Project if no one minds. It would be nice to clear this issue up for future releases. Thanks for the patches, Maxim. Joe > > -Maxim > ---- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 23:11:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from SAGI.saginaw-city.k12.mi.us (sagi.saginaw-city.k12.mi.us [204.38.36.2]) by hub.freebsd.org (Postfix) with ESMTP id E276B37B404; Mon, 28 Jan 2002 23:11:24 -0800 (PST) Received: from unknown (da001d2053.atl-ga.osd.concentric.net [64.3.200.6]) by SAGI.saginaw-city.k12.mi.us (8.7.4/8.7.3) with SMTP id WAA14130; Mon, 28 Jan 2002 22:02:42 -0500 (EST) From: Subject: laser toner Date: Mon, 28 Jan 2002 21:50:54 Message-Id: <72.616502.714404@unknown> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: undisclosed-recipients:; Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG **** VORTEX SUPPLIES **** -SPECIALS OF THE DAY ON LASER TONER SUPPLIES AT DISCOUNT PRICES-- ORDER BY PHONE:1-888-288-9043 ORDER BY FAX: 1-888-977-1577 E-MAIL REMOVAL LINE: 1-888-248-4930 UNIVERSITY AND/OR SCHOOL PURCHASE ORDERS WELCOME. (NO CREDIT APPROVAL REQUIRED) ALL OTHER PURCHASE ORDER REQUESTS REQUIRE CREDIT APPROVAL. PAY BY CHECK (C.O.D), CREDIT CARD OR PURCHASE ORDER (NET 30 DAYS). IF YOUR ORDER IS BY CREDIT CARD PLEASE LEAVE YOUR CREDIT CARD # PLUS EXPIRATION DATE. IF YOUR ORDER IS BY PURCHASE ORDER LEAVE YOUR SHIPPING/BILLING ADDRESSES AND YOUR P.O. NUMBER NOTE: WE DO NOT CARRY 1) XEROX, BROTHER, PANASONIC, FUJITSU PRODUCTS 2) DESKJETJET/INK JET OR BUBBLE JET CARTRIDGES 3) ANY OFFBRANDS BESIDES THE ONES LISTED BELOW. OUR NEW , LASER PRINTER TONER CARTRIDGE, PRICES ARE AS FOLLOWS: (PLEASE ORDER BY PAGE NUMBER AND/OR ITEM NUMBER) FOR HEWLETT PACKARD: (ON PAGE 2) ITEM #1 LASERJET SERIES 4L,4P (74A)------------------------$44 ITEM #2 LASERJET SERIES 1100 (92A)-------------------------$44 ITEM #3 LASERJET SERIES 2 (95A)----------------------------$39 ITEM #4 LASERJET SERIES 2P (75A)---------------------------$54 ITEM #5 LASERJET SERIES 5P,6P,5MP, 6MP (3903A)---------- -$44 ITEM #6 LASERJET SERIES 5SI, 8000 (09A)--------------------$95 ITEM #7 LASERJET SERIES 2100, 2200 (96A)-------------------$74 ITEM #8 LASERJET SERIES 8100 (82X)-------------------------$115 ITEM #9 LASERJET SERIES 5L/6L (3906A)----------------------$39 ITEM #10 LASERJET SERIES 4V---------------------------------$95 ITEM #11 LASERJET SERIES 4000 (27X)--------------------------$79 ITEM #12 LASERJET SERIES 3SI/4SI (91A)-----------------------$54 ITEM #13 LASERJET SERIES 4, 4M, 5,5M-------------------------$49 ITEM #13A LASERJET SERIES 5000 (29X)-------------------------$125 ITEM #13B LASERJET SERIES 1200-------------------------------$59 ITEM #13C LASERJET SERIES 4100-------------------------------$99 ITEM #18 LASERJET SERIES 3100------------------------------$39 ITEM #19 LASERJET SERIES 4500 BLACK--------------------------$79 ITEM #20 LASERJET SERIES 4500 COLORS ------------------------$125 FOR HEWLETT PACKARD FAX (ON PAGE 2) ITEM #14 LASERFAX 500, 700 (FX1)----------$49 ITEM #15 LASERFAX 5000,7000 (FX2)--------$64 ITEM #16 LASERFAX (FX3)------------------$59 ITEM #17 LASERFAX (FX4)------------------$54 FOR LEXMARK/IBM (ON PAGE 3) OPTRA 4019, 4029 HIGH YIELD---------------$89 OPTRA R, 4039, 4049 HIGH YIELD-----------$105 OPTRA E310.312 HIGH YIELD----------------$79 OPTRA E-----------------------------------$59 OPTRA N----------------------------------$115 OPTRA S----------------------------------$165 OPTRA T----------------------------------$195 OPTRA E310/312---------------------------$79 OPTAA E410/412---------------------------$89 FOR EPSON (ON PAGE 4) ACTION LASER 7000,7500,8000,9000----------$105 ACTION LASER 1000,1500--------------------$105 FOR CANON PRINTERS (ON PAGE 5) PLEASE CALL FOR MODELS AND UPDATED PRICES FOR CANON PRINTER CARTRIDGES PANASONIC (0N PAGE 7) NEC SERIES 2 MODELS 90 AND 95----------$105 APPLE (0N PAGE 8) LASER WRITER PRO 600 or 16/600------------------$49 LASER WRITER SELECT 300,320,360-----------------$74 LASER WRITER 300 AND 320------------------------$54 LASER WRITER NT, 2NT----------------------------$54 LASER WRITER 12/640-----------------------------$79 FOR CANON FAX (ON PAGE 9) LASERCLASS 4000 (FX3)---------------------------$59 LASERCLASS 5000,6000,7000 (FX2)-----------------$54 LASERFAX 5000,7000 (FX2)------------------------$54 LASERFAX 8500,9000 (FX4)------------------------$54 FOR CANON COPIERS (PAGE 10) PC 3, 6RE, 7 AND 11 (A30)---------------------$69 PC 300,320,700,720,760,900,910,920(E-40)------$89 90 DAY UNLIMITED WARRANTY INCLUDED ON ALL PRODUCTS. ALL TRADEMARKS AND BRAND NAMES LISTED ABOVE ARE PROPERTY OF THE RESPECTIVE HOLDERS AND USED FOR DESCRIPTIVE PURPOSES ONLY. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 28 23:50: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 2ABD837B400 for ; Mon, 28 Jan 2002 23:50:03 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.8] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16VT1m-000G15-00 for gnome@freebsd.org; Mon, 28 Jan 2002 23:50:02 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Tue, 29 Jan 2002 01:50:31 -0600 Subject: Reinstatement From: Ade Lovett To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG GNOME people, I have found myself with a little extra time from RealJob[tm]. With your permission, I would like to reinstate myself as part of the gnome@FreeBSD.org team, if you are willing to take me back. Regards, -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 1:30:13 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 16F1737B404 for ; Tue, 29 Jan 2002 01:30:08 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA77398; Tue, 29 Jan 2002 11:29:46 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h125.229.dialup.iptcom.net [212.9.229.125]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA50252; Tue, 29 Jan 2002 11:29:43 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g0T9SsI64926; Tue, 29 Jan 2002 11:28:54 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C566B5E.50BA6277@FreeBSD.org> Date: Tue, 29 Jan 2002 11:29:02 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Ade Lovett Cc: gnome@FreeBSD.org Subject: Re: Reinstatement References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ade Lovett wrote: > > GNOME people, > > I have found myself with a little extra time from RealJob[tm]. With your > permission, I would like to reinstate myself as part of the > gnome@FreeBSD.org team, if you are willing to take me back. YEEES, more than willing! We are bit out of hand right now, so that your help will be really handy. If you don't know, we are currently have two major outstanding tasks: completion of the GNOME on FreeBSD website (to be part of FreeBSD.org site) and porting of GNOME2 platform. Website is almost complete (ask Joe Marcus Clarke if you want cvs access to our internal repo), while GNOME2 port is still ahead. Welcome back, Ade, it's really nice to see you among us again! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 1:54:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F60337B417; Tue, 29 Jan 2002 01:54:22 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0T9sMM23384; Tue, 29 Jan 2002 01:54:22 -0800 (PST) (envelope-from sobomax) Date: Tue, 29 Jan 2002 01:54:22 -0800 (PST) From: Message-Id: <200201290954.g0T9sMM23384@freefall.freebsd.org> To: lev@serebryakov.spb.ru, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33989: Update port textproc/libxml2: new version 2.4.13 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Update port textproc/libxml2: new version 2.4.13 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Tue Jan 29 01:54:04 PST 2002 State-Changed-Why: Update committed, thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=33989 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 1:55:20 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BA5C37B404; Tue, 29 Jan 2002 01:55:19 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0T9tJ023542; Tue, 29 Jan 2002 01:55:19 -0800 (PST) (envelope-from sobomax) Date: Tue, 29 Jan 2002 01:55:19 -0800 (PST) From: Message-Id: <200201290955.g0T9tJ023542@freefall.freebsd.org> To: lev@serebryakov.spb.ru, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33990: Update port textproc/libxslt: new version 1.0.10 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Update port textproc/libxslt: new version 1.0.10 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Tue Jan 29 01:54:52 PST 2002 State-Changed-Why: Update committed, thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=33990 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 8: 6:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id D9FB037B416 for ; Tue, 29 Jan 2002 08:06:42 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0TG6tI41303; Tue, 29 Jan 2002 11:06:55 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 29 Jan 2002 11:06:55 -0500 (EST) From: Joe Clarke To: Ade Lovett Cc: gnome@FreeBSD.ORG Subject: Re: Reinstatement In-Reply-To: Message-ID: <20020129110606.A41290-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 29 Jan 2002, Ade Lovett wrote: > GNOME people, > > I have found myself with a little extra time from RealJob[tm]. With your > permission, I would like to reinstate myself as part of the > gnome@FreeBSD.org team, if you are willing to take me back. Welcome back! As Maxim said, if you'd like CVS access to the interim FreeBSD GNOME site, send me a ssh1 public key, and I'll hook you up. Joe > > Regards, > -aDe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 8:36:37 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id D67E937B400 for ; Tue, 29 Jan 2002 08:36:33 -0800 (PST) Received: from knightridder.com (a11a174.neo.rr.com [204.210.192.174]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g0TGVfA05301 for ; Tue, 29 Jan 2002 11:31:41 -0500 (EST) Message-ID: <3C56CF8D.29F25E5@knightridder.com> Date: Tue, 29 Jan 2002 11:36:29 -0500 From: Jim Arnold Reply-To: jarnold@knightridder.com X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: glade port build error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG while trying to upgrade gnomecore via portupgrade glade barfed with this error: thanks, jim ================== /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-label.h:51: syntax error before `GdaRecordset' In file included from /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db.h:43, from gnomedbbrowser.c:21: /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:43: syntax error before `GdaRecordset' /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:59: syntax error before `*' /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: syntax error before `*' /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: warning: type defaults to `int' in declaration of `gnome_db_list_get_recordset' /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: warning: data definition has no type or storage class /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:66: syntax error before `GdaRecordset' *** Error code 1 Stop in /max/ports/devel/glade/work/glade-0.6.3/glade/gnome-db. *** Error code 1 Stop in /max/ports/devel/glade/work/glade-0.6.3/glade. *** Error code 1 Stop in /max/ports/devel/glade/work/glade-0.6.3. *** Error code 1 Stop in /max/ports/devel/glade/work/glade-0.6.3. *** Error code 1 Stop in /max/ports/devel/glade. *** Error code 1 Stop in /max/ports/devel/glade. *** Error code 1 Stop in /max/ports/devel/glade. ** Command failed: make clean build ** Fix the problem and try again. ---> Skipping 'x11/gnome' (gnome-1.4.1b2_1) because 'devel/glade' (glade-0.6.2_1) failed ** The following packages were not installed or upgraded ( ! devel/glade (glade-0.6.2_1) (missing header) * x11/gnome (gnome-1.4.1b2_1) -- Jim Arnold, Ohio.com Site Administrator jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 I'm currently running FreeBSD 4.4-STABLE which has been up for 11 days as of 01/29/02 11:17:00 AM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 8:46:54 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 8975A37B417 for ; Tue, 29 Jan 2002 08:46:48 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id IAA27707; Tue, 29 Jan 2002 08:46:32 -0800 Date: Tue, 29 Jan 2002 08:46:26 -0800 From: John Merryweather Cooper To: jarnold@knightridder.com Cc: gnome@FreeBSD.org Subject: Re: glade port build error Message-ID: <20020129084626.G89197@johncoop.MSHOME> References: <3C56CF8D.29F25E5@knightridder.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <3C56CF8D.29F25E5@knightridder.com>; from jarnold@knightridder.com on Tue, Jan 29, 2002 at 08:36:29 -0800 X-Mailer: Balsa 1.3.0 Lines: 86 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I ran into this problem myself. If you're running portupgrade, portupgrade -fr libgda should get you back on track. Apparently, multiple GNOME ports set the include directory for libgda (which varies by version) and all manner of chaos breaks out unless libgda and ALL ports dependent on it are updated. On 2002.01.29 08:36 Jim Arnold wrote: > while trying to upgrade gnomecore > via portupgrade glade barfed with this error: > > thanks, > jim > > ================== > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-label.h:51: > syntax error before `GdaRecordset' > In file included from > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db.h:43, > from gnomedbbrowser.c:21: > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:43: > syntax > error before `GdaRecordset' > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:59: > syntax > error before `*' > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: > syntax > error before `*' > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: > warning: type defaults to `int' in declaration of > `gnome_db_list_get_recordset' > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: > warning: data definition has no type or storage class > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:66: > syntax > error before `GdaRecordset' > *** Error code 1 > > Stop in /max/ports/devel/glade/work/glade-0.6.3/glade/gnome-db. > *** Error code 1 > > Stop in /max/ports/devel/glade/work/glade-0.6.3/glade. > *** Error code 1 > > Stop in /max/ports/devel/glade/work/glade-0.6.3. > *** Error code 1 > > Stop in /max/ports/devel/glade/work/glade-0.6.3. > *** Error code 1 > > Stop in /max/ports/devel/glade. > *** Error code 1 > > Stop in /max/ports/devel/glade. > *** Error code 1 > > Stop in /max/ports/devel/glade. > ** Command failed: make clean build > ** Fix the problem and try again. > ---> Skipping 'x11/gnome' (gnome-1.4.1b2_1) because 'devel/glade' > (glade-0.6.2_1) failed > ** The following packages were not installed or upgraded ( > ! devel/glade (glade-0.6.2_1) (missing header) > * x11/gnome (gnome-1.4.1b2_1) > -- > Jim Arnold, Ohio.com Site Administrator > jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 > I'm currently running FreeBSD 4.4-STABLE > which has been up for 11 days as of 01/29/02 11:17:00 AM > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 10: 4:44 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id D6CD637B419; Tue, 29 Jan 2002 10:04:39 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0TI4rh41967; Tue, 29 Jan 2002 13:04:54 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 29 Jan 2002 13:04:53 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: Anders Andersson , Subject: Re: deskutils/mrproject In-Reply-To: <1012276850.45588.30.camel@notebook> Message-ID: <20020129130314.H41290-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 29 Jan 2002, Maxim Sobolev wrote: > Just FYI. I did some digging to identify the real source of the problem > with shared modules. It seems that some fundamental assumptions are > broken. Particularly the software assumes that all shared modules when > loaded share the same namespace, while in fact it isn't always true. For > example, all shared objects share gtk+ namespace, because they are all > linked with it dynamically, but they don't share namespace of > mrproject's utility libraries linked statically. This leads to various > crash patterns, some of them I have fixed, but gave up because there are > many more. > > The typical crash scenario looks like the following: > > 1. The application loads foo.so shared module. The module registers its > custom types with the gtk+ using some utility function linked statically > into each module. This function keeps a state to prevent registering the > same type twice, which is prohibited by gtk+. > > 2. The application loads bar.so shared module. It also tries to register > itself with gtk+ using its own copies of those utility functions. > However, since bar's copy of utility functions aren't shared, bar.so > knows nothing about the fact that some of its types already registered > with gtk+ (gtk+ is shared between foo.so and bar.so), thus leading to a > crash. > > This is one of the most obvious problems. Perhaps there are some more > subtle ones, because even after fixing those ones the software is still > non-functional. > > I think that the problem should be reported to developers, because it > isn't trivial to fix properly. Attached please find some patches to fix > some early startup crashes described above - they should give idea what > I'm talking about. Maxim, I wrote to the Mr.Project mailing list, and sent your patches. In the meantime, I've been playing with the modules, and found a good linking order to get mrproject to work without statically linking the modules into the main binary. As soon as I finish testing, I'll send you the patches. Joe > > -Maxim > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 12:29:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4AD9A37B419; Tue, 29 Jan 2002 12:29:08 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0TKTMZ42701; Tue, 29 Jan 2002 15:29:22 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 29 Jan 2002 15:29:22 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: Anders Andersson , Subject: Re: deskutils/mrproject In-Reply-To: <1012276850.45588.30.camel@notebook> Message-ID: <20020129152344.D41290-101000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1205696256-1012336162=:41290" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1205696256-1012336162=:41290 Content-Type: TEXT/PLAIN; charset=US-ASCII Here are the patches I talked about. In combination with your gtk type patches, thse allow mrproject to dynamically load the components without crashing. Joe --0-1205696256-1012336162=:41290 Content-Type: APPLICATION/octet-stream; name="mrproject_patches.tar.gz" Content-Transfer-Encoding: BASE64 Content-ID: <20020129152922.D41290@shumai.marcuscom.com> Content-Description: Content-Disposition: attachment; filename="mrproject_patches.tar.gz" H4sIABoGVzwAA+2ZXW/aMBSGuS2/wtJ60Yqm2M5XiTSJsq5VJzqmMU27qIRM YmjWkKB8tPv5cxKggQQStzSrVr+9cDD2m5CT8/g4nflz3/tNzXA0J6F5R4N2 Y+8CCtRVFTQAQLqK4hYArKRtKgiArmBVg1iHiA2TZRk3gLr/S8krCkLiA9CY Ed+Mgu3j2LDJpI4LqlezXPyTVjIdm7qhYZjebO657DBgx8ShrkV8w7gh93Ri O/TUdiucA0GoKcrW+CMs41X8MVLiL2WMGgC++q9vvPv4S5IE0li3n0LdXka6 nQn0qefb04MfEQVfiAtwByDVgJqhdACGEDdbrVZFo7yHqqUe3S6QMEInCIFW 3Oqg222Cg8Oj3uDroDf4Nepf94bHB7Fuk/6r836uL/Tmo3FkO5Zl+8ftKLSd tmOPV8+5FPf8OXUIGy5VGG56/pgkk9gcUDQnO3x9ru2G1J8Qkwbb5i7u2Iy4 ZEr9RdYFict6V4lB5pYHd9RxpFVH7LXRVeL1aFtTml7E4pBNaLZ471UTxH/s ++UzMFpdwMgho/7FZf/8agg+AmnmWZFDgUQePNuSHqgf2J7b/NeZ8T7Ew/8p ccOQF/6Ncv4jJG/wX9Y0WfC/DhXzP4l0Kfx1A6u74J9zyRvIWfJjdHLGwI8z 4N8X7LZ6FcJu1wQqhWTsUMlkZ0mmrXW8GucrLjIFmOY59YrZSegEsP9/8fDf peGj599zrwBl/Icy3Kz/sawK/tehmP8lnEe6oWQ4v53nWDOgnOE5xGklz9oU 6Awsi2doAy3XvfOLC0aWW65qv0r5vizcOTcHYG+7g1co0PlQXnzHBcyFYvHw 36eBF/km3fP7H6DrWu79jy7q/1pUXP8vI126BWDQh7u2AEVGeQ8ZZVcNeNKJ Fw24WDQSiC19uNeNtwPkF707Ojz6NLj5Nhh+/n6clPhPn9j9+cBhm/ykgPrp CsGX/wF1rWds/8vzH+b2/4rY/9ej4vyPI7079xW2dTeQvCv3N00K5md2/6ij soRvxY22LBZjh2dVij8vh3VWipxvF3bNeAaWXhR/nvwPSXAvWTZxvCkXBsry X9X1zfWffRL5X4eK8z8T6Qr/AoJnuzCwxStvg+R1GpylNFhWAQkRYrNRarYV DFLlUqDq6pssuXnLClcltllCQkJCQkJCb05/AXyXSAkAKAAA --0-1205696256-1012336162=:41290-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 12:34:34 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id 1C14237B402; Tue, 29 Jan 2002 12:34:30 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g0TKYD331163; Tue, 29 Jan 2002 21:34:13 +0100 (CET) (envelope-from anders) Date: Tue, 29 Jan 2002 21:34:13 +0100 From: Anders Andersson To: Joe Clarke Cc: Maxim Sobolev , gnome@FreeBSD.org Subject: Re: deskutils/mrproject Message-ID: <20020129203413.GK1124@sushi.sanyusan.se> References: <1012276850.45588.30.camel@notebook> <20020129152344.D41290-101000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020129152344.D41290-101000@shumai.marcuscom.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 29, 2002 at 03:29:22PM -0500, Joe Clarke wrote: > Here are the patches I talked about. In combination with your gtk type > patches, thse allow mrproject to dynamically load the components without > crashing. But does it still require evolution? -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 12:56:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id 91B9A37B400 for ; Tue, 29 Jan 2002 12:56:21 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g0TKu5g48019 for gnome@FreeBSD.org; Tue, 29 Jan 2002 21:56:05 +0100 (CET) (envelope-from anders) Date: Tue, 29 Jan 2002 21:56:05 +0100 From: Anders Andersson To: gnome@FreeBSD.org Subject: sysutils/battstat-applet Message-ID: <20020129205605.GL1124@sushi.sanyusan.se> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="TRYliJ5NKNqkz5bu" Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --TRYliJ5NKNqkz5bu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! I am trying to upgrade sysutils/battstat-applet to the latest version without much luck. It fails on finding gettext-devel which it needs: [snip] checking for gettext >= 0.10.37... 0.10.35 configure: error: gettext version 0.10.37 is required. [snip] Please see the attaches patch, I have tried to use the obvious hints for gettext-devel but I am suspecting $PATH gets included somewhere and messes it up. I tried a lot of different stuff I found in other ports Makefiles that needs gettext-devel but none seems to work. I also tried the --with-included-gettext without success. Am I missing something obvious? Just want to check with you before I get my hands dirty. -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 --TRYliJ5NKNqkz5bu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="battstat-applet.diff" Index: battstat-applet/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/battstat-applet/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- battstat-applet/Makefile 16 Apr 2001 17:25:32 -0000 1.6 +++ battstat-applet/Makefile 29 Jan 2002 20:50:20 -0000 @@ -6,21 +6,24 @@ # PORTNAME= battstat-applet -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.13 CATEGORIES= sysutils gnome -MASTER_SITES= http://spektr.eu.org/~jp/battstat/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= battstat DISTNAME= battstat_applet-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org - -WRKSRC= ${WRKDIR}/${DISTNAME} +MAINTAINER= anders@hack.org +BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel + USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT=${LOCALBASE}/bin/msgfmt-new \ + XGETTEXT=${LOCALBASE}/bin/xgettext-new pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ Index: battstat-applet/distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/battstat-applet/distinfo,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 distinfo --- battstat-applet/distinfo 9 Aug 2000 23:29:46 -0000 1.1.1.1 +++ battstat-applet/distinfo 29 Jan 2002 20:17:51 -0000 @@ -1 +1 @@ -MD5 (battstat_applet-2.0.4.tar.gz) = 6330b00a857aa9244ac80d5c9b28459c +MD5 (battstat_applet-2.0.13.tar.gz) = a6c704b14ab8b3911e18c8d44e6846c3 Index: battstat-applet/pkg-descr =================================================================== RCS file: /home/ncvs/ports/sysutils/battstat-applet/pkg-descr,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-descr --- battstat-applet/pkg-descr 9 Aug 2000 23:29:47 -0000 1.1.1.1 +++ battstat-applet/pkg-descr 29 Jan 2002 20:24:56 -0000 @@ -2,6 +2,6 @@ different icons depending on the status (AC, battery, charging, low power), and requires GTK and GNOME. -WWW: http://spektr.eu.org/~jp/battstat/ +WWW: http://battstat.sourceforge.net/ - Jim --TRYliJ5NKNqkz5bu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 13: 8:29 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 611FD37B404; Tue, 29 Jan 2002 13:08:25 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0TL8cn43033; Tue, 29 Jan 2002 16:08:38 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 29 Jan 2002 16:08:38 -0500 (EST) From: Joe Clarke To: Anders Andersson Cc: Maxim Sobolev , Subject: Re: deskutils/mrproject In-Reply-To: <20020129203413.GK1124@sushi.sanyusan.se> Message-ID: <20020129153816.O41290-101000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-733441541-1012338518=:41290" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-733441541-1012338518=:41290 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 29 Jan 2002, Anders Andersson wrote: > On Tue, Jan 29, 2002 at 03:29:22PM -0500, Joe Clarke wrote: > > Here are the patches I talked about. In combination with your gtk type > > patches, thse allow mrproject to dynamically load the components without > > crashing. > > But does it still require evolution? These set of patches should make Evolution optional. However, you will stil need bonobo-conf. Joe > -- > Anders Andersson > UNIX, Networking and Security consultant > +46 (0)705 87 53 35 > > --0-733441541-1012338518=:41290 Content-Type: APPLICATION/octet-stream; name="mrproject_patches.tar.gz" Content-Transfer-Encoding: BASE64 Content-ID: <20020129160838.Q41290@shumai.marcuscom.com> Content-Description: Content-Disposition: attachment; filename="mrproject_patches.tar.gz" H4sIAC4PVzwAA+1ZW2+bSBT2a/wrRto+NCJjA8MlRlrJTuI0Wbn1Kk6ifaiE MB7bbDBYXNruv99hAJubuaSOW7WcRBoyl28Oc4bvOzPZOFvH/hfrnrrVPH2N 3X7n6AYEVhZF0AGAk0UuKAHghbAMjQVAFnhRYmUkiKQbQgLqAPH4ruTNdz3N AaCz0Rzddw/3I92Wy1M4dFrb5OJPS6ibBrY8RdHtzda2yKNLnjUTWwvNUZSP 2gteGibuGVaNOTiWlQThYPw5HvH7+LNy0IgQ1wHsm79957ePP4QQhLHu70Pd jyPdTwS6ZzvG6uzRx+AvzQL8AHCiwkqKMAA8y/JdhmFqAuUxRCnEGA4B5Dnu guMAE5QyGA674Ozd+6vpp+nV9B91cn81Oz8L7DOt/zCa5Oo8e6vOfcNcLAzn vO97htk3jflun8Og5lvP1Eh3WKO7bjtzjQ4iY0DRmGT39FjD8rCz1HTsHhob rdhGs7QVdqKvzqUo6aoKgMSSu2tsmnBXEWBlqiqwvhqLFQ6diB7JgC7TdK26 IPgh7fEeUHcOqKamTm5uJ6MPM/AngBt74ZsYQO2LbSzgF+y4hm11f/SX8XtY E/5faZbnNSX/TjX/cxzK8D+SZNTy/ymsmP9ppCvJX1Z4sYz8cyh5AJRkfp67 uCTEzyeI/1hkdxCrkOzKBmDoaXMTQ53MQoelKt6M52uKTAFNN5l6x9k0dC1h //rWhP8t7H21nZfGClDN/0I2/+dFtuX/U1gx/0eRrlIATlaEUgUowMlA8JLC ooQGsHyY/ZMyFAFCRhFKho7ur0Y3N4SNPjc6IdRJ+eNkv+GBAhztRPEGSX0z +i9e8VYAfj1rwv8Odm3f0fGR7394iUvc/wXPvCCwfMv/p7Bi/o8jXSUAokQ0 oEwAioBSGIT+Bwri9wrAXcoXEmCCYkAFYHg3eh6r4+fp5OnxfvpJvZ5+/Hs6 Gz+o9zcT9fHhaTyMawgzVXeun1jT13CxQ4mxFPh2NJml3CA0ytT3W72r5Xmv 1w9/Uy5fx16uK6ZMO0nn7DKU7eMgpel+Nn16uB7PIoWN+yQER49VtqBtHbaF ks6SSBJFR5Gil8xZQ9R/HrX8rsvAd+/jSJzTM9v+L7I+fzSATe1SuuDCgCUr zQiD3Tl6t3Oqlyq7Tmsaiq1DvIdxzFxSu4t5ePglCQE2SfXKsf0tXBiaaa+i sdnJ4xP3xoEb7LpkUeHc/kY7w7OqPQ52HWhetcBzfxXs/MQKqnfnB3oVO23a xfU2UIob9Mxr2dbSWOVc8/7bYprkudl1oM37JDBs/1H830T/XWwtXnH9V6X/ QGZRRv+RIImt/p/CivU/iHS59gsKItqPyrQ/C1IwPnH7xw3EgLWCQooPfgHC q059z7ezU576Gt4ulo14hYp9V/ybfP+e5r5E3N6IBqq+f1GWs/m/LAjt938K K/7+E5Gu8S9g9rKMBg5g5WE4lGaDy5AN4qSRMkIApoZgB4kB1s4c6yZrNL/I Q9bwqr0yaa211n5a+x+vNuJGACgAAA== --0-733441541-1012338518=:41290-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 13:22:39 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 38F2337B404 for ; Tue, 29 Jan 2002 13:22:35 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0TLMmd43195; Tue, 29 Jan 2002 16:22:48 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 29 Jan 2002 16:22:48 -0500 (EST) From: Joe Clarke To: Anders Andersson Cc: gnome@FreeBSD.ORG Subject: Re: sysutils/battstat-applet In-Reply-To: <20020129205605.GL1124@sushi.sanyusan.se> Message-ID: <20020129162057.Q41290-200000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-557594668-1012339368=:41290" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-557594668-1012339368=:41290 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 29 Jan 2002, Anders Andersson wrote: > Hi! > > I am trying to upgrade sysutils/battstat-applet to the latest version > without much luck. It fails on finding gettext-devel which it needs: > > [snip] > checking for gettext >= 0.10.37... 0.10.35 > configure: error: gettext version 0.10.37 is required. > [snip] > > Please see the attaches patch, I have tried to use the obvious hints for > gettext-devel but I am suspecting $PATH gets included somewhere and > messes it up. > > I tried a lot of different stuff I found in other ports Makefiles that > needs gettext-devel but none seems to work. I also tried the > --with-included-gettext without success. > > Am I missing something obvious? Just want to check with you before I get > my hands dirty. This patch will clean up the gettext configuration issue. However, you're going to run into problems actually getting libapm to compile due to apparent Linux-isms. Joe > -- > Anders Andersson > UNIX, Networking and Security consultant > +46 (0)705 87 53 35 > --0-557594668-1012339368=:41290 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=patch-configure Content-Transfer-Encoding: BASE64 Content-ID: <20020129162248.F41290@shumai.marcuscom.com> Content-Description: Content-Disposition: attachment; filename=patch-configure LS0tIGNvbmZpZ3VyZS5vcmlnCVR1ZSBKYW4gMjkgMTY6MjM6MjMgMjAwMg0K KysrIGNvbmZpZ3VyZQlUdWUgSmFuIDI5IDE2OjIzOjQxIDIwMDINCkBAIC04 MTU2LDExICs4MTU2LDExIEBADQogCWVjaG8gJGFjX24gImNoZWNraW5nIGZv ciBnZXR0ZXh0ID49ICRlel93YW50X3ZlcnNpb24iIi4uLiAkYWNfYyIgMT4m Ng0KIGVjaG8gImNvbmZpZ3VyZTo4MTU4OiBjaGVja2luZyBmb3IgZ2V0dGV4 dCA+PSAkZXpfd2FudF92ZXJzaW9uIiA+JjUNCiANCi0JaWYgZXpfaW5zdGFs bGVkX3ZlcnNpb249ImBnZXR0ZXh0IC1WIHwgZ3JlcCAiR05VIGdldHRleHQi IHwgYXdrICd7cHJpbnQgJDR9J2AiDQorCWlmIGV6X2luc3RhbGxlZF92ZXJz aW9uPSJgZ2V0dGV4dC1uZXcgLVYgfCBncmVwICJHTlUgZ2V0dGV4dCIgfCBh d2sgJ3twcmludCAkNH0nYCINCiAJdGhlbg0KIAkJZWNobyAiJGFjX3QiIiRl el9pbnN0YWxsZWRfdmVyc2lvbiIgMT4mNg0KIAllbHNlDQotCQl7IGVjaG8g ImNvbmZpZ3VyZTogZXJyb3I6IGdldHRleHQgLVYgfCBncmVwICJHTlUgZ2V0 dGV4dCIgfCBhd2sgJ3twcmludCAkNH0nIGZhaWxlZCIgMT4mMjsgZXhpdCAx OyB9DQorCQl7IGVjaG8gImNvbmZpZ3VyZTogZXJyb3I6IGdldHRleHQtbmV3 IC1WIHwgZ3JlcCAiR05VIGdldHRleHQiIHwgYXdrICd7cHJpbnQgJDR9JyBm YWlsZWQiIDE+JjI7IGV4aXQgMTsgfQ0KIAlmaQ0KIA0KIAlpZiB0ZXN0ICJg DQo= --0-557594668-1012339368=:41290-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 13:25:34 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id 99FD837B417 for ; Tue, 29 Jan 2002 13:25:32 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g0TLPIZ54828; Tue, 29 Jan 2002 22:25:18 +0100 (CET) (envelope-from anders) Date: Tue, 29 Jan 2002 22:25:18 +0100 From: Anders Andersson To: Joe Clarke Cc: gnome@FreeBSD.ORG Subject: Re: sysutils/battstat-applet Message-ID: <20020129212518.GM1124@sushi.sanyusan.se> References: <20020129205605.GL1124@sushi.sanyusan.se> <20020129162057.Q41290-200000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020129162057.Q41290-200000@shumai.marcuscom.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 29, 2002 at 04:22:48PM -0500, Joe Clarke wrote: > This patch will clean up the gettext configuration issue. However, you're > going to run into problems actually getting libapm to compile due to > apparent Linux-isms. Almost identical to a local patch I have in my tree, but thanks anyway :-) I was mostly wondering if I had missed anything and I guess I hadnt. -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 13:32: 1 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 2E1E637B400 for ; Tue, 29 Jan 2002 13:31:57 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0TLW9i43235; Tue, 29 Jan 2002 16:32:10 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 29 Jan 2002 16:32:09 -0500 (EST) From: Joe Clarke To: Anders Andersson Cc: gnome@FreeBSD.ORG Subject: Re: sysutils/battstat-applet In-Reply-To: <20020129212518.GM1124@sushi.sanyusan.se> Message-ID: <20020129163138.I41290-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 29 Jan 2002, Anders Andersson wrote: > On Tue, Jan 29, 2002 at 04:22:48PM -0500, Joe Clarke wrote: > > This patch will clean up the gettext configuration issue. However, you're > > going to run into problems actually getting libapm to compile due to > > apparent Linux-isms. > > Almost identical to a local patch I have in my tree, but thanks anyway > :-) I was mostly wondering if I had missed anything and I guess I hadnt. I don't think too many packages actually check the version of gettext. This kind of patch may be needed for a select few. Joe > > -- > Anders Andersson > UNIX, Networking and Security consultant > +46 (0)705 87 53 35 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 15:31:32 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCBB437B402; Tue, 29 Jan 2002 15:31:24 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0TNUDu12849; Tue, 29 Jan 2002 15:30:13 -0800 (PST) (envelope-from pat) Date: Tue, 29 Jan 2002 15:30:13 -0800 (PST) From: Message-Id: <200201292330.g0TNUDu12849@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34426: [PATCH] Update pan to 0.11.1.93 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update pan to 0.11.1.93 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Tue Jan 29 15:28:27 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34426 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 16:21:28 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7F9837B404; Tue, 29 Jan 2002 16:21:25 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0U0DoO26433; Tue, 29 Jan 2002 16:13:50 -0800 (PST) (envelope-from pat) Date: Tue, 29 Jan 2002 16:13:50 -0800 (PST) From: Message-Id: <200201300013.g0U0DoO26433@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34429: [PATCH] Re-enable the Face browser in gdm Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Re-enable the Face browser in gdm Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Tue Jan 29 16:13:34 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34429 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 19:11:26 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 108E537B400; Tue, 29 Jan 2002 19:11:25 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0U38CY81758; Tue, 29 Jan 2002 19:08:12 -0800 (PST) (envelope-from pat) Date: Tue, 29 Jan 2002 19:08:12 -0800 (PST) From: Message-Id: <200201300308.g0U38CY81758@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34431: gnomedb-0.2.95 fails to build Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: gnomedb-0.2.95 fails to build Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Tue Jan 29 19:07:53 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34431 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 19:40:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F6DE37B421 for ; Tue, 29 Jan 2002 19:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0U3e2B84747; Tue, 29 Jan 2002 19:40:02 -0800 (PST) (envelope-from gnats) Date: Tue, 29 Jan 2002 19:40:02 -0800 (PST) Message-Id: <200201300340.g0U3e2B84747@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Marcus Clarke Subject: Re: ports/34431: gnomedb-0.2.95 fails to build Reply-To: Joe Marcus Clarke Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/34431; it has been noted by GNATS. From: Joe Marcus Clarke To: freebsd-gnats-submit@FreeBSD.org, sdn@sprintlabs.com Cc: Subject: Re: ports/34431: gnomedb-0.2.95 fails to build Date: Tue, 29 Jan 2002 22:36:29 -0500 This works fine for me on RC3. Are you building from a directory you don't have write permissions on? What about disk space? What about number of open file descriptors? Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 20:23:50 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 55B1A37B404 for ; Tue, 29 Jan 2002 20:23:36 -0800 (PST) Received: from knightridder.com (a11a174.neo.rr.com [204.210.192.174]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g0U4IgN26349; Tue, 29 Jan 2002 23:18:42 -0500 (EST) Message-ID: <3C577544.4DBED40E@knightridder.com> Date: Tue, 29 Jan 2002 23:23:32 -0500 From: Jim Arnold Reply-To: jarnold@knightridder.com X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: John Merryweather Cooper Cc: gnome@FreeBSD.org Subject: Re: glade port build error References: <3C56CF8D.29F25E5@knightridder.com> <20020129084626.G89197@johncoop.MSHOME> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John, Sorry, but that did not work. After building for many hours it failed with this error: ===> Cleaning for gnomecore-1.4.0.6 ===> Cleaning for gnomelibs-1.4.1.4 ===> Cleaning for panelmm-0.1 [Updating the pkgdb in /var/db/pkg ... - 256 packages found (-0 +1) . done] ---> Skipping 'x11/gnome' (gnome-1.4.1b2_1) because 'devel/glade' (glade-0.6.2_1) failed ** The following packages were not installed or upgraded ( ! devel/glade (glade-0.6.2_1) (linker error) * x11/gnome (gnome-1.4.1b2_1) John Merryweather Cooper wrote: > > I ran into this problem myself. If you're running portupgrade, > > portupgrade -fr libgda > > should get you back on track. Apparently, multiple GNOME ports set the > include directory for libgda (which varies by version) and all manner > of chaos breaks out unless libgda and ALL ports dependent on it are > updated. > > On 2002.01.29 08:36 Jim Arnold wrote: > > while trying to upgrade gnomecore > > via portupgrade glade barfed with this error: > > > > thanks, > > jim > > > > ================== > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-label.h:51: > > syntax error before `GdaRecordset' > > In file included from > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db.h:43, > > from gnomedbbrowser.c:21: > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:43: > > syntax > > error before `GdaRecordset' > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:59: > > syntax > > error before `*' > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: > > syntax > > error before `*' > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: > > warning: type defaults to `int' in declaration of > > `gnome_db_list_get_recordset' > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: > > warning: data definition has no type or storage class > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:66: > > syntax > > error before `GdaRecordset' > > *** Error code 1 > > > > Stop in /max/ports/devel/glade/work/glade-0.6.3/glade/gnome-db. > > *** Error code 1 > > > > Stop in /max/ports/devel/glade/work/glade-0.6.3/glade. > > *** Error code 1 > > > > Stop in /max/ports/devel/glade/work/glade-0.6.3. > > *** Error code 1 > > > > Stop in /max/ports/devel/glade/work/glade-0.6.3. > > *** Error code 1 > > > > Stop in /max/ports/devel/glade. > > *** Error code 1 > > > > Stop in /max/ports/devel/glade. > > *** Error code 1 > > > > Stop in /max/ports/devel/glade. > > ** Command failed: make clean build > > ** Fix the problem and try again. > > ---> Skipping 'x11/gnome' (gnome-1.4.1b2_1) because 'devel/glade' > > (glade-0.6.2_1) failed > > ** The following packages were not installed or upgraded ( > > ! devel/glade (glade-0.6.2_1) (missing header) > > * x11/gnome (gnome-1.4.1b2_1) > > -- > > Jim Arnold, Ohio.com Site Administrator > > jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 > > I'm currently running FreeBSD 4.4-STABLE > > which has been up for 11 days as of 01/29/02 11:17:00 AM > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > -- > _ > | |V| / ' || MacroHard -- \ > \_| | | \_, || the perfection of form over | > ----------------------------------|| substance, marketing over | > Web: http://www.borgsdemons.com || performance, and greed over | > AIM: johnmcooper || design . . . | > =====================================================================/ > Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | > =====================================================================\ -- Jim Arnold, Ohio.com Site Administrator jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 I'm currently running FreeBSD 4.4-STABLE which has been up for 11 days as of 01/29/02 11:17:00 PM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 29 20:42: 0 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id DB79F37B400 for ; Tue, 29 Jan 2002 20:41:53 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id UAA11226; Tue, 29 Jan 2002 20:41:40 -0800 Date: Tue, 29 Jan 2002 20:41:34 -0800 From: John Merryweather Cooper To: jarnold@knightridder.com Cc: John Merryweather Cooper , gnome@FreeBSD.org Subject: Re: glade port build error Message-ID: <20020129204134.E79958@johncoop.MSHOME> References: <3C56CF8D.29F25E5@knightridder.com> <20020129084626.G89197@johncoop.MSHOME> <3C577544.4DBED40E@knightridder.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <3C577544.4DBED40E@knightridder.com>; from jarnold@knightridder.com on Tue, Jan 29, 2002 at 20:23:32 -0800 X-Mailer: Balsa 1.3.0 Lines: 148 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002.01.29 20:23 Jim Arnold wrote: > John, > > Sorry, but that did not work. After building > for many hours it failed with this error: > > ===> Cleaning for gnomecore-1.4.0.6 > ===> Cleaning for gnomelibs-1.4.1.4 > ===> Cleaning for panelmm-0.1 > [Updating the pkgdb in /var/db/pkg ... - 256 packages found (-0 +1) . > done] > ---> Skipping 'x11/gnome' (gnome-1.4.1b2_1) because 'devel/glade' > (glade-0.6.2_1) failed > ** The following packages were not installed or upgraded ( > ! devel/glade (glade-0.6.2_1) (linker error) > * x11/gnome (gnome-1.4.1b2_1) > > Actually you made some progress. You've gone from a compile-time failure to a link-time failure. My guess is that there are some obsolete shared objects floating around. Since you've got portupgrade installed, try: portsclean -CL (this will do the equivalent of a 'make clean' across the ports tree and move any obsolete libraries to a holding directory). Let me know what ends up in the holding directory (should be ${LOCALBASE}/lib/compat/pkg where LOCALBASE usually is /usr/local). Then we'll know which binaries need to get rebuilt. > John Merryweather Cooper wrote: > > > > I ran into this problem myself. If you're running portupgrade, > > > > portupgrade -fr libgda > > > > should get you back on track. Apparently, multiple GNOME ports set > the > > include directory for libgda (which varies by version) and all > manner > > of chaos breaks out unless libgda and ALL ports dependent on it are > > updated. > > > > On 2002.01.29 08:36 Jim Arnold wrote: > > > while trying to upgrade gnomecore > > > via portupgrade glade barfed with this error: > > > > > > thanks, > > > jim > > > > > > ================== > > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-label.h:51: > > > syntax error before `GdaRecordset' > > > In file included from > > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db.h:43, > > > from gnomedbbrowser.c:21: > > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:43: > > > syntax > > > error before `GdaRecordset' > > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:59: > > > syntax > > > error before `*' > > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: > > > syntax > > > error before `*' > > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: > > > warning: type defaults to `int' in declaration of > > > `gnome_db_list_get_recordset' > > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:64: > > > warning: data definition has no type or storage class > > > /usr/X11R6/include/libgnomedb-0.2.95/gnome-db/gnome-db-list.h:66: > > > syntax > > > error before `GdaRecordset' > > > *** Error code 1 > > > > > > Stop in /max/ports/devel/glade/work/glade-0.6.3/glade/gnome-db. > > > *** Error code 1 > > > > > > Stop in /max/ports/devel/glade/work/glade-0.6.3/glade. > > > *** Error code 1 > > > > > > Stop in /max/ports/devel/glade/work/glade-0.6.3. > > > *** Error code 1 > > > > > > Stop in /max/ports/devel/glade/work/glade-0.6.3. > > > *** Error code 1 > > > > > > Stop in /max/ports/devel/glade. > > > *** Error code 1 > > > > > > Stop in /max/ports/devel/glade. > > > *** Error code 1 > > > > > > Stop in /max/ports/devel/glade. > > > ** Command failed: make clean build > > > ** Fix the problem and try again. > > > ---> Skipping 'x11/gnome' (gnome-1.4.1b2_1) because 'devel/glade' > > > (glade-0.6.2_1) failed > > > ** The following packages were not installed or upgraded ( > > > ! devel/glade (glade-0.6.2_1) (missing header) > > > * x11/gnome (gnome-1.4.1b2_1) > > > -- > > > Jim Arnold, Ohio.com Site Administrator > > > jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 > > > I'm currently running FreeBSD 4.4-STABLE > > > which has been up for 11 days as of 01/29/02 11:17:00 AM > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > -- > > _ > > | |V| / ' || MacroHard -- > \ > > \_| | | \_, || the perfection of form over > | > > ----------------------------------|| substance, marketing over > | > > Web: http://www.borgsdemons.com || performance, and greed over > | > > AIM: johnmcooper || design . . . > | > > > =====================================================================/ > > Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc > | > > > =====================================================================\ > > -- > Jim Arnold, Ohio.com Site Administrator > jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 > I'm currently running FreeBSD 4.4-STABLE > which has been up for 11 days as of 01/29/02 11:17:00 PM > -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 30 1:10:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id A26F237B400 for ; Wed, 30 Jan 2002 01:10:17 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g0U9A6F00582 for gnome@FreeBSD.org; Wed, 30 Jan 2002 10:10:06 +0100 (CET) (envelope-from anders) Date: Wed, 30 Jan 2002 10:10:06 +0100 From: Anders Andersson To: gnome@FreeBSD.org Subject: gnomedb-fe broken again? Message-ID: <20020130091006.GA298@sushi.sanyusan.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yesterday I did a portupgrade -fr libgda on my -CURRENT laptop but gnomedb-fe still refuses to run. [anders@sushi anders]$ ps auwx|grep gnomedb anders 554 3.5 2.0 14788 1980 p1 S+ 10:08AM 0:00.21 gnomedb-fe anders 556 0.0 0.0 0 0 p1 Z+ 10:08AM 0:00.00 (gnomedb-fe) Does it work on 4.5? gnomedb-0.2.95 libgda-0.2.95 -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 30 8:17:42 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id D7A8A37B422 for ; Wed, 30 Jan 2002 08:17:30 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0UGHgT72825; Wed, 30 Jan 2002 11:17:42 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 30 Jan 2002 11:17:42 -0500 (EST) From: Joe Clarke To: Anders Andersson Cc: gnome@FreeBSD.ORG Subject: Re: gnomedb-fe broken again? In-Reply-To: <20020130091006.GA298@sushi.sanyusan.se> Message-ID: <20020130111619.I72797-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 30 Jan 2002, Anders Andersson wrote: > Yesterday I did a portupgrade -fr libgda on my -CURRENT laptop but > gnomedb-fe still refuses to run. > > [anders@sushi anders]$ ps auwx|grep gnomedb > anders 554 3.5 2.0 14788 1980 p1 S+ 10:08AM 0:00.21 gnomedb-fe > anders 556 0.0 0.0 0 0 p1 Z+ 10:08AM 0:00.00 (gnomedb-fe) > > Does it work on 4.5? Hmmm...it worked for mewhen I had gnomedb 0.2.95 and libgda 0.2.94. Come to think of it, I didn't test it after upgrading to libgda-0.2.95. I'll give it a run-through. Joe > > gnomedb-0.2.95 > libgda-0.2.95 > -- > Anders Andersson > UNIX, Networking and Security consultant > +46 (0)705 87 53 35 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 30 8:54:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 7CFE437B416 for ; Wed, 30 Jan 2002 08:54:41 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0UGsuK73043; Wed, 30 Jan 2002 11:54:56 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 30 Jan 2002 11:54:56 -0500 (EST) From: Joe Clarke To: Anders Andersson Cc: gnome@FreeBSD.ORG Subject: Re: gnomedb-fe broken again? In-Reply-To: <20020130091006.GA298@sushi.sanyusan.se> Message-ID: <20020130115210.P72797-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 30 Jan 2002, Anders Andersson wrote: > Yesterday I did a portupgrade -fr libgda on my -CURRENT laptop but > gnomedb-fe still refuses to run. > > [anders@sushi anders]$ ps auwx|grep gnomedb > anders 554 3.5 2.0 14788 1980 p1 S+ 10:08AM 0:00.21 gnomedb-fe > anders 556 0.0 0.0 0 0 p1 Z+ 10:08AM 0:00.00 (gnomedb-fe) > > Does it work on 4.5? I just tested it, and it works fine. I have all the GNOME bits up-to-date. One thing I did notice was that oafd and gconfd-1 have a tendency not to die at logout. This can cause some problems with apps like gnomedb-fe. What I've done since I use gdm is to add the following to /usr/X11R6/etc/gdm/PostSession/Default: killall oafd >/dev/null 2>&1 killall gconfd-1 >/dev/null 2>&1 killall esd >/dev/null 2>&1 This lets me start clean each time I login. It also helps when oaf and gconf get updated. Joe > > gnomedb-0.2.95 > libgda-0.2.95 > -- > Anders Andersson > UNIX, Networking and Security consultant > +46 (0)705 87 53 35 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 30 11:59:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from nomad.lan.edmarketing.com (djinn.hansonpublications.com [209.167.254.90]) by hub.freebsd.org (Postfix) with ESMTP id 8FC9D37B400 for ; Wed, 30 Jan 2002 11:59:13 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by nomad.lan.edmarketing.com (8.11.6/8.11.6) with ESMTP id g0UJxCw37598 for ; Wed, 30 Jan 2002 14:59:12 -0500 (EST) (envelope-from xavier@hansonpublications.com) Date: Wed, 30 Jan 2002 14:59:11 -0500 (EST) From: xavier renaut X-X-Sender: xavier@nomad.lan.edmarketing.com To: gnome@freebsd.org Subject: Mozilla port Message-ID: <20020130145908.O37310-100000@nomad.lan.edmarketing.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I'm having trouble building the mozilla port (cvsuped today) (on FreeBSD 4.5 RC, PORTNAME= mozilla PORTVERSION= 0.9.7 PORTREVISION= 2 PORTEPOCH= 1) the compile stops at : gmake[4]: Entering directory `/usr/tmp/usr/ports/www/mozilla/work/mozilla/intl/unicharutil/tests' UnicharSelfTest.cpp Building deps for UnicharSelfTest.cpp gcc -o UnicharSelfTest.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -DOJI -I../ ../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/uni charutil -I../../../dist/include/necko -I../../../dist/include/uconv -I../../../dis t/include -I../../../dist/include -I/usr/tmp/usr/ports/www/mozilla/work/mozilla/dis t/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include -I. /../public -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast - Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -pip e -DNDEBUG -DTRIMMED -O -pipe -march=pentiumpro -I/usr/X11R6/include -I/usr/X11R 6/include -DMOZILLA_CLIENT -include ../../../config-defs.h UnicharSelfTest.cpp gcc -o UnicharSelfTest -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-ex ceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Wover loaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -pipe -DNDEBUG -DTRIM MED -O -pipe -march=pentiumpro UnicharSelfTest.o -L../../../dist/bin -L../../.. /dist/lib -L../../../dist/bin -lxpcom -L/usr/tmp/usr/ports/www/mozilla/work/mozilla /dist/lib -lplds4 -lplc4 -lnspr4 -pthread -lm UnicharSelfTest.o: In function `TestCaseConversion(void)': UnicharSelfTest.o(.text+0x27): undefined reference to `cout' UnicharSelfTest.o(.text+0x2d): undefined reference to `ostream::operator<<(char const *)' UnicharSelfTest.o(.text+0x3d): undefined reference to `ostream::operator<<(char const *)' UnicharSelfTest.o(.text+0x4a): undefined reference to `ostream::operator<<(char const *)' UnicharSelfTest.o(.text+0x85): undefined reference to `ostream::operator<<(char const *)' UnicharSelfTest.o(.text+0xa5): undefined reference to `cout' UnicharSelfTest.o(.text+0xab): undefined reference to `ostream::operator<<(char const *)' [... many times the same error....] gmake[4]: *** [UnicharSelfTest] Error 1 gmake[4]: Leaving directory `/usr/tmp/usr/ports/www/mozilla/work/mozilla/intl/unicharutil/tests' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/tmp/usr/ports/www/mozilla/work/mozilla/intl/unicharutil' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/tmp/usr/ports/www/mozilla/work/mozilla/intl' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/tmp/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. -------------------------------- Have i done any thing wrong ? thanks bye xavier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 30 15:37:37 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from c002.snv.cp.net (c002-h007.c002.snv.cp.net [209.228.32.171]) by hub.freebsd.org (Postfix) with SMTP id 409A437B402 for ; Wed, 30 Jan 2002 15:37:23 -0800 (PST) Received: (cpmta 4854 invoked from network); 30 Jan 2002 15:37:21 -0800 Received: from 63.233.205.0 (HELO concentric.net) by smtp.peoplepc.com (209.228.32.171) with SMTP; 30 Jan 2002 15:37:21 -0800 X-Sent: 30 Jan 2002 23:37:21 GMT Message-ID: <3C5883B6.3ACB9A6E@concentric.net> Date: Wed, 30 Jan 2002 18:37:26 -0500 From: mh X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i686) X-Accept-Language: en MIME-Version: 1.0 To: Joe Clarke Cc: freebsd-questions@freebsd.org, gnome@FreeBSD.org Subject: Re: can't build Evolution: Solution? References: <20020122175741.O32336-100000@shumai.marcuscom.com> <3C55DF45.D092C88A@concentric.net> <1012263531.93813.13.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Clarke wrote: [SNIP] > > I still have XFree86 4.1.0_12 with: > > 28:-lfreetype.6 => /usr/X11R6/lib/libfreetype.so.6 > 171:-lfreetype.7 => /usr/local/lib/libfreetype.so.7 > 204:-lfreetype.8 => /usr/local/lib/libfreetype.so.8 > > Evolution 1.0.1 builds and runs just fine for me. I will admit I just > rebuilt all my GNOME ports recently to work around some other problems. > However, freetype2 never gave me any direct problems as far as I can > tell. Yes, when I was using the XFree86-4-1.0* port (as it looks like you are), /usr/X11R6/lib/libfreetype.so.6 was provided by the port. I deinstalled XFree86-4.1.0* and installed the XFree86-4-clients, XFree86-4-libraries, and XFree86-4-Server ports after reading in FreeBSD Diary (http://www.freebsddiary.org/xfree86-4.php) that the port in /usr/ports/x11/XFree86-4 was to be soon deprecated. Seemed like the correct thing to do. And, I read a problem report (http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/30813) that described another problem: "Description: XFree86-4 installed as one port installs libfreetype.so.6 which is in the way after the freetype2 port is installed. This does not happen if i install Xfree86-4 in "pieces". So I'm not sure what is the best path to follow. I've got XFree86-4 installed in "pieces", with a link from /usr/X11R6/lib/libfreetype.so.6 to /usr/local/lib/libfreetype.so.8 and Evolution 1.0.1 works. I understand the symlink could be a problem in the future with changing library versions (unless I keep changing the symlink). I could deinstall the XFree86-4 parts and reinstall the single port, which would provide libfreetype.so.6. Is there a "best way" here, or is it whatever works for you? > > > > > Got a newbie-type question too: It seems that binary upgrades can lead > > to different version of the same program being installed, and I assume > > this is even more the case doing a Release upgrade, say from 4.3 to 4.4. > > I use ports and portupgrade to keep programs current, but what about > > system files? Is there some place to read how to do this? Is it best > > done by getting the next release and upgrading through > > /stand/sysinstall? > > I use cvsup to stay -stable with FreeBSD. This involves rebuilding the > OS every so often. For me, it's usually once per week. The handbook is > a great source of knowledge on this subject: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html > > "make world" is the best way to update the OS provided you're familiar > with all the steps. > > Joe Aha, I didn't understand "make world" when I first installed FBSD, but it makes more sense now. Thanks for the link. Between that chapter, FreeBSD Unleased, and Release 4.5, I should have plenty to do this weekend! mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 30 16:22:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from cleitus.hosting.swbell.net (cleitus.hosting.swbell.net [216.100.99.4]) by hub.freebsd.org (Postfix) with ESMTP id 191BE37B400 for ; Wed, 30 Jan 2002 16:20:01 -0800 (PST) Received: from pti-inc.com (ppp-64-216-223-240.dialup.stlsmo.swbell.net [64.216.223.240]) by cleitus.hosting.swbell.net id TAA04202; Wed, 30 Jan 2002 19:19:59 -0500 (EST) [ConcentricHost SMTP Relay 1.14] Message-ID: <200201310019.TAA04202@cleitus.hosting.swbell.net> Date: 30 Jan 02 16:33:22 -0600 From: "Heather Wilson" To: Subject: Adv: MEMS and Semiconductor Training Courses Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG PTI Seminars is presenting the following courses for semiconductor personnel.... For more details call 636-343-1333 and ask for Heather Wilson. http://www.ptiseminars.com FUNDAMENTALS of MEMS DESIGN & FABRICATION April 10,2002 San Jose, CA July 24,2002 San Francisco, CA This course covers: MEMS Fabrication Surface Micromachining Bulk Micromachining MEMS Design Micromechanics & Electrostatics MEMS Applications Accelerometers & Gyros Micro Optics Fiber Switches Projection Displays Wireless Sensor Networks CAD for MEMS ___________________________________________________ INTRO to OPTICAL MEMS (For Bio-Sensing & Communications) April 11, 2002 San Jose, CA Course Covers: MEMS Overview MEMS Applications Micromachining Processes Micromachining Materials Micromachining Modeling ___________________________________________________ ABCs of IC DESIGN & FABRICATION February 20, 2002 San Jose, CA March 11, 2002 Portland, OR March 18, 2002 Singapore April 9, 2002 Boston, MA April 19, 2002 Munich, Germany April 30, 2002 Phoenix, AZ This course describes in simple terms a sequential format of information that constitutes the major fabrication processes and design for integrated devices. This one (1) day seminar gives you a comprehensive overview of the semiconductor industry & technology. The course will give you the background you need to understand the basics of semiconductor devices, how they work, the processing technologies & equipment to produce them, and circuit design techniques. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ABCs of BASIC ELECTRONICS AND DEVICES March 18, 2002 San Jose, CA ADVANCED TOPICS IN CMP Chemical Mechanical Planarization March 21-22, 2002 San Jose, CA DEFECT ISOLATION for MULTI LEVEL FAILURE ANALYSIS March 25-26, 2002 San Jose, CA DEVICE PHYSICS MADE EASY April 8, 2002 San Jose, CA Fundamentals of CHEMICAL MECHANICAL PROCESSING March 6, 2002 San Jose, CA Fundamentals of CHEMICAL VAPOR DEPOSITION April 3, 2002 San Jose, CA Fundamentals of ION IMPLANTATION April 2, 2002 San Jose, CA Fundamentals of MEMS DESIGN & FABRICATION April 10, 2002 San Jose, CA July 24, 2002 San Francisco, CA Fundamentals of METALLIZATION April 4, 2002 San Jose, CA Fundamental RF Plasma Generation for Semiconductor Equipment April 4, 2002 San Jose, CA July 24-25, 2002 San Francisco, CA Fundamentals of WET & DRY ETCH March 7, 2002 San Jose, CA Fundamentals of PHOTOLITHOGRAPHY March 19, 2002 San Jose, CA Fundamentals of THERMAL PROCESSING March 12, 2002 San Jose, CA INTELLECTUAL PROPERTY STRATEGIES for SEMICONDUCTOR INDUSTRY COMPANIES February 18-19, 2002 San Jose, CA July 24-25, 2002 San Francisco, CA Intro to CMOS LAYOUT May 6-7, 2002 San Jose, CA Intro to Optical MEMS for Bio Sensing and Communications April 11, 2002 San Jose, CA INTEGRATED YIELD MANAGEMENT March 4-5, 2002 San Jose, CA April 18-19, 2002 Munich, Germany May 6-7, 2002 Singapore Intro to STATISTICAL PROCESSING CONTROL (SPC) April 9, 2002 San Jose, CA Intro to FLIP CHIP, WLCSP and MICROVIA TECHNOLOGIES April 8, 2002 San Jose, CA April 15, 2002 Munich, Germany May 6, 2002 Singapore July 19, 2002 San Francisco, CA PRODUCT MARKETING for the Semiconductor Industry February 27, 2002 San Jose, CA April 18, 2002 Munich, Germany RF WIRELESS FUNDAMENTALS February 25-26, 2002 San Jose, CA CHECK OUR WEB SITE FOR ADDITIONAL COURSES !! http://www.ptiseminars.com For a FULL TRAINING SCHEDULE of "open" course dates visit http://www.pti-inc.com/schedule.htm TO REGISTER Go To https://secure.hosting.swbell.net/www.pti-inc.com/registration.html TO SPEAK: * to an account manager about ATTENDING these courses or having them ONSITE contact us at (636) 343-1333 in the USA. Ask for HEATHER WILSON. * Fax (636) 343-8642 * Email: heather@pti-inc.com PTI SEMINARS, INC. "We Exceed Your Expectations!" * To unsubscribe please reply to heather@pti-inc.com and in the subject "Unsubscribe". We apologize for any inconvenience. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 30 17:18:30 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from vectorstar.net (adsl-21-183-228.gnv.bellsouth.net [66.21.183.228]) by hub.freebsd.org (Postfix) with ESMTP id 2722E37B404 for ; Wed, 30 Jan 2002 17:18:27 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g0V1I3p85141 for gnome@FreeBSD.ORG; Wed, 30 Jan 2002 20:18:03 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Wed, 30 Jan 2002 20:18:02 -0500 From: Austin hall To: gnome@FreeBSD.ORG Subject: Error making Pan Message-ID: <20020131011802.GA84987@darkstar.bellsouth.net> Mail-Followup-To: gnome@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I can't make Pan 0.11.1.91. I upgraded gnomecore last night with portupgrade and libgda failed to make with a similar error message; everything else went smoothly though. I am running 4.5-STABLE. Thanks. Austin -- Never count your chickens before they rip your lips off ####################### /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using mkstemp() queue.o: In function `queue_init': queue.o(.text+0x1ff): undefined reference to `__pthread_detach' queue.o: In function `queue_run': queue.o(.text+0xecb): undefined reference to `__pthread_detach' base/libpanbase.a(argset.o): In function `run_in_worker_thread': argset.o(.text+0x27e): undefined reference to `__pthread_detach' gmake[3]: *** [pan] Error 1 gmake[3]: Leaving directory `/usr/ports/news/pan/work/pan-0.11.1.91/pan' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/news/pan/work/pan-0.11.1.91/pan' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/news/pan/work/pan-0.11.1.91' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/news/pan. *** Error code 1 Stop in /usr/ports/news/pan. *** Error code 1 Stop in /usr/ports/news/pan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 30 23:14:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4707237B404 for ; Wed, 30 Jan 2002 23:14:07 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0V7Dem28272; Thu, 31 Jan 2002 02:13:40 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Error making Pan From: Joe Clarke To: Austin hall Cc: gnome@FreeBSD.ORG In-Reply-To: <20020131011802.GA84987@darkstar.bellsouth.net> References: <20020131011802.GA84987@darkstar.bellsouth.net> Content-Type: multipart/alternative; boundary="=-hPTGhNTh5DVvBUNub4Kb" X-Mailer: Evolution/1.0.1 Date: 31 Jan 2002 02:14:26 -0500 Message-Id: <1012461266.89291.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-hPTGhNTh5DVvBUNub4Kb Content-Type: text/plain Content-Transfer-Encoding: 7bit On Wed, 2002-01-30 at 20:18, Austin hall wrote: > I can't make Pan 0.11.1.91. I upgraded gnomecore last night with > portupgrade and libgda failed to make with a similar error message; > everything else went smoothly though. I am running 4.5-STABLE. > Thanks. > > Austin > -- > Never count your chickens before they rip your lips off > > ####################### > > /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! > /usr/lib/libc.so.4: warning: this program uses gets(), which is > unsafe. > /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider > using mkstemp() > /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! > /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! > /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider > using mkstemp() > /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is > not recommended. > /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! > /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; > consider using mkstemp() > queue.o: In function `queue_init': > queue.o(.text+0x1ff): undefined reference to `__pthread_detach' > queue.o: In function `queue_run': > queue.o(.text+0xecb): undefined reference to `__pthread_detach' > base/libpanbase.a(argset.o): In function `run_in_worker_thread': > argset.o(.text+0x27e): undefined reference to `__pthread_detach' > gmake[3]: *** [pan] Error 1 Looks to me like you have NOLIBC_R=true set in /etc/make.conf. This is bad. If you do have this, remove it, then remake world. If you don't have it, then do you have: options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING In your kernel conf? If you do, then do you have the pth port installed? This has been known to cause problems with certain ports. To put you at ease, this port does build on -stable. I have 0.11.1.91 installed on my 4.5 machine. Joe > gmake[3]: Leaving directory > `/usr/ports/news/pan/work/pan-0.11.1.91/pan' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/news/pan/work/pan-0.11.1.91/pan' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/news/pan/work/pan-0.11.1.91' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/news/pan. > *** Error code 1 > > Stop in /usr/ports/news/pan. > *** Error code 1 > > Stop in /usr/ports/news/pan. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > --=-hPTGhNTh5DVvBUNub4Kb Content-Type: text/html; charset=utf-8 On Wed, 2002-01-30 at 20:18, Austin hall wrote:
> I can't make Pan 0.11.1.91. I upgraded gnomecore last night with
> portupgrade and libgda failed to make with a similar error message;
> everything else went smoothly though. I am running 4.5-STABLE.
> Thanks.
> 
> Austin
> -- 
> Never count your chickens before they rip your lips off
> 
> #######################
> 
> /usr/lib/libc.so.4: WARNING!  setkey(3) not present in the system!
> /usr/lib/libc.so.4: warning: this program uses gets(), which is
> unsafe.
> /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider
> using mkstemp()
> /usr/lib/libc.so.4: WARNING!  des_setkey(3) not present in the system!
> /usr/lib/libc.so.4: WARNING!  encrypt(3) not present in the system!
> /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider
> using mkstemp()
> /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is
> not recommended.
> /usr/lib/libc.so.4: WARNING!  des_cipher(3) not present in the system!
> /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely;
> consider using mkstemp()
> queue.o: In function `queue_init':
> queue.o(.text+0x1ff): undefined reference to `__pthread_detach'
> queue.o: In function `queue_run':
> queue.o(.text+0xecb): undefined reference to `__pthread_detach'
> base/libpanbase.a(argset.o): In function `run_in_worker_thread':
> argset.o(.text+0x27e): undefined reference to `__pthread_detach'
> gmake[3]: *** [pan] Error 1

Looks to me like you have

NOLIBC_R=true

set in /etc/make.conf.  This is bad.  If you do have this, remove it, then remake world.  If you don't have it, then do you have:

options     P1003_1B
options     _KPOSIX_PRIORITY_SCHEDULING
          
In your kernel conf?  If you do, then do you have the pth port installed?  This has been known to cause problems with certain ports.

To put you at ease, this port does build on -stable.  I have 0.11.1.91 installed on my 4.5 machine.

Joe
> gmake[3]: Leaving directory
> `/usr/ports/news/pan/work/pan-0.11.1.91/pan'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory
> `/usr/ports/news/pan/work/pan-0.11.1.91/pan'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/ports/news/pan/work/pan-0.11.1.91'
> gmake: *** [all] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/news/pan.
> *** Error code 1
> 
> Stop in /usr/ports/news/pan.
> *** Error code 1
> 
> Stop in /usr/ports/news/pan.
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
> 
--=-hPTGhNTh5DVvBUNub4Kb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 0:22:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B595637B400; Thu, 31 Jan 2002 00:22:44 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0V8MiV47806; Thu, 31 Jan 2002 00:22:44 -0800 (PST) (envelope-from sobomax) Date: Thu, 31 Jan 2002 00:22:44 -0800 (PST) From: Message-Id: <200201310822.g0V8MiV47806@freefall.freebsd.org> To: john_m_cooper@yahoo.com, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34426: [PATCH] Update pan to 0.11.1.93 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update pan to 0.11.1.93 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Thu Jan 31 00:22:27 PST 2002 State-Changed-Why: Update committed, thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=34426 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 0:23:17 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 586DF37B405; Thu, 31 Jan 2002 00:23:15 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0V8NFC48000; Thu, 31 Jan 2002 00:23:15 -0800 (PST) (envelope-from sobomax) Date: Thu, 31 Jan 2002 00:23:15 -0800 (PST) From: Message-Id: <200201310823.g0V8NFC48000@freefall.freebsd.org> To: marcus@marcuscom.com, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34121: [PATCH] Update news/pan to 0.11.1.92 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update news/pan to 0.11.1.92 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Thu Jan 31 00:23:01 PST 2002 State-Changed-Why: Update committed, thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=34121 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 0:50:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5F0037B402; Thu, 31 Jan 2002 00:50:20 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0V8oKD53042; Thu, 31 Jan 2002 00:50:20 -0800 (PST) (envelope-from sobomax) Date: Thu, 31 Jan 2002 00:50:20 -0800 (PST) From: Message-Id: <200201310850.g0V8oKD53042@freefall.freebsd.org> To: marcus@marcuscom.com, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34429: [PATCH] Re-enable the Face browser in gdm Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Re-enable the Face browser in gdm State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Thu Jan 31 00:49:25 PST 2002 State-Changed-Why: Fix committed, thank you for submission. Please submit your patch to gdm developers for integration into the next release. http://www.freebsd.org/cgi/query-pr.cgi?pr=34429 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 1:39: 8 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 4AD0137B404 for ; Thu, 31 Jan 2002 01:39:01 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA55084; Thu, 31 Jan 2002 11:38:44 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h11.229.dialup.iptcom.net [212.9.229.11]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA24086; Thu, 31 Jan 2002 11:38:40 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g0V9btV06295; Thu, 31 Jan 2002 11:37:55 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C591075.6D30F088@FreeBSD.org> Date: Thu, 31 Jan 2002 11:37:57 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: xavier renaut Cc: gnome@FreeBSD.org Subject: Re: Mozilla port References: <20020130145908.O37310-100000@nomad.lan.edmarketing.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That's because you are using C compiler (gcc) to compile and link C++ sources. You should use C++ compiler (c++ or g++ for that). I suspect that you have somehow altered default CC and CXX settings in either your environment or /etc/make.conf. Try to do `make -V CC -V CXX' in /usr/ports/www/mozilla' directory and send its output as a followup. -Maxim xavier renaut wrote: > > Hello, > > I'm having trouble building the mozilla port > (cvsuped today) > (on FreeBSD 4.5 RC, > PORTNAME= mozilla > PORTVERSION= 0.9.7 > PORTREVISION= 2 > PORTEPOCH= 1) > > the compile stops at : > > gmake[4]: Entering directory > `/usr/tmp/usr/ports/www/mozilla/work/mozilla/intl/unicharutil/tests' > > UnicharSelfTest.cpp > Building deps for UnicharSelfTest.cpp > > gcc -o UnicharSelfTest.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -DOJI > -I../ ../../dist/include/xpcom -I../../../dist/include/string > -I../../../dist/include/uni charutil -I../../../dist/include/necko > -I../../../dist/include/uconv -I../../../dis t/include -I../../../dist/include > -I/usr/tmp/usr/ports/www/mozilla/work/mozilla/dis t/include/nspr > -I/usr/local/include -I/usr/local/include -I/usr/local/include -I. /../public > -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include > -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith > -Wbad-function-cast - Wcast-align -Woverloaded-virtual -Wsynth > -Wno-ctor-dtor-privacy -Wno-long-long -pip e -DNDEBUG -DTRIMMED -O -pipe > -march=pentiumpro -I/usr/X11R6/include -I/usr/X11R 6/include -DMOZILLA_CLIENT > -include ../../../config-defs.h UnicharSelfTest.cpp > > gcc -o UnicharSelfTest -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti > -fno-ex ceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast > -Wcast-align -Wover loaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long > -pipe -DNDEBUG -DTRIM MED -O -pipe -march=pentiumpro UnicharSelfTest.o > -L../../../dist/bin -L../../.. /dist/lib -L../../../dist/bin -lxpcom > -L/usr/tmp/usr/ports/www/mozilla/work/mozilla /dist/lib -lplds4 -lplc4 -lnspr4 > -pthread -lm > > UnicharSelfTest.o: In function `TestCaseConversion(void)': > UnicharSelfTest.o(.text+0x27): undefined reference to `cout' > > UnicharSelfTest.o(.text+0x2d): undefined reference to `ostream::operator<<(char > const *)' > > UnicharSelfTest.o(.text+0x3d): undefined reference to `ostream::operator<<(char > const *)' > > UnicharSelfTest.o(.text+0x4a): undefined reference to `ostream::operator<<(char > const *)' > > UnicharSelfTest.o(.text+0x85): undefined reference to `ostream::operator<<(char > const *)' > > UnicharSelfTest.o(.text+0xa5): undefined reference to `cout' > > UnicharSelfTest.o(.text+0xab): undefined reference to `ostream::operator<<(char > const *)' > > [... many times the same error....] > > gmake[4]: *** [UnicharSelfTest] Error 1 > > gmake[4]: Leaving directory > `/usr/tmp/usr/ports/www/mozilla/work/mozilla/intl/unicharutil/tests' > > gmake[3]: *** [libs] Error 2 > > gmake[3]: Leaving directory > `/usr/tmp/usr/ports/www/mozilla/work/mozilla/intl/unicharutil' > > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory `/usr/tmp/usr/ports/www/mozilla/work/mozilla/intl' > gmake[1]: *** [tier_9] Error 2 > gmake[1]: Leaving directory `/usr/tmp/usr/ports/www/mozilla/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 > > Stop in /usr/ports/www/mozilla. > *** Error code 1 > > Stop in /usr/ports/www/mozilla. > *** Error code 1 > > Stop in /usr/ports/www/mozilla. > > -------------------------------- > > Have i done any thing wrong ? > > thanks > > bye > > xavier > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 3:17:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by hub.freebsd.org (Postfix) with ESMTP id 642E837B404 for ; Thu, 31 Jan 2002 03:17:23 -0800 (PST) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id g0VBHLD20979 for ; Thu, 31 Jan 2002 11:17:21 GMT Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.11.6/8.11.3) with ESMTP id g0VBHLX22933 for ; Thu, 31 Jan 2002 11:17:21 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Thu, 31 Jan 2002 11:17:21 +0000 (GMT) From: Gavin Atkinson To: Subject: problem with gnomelibs port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, While trying to install the port from source, the configure script fails for me while testing for imlib. Initially it tests for version 1.9 of imlib, and teh conftest executable dumps core with signal 10. The script then attempts to do the same for version 1.8, and the same results. I am building from the gnome meta-port, and as a result I already have imlib, imlib-config --version gives 1.9.11. This is on a clean system. I have the core file if it will help anyone, but i'm guessing it's something stupid i'm doing wrong... anyone know what? Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 7:48:39 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from vectorstar.net (adsl-157-145-163.gnv.bellsouth.net [66.157.145.163]) by hub.freebsd.org (Postfix) with ESMTP id 5825637B404 for ; Thu, 31 Jan 2002 07:48:32 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g0VFm8L34056 for gnome@FreeBSD.ORG; Thu, 31 Jan 2002 10:48:08 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Thu, 31 Jan 2002 10:48:07 -0500 From: Austin hall To: gnome@FreeBSD.ORG Subject: Re: Error making Pan Message-ID: <20020131154807.GA33783@darkstar.bellsouth.net> Mail-Followup-To: gnome@FreeBSD.ORG References: <20020131011802.GA84987@darkstar.bellsouth.net> <1012461266.89291.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1012461266.89291.3.camel@shumai.marcuscom.com> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 31 January Joe Clarke wrote: > On Wed, 2002-01-30 at 20:18, Austin hall wrote:=20 >=20 > > I can't make Pan 0.11.1.91. I upgraded gnomecore last night with > > portupgrade and libgda failed to make with a similar error message; > > everything else went smoothly though. I am running 4.5-STABLE. > > Thanks. > >=20 > > Austin > > --=20 > > Never count your chickens before they rip your lips off > >=20 > > ####################### > >=20 > > /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! > > /usr/lib/libc.so.4: warning: this program uses gets(), which is > > unsafe. > > /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider > > using mkstemp() > > /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! > > /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! > > /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider > > using mkstemp() > > /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is > > not recommended. > > /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! > > /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; > > consider using mkstemp() > > queue.o: In function `queue_init': > > queue.o(.text+0x1ff): undefined reference to `__pthread_detach' > > queue.o: In function `queue_run': > > queue.o(.text+0xecb): undefined reference to `__pthread_detach' > > base/libpanbase.a(argset.o): In function `run_in_worker_thread': > > argset.o(.text+0x27e): undefined reference to `__pthread_detach' > > gmake[3]: *** [pan] Error 1 >=20 >=20 > Looks to me like you have=20 >=20 > NOLIBC_R=3Dtrue=20 I don't have this in /etc/make.conf, =20 > set in /etc/make.conf. This is bad. If you do have this, remove it, > then remake world. If you don't have it, then do you have:=20 >=20 > options P1003_1B=20 > options _KPOSIX_PRIORITY_SCHEDULING=20 but I do have this in my kernel conf. =20 > In your kernel conf? If you do, then do you have the pth port > installed? This has been known to cause problems with certain ports.=20 =20 I did a "pkg_info | grep pth" and it showed: ngpt-1.0.1 NGPT is a next generation pthread implementation based on... Should I deinstall this port? I can't think of anything I have that needs it. > To put you at ease, this port does build on -stable. I have 0.11.1.91 > installed on my 4.5 machine.=20 >=20 > Joe >=20 >=20 > > gmake[3]: Leaving directory > > `/usr/ports/news/pan/work/pan-0.11.1.91/pan' > > gmake[2]: *** [all-recursive] Error 1 > > gmake[2]: Leaving directory > > `/usr/ports/news/pan/work/pan-0.11.1.91/pan' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory `/usr/ports/news/pan/work/pan-0.11.1.91' > > gmake: *** [all] Error 2 > > *** Error code 2 > >=20 > > Stop in /usr/ports/news/pan. > > *** Error code 1 > >=20 > > Stop in /usr/ports/news/pan. > > *** Error code 1 > >=20 > > Stop in /usr/ports/news/pan. Austin --=20 Toilet Toup'=08ee, n.: Any shag carpet that causes the lid to become top-heavy, thus creating endless annoyance to male users. -- Rich Hall, "Sniglets" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 7:59:49 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id A231937B41A for ; Thu, 31 Jan 2002 07:59:16 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0VFxa292113; Thu, 31 Jan 2002 10:59:36 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 31 Jan 2002 10:59:36 -0500 (EST) From: Joe Clarke To: Austin hall Cc: gnome@FreeBSD.ORG Subject: Re: Error making Pan In-Reply-To: <20020131154807.GA33783@darkstar.bellsouth.net> Message-ID: <20020131105833.B92097-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 31 Jan 2002, Austin hall wrote: > On Thursday 31 January Joe Clarke wrote: > > On Wed, 2002-01-30 at 20:18, Austin hall wrote: > > > > > I can't make Pan 0.11.1.91. I upgraded gnomecore last night with > > > portupgrade and libgda failed to make with a similar error message; > > > everything else went smoothly though. I am running 4.5-STABLE. > > > Thanks. > > > > > > Austin > > > -- > > > Never count your chickens before they rip your lips off > > > > > > ####################### > > > > > > /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! > > > /usr/lib/libc.so.4: warning: this program uses gets(), which is > > > unsafe. > > > /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider > > > using mkstemp() > > > /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! > > > /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! > > > /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider > > > using mkstemp() > > > /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is > > > not recommended. > > > /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! > > > /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; > > > consider using mkstemp() > > > queue.o: In function `queue_init': > > > queue.o(.text+0x1ff): undefined reference to `__pthread_detach' > > > queue.o: In function `queue_run': > > > queue.o(.text+0xecb): undefined reference to `__pthread_detach' > > > base/libpanbase.a(argset.o): In function `run_in_worker_thread': > > > argset.o(.text+0x27e): undefined reference to `__pthread_detach' > > > gmake[3]: *** [pan] Error 1 > > > > > > Looks to me like you have > > > > NOLIBC_R=true > > I don't have this in /etc/make.conf, > > > set in /etc/make.conf. This is bad. If you do have this, remove it, > > then remake world. If you don't have it, then do you have: > > > > options P1003_1B > > options _KPOSIX_PRIORITY_SCHEDULING > > but I do have this in my kernel conf. Being in tech support, I like to give customers multiple options ;-). > > > In your kernel conf? If you do, then do you have the pth port > > installed? This has been known to cause problems with certain ports. > > I did a "pkg_info | grep pth" and it showed: > > ngpt-1.0.1 NGPT is a next generation pthread implementation based on... > > Should I deinstall this port? I can't think of anything I have that > needs it. Yes, this is problable finding itself into the PAN build. Remove it, then recompile PAN. Joe > > > To put you at ease, this port does build on -stable. I have 0.11.1.91 > > installed on my 4.5 machine. > > > > Joe > > > > > > > gmake[3]: Leaving directory > > > `/usr/ports/news/pan/work/pan-0.11.1.91/pan' > > > gmake[2]: *** [all-recursive] Error 1 > > > gmake[2]: Leaving directory > > > `/usr/ports/news/pan/work/pan-0.11.1.91/pan' > > > gmake[1]: *** [all-recursive] Error 1 > > > gmake[1]: Leaving directory `/usr/ports/news/pan/work/pan-0.11.1.91' > > > gmake: *** [all] Error 2 > > > *** Error code 2 > > > > > > Stop in /usr/ports/news/pan. > > > *** Error code 1 > > > > > > Stop in /usr/ports/news/pan. > > > *** Error code 1 > > > > > > Stop in /usr/ports/news/pan. > > Austin > -- > Toilet Toup'ee, n.: > Any shag carpet that causes the lid to become top-heavy, thus > creating endless annoyance to male users. > -- Rich Hall, "Sniglets" > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 8: 2:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id B038B37B476 for ; Thu, 31 Jan 2002 08:01:49 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0VG23v92133; Thu, 31 Jan 2002 11:02:03 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 31 Jan 2002 11:02:02 -0500 (EST) From: Joe Clarke To: Gavin Atkinson Cc: gnome@FreeBSD.ORG Subject: Re: problem with gnomelibs port In-Reply-To: Message-ID: <20020131110000.B92097-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 31 Jan 2002, Gavin Atkinson wrote: > > Hi, > > While trying to install the port from source, the configure script fails > for me while testing for imlib. > > Initially it tests for version 1.9 of imlib, and teh conftest executable > dumps core with signal 10. The script then attempts to do the same for > version 1.8, and the same results. > > I am building from the gnome meta-port, and as a result I already have > imlib, imlib-config --version gives 1.9.11. This is on a clean system. A clean system of which version of FreeBSD? > > I have the core file if it will help anyone, but i'm guessing it's > something stupid i'm doing wrong... anyone know what? This doesn't happen to me. What compiler flags are you using (i.e. what is CFLAGS set to in /etc/make.conf)? Joe > > > Gavin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 8:13:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 580CF37B400; Thu, 31 Jan 2002 08:13:07 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0VGDNh92177; Thu, 31 Jan 2002 11:13:23 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 31 Jan 2002 11:13:23 -0500 (EST) From: Joe Clarke To: mh Cc: freebsd-questions@freebsd.org, Subject: Re: can't build Evolution: Solution? In-Reply-To: <3C5883B6.3ACB9A6E@concentric.net> Message-ID: <20020131110859.C92097-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 30 Jan 2002, mh wrote: > Joe Clarke wrote: > > [SNIP] > > > > > I still have XFree86 4.1.0_12 with: > > > > 28:-lfreetype.6 => /usr/X11R6/lib/libfreetype.so.6 > > 171:-lfreetype.7 => /usr/local/lib/libfreetype.so.7 > > 204:-lfreetype.8 => /usr/local/lib/libfreetype.so.8 > > > > Evolution 1.0.1 builds and runs just fine for me. I will admit I just > > rebuilt all my GNOME ports recently to work around some other problems. > > However, freetype2 never gave me any direct problems as far as I can > > tell. > > > Yes, when I was using the XFree86-4-1.0* port (as it looks like you > are), /usr/X11R6/lib/libfreetype.so.6 was provided by the port. I > deinstalled XFree86-4.1.0* and installed the XFree86-4-clients, > XFree86-4-libraries, and XFree86-4-Server ports after reading in FreeBSD > Diary (http://www.freebsddiary.org/xfree86-4.php) that the port in > /usr/ports/x11/XFree86-4 was to be soon deprecated. Seemed like the > correct thing to do. > > And, I read a problem report > (http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/30813) that described > another problem: "Description: XFree86-4 installed as one port installs > libfreetype.so.6 which is in the way after the freetype2 port is > installed. This does not happen if i install Xfree86-4 in "pieces". > > So I'm not sure what is the best path to follow. I've got XFree86-4 > installed in "pieces", with a link from /usr/X11R6/lib/libfreetype.so.6 > to /usr/local/lib/libfreetype.so.8 and Evolution 1.0.1 works. I > understand the symlink could be a problem in the future with changing > library versions (unless I keep changing the symlink). I could deinstall > the XFree86-4 parts and reinstall the single port, which would provide > libfreetype.so.6. I'm not sure why Evolution is wanting version 6 of libfreetype when you compile it in its absence. The port has been modified to want libfreetype.so.8, so recompiling it should set all the links straight (if you remove the symlink). > > Is there a "best way" here, or is it whatever works for you? I guess it's what works for you in this situation. However, it still perplexes me as to why Evo won't link against version 8 if that's all there is. Joe > > > > > > > > > Got a newbie-type question too: It seems that binary upgrades can lead > > > to different version of the same program being installed, and I assume > > > this is even more the case doing a Release upgrade, say from 4.3 to 4.4. > > > I use ports and portupgrade to keep programs current, but what about > > > system files? Is there some place to read how to do this? Is it best > > > done by getting the next release and upgrading through > > > /stand/sysinstall? > > > > I use cvsup to stay -stable with FreeBSD. This involves rebuilding the > > OS every so often. For me, it's usually once per week. The handbook is > > a great source of knowledge on this subject: > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html > > > > "make world" is the best way to update the OS provided you're familiar > > with all the steps. > > > > Joe > > Aha, I didn't understand "make world" when I first installed FBSD, but > it makes more sense now. Thanks for the link. Between that chapter, > FreeBSD Unleased, and Release 4.5, I should have plenty to do this > weekend! > > mike > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 8:19: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from vectorstar.net (adsl-157-145-163.gnv.bellsouth.net [66.157.145.163]) by hub.freebsd.org (Postfix) with ESMTP id 9283B37B404 for ; Thu, 31 Jan 2002 08:18:59 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g0VGIZF51347 for gnome@FreeBSD.ORG; Thu, 31 Jan 2002 11:18:35 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Thu, 31 Jan 2002 11:18:35 -0500 From: Austin hall To: gnome@FreeBSD.ORG Subject: Re: Error making Pan Message-ID: <20020131161835.GC33783@darkstar.bellsouth.net> Mail-Followup-To: gnome@FreeBSD.ORG References: <20020131154807.GA33783@darkstar.bellsouth.net> <20020131105833.B92097-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020131105833.B92097-100000@shumai.marcuscom.com> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 31 January Joe Clarke wrote: > > > On Thu, 31 Jan 2002, Austin hall wrote: > > > On Thursday 31 January Joe Clarke wrote: > > > On Wed, 2002-01-30 at 20:18, Austin hall wrote: > > > > > > > I can't make Pan 0.11.1.91. I upgraded gnomecore last night with > > > > portupgrade and libgda failed to make with a similar error message; > > > > everything else went smoothly though. I am running 4.5-STABLE. > > > > Thanks. > > > > > > > > Austin > > > > -- > > > > Never count your chickens before they rip your lips off > > > > > > > > ####################### > > > > > > > > /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! > > > > /usr/lib/libc.so.4: warning: this program uses gets(), which is > > > > unsafe. > > > > /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider > > > > using mkstemp() > > > > /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! > > > > /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! > > > > /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider > > > > using mkstemp() > > > > /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is > > > > not recommended. > > > > /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! > > > > /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; > > > > consider using mkstemp() > > > > queue.o: In function `queue_init': > > > > queue.o(.text+0x1ff): undefined reference to `__pthread_detach' > > > > queue.o: In function `queue_run': > > > > queue.o(.text+0xecb): undefined reference to `__pthread_detach' > > > > base/libpanbase.a(argset.o): In function `run_in_worker_thread': > > > > argset.o(.text+0x27e): undefined reference to `__pthread_detach' > > > > gmake[3]: *** [pan] Error 1 > > > > > > > > > Looks to me like you have > > > > > > NOLIBC_R=true > > > > I don't have this in /etc/make.conf, > > > > > set in /etc/make.conf. This is bad. If you do have this, remove it, > > > then remake world. If you don't have it, then do you have: > > > > > > options P1003_1B > > > options _KPOSIX_PRIORITY_SCHEDULING > > > > but I do have this in my kernel conf. > > Being in tech support, I like to give customers multiple options ;-). > > > > > > In your kernel conf? If you do, then do you have the pth port > > > installed? This has been known to cause problems with certain ports. > > > > I did a "pkg_info | grep pth" and it showed: > > > > ngpt-1.0.1 NGPT is a next generation pthread implementation based on... > > > > Should I deinstall this port? I can't think of anything I have that > > needs it. > > Yes, this is problable finding itself into the PAN build. Remove it, then > recompile PAN. It worked! Thanks for your help Joe. Austin -- Children are natural mimic who act like their parents despite every effort to teach them good manners. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 8:45:54 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by hub.freebsd.org (Postfix) with ESMTP id AF8B637B402 for ; Thu, 31 Jan 2002 08:45:50 -0800 (PST) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id g0VGjhD04972; Thu, 31 Jan 2002 16:45:44 GMT Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.11.6/8.11.3) with ESMTP id g0VGjhs33428; Thu, 31 Jan 2002 16:45:43 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Thu, 31 Jan 2002 16:45:41 +0000 (GMT) From: Gavin Atkinson X-X-Sender: To: Joe Clarke Cc: Subject: Re: problem with gnomelibs port In-Reply-To: <20020131110000.B92097-100000@shumai.marcuscom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 31 Jan 2002, Joe Clarke wrote: > On Thu, 31 Jan 2002, Gavin Atkinson wrote: > > > While trying to install the port from source, the configure script fails > > for me while testing for imlib. > > > > Initially it tests for version 1.9 of imlib, and teh conftest executable > > dumps core with signal 10. The script then attempts to do the same for > > version 1.8, and the same results. > > > > I am building from the gnome meta-port, and as a result I already have > > imlib, imlib-config --version gives 1.9.11. This is on a clean system. > > A clean system of which version of FreeBSD? Oh, i'm sorry, it's 5-CURRENT as of 29th Jan. installed from floppies via FTP onto a clean hard drive > > I have the core file if it will help anyone, but i'm guessing it's > > something stupid i'm doing wrong... anyone know what? > > This doesn't happen to me. What compiler flags are you using (i.e. what > is CFLAGS set to in /etc/make.conf)? I have no CFLAGS set. The core file shows that the crash is a bus error, in the elf library, seemingly before the main() function is even called. i've done a full distclean and re-make without any difference. Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 9: 2:24 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 9810E37B416 for ; Thu, 31 Jan 2002 09:02:16 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0VH2Y392549; Thu, 31 Jan 2002 12:02:34 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 31 Jan 2002 12:02:34 -0500 (EST) From: Joe Clarke To: Gavin Atkinson Cc: gnome@FreeBSD.ORG Subject: Re: problem with gnomelibs port In-Reply-To: Message-ID: <20020131115923.R92097-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 31 Jan 2002, Gavin Atkinson wrote: > On Thu, 31 Jan 2002, Joe Clarke wrote: > > On Thu, 31 Jan 2002, Gavin Atkinson wrote: > > > > > While trying to install the port from source, the configure script fails > > > for me while testing for imlib. > > > > > > Initially it tests for version 1.9 of imlib, and teh conftest executable > > > dumps core with signal 10. The script then attempts to do the same for > > > version 1.8, and the same results. > > > > > > I am building from the gnome meta-port, and as a result I already have > > > imlib, imlib-config --version gives 1.9.11. This is on a clean system. > > > > A clean system of which version of FreeBSD? > > Oh, i'm sorry, it's 5-CURRENT as of 29th Jan. installed from floppies via > FTP onto a clean hard drive > > > > I have the core file if it will help anyone, but i'm guessing it's > > > something stupid i'm doing wrong... anyone know what? > > > > This doesn't happen to me. What compiler flags are you using (i.e. what > > is CFLAGS set to in /etc/make.conf)? > > I have no CFLAGS set. The core file shows that the crash is a bus error, > in the elf library, seemingly before the main() function is even called. > i've done a full distclean and re-make without any > difference. Could be a bug in -CURRENT, then. I don't see this problem on -stable. Maybe something went wrong in the buildworld. It might also be a problem with a corrupt imlib .so. Have you tried rebuilding imlib? Joe > > Gavin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 9: 6: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by hub.freebsd.org (Postfix) with ESMTP id 438A937B400 for ; Thu, 31 Jan 2002 09:06:00 -0800 (PST) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id g0VH5wD18554; Thu, 31 Jan 2002 17:05:58 GMT Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.11.6/8.11.3) with ESMTP id g0VH5wE36789; Thu, 31 Jan 2002 17:05:58 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Thu, 31 Jan 2002 17:05:57 +0000 (GMT) From: Gavin Atkinson To: Joe Clarke Cc: Subject: Re: problem with gnomelibs port In-Reply-To: <20020131115923.R92097-100000@shumai.marcuscom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 31 Jan 2002, Joe Clarke wrote: > On Thu, 31 Jan 2002, Gavin Atkinson wrote: > > > On Thu, 31 Jan 2002, Joe Clarke wrote: > > > On Thu, 31 Jan 2002, Gavin Atkinson wrote: > > > > > > > While trying to install the port from source, the configure script fails > > > > for me while testing for imlib. > > Could be a bug in -CURRENT, then. I don't see this problem on -stable. > Maybe something went wrong in the buildworld. It might also be a problem > with a corrupt imlib .so. Have you tried rebuilding imlib? Yes, without success. I'm looking into the possibility that it's a bug in 5-CURRENT at the moment. Thanks anyway. Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 9:47:27 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id 742CB37B405 for ; Thu, 31 Jan 2002 09:47:23 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g0VHl4q01074; Thu, 31 Jan 2002 18:47:04 +0100 (CET) (envelope-from anders) Date: Thu, 31 Jan 2002 18:47:04 +0100 From: Anders Andersson To: Gavin Atkinson Cc: Joe Clarke , gnome@FreeBSD.ORG Subject: Re: problem with gnomelibs port Message-ID: <20020131174704.GA573@sushi.sanyusan.se> References: <20020131110000.B92097-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 31, 2002 at 04:45:41PM +0000, Gavin Atkinson wrote: > I have no CFLAGS set. The core file shows that the crash is a bus error, > in the elf library, seemingly before the main() function is even called. > i've done a full distclean and re-make without any > difference. Could possibly be the new binutils we are testing in -CURRENT, not sure though, but I have been seing some odd problems on my -CURRENT box myself. -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 12:41:37 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FBB137B404; Thu, 31 Jan 2002 12:41:32 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0VKXAE72171; Thu, 31 Jan 2002 12:33:10 -0800 (PST) (envelope-from pat) Date: Thu, 31 Jan 2002 12:33:10 -0800 (PST) From: Message-Id: <200201312033.g0VKXAE72171@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34500: [PATCH] Update x11-toolkits/gnome-- Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update x11-toolkits/gnome-- Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Thu Jan 31 12:32:58 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34500 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 31 18: 7:42 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp.web.de (smtp01.web.de [194.45.170.210]) by hub.freebsd.org (Postfix) with ESMTP id 8311C37B405; Thu, 31 Jan 2002 18:07:38 -0800 (PST) Received: from pd9e14e3e.dip.t-dialin.net ([217.225.78.62] helo=web.de) by smtp.web.de with asmtp (Exim 4.11 #37) id 16WT72-0007d3-00; Fri, 01 Feb 2002 03:07:36 +0100 Message-ID: <3C59F7DD.6070001@web.de> Date: Fri, 01 Feb 2002 03:05:17 +0100 From: Jens Rehsack Reply-To: rehsack@liwing.de Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: de-DE MIME-Version: 1.0 To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: glade-0.6.2_1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I rebuild my gnome tree, deinstalled all packages belonging to gnome, and do a make install in /usr/ports/x11/gnome/ The build of glade stopped with the linker error message like unreferenced symbol pthread_create() used in /usr/local/lib/libgthread12.so unreferenced symbol pthread_create() used in /usr/X11R6/lib/libgda-common.so I add the option "-pthread" to the CPPFLAGS and the options "-pthread -lc_r" to the LIBS and the build succeeds. Because of my computer is only a router and a test machine (Celeron 333) and no so fast, I didn't try to figure out the real reason for this. In fact, I deinstalled glib12 and libgda and retried build, before I patch the Makefile of devel/glade and before I mailed that. Maybe that helps. Bye Jens Rehsack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 1 3:28:42 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B26C737B405; Fri, 1 Feb 2002 03:28:39 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g11BSdA06051; Fri, 1 Feb 2002 03:28:39 -0800 (PST) (envelope-from sobomax) Date: Fri, 1 Feb 2002 03:28:39 -0800 (PST) From: Message-Id: <200202011128.g11BSdA06051@freefall.freebsd.org> To: marcus@marcuscom.com, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34500: [PATCH] Update x11-toolkits/gnome-- Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update x11-toolkits/gnome-- State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri Feb 1 03:28:24 PST 2002 State-Changed-Why: Update committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=34500 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 1 7: 8:30 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from ja.mhd.mh.se (ja.mhd.mh.se [193.10.250.95]) by hub.freebsd.org (Postfix) with ESMTP id 2E6E837B402 for ; Fri, 1 Feb 2002 07:08:27 -0800 (PST) Received: from mainframe.mhd.mh.se (mainframe.mhd.mh.se [10.119.1.16]) by ja.mhd.mh.se (Postfix) with ESMTP id A59F85703C for ; Fri, 1 Feb 2002 16:08:24 +0100 (CET) Received: (from stok@localhost) by mainframe.mhd.mh.se (8.11.6/8.11.6) id g11GDUQ04520 for gnome@freebsd.org; Fri, 1 Feb 2002 17:13:30 +0100 X-Authentication-Warning: mainframe.mhd.mh.se: stok set sender to stok@mhd.mh.se using -f Date: Fri, 1 Feb 2002 17:13:30 +0100 From: Tomas Kindahl To: gnome@freebsd.org Subject: bug report + patch for ggv 1.0.2 Message-ID: <20020201161330.GG240@mhd.mh.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, there is a bug in print/ggv 1.0.2 from ports which prevents one from viewing .pdf files. The bug is fixed in the gnome cvs and ggv unstable release, so I didn't bother contacting the maintainer. / Tomas Kindahl Patch: --- ggv-1.0.2/src/gtkgs.c Tue Oct 23 23:37:33 2001 +++ ggv-1.0.2-new/src/gtkgs.c Thu Jan 31 22:59:59 2002 @@ -1273,7 +1273,7 @@ fname = ggv_quote_filename (filename); filename_dsc = tempnam (g_get_tmp_dir(), "dsc"); filename_err = tempnam (g_get_tmp_dir(), "err"); - cmd = g_strdup_printf (gs_scan_pdf_cmd, "\"", fname ,"\"", "\", filename_dsc"); + cmd = g_strdup_printf (gs_scan_pdf_cmd, fname, filename_dsc); g_free (fname); /* this command (sometimes?) prints error messages to stdout! */ cmdline = g_strdup_printf ("%s >%s 2>&1", cmd, filename_err); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 1 13: 7:43 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id EE79437B405 for ; Fri, 1 Feb 2002 13:07:39 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g11L7Ml03211; Fri, 1 Feb 2002 22:07:22 +0100 (CET) (envelope-from anders) Date: Fri, 1 Feb 2002 22:07:22 +0100 From: Anders Andersson To: Joe Clarke Cc: gnome@FreeBSD.ORG Subject: Re: sysutils/battstat-applet Message-ID: <20020201210722.GE291@sushi.sanyusan.se> References: <20020129205605.GL1124@sushi.sanyusan.se> <20020129162057.Q41290-200000@shumai.marcuscom.com> <20020129212518.GM1124@sushi.sanyusan.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020129212518.GM1124@sushi.sanyusan.se> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 29, 2002 at 10:25:18PM +0100, Anders Andersson wrote: > On Tue, Jan 29, 2002 at 04:22:48PM -0500, Joe Clarke wrote: > > This patch will clean up the gettext configuration issue. However, you're > > going to run into problems actually getting libapm to compile due to > > apparent Linux-isms. > > Almost identical to a local patch I have in my tree, but thanks anyway > :-) I was mostly wondering if I had missed anything and I guess I hadnt. I talked to the author of battstat-applet (he is also Swedish) and he used to run FreeBSD when he developed battstat-applet but is now using Debian GNU/Linux, he was a bit sorry that the code had gone rather Linux centric but he would gladly accept patches :-) I will see what I can come up with. -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 1 13:14:46 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 385AF37B400 for ; Fri, 1 Feb 2002 13:14:43 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g11LF7s19683; Fri, 1 Feb 2002 16:15:07 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Fri, 1 Feb 2002 16:15:06 -0500 (EST) From: Joe Clarke To: Anders Andersson Cc: gnome@FreeBSD.ORG Subject: Re: sysutils/battstat-applet In-Reply-To: <20020201210722.GE291@sushi.sanyusan.se> Message-ID: <20020201161454.H16621-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 1 Feb 2002, Anders Andersson wrote: > On Tue, Jan 29, 2002 at 10:25:18PM +0100, Anders Andersson wrote: > > On Tue, Jan 29, 2002 at 04:22:48PM -0500, Joe Clarke wrote: > > > This patch will clean up the gettext configuration issue. However, you're > > > going to run into problems actually getting libapm to compile due to > > > apparent Linux-isms. > > > > Almost identical to a local patch I have in my tree, but thanks anyway > > :-) I was mostly wondering if I had missed anything and I guess I hadnt. > > I talked to the author of battstat-applet (he is also Swedish) and he > used to run FreeBSD when he developed battstat-applet but is now using > Debian GNU/Linux, he was a bit sorry that the code had gone rather Linux > centric but he would gladly accept patches :-) Excellent. Let me know if you need help. Joe > > I will see what I can come up with. > -- > Anders Andersson > UNIX, Networking and Security consultant > +46 (0)705 87 53 35 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 2 3: 6: 7 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by hub.freebsd.org (Postfix) with ESMTP id 2634437B400 for ; Sat, 2 Feb 2002 03:06:03 -0800 (PST) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id g12B62D05900 for ; Sat, 2 Feb 2002 11:06:02 GMT Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.11.6/8.11.3) with ESMTP id g12B61g09947 for ; Sat, 2 Feb 2002 11:06:02 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sat, 2 Feb 2002 11:06:01 +0000 (GMT) From: Gavin Atkinson To: Subject: gnomeprint-0.34 missing? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, trying to install the gnome meta-port via ftp through sysinstall onto a 4.5-R box, keeps failing as gnomeprint-0.34 does not exist on any of the freebsd ftp sites (tried ftp[123].uk and ftp.freebsd.org). A symkink exists in gnome/ pointing to ../All/gnomeprint-0.34, however this file does not exist. Having searched the archives, nobody else has mentioned this problem. This package is listed in the INDEX file for each FTP site, and is a dependance of bonobo-1.0.18. Thanks, Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 2 10:19:16 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id E720E37B404; Sat, 2 Feb 2002 10:19:10 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g12IIoX53827; Sat, 2 Feb 2002 19:18:50 +0100 (CET) (envelope-from anders) Date: Sat, 2 Feb 2002 19:18:50 +0100 From: Anders Andersson To: Tomas Kindahl Cc: gnome@FreeBSD.ORG, sobomax@FreeBSD.ORG Subject: Re: bug report + patch for ggv 1.0.2 Message-ID: <20020202181850.GC295@sushi.sanyusan.se> References: <20020201161330.GG240@mhd.mh.se> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline In-Reply-To: <20020201161330.GG240@mhd.mh.se> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 01, 2002 at 05:13:30PM +0100, Tomas Kindahl wrote: > there is a bug in print/ggv 1.0.2 from ports which prevents one from > viewing .pdf files. The bug is fixed in the gnome cvs and ggv unstable > release, so I didn't bother contacting the maintainer. Maxim, I have tested this and the included patch works fine. Could you please commit this. Just add the attached patch to print/ggv/files and bump PORTREVISION maybe. -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-src::gtkgs.c" --- src/gtkgs.c.orig Tue Oct 23 23:37:33 2001 +++ src/gtkgs.c Sat Feb 2 19:14:29 2002 @@ -1273,7 +1273,7 @@ fname = ggv_quote_filename (filename); filename_dsc = tempnam (g_get_tmp_dir(), "dsc"); filename_err = tempnam (g_get_tmp_dir(), "err"); - cmd = g_strdup_printf (gs_scan_pdf_cmd, "\"", fname ,"\"", "\", filename_dsc"); + cmd = g_strdup_printf (gs_scan_pdf_cmd, fname, filename_dsc); g_free (fname); /* this command (sometimes?) prints error messages to stdout! */ cmdline = g_strdup_printf ("%s >%s 2>&1", cmd, filename_err); --lrZ03NoBR/3+SXJZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 2 14:32:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 5444B37B404; Sat, 2 Feb 2002 14:32:49 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g12MW5m52925; Sat, 2 Feb 2002 17:32:05 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Missing continue in patch-ltmain.sh From: Joe Clarke To: sobomax@freebsd.org Cc: gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 02 Feb 2002 17:33:18 -0500 Message-Id: <1012689198.65931.43.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim, the recent changes you made to patch-ltmain.sh in a few ports have had a bad effect on -stable. These ports will refuse to link due to -pthread missing from the linker arguments. The problem is the continue you added after compiler_flags="$compiler_flags -pthread", compiler_flags gets overwritten. I think the continue should be left out when setting compiler_flags. The problem affects glade and mrproject at least. It looks like any port that contains an application will run into this problem in the linking phase. Therefore, gnomevfs is not affected. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 2 15:57:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx6.mail.ru (mx6.mail.ru [194.67.57.16]) by hub.freebsd.org (Postfix) with ESMTP id 97F7937B419 for ; Sat, 2 Feb 2002 15:57:09 -0800 (PST) Received: from ppp-237-241.istc.kiev.ua ([193.108.237.241]) by mx6.mail.ru with esmtp (Exim 3.14 #1) id 16XA1p-000KL1-00; Sun, 03 Feb 2002 02:57:06 +0300 Subject: Re: Missing continue in patch-ltmain.sh From: Maxim Sobolev To: Joe Clarke Cc: gnome@FreeBSD.ORG In-Reply-To: <1012689198.65931.43.camel@shumai.marcuscom.com> References: <1012689198.65931.43.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-AzS3U5IkQC9mp7y+bCcl" Message-Id: <1012694178.927.33.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.1 Date: 03 Feb 2002 01:56:33 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-AzS3U5IkQC9mp7y+bCcl Content-Type: multipart/mixed; boundary="=-4aVDPLoj3lw4KDuoyHHY" --=-4aVDPLoj3lw4KDuoyHHY Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2002-02-03 at 00:33, Joe Clarke wrote: > Maxim, the recent changes you made to patch-ltmain.sh in a few ports > have had a bad effect on -stable. These ports will refuse to link due > to -pthread missing from the linker arguments. The problem is the > continue you added after compiler_flags=3D"$compiler_flags -pthread", > compiler_flags gets overwritten. I think the continue should be left > out when setting compiler_flags. >=20 > The problem affects glade and mrproject at least. It looks like any > port that contains an application will run into this problem in the > linking phase. Therefore, gnomevfs is not affected. Grrr, it seems that libtool doesn't use compiler_flags when linking executable. Attached please find updated version of patch-ltmain.sh which should fix the issue. Unfortunately currently I do not have a 4.x machine to test this patch on, so that it would be really nice if you could test it with failing ports (mrproject and glade) and let me know ASAP. Thanks! -Maxim P.S. As the patch-ltmain.sh growth larger and larger I'm more and more tempted to take several days and rewrite libtool in C specifically for FreeBSD. --=-4aVDPLoj3lw4KDuoyHHY Content-Disposition: attachment; filename=patch-ltmain.sh Content-Type: text/x-sh; charset=KOI8-R Content-Transfer-Encoding: quoted-printable $FreeBSD$ --- ltmain.sh.orig Wed Jan 23 11:38:40 2002 +++ ltmain.sh Sun Feb 3 01:44:17 2002 @@ -1037,8 +1037,16 @@ continue ;; =20 + -pthread) + compile_command=3D"$compile_command -pthread" + finalize_command=3D"$finalize_command -pthread" + compiler_flags=3D"$compiler_flags -pthread" + continue + ;; + -module) module=3Dyes + build_old_libs=3Dno continue ;; =20 @@ -2412,6 +2420,9 @@ *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" =3D "yes"; then @@ -4179,10 +4190,12 @@ fi =20 # Install the pseudo-library for information purposes. + if /usr/bin/false; then name=3D`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname=3D"$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? + fi =20 # Maybe install the static library, too. test -n "$old_library" && staticlibs=3D"$staticlibs $dir/$old_library" --=-4aVDPLoj3lw4KDuoyHHY-- --=-AzS3U5IkQC9mp7y+bCcl Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8XHyfoNu5t4iCBa8RAtMyAJ9GQ/RNhqONDeI3MgjTjYU8lvQymACcCtD3 vOS832G/06sez/UyiIslGVY= =TL9I -----END PGP SIGNATURE----- --=-AzS3U5IkQC9mp7y+bCcl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 2 16: 0:43 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx2.mail.ru (mx2.mail.ru [194.67.57.12]) by hub.freebsd.org (Postfix) with ESMTP id AD62C37B400 for ; Sat, 2 Feb 2002 16:00:39 -0800 (PST) Received: from ppp-237-241.istc.kiev.ua ([193.108.237.241]) by mx2.mail.ru with esmtp (Exim 3.14 #1) id 16XA5E-000PfX-00; Sun, 03 Feb 2002 03:00:37 +0300 Subject: Re: gnomeprint-0.34 missing? From: Maxim Sobolev To: Gavin Atkinson Cc: gnome@FreeBSD.ORG In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-FYTzlE26iboPak4lhSr6" Message-Id: <1012694386.927.38.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.1 Date: 03 Feb 2002 02:00:09 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-FYTzlE26iboPak4lhSr6 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable We will investigate and let you know then. Thanks for reporting! -Maxim On Sat, 2002-02-02 at 13:06, Gavin Atkinson wrote: >=20 > hi, >=20 > trying to install the gnome meta-port via ftp through sysinstall onto a > 4.5-R box, keeps failing as gnomeprint-0.34 does not exist on any of the > freebsd ftp sites (tried ftp[123].uk and ftp.freebsd.org). A symkink > exists in gnome/ pointing to ../All/gnomeprint-0.34, however this file > does not exist. Having searched the archives, nobody else has mentioned > this problem. >=20 > This package is listed in the INDEX file for each FTP site, and is a > dependance of bonobo-1.0.18. >=20 > Thanks, >=20 > Gavin >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 >=20 --=-FYTzlE26iboPak4lhSr6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8XH1yoNu5t4iCBa8RAsY0AJ4q9Gove7IpO5OkQ13COcGCXOsuqwCcCfZt 3461zvgsJVi9sfq9WuB4Xtk= =hf9J -----END PGP SIGNATURE----- --=-FYTzlE26iboPak4lhSr6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 2 20:48:54 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id F2C8A37B402 for ; Sat, 2 Feb 2002 20:48:51 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g134m3m55072; Sat, 2 Feb 2002 23:48:04 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Missing continue in patch-ltmain.sh From: Joe Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.ORG In-Reply-To: <1012694178.927.33.camel@notebook> References: <1012689198.65931.43.camel@shumai.marcuscom.com> <1012694178.927.33.camel@notebook> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 02 Feb 2002 23:49:19 -0500 Message-Id: <1012711759.94552.10.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 2002-02-02 at 18:56, Maxim Sobolev wrote: > On Sun, 2002-02-03 at 00:33, Joe Clarke wrote: > > Maxim, the recent changes you made to patch-ltmain.sh in a few ports > > have had a bad effect on -stable. These ports will refuse to link due > > to -pthread missing from the linker arguments. The problem is the > > continue you added after compiler_flags="$compiler_flags -pthread", > > compiler_flags gets overwritten. I think the continue should be left > > out when setting compiler_flags. > > > > The problem affects glade and mrproject at least. It looks like any > > port that contains an application will run into this problem in the > > linking phase. Therefore, gnomevfs is not affected. > > Grrr, it seems that libtool doesn't use compiler_flags when linking > executable. Attached please find updated version of patch-ltmain.sh > which should fix the issue. Unfortunately currently I do not have a 4.x > machine to test this patch on, so that it would be really nice if you > could test it with failing ports (mrproject and glade) and let me know > ASAP. This patch works just fine. I'm wondering, though, why we need this block at all? -pthread seems to be passed through to libtool just fine in all the ports I've seen. In any event, this fixes ports/34512. Thanks. Joe > > Thanks! > > -Maxim > P.S. As the patch-ltmain.sh growth larger and larger I'm more and more > tempted to take several days and rewrite libtool in C specifically for > FreeBSD. > > ---- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 2 23:27:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 6893C37B400 for ; Sat, 2 Feb 2002 23:27:19 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id XAA31437; Sat, 2 Feb 2002 23:27:06 -0800 Date: Sat, 2 Feb 2002 23:26:56 -0800 From: John Merryweather Cooper To: Joe Marcus Clarke Cc: gnome@freebsd.org Subject: Re: ports/34572: [PATCH] Update news/pan to 0.11.1.94 Message-ID: <20020202232656.K473@johncoop.MSHOME> References: <200202030707.g13775V39498@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200202030707.g13775V39498@shumai.marcuscom.com>; from marcus@marcuscom.com on Sat, Feb 02, 2002 at 23:07:05 -0800 X-Mailer: Balsa 1.3.0 Lines: 81 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002.02.02 23:07 Joe Marcus Clarke wrote: > > >Number: 34572 > >Category: ports > >Synopsis: [PATCH] Update news/pan to 0.11.1.94 > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: update > >Submitter-Id: current-users > >Arrival-Date: Sat Feb 02 23:10:00 PST 2002 > >Closed-Date: > >Last-Modified: > >Originator: Joe Marcus Clarke > >Release: FreeBSD 4.5-STABLE i386 > >Organization: > MarcusCom, Inc. > >Environment: > System: FreeBSD shumai.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: > Sat Feb 2 17:21:37 EST 2002 > marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI > i386 > > > > >Description: > Update the pan port to 0.11.1.94. This is a bug fix release, and has > no > plist changes. > >How-To-Repeat: > > >Fix: > > --- Makefile.orig Sun Feb 3 02:02:49 2002 > +++ Makefile Sun Feb 3 01:51:06 2002 > @@ -6,7 +6,7 @@ > # > > PORTNAME= pan > -PORTVERSION= 0.11.1.93 > +PORTVERSION= 0.11.1.94 > CATEGORIES= news gnome > MASTER_SITES= > http://pan.rebelbase.com/download/${PORTVERSION}/SOURCE/ > \ > > http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ > > > --- distinfo.orig Sun Feb 3 02:03:03 2002 > +++ distinfo Sun Feb 3 01:51:22 2002 > @@ -1 +1 @@ > -MD5 (pan-0.11.1.93.tar.bz2) = 5162255e315d883cfc1d691d4fee0743 > +MD5 (pan-0.11.1.94.tar.bz2) = 74e2a04038d64c773c581ddd4314c6f8 > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > For some reason, my PR-patch for this never got processed. :( I've also got a working Gfax port in PR ports/34103. :) -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 2 23:28:56 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 3057337B404 for ; Sat, 2 Feb 2002 23:28:54 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g137S5m14357; Sun, 3 Feb 2002 02:28:05 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/34572: [PATCH] Update news/pan to 0.11.1.94 From: Joe Clarke To: John Merryweather Cooper Cc: gnome@freebsd.org In-Reply-To: <20020202232656.K473@johncoop.MSHOME> References: <200202030707.g13775V39498@shumai.marcuscom.com> <20020202232656.K473@johncoop.MSHOME> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 03 Feb 2002 02:28:51 -0500 Message-Id: <1012721331.290.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2002-02-03 at 02:26, John Merryweather Cooper wrote: > For some reason, my PR-patch for this never got processed. :( I've > also got a working Gfax port in PR ports/34103. :) Yeah, I figured you'd hit this one up. When I didn't see a PR come in, I filed this one. Joe > > -- > _ > | |V| / ' || MacroHard -- \ > \_| | | \_, || the perfection of form over | > ----------------------------------|| substance, marketing over | > Web: http://www.borgsdemons.com || performance, and greed over | > AIM: johnmcooper || design . . . | > =====================================================================/ > Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | > =====================================================================\ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message