From schollsky at arcor.de Wed Jun 14 09:36:52 2006 From: schollsky at arcor.de (schollsky at arcor.de) Date: Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Subject: Inotify revisited - IN_MOVE_SELF undeclared error... Message-ID: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> Hi folks, sorry to bother you again with this one: The error mentioned above is a constant pain in the ass, not being able to use gamin with inotify support. I can no longer believe it's related to a broken kernel, as presumed by guenther and others. By now I've tried several 2.6.12.x Kernel Versions and now a type of 2.6.14.3 (Mandriva2006,i686). Gamin always get's into the same trouble. Perhaps anyone with Mandriva who made it? Or any other soft relying on inotify just to check? Best regards, Stefan From schollsky at arcor.de Wed Jun 14 09:47:33 2006 From: schollsky at arcor.de (schollsky at arcor.de) Date: Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Subject: gdm not installing all files (garnome 2.14.2.1) Message-ID: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> This seems to be a minor one: gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. The new POST-INSTALL tells me to do the following: As root, create three soft links: ln -s $garnome/etc/pam.d/gdm /etc/pam.d ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d Appropriate gdm and gdm-autologin files can be copied manually from the work directory into the install tree, but I don't think it's meant this way. Best regards, Stefan From joseph_sacco at comcast.net Wed Jun 14 10:16:54 2006 From: joseph_sacco at comcast.net (Joseph E. Sacco, Ph.D.) Date: Wed, 14 Jun 2006 10:16:54 -0400 Subject: gdm not installing all files (garnome 2.14.2.1) In-Reply-To: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Message-ID: <1150294614.4999.11.camel@plantain.jesacco.com> Stefan, A basic maxim of GARNOME is "do no harm". The GARNOME build process should only install files into the GARNOME install tree. The build process should never *automatically* install any file into a system directory. That being said, we are left to deal with post-install issues like PAM files. The issue with PAM is that it does not support a search path environment variable like python or pkg-config. Using soft links one way to solve the problem. -Joseph =========================================================================== On Wed, 2006-06-14 at 15:47 +0200, schollsky at arcor.de wrote: > This seems to be a minor one: > > gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. > > The new POST-INSTALL tells me to do the following: > > As root, create three soft links: > > ln -s $garnome/etc/pam.d/gdm /etc/pam.d > ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d > ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d > > Appropriate gdm and gdm-autologin files can be copied manually from the work directory > into the install tree, but I don't think it's meant this way. > > > Best regards, > > Stefan > -- joseph_sacco [at] comcast [dot] net From carson+garnome at taltos.org Wed Jun 14 13:43:00 2006 From: carson+garnome at taltos.org (Carson Gaspar) Date: Wed, 14 Jun 2006 10:43:00 -0700 Subject: gdm not installing all files (garnome 2.14.2.1) In-Reply-To: <1150294614.4999.11.camel@plantain.jesacco.com> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> Message-ID: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > A basic maxim of GARNOME is "do no harm". The GARNOME build process > should only install files into the GARNOME install tree. The build > process should never *automatically* install any file into a system > directory. That being said, we are left to deal with post-install > issues like PAM files. > > The issue with PAM is that it does not support a search path environment > variable like python or pkg-config. Using soft links one way to solve > the problem. You missed his point entirely. The pam files aren't being copied into $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that you like, they won't work... -- Carson From joseph_sacco at comcast.net Wed Jun 14 15:15:01 2006 From: joseph_sacco at comcast.net (Joseph E. Sacco, Ph.D.) Date: Wed, 14 Jun 2006 15:15:01 -0400 Subject: gdm not installing all files (garnome 2.14.2.1) In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> Message-ID: <1150312501.3567.6.camel@plantain.jesacco.com> On my system, which is Fedora clone, all of the pam files for gdm are installed under $GARNOME/etc/pam.d. So the question is "What's going on with Stefan's system?". Here is what I see from the install log on my system. system=`uname`; \ if test -f /usr/include/security/pam_appl.h; then \ if test '!' -d /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; then \ /bin/sh ../mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ chmod 755 /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; then \ /usr/bin/install -c -m 644 gdm /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; then \ /usr/bin/install -c -m 644 gdm-autologin /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; \ fi; \ if test $system = SunOS; then \ echo "Please add PAM authentication for gdm and gdm-autologin in /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.conf!"; \ fi; \ fi ... /bin/sh ./mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d /usr/bin/install -c -m 644 ./gdmsetup-pam /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdmsetup -Joseph =================================================================================================== On Wed, 2006-06-14 at 10:43 -0700, Carson Gaspar wrote: > --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." > wrote: > > > A basic maxim of GARNOME is "do no harm". The GARNOME build process > > should only install files into the GARNOME install tree. The build > > process should never *automatically* install any file into a system > > directory. That being said, we are left to deal with post-install > > issues like PAM files. > > > > The issue with PAM is that it does not support a search path environment > > variable like python or pkg-config. Using soft links one way to solve > > the problem. > > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... > > -- > Carson -- joseph_sacco [at] comcast [dot] net From svdmade at planet.nl Wed Jun 14 16:02:01 2006 From: svdmade at planet.nl (Stef van der Made) Date: Wed, 14 Jun 2006 22:02:01 +0200 Subject: garnome-daily issues (startup In-Reply-To: <4484962B.1050907@turix.com.ar> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> Message-ID: <44906B39.7030807@planet.nl> Hi Guys, When starting up garnome 2.15.2 + (garnome-daily) I always get the issue that there are a zillion processes called gnome_segv2 startup and freeze my system after a while. In my own profile I have removed all .gnome* folders but when doing that the issue still persists. Did I forget something ? Thanks for your help, Stef From schollsky at arcor.de Wed Jun 14 17:05:18 2006 From: schollsky at arcor.de (schollsky at arcor.de) Date: Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Subject: Aw: Re: gdm not installing all files (garnome 2.14.2.1) In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> References: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> Message-ID: <15194193.1150319118491.JavaMail.ngmail@webmail12> Hi Carson, you wrote: > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... You're right, the files are not copied into the target location (here: /usr/local/garnome/etc/pam.d) in the first place. Maybe this is due to Mandriva? As this distro is a descendant of RedHat, nearly all settings can be applied here too. But in some cases... Best regards, Stefan From schollsky at arcor.de Wed Jun 14 17:11:05 2006 From: schollsky at arcor.de (schollsky at arcor.de) Date: Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Subject: Aw: Inotify revisited - IN_MOVE_SELF undeclared error... In-Reply-To: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> References: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> Message-ID: <10509137.1150319465761.JavaMail.ngmail@webmail12> ...and the same goes to using a kernel version of 2.6.16.1. So...? (I always install sources accordingly after kernel-update.) Best regards, Stefan From guenther at rudersport.de Thu Jun 15 17:05:43 2006 From: guenther at rudersport.de (guenther) Date: Thu, 15 Jun 2006 23:05:43 +0200 Subject: [ANNOUNCE] GARNOME 2.15.3 Message-ID: <1150405543.8323.15.camel@monkey.loc> GARNOME 2.15.3 ============== The "It's quiet out there... Yes... Too quiet..." release. What seemed to be no last minute releases turned out to be a broken list server, holding back the official GNOME release for a day. Also, there have been a bunch of build issues this time around, more than usual. Some good cooperation between the Release Team and the GARNOME Team (especially Joseph) hacked around the brokeness, thus... We are pleased to announce the release of GARNOME 2.15.3 Desktop and Developer Platform. This release includes all of GNOME 2.15.3 plus a whole bunch of updates that were released after the GNOME freeze date. This is the third release in the unstable cycle, with more features, more fixes and yet more madness added. It is for anyone who wants to get his hands dirty on the development branch, or who'd like to get a peek at future features. If you want to help spot issues in GARNOME, (or, better yet, fix 'em ;-) this release is for you as well. As usual, you can get the tarball directly from the gnome.org site: http://download.gnome.org/sources/garnome/2.15/ Note: GNOME 2.15.x is an unstable branch and is assumed to be a moving target. Therefore, things in this release may not work as advertised. If you find any issues with this release, feel free to contact the GARNOMEies in the #garnome channel on GIMPNet (irc://irc.gnome.org), where we hang out, or post to the mailing list. More information is available at our project website: http://www.gnome.org/projects/garnome/ Enjoy, The GARNOME Team -- char *t="\10pse\0r\0dtu\0. at ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From bugzilla-daemon at bugzilla.gnome.org Mon Jun 19 13:34:58 2006 From: bugzilla-daemon at bugzilla.gnome.org (pygtk (bugzilla.gnome.org)) Date: Mon, 19 Jun 2006 13:34:58 -0400 (EDT) Subject: [Bug 345338] New: building pygtk-2.9.1/2 fails on gtkmodule.c Message-ID: Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Summary: building pygtk-2.9.1/2 fails on gtkmodule.c Product: pygtk Version: 2.9.x Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: gtk AssignedTo: nobody at pygtk.org ReportedBy: svdmade at planet.nl QAContact: python-bindings-maint at gnome.bugs CC: garnome-list at gnome.org GNOME version: 2.15/2.16 GNOME milestone: Unspecified While building garnome-2.15.3 I get the following error: ccache cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.4 -I/usr/test/garnome/include/pygtk-2.0 -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/test/garnome/include -I/usr/test/garnome/include/gtk-2.0 -I/usr/test/garnome/lib/gtk-2.0/include -I/usr/test/garnome/include/atk-1.0 -I/usr/test/garnome/include/cairo -I/usr/test/garnome/include/pango-1.0 -I/usr/test/garnome/include -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/local/include -I/usr/X11R6/include -g -I/usr/test/garnome/include -L/usr/test/garnome/lib -O2 -pipe -m3dnow -mtune=athlon-tbird -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) make[3]: *** [_gtk_la-gtkmodule.lo] Error 1 make[3]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2/gtk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make: *** [build-work/main.d/pygtk-2.9.2/Makefile] Error 2 I've tried upgrading to pygtk-2.9.2 and installing pycairo-1.0.2 but to no avail. -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla-daemon at bugzilla.gnome.org Mon Jun 19 13:47:18 2006 From: bugzilla-daemon at bugzilla.gnome.org (pygtk (bugzilla.gnome.org)) Date: Mon, 19 Jun 2006 13:47:18 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c In-Reply-To: Message-ID: <20060619174718.E61C66CC1AB@window.gnome.org> Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Gustavo Carneiro changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gjc at inescporto.pt Status|UNCONFIRMED |NEEDINFO ------- Comment #1 from Gustavo Carneiro 2006-06-19 17:47 UTC ------- could you attach config.log? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla-daemon at bugzilla.gnome.org Mon Jun 19 13:58:17 2006 From: bugzilla-daemon at bugzilla.gnome.org (pygtk (bugzilla.gnome.org)) Date: Mon, 19 Jun 2006 13:58:17 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c In-Reply-To: Message-ID: <20060619175817.6A57A6CC0F8@window.gnome.org> Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Stef van der Made changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |NOTABUG ------- Comment #2 from Stef van der Made 2006-06-19 17:58 UTC ------- I just solved the issue by doing a make clean and then make install :-( Sorry to bother you. I guess I needed to install pycairo 1.0.2 or pycairo 1.1.6 -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kelsang.tsenle@web.de Thu Jun 1 07:18:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A588A3B0119 for ; Thu, 1 Jun 2006 07:18:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29905-02 for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 32C433B00EE for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 5EDF942BF4 for ; Thu, 1 Jun 2006 12:35:31 +0200 (CEST) Received: from [88.73.67.70] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1FlkWZ-0001EP-00 for garnome-list@gnome.org; Thu, 01 Jun 2006 12:35:31 +0200 Message-ID: <447EC2F1.2010000@web.de> Date: Thu, 01 Jun 2006 12:35:29 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.455 tagged_above=-999 required=2 tests=[AWL=-0.145, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -2.455 X-Spam-Level: Subject: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 11:18:20 -0000 Hello, sorry bothering you again. I just tried to install garnome 2.14.2, but I can't compile gtk-doc. It fails with checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc checking for XML catalog (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog checking for DocBook XML DTD V4.1.2 in XML catalog... not found configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed and appears in the docbook. Although there seem to be several docbooks. I don't quite understand that system. Any idea? Gratefully, K. Tsenle From joseph_sacco@comcast.net Thu Jun 1 08:31:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1FA153B0134 for ; Thu, 1 Jun 2006 08:31:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01887-08 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by menubar.gnome.org (Postfix) with ESMTP id 42F7B3B0119 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060601123147012005bupae>; Thu, 1 Jun 2006 12:31:47 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447EC2F1.2010000@web.de> References: <447EC2F1.2010000@web.de> Content-Type: text/plain Date: Thu, 01 Jun 2006 08:31:46 -0400 Message-Id: <1149165106.12208.63.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.569 tagged_above=-999 required=2 tests=[AWL=-1.414, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -0.569 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 12:31:49 -0000 You are not bothering us... [:-)] Try this... * Goto the bootstrap directory and build and install: - expat - docbook-xml - docbook-xsl * goto the gtk-doc directory - make cookieclean - make install -Joseph ========================================================================= On Thu, 2006-06-01 at 12:35 +0200, Kelsang Tsenle wrote: > Hello, > > sorry bothering you again. > I just tried to install garnome 2.14.2, but I can't compile gtk-doc. > It fails with > > checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc > checking for XML catalog > (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found > checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog > checking for DocBook XML DTD V4.1.2 in XML catalog... not found > configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog > make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 > > My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed > and appears in the docbook. Although there seem to be several docbooks. > I don't quite understand that system. > Any idea? > > > Gratefully, > K. Tsenle -- joseph_sacco [at] comcast [dot] net From skg@fluent.co.in Fri Jun 2 01:01:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A2183B0FBA for ; Fri, 2 Jun 2006 01:01:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31222-04 for ; Fri, 2 Jun 2006 01:01:39 -0400 (EDT) Received: from mailhost.fluent.co.in (mhost.fluent.co.in [203.199.153.5]) by menubar.gnome.org (Postfix) with ESMTP id ECDD03B0FAC for ; Fri, 2 Jun 2006 01:01:38 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.fluent.co.in (Postfix) with ESMTP id 1FA37197352; Fri, 2 Jun 2006 10:31:36 +0530 (IST) Received: from mailhost.fluent.co.in ([127.0.0.1]) by localhost (pandu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10162-09; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Received: from [10.14.0.68] (skglnx.fluent.co.in [10.14.0.68]) by mailhost.fluent.co.in (Postfix) with ESMTP id 9E1A2197351; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Message-ID: <447FC62E.8070007@fluent.co.in> Date: Fri, 02 Jun 2006 10:31:34 +0530 From: Surya Kiran Gullapalli User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Joseph E. Sacco, Ph.D." References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> In-Reply-To: <1149165106.12208.63.camel@plantain.jesacco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.483 tagged_above=-999 required=2 tests=[AWL=0.039, BAYES_00=-2.599, TW_GT=0.077] X-Spam-Score: -2.483 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 05:01:41 -0000 Joseph E. Sacco, Ph.D. wrote: >You are not bothering us... [:-)] > >Try this... >* Goto the bootstrap directory and build and install: >- expat >- docbook-xml >- docbook-xsl > >* goto the gtk-doc directory >- make cookieclean >- make install > >-Joseph > > Well, I'm also facing the same problem. I tried the above. But it has done no good. The out put of where its failing is as follows. Command: nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog --noout /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog "-//OASIS//DTD DocBoox XML V4.1.2//EN" Output: No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN The #/etc/xml/catalog file is From kelsang.tsenle@web.de Fri Jun 2 05:22:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D914E3B1075 for ; Fri, 2 Jun 2006 05:22:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14065-10 for ; Fri, 2 Jun 2006 05:22:44 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 0ECCF3B105C for ; Fri, 2 Jun 2006 05:22:43 -0400 (EDT) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id C3F1D387B8; Fri, 2 Jun 2006 11:22:42 +0200 (CEST) Received: from [88.73.103.202] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1Fm5re-0005xW-00; Fri, 02 Jun 2006 11:22:42 +0200 Message-ID: <44800361.80804@web.de> Date: Fri, 02 Jun 2006 11:22:41 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: Surya Kiran Gullapalli References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> In-Reply-To: <447FC62E.8070007@fluent.co.in> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.466 tagged_above=-999 required=2 tests=[AWL=-0.079, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -2.466 X-Spam-Level: Cc: "Joseph E. Sacco, Ph.D." , garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 09:22:50 -0000 Hi all, Same thing for me. I compiled expat. The other two packages were already installed. Nothing changed. Same error message, the output of the command below is also the same. -- Tsenle Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > >> You are not bothering us... [:-)] >> >> Try this... * Goto the bootstrap directory and build and install: >> - expat >> - docbook-xml >> - docbook-xsl >> >> * goto the gtk-doc directory >> - make cookieclean >> - make install >> >> -Joseph >> >> > Well, > I'm also facing the same problem. I tried the above. But it has done > no good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN > > The #/etc/xml/catalog file is > > > V1.0//EN" > "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://www.oasis-open.org/docbook/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > uriStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > > From joseph_sacco@comcast.net Fri Jun 2 08:15:03 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B1D193B0351 for ; Fri, 2 Jun 2006 08:15:03 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24826-04 for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id 9D2C93B03AE for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060602121501012005c07he>; Fri, 2 Jun 2006 12:15:01 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447FC62E.8070007@fluent.co.in> References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> Content-Type: text/plain Date: Fri, 02 Jun 2006 08:15:00 -0400 Message-Id: <1149250500.14130.66.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.53 tagged_above=-999 required=2 tests=[AWL=-1.452, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_BX=0.077, TW_GT=0.077, TW_IB=0.077] X-Spam-Score: -0.53 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 12:15:03 -0000 Discretion is the better half of valor. We have chosen to retreat back to docbook-xml-4.1.2. What to do ??? There are two ways to proceed: * Fetch the latest tarballs [garnome-2.14.2.1 or garnome-2.15.2.2] or * Edit and rebuild bootstrap/docbook-xml and platform/libxml2 (1) uninstall docbook-xml-4.4 - cd bootstap/docbook-xml - make uninstall (2) edit the checksums and Makefile to build docbook-xml-4.1.2 see the CVS repository for what to change http://cvs.gnome.org/viewcvs/garnome/bootstrap/docbook-xml/ (3) install docbook-xml-4.1.2 (4) uninstall platform/libxml2 - cd platform/libxml2 - make uninstall (5) edit checksums and files/buildDocBookCatalog (6) rebuild libxml2 -Joseph =============================================================== On Fri, 2006-06-02 at 10:31 +0530, Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > > >You are not bothering us... [:-)] > > > >Try this... > >* Goto the bootstrap directory and build and install: > >- expat > >- docbook-xml > >- docbook-xsl > > > >* goto the gtk-doc directory > >- make cookieclean > >- make install > > > >-Joseph > > > > > Well, > I'm also facing the same problem. I tried the above. But it has done no > good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 2 19:49:16 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B47373B11C6 for ; Fri, 2 Jun 2006 19:49:16 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32055-01 for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B66CB3B047B for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k52NnDeK094370; Fri, 2 Jun 2006 17:49:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447B68A7.7070900@planet.nl> References: <447B68A7.7070900@planet.nl> Content-Type: text/plain Date: Sat, 03 Jun 2006 01:49:12 +0200 Message-Id: <1149292152.2043.18.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.47 tagged_above=-999 required=2 tests=[AWL=-0.025, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.47 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 23:49:16 -0000 On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > I'm finding 2 issues with the latest snapshot of garnome-daily > > 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version > 4.4. After changing the configure.in and configure scripts I could > continue the compile process. Thanks, Stef. :) This has been corrected in both branches. Current daily snapshots should work again. And we even released new tarballs for both stable and unstable branch with this fixed. I really need more time for mailing lists... :/ > 2 The sourceforge.net download links are failing if I don't use an > mirror site like belnet.dl.sourceforge.net for example. That's an sf.net issue we can do nothing about, unfortunately. The download.sf.net server we use is supposed to pick a working mirror... Apparently this either was a temporary issue only, or it is somewhat specific to your location/ISP. I just checked all sources we get from sf.net, and it worked for me. (15 of 18 total tarballs from sf.net have been retrieved on the first 'make fetch' attempt, 2 tarballs needed a second attempt. The last missing one was successful on the 4th go... Yes, it is commonly known that sf.net pretty much sucks at this, but there are projects that are available only on sf.net, unfortunately. [1]) ...guenther [1] We do switch to non sf.net servers (or more reliable servers, in general) if at all possible. Recently being moved away from sf.net are docbook-xml and libxklavier.) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 20:01:00 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5BC043B0B7F for ; Fri, 2 Jun 2006 20:01:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32590-06 for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 66E293B047B for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5300uja095161; Fri, 2 Jun 2006 18:00:57 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149292152.2043.18.camel@monkey.loc> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain Date: Sat, 03 Jun 2006 02:00:55 +0200 Message-Id: <1149292855.2043.24.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.547 tagged_above=-999 required=2 tests=[AWL=0.052, BAYES_00=-2.599] X-Spam-Score: -2.547 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 00:01:00 -0000 [...] > (15 of 18 total tarballs from sf.net have been retrieved on the first ^^^^^^^^ > 'make fetch' attempt, 2 tarballs needed a second attempt. The last > missing one was successful on the 4th go... Yes, it is commonly known > that sf.net pretty much sucks at this, but there are projects that are > available only on sf.net, unfortunately. [1]) Make that 17 total. :) My quick grep included libxklavier, which currently is available on one of the most reliable servers -- f.g.o. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 22:05:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5C8CE3B043C for ; Fri, 2 Jun 2006 22:05:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05171-02 for ; Fri, 2 Jun 2006 22:04:54 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 183E63B11E3 for ; Fri, 2 Jun 2006 22:04:26 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5324NmL001972; Fri, 2 Jun 2006 20:04:24 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447D9BF4.9050700@internode.on.net> References: <447D9BF4.9050700@internode.on.net> Content-Type: text/plain Date: Sat, 03 Jun 2006 04:04:22 +0200 Message-Id: <1149300262.2043.37.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.548 tagged_above=-999 required=2 tests=[AWL=0.051, BAYES_00=-2.599] X-Spam-Score: -2.548 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 02:05:17 -0000 On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: > hi all > I had garnome fail building gnome 2.15.1 because of a expat checksum error. > I quickly searched and found this link on the gnome forums [1]. > Searching the list archives didn't turn up a a result, incidentally. > The fix in the link is to download the package separately and overwrite > the dud one (which works) [2]. I was wondering if this is something that > could be fixed by garnome or is a sourceforge problem? This seems to be an sf.net issue. To sum it up: The expat fetched automatically by GARNOME from sf.net failed the checksum test. The expat you manually downloaded from sf.net worked. So the only difference is automatically vs. manually -- and frankly, this even is *no* difference at all, in case you used wget to manually fetch. ;) I bet you where hit by sf.net. I have seen them delivering a "404 not found" HTML document, instead of correctly failing. This is most likely what you got. The issue is, that the mirror actually delivered the requested document, although the content is not what has been requested. Thus the failing checksum test. In case you still have that first download, have a look at it. If it is not an HTML document, I'll owe a beer to anyone greeting me with the word GARNOME at the forthcoming GUADEC. ;-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From kamping_kaiser@internode.on.net Sat Jun 3 04:35:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 434893B050B for ; Sat, 3 Jun 2006 04:35:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22444-06 for ; Sat, 3 Jun 2006 04:35:18 -0400 (EDT) Received: from mail.internode.on.net (bld-mail03.adl2.internode.on.net [203.16.214.67]) by menubar.gnome.org (Postfix) with ESMTP id 6D91A3B04F9 for ; Sat, 3 Jun 2006 04:35:17 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 10312940 for ; Sat, 03 Jun 2006 18:05:08 +0930 (CST) Message-ID: <448149C2.2000703@internode.on.net> Date: Sat, 03 Jun 2006 18:05:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: garnome-list@gnome.org References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.6 tagged_above=-999 required=2 tests=[AWL=0.000, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.6 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 08:35:20 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > > To sum it up: The expat fetched automatically by GARNOME from sf.net > failed the checksum test. The expat you manually downloaded from sf.net > worked. So the only difference is automatically vs. manually -- and > frankly, this even is *no* difference at all, in case you used wget to > manually fetch. ;) > > I bet you where hit by sf.net. I have seen them delivering a "404 not > found" HTML document, instead of correctly failing. This is most likely > what you got. i expect your correct, as i got this for a second file after that. > > The issue is, that the mirror actually delivered the requested document, > although the content is not what has been requested. Thus the failing > checksum test. > > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) I clobered it, but it was only a few kb, so probably html :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From kamping_kaiser@internode.on.net Sat Jun 3 11:27:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 12F1F3B03FF for ; Sat, 3 Jun 2006 11:27:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12080-10 for ; Sat, 3 Jun 2006 11:27:21 -0400 (EDT) Received: from mail.internode.on.net (bld-mail07.adl2.internode.on.net [203.16.214.71]) by menubar.gnome.org (Postfix) with ESMTP id D1A663B050A for ; Sat, 3 Jun 2006 11:27:20 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 28025403 for multiple; Sun, 04 Jun 2006 00:56:57 +0930 (CST) Message-ID: <4481AA52.5010407@internode.on.net> Date: Sun, 04 Jun 2006 00:57:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: guenther References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.523 tagged_above=-999 required=2 tests=[AWL=-0.077, BAYES_00=-2.599, SPF_PASS=-0.001, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.523 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 15:27:24 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) Your beers safe: --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 => `download/partial/docbook-xsl-1.70.0.tar.bz2' Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, 212.219.56.167, ... Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [ <=> ] 147 --.--K/s 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' saved [147] make[7]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' [fetch] complete for docbook-xsl. ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 download/docbook-xsl-1.70.0.tar.bz2: FAILED *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR GAR GAR! *** make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 make[6]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' make: *** [paranoid-install] Error 2 karl@Rommel:~/garnome-2.15.2.2/desktop$ cd ../bootstrap/docbook-xsl/download/ karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh total 8.0K -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 docbook-xsl-1.70.0.tar.bz2: HTML document text karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat docbook-xsl-1.70.0.tar.bz2 karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ Not even a 404, not sure what it is though :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From guenther@rudersport.de Sun Jun 4 10:56:37 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 23D563B00CE for ; Sun, 4 Jun 2006 10:56:37 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23739-03 for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 82B213B009F for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k54EuVCl034602; Sun, 4 Jun 2006 08:56:32 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4481AA52.5010407@internode.on.net> References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> <4481AA52.5010407@internode.on.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 16:56:31 +0200 Message-Id: <1149432991.8235.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.471 tagged_above=-999 required=2 tests=[AWL=-0.026, BAYES_00=-2.599, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.471 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 14:56:37 -0000 On Sun, 2006-06-04 at 00:57 +0930, Karl Goetz wrote: > guenther wrote: > > This seems to be an sf.net issue. > > > In case you still have that first download, have a look at it. If it is > > not an HTML document, I'll owe a beer to anyone greeting me with the > > word GARNOME at the forthcoming GUADEC. ;-) > > Your beers safe: > > --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 > => `download/partial/docbook-xsl-1.70.0.tar.bz2' > Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, > 212.219.56.167, ... > Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. > HTTP request sent, awaiting response... 200 OK ^^^^^^ > Length: unspecified > > [ <=> > ] 147 --.--K/s > > 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' > saved [147] ^^^^^^^^^^^ > > make[7]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > [fetch] complete for docbook-xsl. > ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 > 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 > download/docbook-xsl-1.70.0.tar.bz2: FAILED > *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR > GAR GAR! *** > make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 > make[6]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > > make: *** [paranoid-install] Error 2 > karl@Rommel:~/garnome-2.15.2.2/desktop$ cd > ../bootstrap/docbook-xsl/download/ > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh > total 8.0K > -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 > drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 > docbook-xsl-1.70.0.tar.bz2: HTML document text ^^^^^^^^^^^^^^^^^^ Yeah. *sigh* Some mirrors seem to send out crappy HTML documents along with a code 200 OK, even if they are not going to deliver the requested content -- which frankly, should be a 4xx code. > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat > docbook-xsl-1.70.0.tar.bz2 > URL="http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2"> > > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ > > Not even a 404, not sure what it is though :) Looks like a hint to reload the very same requested URL again... Though this is not the duty of HTML code (which is the content being delivered over the HTTP protocol), but rather the protocols duty itself. GAR. So there we have a very poorly configured webserver... :-/ Sorry for the inconvenience, dude. Unfortunately, there is nothing we can do about sf.net... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From p.willis@telus.net Sun Jun 4 21:49:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 272F43B03EB for ; Sun, 4 Jun 2006 21:49:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25836-02 for ; Sun, 4 Jun 2006 21:48:53 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 117243B0681 for ; Sun, 4 Jun 2006 21:48:48 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([64.180.210.171]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060605014848.WAUS14541.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Sun, 4 Jun 2006 19:48:48 -0600 Received: from [192.168.1.10] (d64-180-210-171.bchsia.telus.net [64.180.210.171]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id CDMK5UNBKS for ; Sun, 4 Jun 2006 19:48:47 -0600 (MDT) Message-ID: <44838D75.4000508@telus.net> Date: Sun, 04 Jun 2006 18:48:37 -0700 From: pw User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Accept-Language: en-us, en MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.732 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, SPF_PASS=-0.001] X-Spam-Score: 0.732 X-Spam-Level: Subject: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 01:49:05 -0000 Hello, I am using Garnome to build gnome on Mandrake Linux 10.2. The build indicates that I require popt 1.5 or better to continue the build. When I go to the fsf popt site I am referred to ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz The FTP server is there but there are no directories below /pub . Is there anywhere else I can get a valid source for popt? Thanks Peter From joseph_sacco@comcast.net Sun Jun 4 22:23:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EB1A13B052C for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27596-09 for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id CFF513B03EB for ; Sun, 4 Jun 2006 22:23:56 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <2006060502235101200196jae>; Mon, 5 Jun 2006 02:23:51 +0000 From: "Joseph E. Sacco, Ph.D." To: pw In-Reply-To: <44838D75.4000508@telus.net> References: <44838D75.4000508@telus.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 22:23:50 -0400 Message-Id: <1149474230.14083.27.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.643 tagged_above=-999 required=2 tests=[AWL=-1.334, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.643 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 02:23:58 -0000 Build the version of popt found in the bootstrap directory. -Joseph ========================================================= On Sun, 2006-06-04 at 18:48 -0700, pw wrote: > Hello, > > I am using Garnome to build gnome on Mandrake Linux > 10.2. > > The build indicates that I require popt 1.5 or better > to continue the build. > > When I go to the fsf popt site I am referred to > > ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz > > > The FTP server is there but there are no directories > below /pub . > > Is there anywhere else I can get a valid source > for popt? > > Thanks > > Peter -- joseph_sacco [at] comcast [dot] net From cbarton@metavr.com Mon Jun 5 12:57:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E82E23B0941 for ; Mon, 5 Jun 2006 12:57:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15889-02 for ; Mon, 5 Jun 2006 12:57:27 -0400 (EDT) Received: from mail-ihug.icp-qv1-irony5.iinet.net.au (ihug-mail.icp-qv1-irony5.iinet.net.au [203.59.1.199]) by menubar.gnome.org (Postfix) with ESMTP id A01653B0940 for ; Mon, 5 Jun 2006 12:57:26 -0400 (EDT) Received: from 203-214-88-191.dyn.iinet.net.au (HELO [192.168.1.100]) ([203.214.88.191]) by mail-ihug.icp-qv1-irony5.iinet.net.au with ESMTP; 06 Jun 2006 00:57:24 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,211,1146412800"; d="scan'208"; a="788273094:sNHT21807728" Message-ID: <44846250.7010409@metavr.com> Date: Tue, 06 Jun 2006 02:56:48 +1000 From: Campbell Barton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: pw References: <44838D75.4000508@telus.net> In-Reply-To: <44838D75.4000508@telus.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.246 tagged_above=-999 required=2 tests=[AWL=0.353, BAYES_00=-2.599] X-Spam-Score: -2.246 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cbarton@metavr.com List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 16:57:30 -0000 Hey, I compile most stable garnome builds that are released ;) Id like to be able to compile without evalution, or epiphany- Bothe are big packages and since I use thunderbird and firefox its a lot of overhead I dont need. Also, I have had troubles compiling both.. Some Kind of minimal option would be nice. Also every time I build garnome (on Both Linux installs) - when building glib, I need to manually do and run ./configure --with-libiconv=gnu Otherwise it wont compile. - Realy a problem for glib but thaught Id mention anyhow, would be nice if it could auto detect this. Theres a few missing depancies exchange-data-server (needs OpenLDAP) gnome-panel (needs exchange-data-server) WHY?? - I removed from the makefile and gnome-panel compiled fine. without exchange. deskbar-applet (needs liboil) Cant recall the lib :/ (needs PyRex) From joseph_sacco@comcast.net Mon Jun 5 13:30:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C6BA63B0927 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17526-10 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by menubar.gnome.org (Postfix) with ESMTP id DB72C3B0668 for ; Mon, 5 Jun 2006 13:30:49 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc14) with SMTP id <2006060517304601400o1mege>; Mon, 5 Jun 2006 17:30:46 +0000 From: "Joseph E. Sacco, Ph.D." To: cbarton@metavr.com In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Mon, 05 Jun 2006 13:30:45 -0400 Message-Id: <1149528645.2858.26.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 (2.7.2.1-4) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.711 tagged_above=-999 required=2 tests=[AWL=-1.267, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.711 X-Spam-Level: Cc: garnome-list@gnome.org, pw Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 17:30:51 -0000 Campbell, You can "hide" an application from the build process by by prefixing the name of the application with a '.'. For example, desktop/evolution -> desktop/.evolution When you hide an application, you will also need to hide all other applications that explicitly depend upon it. -Joseph =========================================================== On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) > > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. > > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. > deskbar-applet (needs liboil) > Cant recall the lib :/ (needs PyRex) -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Mon Jun 5 14:44:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 053253B0964 for ; Mon, 5 Jun 2006 14:44:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22455-04 for ; Mon, 5 Jun 2006 14:44:08 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 9AA693B0905 for ; Mon, 5 Jun 2006 14:44:07 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k55Ii9ga001640; Mon, 5 Jun 2006 20:44:10 +0200 Message-ID: <44847B79.8000606@planet.nl> Date: Mon, 05 Jun 2006 20:44:09 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: guenther References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> In-Reply-To: <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.517 tagged_above=-999 required=2 tests=[AWL=-0.654, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -1.517 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 18:44:11 -0000 Hi Guenther, Thanks for the feedback. I'm glad to hear that I've not gone crazy alone ;-) with sourgeforge and their download procedures. I'll just keep on changing the makefiles if the downloads fails it's not a big deal. I'll try the latest snapshot to see how that one performs. Kindest regards, Stef guenther wrote: >On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > > > >>I'm finding 2 issues with the latest snapshot of garnome-daily >> >>1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version >>4.4. After changing the configure.in and configure scripts I could >>continue the compile process. >> >> > >Thanks, Stef. :) This has been corrected in both branches. Current >daily snapshots should work again. And we even released new tarballs for >both stable and unstable branch with this fixed. > >I really need more time for mailing lists... :/ > > > > >>2 The sourceforge.net download links are failing if I don't use an >>mirror site like belnet.dl.sourceforge.net for example. >> >> > >That's an sf.net issue we can do nothing about, unfortunately. The >download.sf.net server we use is supposed to pick a working mirror... > >Apparently this either was a temporary issue only, or it is somewhat >specific to your location/ISP. I just checked all sources we get from >sf.net, and it worked for me. > >(15 of 18 total tarballs from sf.net have been retrieved on the first >'make fetch' attempt, 2 tarballs needed a second attempt. The last >missing one was successful on the 4th go... Yes, it is commonly known >that sf.net pretty much sucks at this, but there are projects that are >available only on sf.net, unfortunately. [1]) > >...guenther > > >[1] We do switch to non sf.net servers (or more reliable servers, in > general) if at all possible. Recently being moved away from sf.net > are docbook-xml and libxklavier.) > > > From go@turix.com.ar Mon Jun 5 16:16:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B761E3B029D for ; Mon, 5 Jun 2006 16:16:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28247-04 for ; Mon, 5 Jun 2006 16:16:23 -0400 (EDT) Received: from marte.xmundo.net (marte.xmundo.net [201.216.232.12]) by menubar.gnome.org (Postfix) with ESMTP id AC2DD3B025B for ; Mon, 5 Jun 2006 16:16:22 -0400 (EDT) Received: from [192.168.0.222] (customer200-41.iplannetworks.net [200.61.176.41] (may be forged)) (authenticated bits=0) by marte.xmundo.net (8.12.11/8.12.11) with ESMTP id k55KGKBa020337 for ; Mon, 5 Jun 2006 17:16:20 -0300 Message-ID: <4484962B.1050907@turix.com.ar> Date: Mon, 05 Jun 2006 17:38:03 -0300 From: Gonzalo Odiard User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 Cc: garnome-list@gnome.org References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> In-Reply-To: <44847B79.8000606@planet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.37 tagged_above=-999 required=2 tests=[AWL=0.075, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.37 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 20:16:24 -0000 I have the same problem with sourceforge and not is a new problem. Gonzalo Odiard Stef van der Made escribió: > > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy > alone ;-) with sourgeforge and their download procedures. I'll just > keep on changing the makefiles if the downloads fails it's not a big > deal. > > I'll try the latest snapshot to see how that one performs. > > Kindest regards, > > Stef > > guenther wrote: > >> On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: >> >> >> >>> I'm finding 2 issues with the latest snapshot of garnome-daily >>> >>> 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to >>> version 4.4. After changing the configure.in and configure scripts I >>> could continue the compile process. >>> >> >> Thanks, Stef. :) This has been corrected in both branches. Current >> daily snapshots should work again. And we even released new tarballs for >> both stable and unstable branch with this fixed. >> >> I really need more time for mailing lists... :/ >> >> >> >> >>> 2 The sourceforge.net download links are failing if I don't use an >>> mirror site like belnet.dl.sourceforge.net for example. >>> >> >> That's an sf.net issue we can do nothing about, unfortunately. The >> download.sf.net server we use is supposed to pick a working mirror... >> >> Apparently this either was a temporary issue only, or it is somewhat >> specific to your location/ISP. I just checked all sources we get from >> sf.net, and it worked for me. >> >> (15 of 18 total tarballs from sf.net have been retrieved on the first >> 'make fetch' attempt, 2 tarballs needed a second attempt. The last >> missing one was successful on the 4th go... Yes, it is commonly known >> that sf.net pretty much sucks at this, but there are projects that are >> available only on sf.net, unfortunately. [1]) >> >> ...guenther >> >> >> [1] We do switch to non sf.net servers (or more reliable servers, in >> general) if at all possible. Recently being moved away from sf.net >> are docbook-xml and libxklavier.) >> >> >> > From pd@cipherfunk.org Mon Jun 5 21:06:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 463C33B0526 for ; Mon, 5 Jun 2006 21:06:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13901-02 for ; Mon, 5 Jun 2006 21:06:21 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id 08D7B3B0837 for ; Mon, 5 Jun 2006 21:06:20 -0400 (EDT) Received: (qmail 19894 invoked by uid 0); 6 Jun 2006 01:02:41 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Mon, 05 Jun 2006 18:02:41 -0700 From: Paul Drain To: garnome-list@gnome.org In-Reply-To: <44847B79.8000606@planet.nl> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> Content-Type: text/plain Organization: ::cipherfunk industries:: Date: Tue, 06 Jun 2006 11:07:57 +1000 Message-Id: <1149556077.29331.68.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.182 tagged_above=-999 required=2 tests=[AWL=0.417, BAYES_00=-2.599] X-Spam-Score: -2.182 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 01:06:24 -0000 On Mon, 2006-06-05 at 20:44 +0200, Stef van der Made wrote: > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy alone > ;-) with sourgeforge and their download procedures. I'll just keep on > changing the makefiles if the downloads fails it's not a big deal. > > I'll try the latest snapshot to see how that one performs. FWIW, this has been a problem ever since Sourceforge moved to the mirroring system script they use now -- everything's fine if all the mirrors sync up, but sometimes your .tar.gz will consist of a broken webpage when the redirection fails. It was one of the main reasons I used to host a bunch of files directly on the cipherfunk FTP site -- so people looking for things like docbook would no longer be 'trapped in the system' as it were. Regards, Paul From suryakiran.gullapalli@gmail.com Mon Jun 5 23:52:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0EF503B000A for ; Mon, 5 Jun 2006 23:52:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20778-03 for ; Mon, 5 Jun 2006 23:52:38 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by menubar.gnome.org (Postfix) with ESMTP id BC5683B00AE for ; Mon, 5 Jun 2006 23:52:37 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so2225453nzo for ; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VYoN+oVMUDftqAms7IToBFmTrUKIPBkOs4bJsuzjgorvzn7uLPAwcbj9LO/m98xqMkr2OqAduRetSPPBW0EXinttMoZRAs6TLtijHJWQDYRKNd3cCkq8ZsM8flj+Kbwjzq8AU9qvx0QitFQqCDPqBl/PU8ze3MPIDrkqxHK/7Xw= Received: by 10.36.19.13 with SMTP id 13mr7390724nzs; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Mon, 5 Jun 2006 20:52:36 -0700 (PDT) Message-ID: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Date: Tue, 6 Jun 2006 09:22:36 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2732_1312467.1149565956475" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.657 tagged_above=-999 required=2 tests=[AWL=-0.486, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077] X-Spam-Score: -1.657 X-Spam-Level: Subject: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 03:52:43 -0000 ------=_Part_2732_1312467.1149565956475 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying to build gnome using garnome-2.14.2. But gamin build fails. Here is the output . ========================== [===== NOW BUILDING: gamin-0.1.7 =====] install -d cookies/main.d install -d download install -d download/partial ==> Grabbing download/gamin-0.1.7.tar.gz ==> Trying file//files/gamin-0.1.7.tar.gz make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 ==> Trying file///nfs/skglnx/home/skg/Builds/gnome-2.14.2/gamin- 0.1.7.tar.gz ==> Grabbing download/python-path-fixes.diff ==> Trying file//files/python-path-fixes.diff [fetch] complete for gamin. ==> Running checksum on gamin-0.1.7.tar.gz 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz file gamin-0.1.7.tar.gz passes checksum test! ==> Running checksum on python-path-fixes.diff 19ff10882346340ed12244d3cc5ab96d download/python-path-fixes.diff file python-path-fixes.diff passes checksum test! [checksum] complete for gamin. install -d work/main.d ==> Extracting download/gamin-0.1.7.tar.gz [extract] complete for gamin. ==> Applying patch download/python-path-fixes.diff patching file configure.in [patch] complete for gamin. [fixup] complete for gamin. acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB ==> Running configure in work/main.d/gamin-0.1.7 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1 /bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3 checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed checking for egrep... grep -E checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ accepts -g... yes checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... gcc3 checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for library containing strerror... none required checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking gtk-doc version >= 1.0... yes checking for usleep... yes checking for setsid... yes checking for setenv... yes checking for putenv... yes checking for getlogin_r... yes checking for nanoseconds field of struct stat.st_mtim... tv_nsec ./configure: line 21414: syntax error near unexpected token `DAEMON,' ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 =================================== If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there. Can i safely ignore the warning message. ? and then there's a syntax error in configure script, again talking about glib. what am i doing wrong? Surya ------=_Part_2732_1312467.1149565956475 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying to build gnome using garnome-2.14.2. But gamin build fails.

Here is the output .

==========================
[===== NOW BUILDING:    gamin-0.1.7     =====]
install -d cookies/main.d
install -d download
install -d download/partial
 ==> Grabbing download/gamin-0.1.7.tar.gz
        ==> Trying file//files/gamin-0.1.7.tar.gz
make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1
        ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- 2.14.2/gamin-0.1.7.tar.gz
 ==> Grabbing download/python-path-fixes.diff
        ==> Trying file//files/python-path-fixes.diff
        [fetch] complete for gamin.
 ==> Running checksum on gamin-0.1.7.tar.gz
1a1991ffa749b7dc2cc0573d6a2867b8  download/gamin-0.1.7.tar.gz
file gamin-0.1.7.tar.gz passes checksum test!
 ==> Running checksum on python-path-fixes.diff
19ff10882346340ed12244d3cc5ab96d  download/python- path-fixes.diff
file python-path-fixes.diff passes checksum test!
        [checksum] complete for gamin.
install -d work/main.d
 ==> Extracting download/gamin-0.1.7.tar.gz
        [extract] complete for gamin.
 ==> Applying patch download/python-path-fixes.diff
patching file configure.in
        [patch] complete for gamin.
        [fixup] complete for gamin.
acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
 ==> Running configure in work/main.d/gamin-0.1.7
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc accepts -g... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3
checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed
checking for egrep... grep -E
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h.. . yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ accepts -g... yes
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... gcc3
checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag  works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for library containing strerror... none required
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking gtk-doc version >= 1.0... yes
checking for usleep... yes
checking for setsid... yes
checking for setenv... yes
checking for putenv... yes
checking for getlogin_r... yes
checking for nanoseconds field of struct stat.st_mtim... tv_nsec
./configure: line 21414: syntax error near unexpected token `DAEMON,'
./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)'
make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2
===================================

If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there.

Can i safely ignore the warning message. ?

and then there's a syntax error in configure script, again talking about glib.
what am i doing wrong?

Surya

------=_Part_2732_1312467.1149565956475-- From joseph_sacco@comcast.net Tue Jun 6 10:31:55 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 879353B0107 for ; Tue, 6 Jun 2006 10:31:55 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29002-07 for ; Tue, 6 Jun 2006 10:31:52 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id A7BAC3B012A for ; Tue, 6 Jun 2006 10:31:37 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060606143136m1100l78u6e>; Tue, 6 Jun 2006 14:31:36 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> References: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 10:31:34 -0400 Message-Id: <1149604294.12352.28.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.606 tagged_above=-999 required=2 tests=[AWL=-1.374, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -0.606 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:31:55 -0000 The python path hack deals with the situation were python-2.4.x is installed in a non-standard location. If python-2.4.x is installed under /usr/bin you can eliminate the hack: * copy Makefile Makefile- * edit Makefile - comment out line beginning with PATHFILES - comment out pre-configure section Otherwise, * build bootstrap/automake-1.9 * cd bootstrap/gamin - make cookieclean - make install -Joseph ============================================================================= On Tue, 2006-06-06 at 09:22 +0530, Surya Kiran Gullapalli wrote: > Hi, > I'm trying to build gnome using garnome-2.14.2. But gamin build fails. > > Here is the output . > > ========================== > [===== NOW BUILDING: gamin-0.1.7 =====] > install -d cookies/main.d > install -d download > install -d download/partial > ==> Grabbing download/gamin-0.1.7.tar.gz > ==> Trying file//files/gamin-0.1.7.tar.gz > make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 > ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- > 2.14.2/gamin-0.1.7.tar.gz > ==> Grabbing download/python-path-fixes.diff > ==> Trying file//files/python-path-fixes.diff > [fetch] complete for gamin. > ==> Running checksum on gamin-0.1.7.tar.gz > 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz > file gamin-0.1.7.tar.gz passes checksum test! > ==> Running checksum on python-path-fixes.diff > 19ff10882346340ed12244d3cc5ab96d download/python- path-fixes.diff > file python-path-fixes.diff passes checksum test! > [checksum] complete for gamin. > install -d work/main.d > ==> Extracting download/gamin-0.1.7.tar.gz > [extract] complete for gamin. > ==> Applying patch download/python-path-fixes.diff > patching file configure.in > [patch] complete for gamin. > [fixup] complete for gamin. > acinclude.m4:4: warning: underquoted definition of > AC_STRUCT_ST_MTIM_NSEC > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending% > 20aclocal > /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of > AM_PATH_GTK > /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of > AM_PATH_GLIB > ==> Running configure in work/main.d/gamin-0.1.7 > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking for > gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc accepts -g... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... > gcc3 > checking for a sed that does not truncate > output... /nfs/skglnx/home/skg/Packages/bin/sed > checking for egrep... grep -E > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h.. . yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking whether we are using the GNU C++ compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ accepts -g... yes > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... > gcc3 > checking how to run the C++ > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ -E > checking for g77... g77 > checking whether we are using the GNU Fortran 77 compiler... yes > checking whether g77 accepts -g... yes > checking the maximum length of command line arguments... 32768 > checking command to parse /usr/bin/nm -B output > from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static > flag works... yes > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > supports -fno-rtti -fno-exceptions... no > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to produce PIC... -fPIC > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC > flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g > ++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > option to produce PIC... -fPIC > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g > ++ PIC flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > appending configuration tag "F77" to libtool > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > checking for g77 option to produce PIC... -fPIC > checking if g77 PIC flag -fPIC works... yes > checking if g77 supports -c -o file.o... yes > checking whether the g77 linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking for library containing strerror... none required > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for ANSI C header files... (cached) yes > checking for a BSD-compatible install... /usr/bin/install -c > checking whether make sets $(MAKE)... (cached) yes > checking gtk-doc version >= 1.0... yes > checking for usleep... yes > checking for setsid... yes > checking for setenv... yes > checking for putenv... yes > checking for getlogin_r... yes > checking for nanoseconds field of struct stat.st_mtim... tv_nsec > ./configure: line 21414: syntax error near unexpected token `DAEMON,' > ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' > make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 > =================================== > > If you look at the beginning of the output, there's a warning message > from aclocal. Apparently, its trying to pick glib/gtk > from /usr/local/share path. But my gnome is not installed there. > > Can i safely ignore the warning message. ? > > and then there's a syntax error in configure script, again talking > about glib. > what am i doing wrong? > > Surya > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Tue Jun 6 16:33:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 999E13B0B52 for ; Tue, 6 Jun 2006 16:33:17 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20061-07 for ; Tue, 6 Jun 2006 16:33:16 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 0C2A13B0AE1 for ; Tue, 6 Jun 2006 16:33:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56KXDE9064909; Tue, 6 Jun 2006 14:33:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4484962B.1050907@turix.com.ar> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:33:12 +0200 Message-Id: <1149625992.8337.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:33:17 -0000 > > guenther wrote: [...] > >> That's an sf.net issue we can do nothing about, unfortunately. The > >> download.sf.net server we use is supposed to pick a working mirror... On Mon, 2006-06-05 at 17:38 -0300, Gonzalo Odiard wrote: > I have the same problem with sourceforge and not is a new problem. Exactly. :) Simply trying again (aka "insisting" ;) already solves the sf.net download issue in almost all cases. The "broken HTML" issue being the notable exception. But I only rarely saw that one myself... Since most of the tarballs we still need to fetch from sf.net tend to not be updated often, a GARCHIVEDIR helps preventing these issues even for new G(AR)NOME releases. Also, I'd like to take this opportunity to introduce a pretty handy 'make' option: -C Without the need to cd to a dir and back again later, just use a command like this to (in this example) insist on downloading the latest gaim release: $ make -C fifth-toe/gaim/ fetch Have fun... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 16:39:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2EA9D3B09D4 for ; Tue, 6 Jun 2006 16:39:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20599-08 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 127CD3B02A9 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56Kd5mL065246; Tue, 6 Jun 2006 14:39:06 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149556077.29331.68.camel@localhost.localdomain> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <1149556077.29331.68.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:39:04 +0200 Message-Id: <1149626345.8337.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:39:09 -0000 On Tue, 2006-06-06 at 11:07 +1000, Paul Drain wrote: > FWIW, this has been a problem ever since Sourceforge moved to the > mirroring system script they use now -- everything's fine if all the > mirrors sync up, but sometimes your .tar.gz will consist of a broken > webpage when the redirection fails. > > It was one of the main reasons I used to host a bunch of files directly > on the cipherfunk FTP site -- so people looking for things like docbook > would no longer be 'trapped in the system' as it were. Yeah, unfortunately we can not do this with our w.g.o accounts. Well, we could, but we really shouldn't. ;) FWIW, besides using other mirrors wherever we can, we are currently pondering some fallback ideas for such and similar cases... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 17:26:38 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0A2B23B00BC for ; Tue, 6 Jun 2006 17:26:38 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23080-02 for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 575653B007E for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56LQXLm068078; Tue, 6 Jun 2006 15:26:34 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 23:26:32 +0200 Message-Id: <1149629192.8337.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 21:26:38 -0000 On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) Thanks, great to hear. :) > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. You easily can disable packages, that you don't want. As Joseph already mentioned, renaming the dir (like epiphany) with a leading dot will do. This is the way to easily get it back in case something else depends on it. (Yes, if there are no lurking deps, you can remove those garballs just as well.) Both Epiphany and Evolution are pretty safe to remove. Note though, that out of the box there are two deps on Epiphany: epiphany-extensions and gwget, both in geektoys. Not an issue if you don't want neither of them. ;) In the Evolution case, there are some other circumstances, too. Mail-notification is the only app that depends on Evo itself, due to the usual use case for MN. Anyway, that could easily be changed if you want MN without the Evo integration. If you do not build Evo, you can safely drop the following garballs too, since they are used by Evo only (all in the desktop/ meta-garball): gtkhtml, libsoup, evolution-webcal, evolution-exchange. However, you can *not* simply opt out of evolution-data-server (see below). Regarding the "minimal" option: I'm sorry, but we won't do that. The most obvious reason: GARNOME is a build utility for the GNOME Desktop -- and Evolution and Epiphany are officially part of GNOME. Another reason is: What to include in the minimal option? Some don't like Epiphany, some don't want Evolution, some don't need Ekiga, dasher, etc... > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) One of the external deps we can not provide. You should install it system wide, if possible. Or edit the evolution-data-server/Makefile and get rid of the --with-openldap option in the CONFIGURE_ARGS. > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. *evolution*-data-server :) Unlike Evolution itself, there are a few apps in the official Desktop stack and extra packages that depend on evolution-data-server. e-d-s has been split up from Evo for that very reason, providing a common backend used across multiple apps sharing the same user data. In the case of gnome-panel, the clock applet actually features integrated Calendar and Tasks and depends on e-d-s for that. Apart from gnome-panel, there is a contact-lookup-applet part of GNOME, that queries your Address Books. Ekiga and Gaim (can) use these Address Books as well. Since our aim is to provide the GNOME Desktop, we sure want this integration to be built out of the box, without any manual tweaking by the user. Thus the LIBDEPS for apps, that optionally support features using other parts of the Desktop. For them to be built, we need to make sure the dependencies are built already. > deskbar-applet (needs liboil) Provided by GARNOME in bootstrap/ for those systems, that don't ship with the required version, since it is a pretty recent one. $ make -C bootstrap/liboil install Also, I believe this is control-center rather than deskbar-applet. ;) And no, please do not ask me what the control-center needs a highly optimized lib for... > Cant recall the lib :/ (needs PyRex) Yes. One of the external deps we can not provide. You should install it system wide, if possible. Hope this explains why. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 18:43:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CA5AE3B00E6 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26787-04 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from priv-edmwes33.telusplanet.net (defout.telus.net [204.209.205.55]) by menubar.gnome.org (Postfix) with ESMTP id 8E2A23B0124 for ; Tue, 6 Jun 2006 18:43:19 -0400 (EDT) Received: from priv-edmwaa06.telusplanet.net ([205.206.110.253]) by priv-edmwes33.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060606224318.TOWX21883.priv-edmwes33.telusplanet.net@priv-edmwaa06.telusplanet.net> for ; Tue, 6 Jun 2006 16:43:18 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edmwaa06.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id E35BV4DGV2 for ; Tue, 6 Jun 2006 16:43:17 -0600 (MDT) Date: Tue, 6 Jun 2006 16:43:07 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.445 tagged_above=-999 required=2 tests=[AWL=-1.797, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.445 X-Spam-Level: Subject: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:43:21 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpIaQ0KVGhl IGJ1aWxkIGlzIGZhaWxpbmcgYmVjYXVzZSBpdCBjYW4ndCBmaW5kIHRoZSB2ZXJzaW9uIHJlcXVl c3RlZC4gVGhlDQpyZWFzb24gZm9yIHRoYXQgaXMgYmVjYXVzZSBuZXcgdmVyc2lvbnMgaGF2ZSBi ZWVuIHJlbGVhc2VkOg0KDQpla2lnYS0yLjAuMi50YXIuZ3oNCm9wYWwtMi4yLjIudGFyLmd6DQpw d2xpYi0xLjEwLjEudGFyLmd6DQoNCkkgdGhpbmsgcHdsaWIgaXMgdGhlIHNhbWUgdmVyc2lvbiBi dXQgYm90aCBvcGFsIGFuZCBla2lnYSBhcmUgbmV3ZXIuDQoNCkkndmUgZCdsb2FkZWQgdGhlIHNv dXJjZXMgYXMgd2VsbCBhcyBycG1zIGZvciBteSBkaXN0cm8gKEZDNSkuIElmIEkgaW5zdGFsbA0K dGhlIHJwbXMgaXQncyBub3QgcmVhbGx5IGdvaW5nIHRvIGRvIG11Y2ggZm9yIGdhcm5vbWUgaXMg aXQ/IElmIG5vdCwgd2hhdA0KZmlsZXMgZG8gSSBuZWVkIHRvIG1vZGlmeSB0byBsb29rIGZvciB0 aGUgbmV3ZXIgZmlsZXMgYWxyZWFkeSBkb3dubG9hZGVkPw0KDQpUaGFua3MhDQpNeWxlcw0KLSAt LSANCk5vIGdyb3VwIG9mIHByb2Zlc3Npb25hbHMgbWVldHMgZXhjZXB0IHRvIGNvbnNwaXJlIGFn YWluc3QgdGhlIHB1YmxpYyBhdA0KbGFyZ2UuIC0tIE1hcmsgVHdhaW4NCi0tLS0tQkVHSU4gUEdQ IFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4 REJRRkVoZ1VCZjhFMStPL0pxNVlSQXR3N0FKOWp6RFhtOGFOMkNEb252blRNN25OMlR4TXNhd0Nl THhMWQ0KOUpMYW02TDgwVWliR0d5eHJYZnpEbDQ9DQo9NHpTeQ0KLS0tLS1FTkQgUEdQIFNJR05B VFVSRS0tLS0tDQo= From guenther@rudersport.de Tue Jun 6 18:52:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E65F13B0327; Tue, 6 Jun 2006 18:52:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27370-08; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 80BCF3B02AB; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56MpvdM073205; Tue, 6 Jun 2006 16:51:58 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: References: Content-Type: text/plain Date: Wed, 07 Jun 2006 00:51:56 +0200 Message-Id: <1149634316.10273.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Cc: gnome-list@gnome.org Subject: Re: [FYI] build interactively X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:52:01 -0000 [ Please do not cross-post, unless you really have to. ] > garnome-2.14.0 composed of 267 packages, > and there are complicate dependencies between different libs. Yes, apart from the official GNOME Desktop and Developer Platform, GARNOME ships with "a host of third-party GNOME packages, Bindings and the Mono(tm) Platform", as mentioned in the release announcements. :) Anyway, please note: The additional packages are optional. When using GARNOME, you are free to build or not build them. > usually not all of them are wanted, > in case garnome is to be built from scratch, > here is the order to take to avoid depency problem. Thanks for your work, I guess. Though you really do not need to care about those deps, since resolving the deps is an important part about GARNOME. It takes care of them for you. > information extracted from garname Makefile's `LIBDEPS=' directive. Exactly that's where the deps are defined. > there seem to be recursive dependencies defined in `LIBDEPS+=' > directive, dependency introduced by these directives are not listed > here. No. That's not recursion. The "LIBDEPS +=" apply some deps by build magic, gathering from your environment if a particular dep needs to be built or is satisfied already. > also some other libs required but not included in garnome, like > libexif etc. you want to build them as needed. Yup. Unfortunately we can not ship with every dependency. Those deps are detailed in the README and should be provided by your distro. > here is the list, the whole build process divided into 19 round, libs > in round 2 depend on libs in round 1, round 3 depend on 2, maybe also > depend on 1, and so on. [ list snipped ] Note that this includes *everything*, even matchbox, which typically is not built. Actually, rather than "19 rounds", this all boils down to *one* single command when using GARNOME: $ make install ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 19:49:32 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4FA333B012A for ; Tue, 6 Jun 2006 19:49:32 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30347-06 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B7F043B0344 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56NnP2T076758; Tue, 6 Jun 2006 17:49:26 -0600 (MDT) From: guenther To: Myles Green In-Reply-To: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 01:49:23 +0200 Message-Id: <1149637764.10273.36.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 23:49:32 -0000 On Tue, 2006-06-06 at 16:43 -0600, Myles Green wrote: > The build is failing because it can't find the version requested. The > reason for that is because new versions have been released: > > ekiga-2.0.2.tar.gz > opal-2.2.2.tar.gz > pwlib-1.10.1.tar.gz Crap. :-( Looks like you are totally right, dude. Rather that *adding* a new release, it seems the old opal and pwlib source tarballs actually have been removed. What an unfriendly and stupid way... (Only ekiga itself still is available, since it is hosted on f.g.o, but the releases hosted on ekiga.org have vanished.) > I think pwlib is the same version but both opal and ekiga are newer. > > I've d'loaded the sources as well as rpms for my distro (FC5). If I install > the rpms it's not really going to do much for garnome is it? If not, what > files do I need to modify to look for the newer files already downloaded? I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your download and build pleasure. You can find them here: http://gnome.org/~kbrae/garnome/ You now have quite a few options how to proceed. * Manually download opal and pwlib and stick them in the download/ dir in bootstrap/opal/ and bootstrap/pwlib respectively (or your GARCHIVEDIR, if you use it). * Adjust the MASTER_SITES line in the Makefile for bootstrap/opal/ and bootstrap/pwlib/ to simply point to the URL mentioned above. * Bump the versions of opal, pwlib and probably ekiga (including correcting the checksums). This unfortunately would mean, that you also need to adjust the MASTER_SITES for ekiga -- since 2.0.2 hasn't been uploaded to f.g.o yet. You can find the relevant changes Joseph did just today in viewcvs: http://cvs.gnome.org/viewcvs/garnome/ HTH ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 23:20:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 36E613B025E for ; Tue, 6 Jun 2006 23:20:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07838-08 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnes09.telusplanet.net (outbound02.telus.net [199.185.220.221]) by menubar.gnome.org (Postfix) with ESMTP id 609E93B0119 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes09.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607032049.KBGV28773.priv-edtnes09.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Tue, 6 Jun 2006 21:20:49 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id A7XGCPJFHR for ; Tue, 6 Jun 2006 21:20:48 -0600 (MDT) Date: Tue, 6 Jun 2006 21:20:43 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149637764.10273.36.camel@monkey.loc> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.174 tagged_above=-999 required=2 tests=[AWL=-1.526, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.174 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 03:20:53 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDAxOjQ5OjIzICswMjAwDQpndWVudGhlciA8Z3VlbnRoZXJAcnVkZXJzcG9y dC5kZT4gd3JvdGU6DQoNCj4gIFlvdSBjYW4gZmluZCB0aGUgcmVsZXZhbnQgY2hhbmdlcyBKb3Nl cGggZGlkIGp1c3QgdG9kYXkgaW4gdmlld2N2czoNCj4gICBodHRwOi8vY3ZzLmdub21lLm9yZy92 aWV3Y3ZzL2dhcm5vbWUvDQoNCk9vb3BzLCBsb29rcyBsaWtlIG15IGxhc3QgcmVwbHkgd2FzIHNl bnQgb25seSB0byBHdWVudGhlciwgc29ycnkgYWJvdXQNCnRoYXQuIEkgc2VlIEpvc2VwaCBmaXhl ZCB0aGluZ3MgdXAgaW4gQ1ZTLCBhcmUgdGhlcmUgaW5zdHJ1Y3Rpb25zIHNvbWV3aGVyZQ0Kb24g aG93IHRvIGdldC91c2UgdGhlIGN2cyB2ZXJzaW9uPyANCg0KVGhhbmtzLCBNeWxlcw0KLSAtLSAN CkhlIHdobyBmZWFycyB0aGUgdW5rbm93biBtYXkgb25lIGRheSBmbGVlIGZyb20gaGlzIG93biBi YWNrc2lkZS4NCgkJLS0gU2luYmFkDQotLS0tLUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0tLQ0KVmVy c2lvbjogR251UEcgdjEuNC4zIChHTlUvTGludXgpDQoNCmlEOERCUUZFaGtZTWY4RTErTy9KcTVZ UkFucmRBS0MvbHE5MWtmL1EydFNJS2dRRjJESERpN1p6cndDYUFwMXcNCnVPOG90QzIrN3plTjEw QWF5VHg5M1lZPQ0KPXFneXINCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From joseph_sacco@comcast.net Wed Jun 7 08:18:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C1EA13B0CB4 for ; Wed, 7 Jun 2006 08:18:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10686-03 for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id 2D6303B08CC for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060607121808m1100l743re>; Wed, 7 Jun 2006 12:18:08 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 08:18:07 -0400 Message-Id: <1149682687.25628.47.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.645 tagged_above=-999 required=2 tests=[AWL=-1.336, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.645 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 12:18:11 -0000 Short term solution -------------------- * Examine the GAR Makefile in CVS and make the appropriate changes to your local makefiles * For each app: run 'make makesum' , which will fetch the tarball and update the checksum you are good to go Longer term solution -------------------- Pull down a copy of GARNOME CVS http://www.gnome.org/projects/garnome/devel.html Once you have done this, you can easily update by running cvs update -dP -Joseph ======================================================================== On Tue, 2006-06-06 at 21:20 -0600, Myles Green wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wed, 07 Jun 2006 01:49:23 +0200 > guenther wrote: > > > You can find the relevant changes Joseph did just today in viewcvs: > > http://cvs.gnome.org/viewcvs/garnome/ > > Ooops, looks like my last reply was sent only to Guenther, sorry about > that. I see Joseph fixed things up in CVS, are there instructions somewhere > on how to get/use the cvs version? > > Thanks, Myles > - -- > He who fears the unknown may one day flee from his own backside. > -- Sinbad > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (GNU/Linux) > > iD8DBQFEhkYMf8E1+O/Jq5YRAnrdAKC/lq91kf/Q2tSIKgQF2DHDi7ZzrwCaAp1w > uO8otC2+7zeN10AayTx93YY= > =qgyr > -----END PGP SIGNATURE----- -- joseph_sacco [at] comcast [dot] net From rmg57@telus.net Wed Jun 7 09:48:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 6FCC63B0407 for ; Wed, 7 Jun 2006 09:48:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17730-03 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 2A7283B02C0 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607134808.BYYK19483.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Wed, 7 Jun 2006 07:48:08 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id 62NT9SHCXJ for ; Wed, 7 Jun 2006 07:48:02 -0600 (MDT) Date: Wed, 7 Jun 2006 07:47:45 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060607074745.27b55c9e@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.014 tagged_above=-999 required=2 tests=[AWL=-1.366, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.014 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 13:48:13 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDA4OjE4OjA3IC0wNDAwDQoiSm9zZXBoIEUuIFNhY2NvLCBQaC5ELiIgPGpv c2VwaF9zYWNjb0Bjb21jYXN0Lm5ldD4gd3JvdGU6DQoNCj4gU2hvcnQgdGVybSBzb2x1dGlvbg0K PiAtLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPiAqIEV4YW1pbmUgdGhlIEdBUiBNYWtlZmlsZSBpbiBD VlMgYW5kIG1ha2UgdGhlIGFwcHJvcHJpYXRlIGNoYW5nZXMgdG8NCj4geW91ciBsb2NhbCBtYWtl ZmlsZXMNCj4gKiBGb3IgZWFjaCBhcHA6DQo+IHJ1biAnbWFrZSBtYWtlc3VtJyAsIHdoaWNoIHdp bGwgZmV0Y2ggdGhlIHRhcmJhbGwgYW5kIHVwZGF0ZSB0aGUNCj4gY2hlY2tzdW0NCj4gDQo+IHlv dSBhcmUgZ29vZCB0byBnbw0KPiANCj4gDQo+IExvbmdlciB0ZXJtIHNvbHV0aW9uDQo+IC0tLS0t LS0tLS0tLS0tLS0tLS0tDQo+IFB1bGwgZG93biBhIGNvcHkgb2YgR0FSTk9NRSBDVlMNCj4gDQo+ ICAgICAgICAgaHR0cDovL3d3dy5nbm9tZS5vcmcvcHJvamVjdHMvZ2Fybm9tZS9kZXZlbC5odG1s DQo+IA0KPiBPbmNlIHlvdSBoYXZlIGRvbmUgdGhpcywgeW91IGNhbiBlYXNpbHkgdXBkYXRlIGJ5 IHJ1bm5pbmcNCj4gDQo+ICAgICAgICAgY3ZzIHVwZGF0ZSAtZFANCg0KTXVjaCBhcHByZWNpYXRl ZCwgdGhhbmtzIQ0KDQpNeWxlcw0KLSAtLSANCkNvbmZlc3MgeW91ciBzaW5zIHRvIHRoZSBMb3Jk IGFuZCB5b3Ugd2lsbCBiZSBmb3JnaXZlbjsNCmNvbmZlc3MgdGhlbSB0byBtYW4gYW5kIHlvdSB3 aWxsIGJlIGxhdWdoZWQgYXQuDQoJCS0tIEpvc2ggQmlsbGluZ3MNCi0tLS0tQkVHSU4gUEdQIFNJ R05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4REJR RkVodGtHZjhFMStPL0pxNVlSQXM2TkFLQ1Fqb1BLWlJQakNxWXhFUHQ5V2U2L29KdXZvQUNnbjNJ Vg0KMVpWc3R4TW9hNVlTZEJKT3IvUFIwNjg9DQo9cTdwUw0KLS0tLS1FTkQgUEdQIFNJR05BVFVS RS0tLS0tDQo= From guenther@rudersport.de Wed Jun 7 17:15:39 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 38E213B0310 for ; Wed, 7 Jun 2006 17:15:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15300-02 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id AF07D3B0135 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LFYww070287; Wed, 7 Jun 2006 15:15:35 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:15:33 +0200 Message-Id: <1149714933.8383.60.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: Myles Green Subject: ekiga, opal, pwlib (was: Re: Building opal fails - garnome-2.15.2.2) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:15:39 -0000 Note: If you found this post cause you are having download issues for ekiga, opal or pwlib, see the following links. The first one is the original post, the latter is the solution for this issue: http://mail.gnome.org/archives/garnome-list/2006-June/msg00023.html http://mail.gnome.org/archives/garnome-list/2006-June/msg00025.html Right, you replied to me only, Myles. ;) On Tue, 2006-06-06 at 21:03 -0600, Myles Green wrote: > > I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your > > download and build pleasure. You can find them here: > > > > http://gnome.org/~kbrae/garnome/ > > > > > > You now have quite a few options how to proceed. > > Thanks Guenther, I've chosen the first option as it sounds like the easiest > with less work :-D > > I don't understand why the ekiga people chose completely replace the old > versions either; doesn't make any sense. At any rate I just wanted to give > you guys a heads up on the problem and inform you of my findings. > > Thanks again! I'm off to re-start that build now. Sure, and we really appreciate the heads-up. :) Some follow up notes on this issue: The ekiga folks actually did not remove the old releases. They just happen to use a pretty bad way to grab source tarballs, which seems to not be discussed on the web site. Turns out all old releases still are available, if you use some special (not browsable) link, with the ekiga version in it. Exactly that corresponding ekiga version the particular opal and pwlib version has been released for... This is fixed in CVS (both gnome-2-14 branch and HEAD) already to point to the correct places which are not going to change. Also, I am currently working with the ekiga team and and the GNOME release team to host opal and pwlib on f.g.o, too. Once this is done, there will no special treatment be required any longer and this issue will be fixed for good. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Wed Jun 7 17:20:10 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 065893B0DC4 for ; Wed, 7 Jun 2006 17:20:10 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15559-06 for ; Wed, 7 Jun 2006 17:20:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id E0FAE3B0C49 for ; Wed, 7 Jun 2006 17:20:03 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LK1FS070551; Wed, 7 Jun 2006 15:20:02 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:20:00 +0200 Message-Id: <1149715200.8383.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:20:10 -0000 > Longer term solution > -------------------- > Pull down a copy of GARNOME CVS > > http://www.gnome.org/projects/garnome/devel.html > > Once you have done this, you can easily update by running > > cvs update -dP Though of course you still will have to 'make clean' and 'make install' the garballs that have been updated. ;) FWIW, redirecting cvs update output to a file and using a tiny bit of shell magic on the results to automate re-building updated tarballs only makes this pretty easy... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From suryakiran.gullapalli@gmail.com Thu Jun 8 01:11:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0FE043B0529 for ; Thu, 8 Jun 2006 01:11:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07930-07 for ; Thu, 8 Jun 2006 01:11:50 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by menubar.gnome.org (Postfix) with ESMTP id EC2423B04D0 for ; Thu, 8 Jun 2006 01:11:49 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so388514nzo for ; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ePvfSqYVxKt73WxOHRrzhDm3s2MU1aW4xLOqFTFiBANo/2qX2uPvM8SUhRAQun8IJWj23vxQaBrpfeOAG91Ess1Ct2o6T/92/WXokY43iuaOk1GCeIKRD15LV/SA2fKl+0N0odHvAFystMdifbh+axRz23PRhOAnBB4oWl2LxOY= Received: by 10.36.120.20 with SMTP id s20mr1821652nzc; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 22:11:49 -0700 (PDT) Message-ID: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> Date: Thu, 8 Jun 2006 10:41:49 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6299_12664175.1149743509204" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.939 tagged_above=-999 required=2 tests=[AWL=-0.135, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -1.939 X-Spam-Level: Subject: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 05:11:51 -0000 ------=_Part_6299_12664175.1149743509204 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm building garnome 2.14.2 and the build fails in building libgda. The error it shows is ====================== /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs' make[7]: *** [gda-xbase-database.lo] Error 1 make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' ====================== I've faced this problem in garnome 2.14.1 also. Surya ------=_Part_6299_12664175.1149743509204 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya
------=_Part_6299_12664175.1149743509204-- From bugzilla@gnome.org Thu Jun 8 02:54:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EBF7F3B0571 for ; Thu, 8 Jun 2006 02:54:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13079-01 for ; Thu, 8 Jun 2006 02:54:28 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id D8B513B0579 for ; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 7CA576CC0C8; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: GARNOME X-Bugzilla-Severity: blocker Content-Disposition: inline X-Bugzilla-Reason: QAcontact X-Bugzilla-Component: general X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.14.x Content-Transfer-Encoding: 8bit From: "GARNOME (bugzilla.gnome.org)" Message-Id: <20060608065427.7CA576CC0C8@window.gnome.org> Date: Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.34 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.018, BAYES_00=-2.599, TW_BG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.34 X-Spam-Level: Subject: [Bug 342220] libgda fails during compilation X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:54:31 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=342220 GARNOME | general | Ver: 2.14.x ------- Comment #1 from Surya Kiran 2006-06-08 06:54 UTC ------- The Same build problem occurs with garnome 2.14.2 also. This time I'm using gcc-4.1.1. I'm unable to proceed further. Could somebody please let me know what am i doing wrong ? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. From suryakiran.gullapalli@gmail.com Thu Jun 8 02:56:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DA8F13B0582 for ; Thu, 8 Jun 2006 02:56:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13062-08 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by menubar.gnome.org (Postfix) with ESMTP id 8BD5F3B0579 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 13so354520nzn for ; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ft/69kBOKHONlaz75vCUJXhZKw7Hdj4JNiCMmeAfjl8+5F9wiJkIIQU0kc+cGTmkJWxlbsAsZWFFewiqK8Khm2zZFQDlEHZZFB23KrcSsw8lr0Z9uWzrUha7klxoLnaXT+QLP4jPNqxHEqdgsGkkzYCmvKs47jqgXC7zu61ryqU= Received: by 10.37.22.49 with SMTP id z49mr1917640nzi; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 23:56:29 -0700 (PDT) Message-ID: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Date: Thu, 8 Jun 2006 12:26:29 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6863_20937453.1149749789722" References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.141 tagged_above=-999 required=2 tests=[AWL=0.084, BAYES_00=-2.599, HTML_30_40=0.374, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -2.141 X-Spam-Level: Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:56:34 -0000 ------=_Part_6863_20937453.1149749789722 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220. Surya On 6/8/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm building garnome 2.14.2 and the build fails in building libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on > member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 > /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > Surya > ------=_Part_6863_20937453.1149749789722 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220.
Surya

On 6/8/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya

------=_Part_6863_20937453.1149749789722-- From joseph_sacco@comcast.net Thu Jun 8 11:14:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4B8D13B0093 for ; Thu, 8 Jun 2006 11:14:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14613-10 for ; Thu, 8 Jun 2006 11:14:42 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id D97A03B09F4 for ; Thu, 8 Jun 2006 11:14:39 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060608151438m1500lag1ne>; Thu, 8 Jun 2006 15:14:38 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Content-Type: text/plain Date: Thu, 08 Jun 2006 11:14:37 -0400 Message-Id: <1149779677.22010.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.254 tagged_above=-999 required=2 tests=[AWL=0.268, BAYES_00=-2.599, TW_BG=0.077] X-Spam-Score: -2.254 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 15:14:46 -0000 Surya, The error indicates that there is an issue with the include files, /usr/include/xbase, which is a distro issue. That being said, what can be done??? (1) check if your distro has any updates for xbase if so, update and try a clean build of libgda. (2) build libgda without xbase support edit the GAR Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-xbase -Joseph =========================================================================== On Thu, 2006-06-08 at 12:26 +0530, Surya Kiran Gullapalli wrote: > I've already entered this bug in bugzilla in garnome module. The Bug > number is 342220. > Surya > > On 6/8/06, Surya Kiran Gullapalli > wrote: > Hi, > I'm building garnome 2.14.2 and the build fails in building > libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification > 'xbNtx::' on member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory > `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > > Surya > > -- joseph_sacco [at] comcast [dot] net From zhangchanglin@yahoo.com Fri Jun 9 03:19:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 3AC8E3B0362 for ; Fri, 9 Jun 2006 03:19:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03463-03 for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: from web55006.mail.re4.yahoo.com (web55006.mail.re4.yahoo.com [206.190.58.140]) by menubar.gnome.org (Postfix) with SMTP id 2F6D63B009A for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: (qmail 23367 invoked by uid 60001); 9 Jun 2006 07:19:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2jGO1TeaI/DrPdNOGPZDf//tWBlfxlzYm8w+i56ZWGzlUvRLnMqDJiziB4QkvWDOXjgtr2JmUnjhOqow3qYcVkzcMnMvxbZebEKroaD62bvbyg7j5R1R4gwOPOA9nOAcOJBfTISN9KJbXPcqBEUHobRfOREvivlOxSpjNPcdxbI= ; Message-ID: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Received: from [194.237.142.11] by web55006.mail.re4.yahoo.com via HTTP; Fri, 09 Jun 2006 00:19:39 PDT Date: Fri, 9 Jun 2006 00:19:39 -0700 (PDT) From: zhang changlin To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.034 tagged_above=-999 required=2 tests=[AWL=-1.986, BAYES_40=-0.185, DNS_FROM_RFC_ABUSE=0.2, DNS_FROM_RFC_WHOIS=1.447, RCVD_IN_BL_SPAMCOP_NET=1.558] X-Spam-Score: 1.034 X-Spam-Level: * Subject: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:19:41 -0000 Hi, I'm a user of Solaris 5.8, I'm not a root. I tried to install GNOME 2.14 by using GARNOME. >cd desktop >make paranoid-install ... [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. /bin/sh: test: argument expected make[1]: *** [fixuplibtool] Error 1 ... I googled the problem, it looks like the /bin/sh of Solaris is not bash, but the scripts of GARNOME assumes it is. I found no answer to this problem in Google. Can anyone help? Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From suryakiran.gullapalli@gmail.com Fri Jun 9 03:37:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 283E73B009A for ; Fri, 9 Jun 2006 03:37:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04197-01 for ; Fri, 9 Jun 2006 03:37:11 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by menubar.gnome.org (Postfix) with ESMTP id 14D283B00C3 for ; Fri, 9 Jun 2006 03:37:10 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so703160nzo for ; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lovM6wFmNNCgXUiucyXNhOcio+26q3hf6k0IxIecV3bEom3Z4sJvsBCplASf8QsH9TlRNllEV5HqDwxMvDfGg+UJBaC8DO9L3K6w0tLlMiwFLdV6sknpMafZ/oy8quyZFEdTJfS5uZndZSaJBaHOXBdwVU9Sm1dQA+NcaVLgOP4= Received: by 10.36.77.20 with SMTP id z20mr3599049nza; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:37:10 -0700 (PDT) Message-ID: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> Date: Fri, 9 Jun 2006 13:07:10 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6567_8517774.1149838630370" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.56 tagged_above=-999 required=2 tests=[AWL=-0.487, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.56 X-Spam-Level: Subject: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:37:13 -0000 ------=_Part_6567_8517774.1149838630370 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension. I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then. I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error. What is the fix for this. Thanks, Surya ------=_Part_6567_8517774.1149838630370 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya
------=_Part_6567_8517774.1149838630370-- From suryakiran.gullapalli@gmail.com Fri Jun 9 03:52:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 400E03B00DF for ; Fri, 9 Jun 2006 03:52:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05075-09 for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by menubar.gnome.org (Postfix) with ESMTP id 997553B010A for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id z3so646538nzf for ; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XhOcTuHLnjC/r0O8R0P2v+aangi6BPSnIxbkJb+9xvxdG9Xs3Ra466hdLPK5V9QSWwdxnv481o+YmDLn04RxU8u6zb45U6VgRJ2x6g59Tp13lP/mrFZHNHbxaPtbm3Ts83rIXLnKt9XONjQOcqI6aNFMYbv/y5MhZ5ejn7iJ6SM= Received: by 10.36.126.17 with SMTP id y17mr3612077nzc; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:52:16 -0700 (PDT) Message-ID: <3462bcdb0606090052j1b1ac81cn47d8807a57b42783@mail.gmail.com> Date: Fri, 9 Jun 2006 13:22:16 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6675_30965181.1149839536760" References: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.961 tagged_above=-999 required=2 tests=[AWL=-0.033, BAYES_00=-2.599, HTML_40_50=0.496, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.961 X-Spam-Level: Subject: Re: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:52:29 -0000 ------=_Part_6675_30965181.1149839536760 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong. Sorry for the trouble. Surya On 6/9/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must > not build firefox with typeaheadfind extension. > > I've faced the same problem with gnome 2.14.0 then i was told to set > LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- > 1.5.0.1 then. > > I've done similar environment setup here. this time it is firefox-1.5.0.3. > Even then it was showing the same error. > > > What is the fix for this. > Thanks, > Surya > ------=_Part_6675_30965181.1149839536760 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong.
Sorry for the trouble.
Surya

On 6/9/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya

------=_Part_6675_30965181.1149839536760-- From Martin.Ward@tsubaki.co.uk Fri Jun 9 07:29:40 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id F16A13B0099 for ; Fri, 9 Jun 2006 07:29:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19192-04 for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by menubar.gnome.org (Postfix) with ESMTP id A52D33B006A for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from mailgate.tsubaki.co.uk ([195.173.213.3]) by anchor-post-30.mail.demon.net with esmtp (Exim 4.42) id 1FofBI-000Mlv-0V for garnome-list@gnome.org; Fri, 09 Jun 2006 11:29:36 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C68BB7.FC92D75C" Date: Fri, 9 Jun 2006 12:29:27 +0100 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 2.14.2.1 compile error - javadoc Thread-Index: AcaLt/eeQ8WLtT5tQVSPZNmWsIsXSg== From: "Martin Ward" To: X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.241 tagged_above=-999 required=2 tests=[AWL=-1.243, BAYES_50=0.001, HTML_MESSAGE=0.001] X-Spam-Score: -1.241 X-Spam-Level: Subject: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 11:29:40 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello friends, Can someone help please? Trying to build the new release of 2.142. I = get the following: =09 error: no acceptable javadoc generator found in $PATH Whilst checking environment pre-requisites for build of glib-java. Where can I find an "acceptable javadoc genersator" ?? Best Regards/ Cordialement / Mit freundlichen Gru=DFen,=20 Martin Ward Nottingham , UK ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 2.14.2.1 compile error - javadoc

Hello = friends,

Can someone help = please?   Trying to build the new release of 2.142. I get the = following:
       =20
error: no = acceptable javadoc generator found in $PATH

Whilst checking = environment  pre-requisites for build of glib-java.

Where can I find an = "acceptable javadoc genersator" ??


Best Regards/ = Cordialement / Mit freundlichen Gru=DFen,
Martin Ward

Nottingham , = UK

------_=_NextPart_001_01C68BB7.FC92D75C-- From joseph_sacco@comcast.net Fri Jun 9 10:00:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E719B3B0349 for ; Fri, 9 Jun 2006 10:00:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29116-07 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by menubar.gnome.org (Postfix) with ESMTP id A4A173B01D8 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060609140045m1500ladb5e>; Fri, 9 Jun 2006 14:00:45 +0000 From: "Joseph E. Sacco, Ph.D." To: Martin Ward In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Fri, 09 Jun 2006 10:00:44 -0400 Message-Id: <1149861644.7402.9.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.295 tagged_above=-999 required=2 tests=[AWL=0.304, BAYES_00=-2.599] X-Spam-Score: -2.295 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:00:50 -0000 Martin, 'configure' is complaining that it cannot find 'javadoc' within its search patch. 'javadoc' is part of the full java2 SDK http://java.sun.com/j2se/javadoc/ You may be missing a "devel" package containing javadoc that can be downloaded from your distro. Check your distro. Looking at the configure file, I see that glib-java can be built without javadoc. To do this: * Edit the GARNOME Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-javadocs * make clean * make -Joseph ======================================================================= On Fri, 2006-06-09 at 12:29 +0100, Martin Ward wrote: > Hello friends, > > Can someone help please? Trying to build the new release of 2.142. I > get the following: > > error: no acceptable javadoc generator found in $PATH > > Whilst checking environment pre-requisites for build of glib-java. > > Where can I find an "acceptable javadoc genersator" ?? > > > Best Regards/ Cordialement / Mit freundlichen Grußen, > Martin Ward > > Nottingham , UK > -- joseph_sacco [at] comcast [dot] net From joseph_sacco@comcast.net Fri Jun 9 10:30:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 120C83B10DD for ; Fri, 9 Jun 2006 10:30:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31219-05 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by menubar.gnome.org (Postfix) with ESMTP id 3E26B3B0222 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc13) with SMTP id <200606091430260130076s30e>; Fri, 9 Jun 2006 14:30:27 +0000 From: "Joseph E. Sacco, Ph.D." To: zhang changlin In-Reply-To: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Content-Type: text/plain Date: Fri, 09 Jun 2006 10:30:26 -0400 Message-Id: <1149863426.7402.22.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.721 tagged_above=-999 required=2 tests=[AWL=-1.277, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.721 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:30:29 -0000 Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a free suite of Open Source GNU tools: http://www.sun.com/software/solaris/freeware/ I am guessing that there are updates for some of these packages. Search the web for sites that host SUN freeware. -Joseph ===================================================================== On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: > Hi, > > I'm a user of Solaris 5.8, I'm not a root. > I tried to install GNOME 2.14 by using GARNOME. > > >cd desktop > >make paranoid-install > ... > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > /bin/sh: test: argument expected > make[1]: *** [fixuplibtool] Error 1 > ... > > I googled the problem, it looks like the /bin/sh of > Solaris is not bash, but the scripts of GARNOME > assumes it is. I found no answer to this problem in > Google. > > Can anyone help? > > Thanks! > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Sat Jun 10 15:30:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 48B1F3B04F8 for ; Sat, 10 Jun 2006 15:30:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22881-05 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id 3AF403B0429 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9B1F421C11 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 8D5B421C00 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Date: Sat, 10 Jun 2006 12:30:35 -0700 From: Carson Gaspar To: garnome-list@gnome.org Message-ID: <1D8F307005C04BD4B34F62C3@[192.168.1.2]> In-Reply-To: <1149863426.7402.22.camel@plantain.jesacco.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> <1149863426.7402.22.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.464 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, FORGED_RCVD_HELO=0.135] X-Spam-Score: -2.464 X-Spam-Level: Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 19:30:43 -0000 > On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: >> ... >> >> I googled the problem, it looks like the /bin/sh of >> Solaris is not bash, but the scripts of GARNOME >> assumes it is. I found no answer to this problem in >> Google. --On Friday, June 09, 2006 10:30 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a > free suite of Open Source GNU tools: > > http://www.sun.com/software/solaris/freeware/ > > > I am guessing that there are updates for some of these packages. Search > the web for sites that host SUN freeware. No. The problem is that Garnome assumes that /bin/sh is a POSIX shell (or perhaps bash - I haven't tested with ksh/zsh/etc.). On Solaris, it is not. You can install as many copies of bash as you like, if you don't install them as /bin/sh, Garnome will break. The solution is to edit the broken Garnome files and replace /bin/sh with $SHELL or some such, and set $SHELL to be a POSIX shell. You'll also need to fix a lot of other things, unless much has changed since the last time I built Garnome on Solaris. -- Carson From ecarreras@gmail.com Mon Jun 12 04:22:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7DB3F3B000D for ; Mon, 12 Jun 2006 04:22:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25766-09 for ; Mon, 12 Jun 2006 04:22:00 -0400 (EDT) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by menubar.gnome.org (Postfix) with ESMTP id 0534E3B00D8 for ; Mon, 12 Jun 2006 04:21:59 -0400 (EDT) Received: by ug-out-1314.google.com with SMTP id o2so2215863uge for ; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ffxer6UVQr1D0vFam5KeAWPIijoOUw5QTu5balPF87qW11erP+kq7ecOcdsXlBiVHSfNW82aZe5bZYZvX/6OUl27hT2LAOtKpcpd7DppEwtuhKW7O6DfjoqLa757EemJLO1LMX8NyfoXR+6ysnYTls5hlMMyW35g4BX4E6eSqZM= Received: by 10.78.47.9 with SMTP id u9mr326979huu; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Received: by 10.78.13.17 with HTTP; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Message-ID: <8c654930606120121h1c4c5a5ch61732be5695dee5b@mail.gmail.com> Date: Mon, 12 Jun 2006 10:21:10 +0200 From: "Eduard Carreras i Nadal" To: garnome MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.739 tagged_above=-999 required=2 tests=[AWL=-0.697, BAYES_00=-2.599, RCVD_IN_BL_SPAMCOP_NET=1.558, SPF_PASS=-0.001] X-Spam-Score: -1.739 X-Spam-Level: Subject: system-tools-backends in Debian (Garnome-CVS) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 08:22:01 -0000 I've found this article[1], that helps compile Net::Dbus in Debian (the perl packege doesn't exist in Debian). [1] http://www.gnome.org/~csaavedr/news-2006-06.html#D06 -- Eduard Carreras i Nadal http://iesdecelra.xtec.net/eduard From schollsky@arcor.de Wed Jun 14 09:37:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 83BBB3B0505 for ; Wed, 14 Jun 2006 09:37:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28505-07 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 669053B0539 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 8CF3BE9BBC for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id 7809996D03 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 5290B174A72 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Message-ID: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:36:52 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Inotify revisited - IN_MOVE_SELF undeclared error... MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.135.97 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.393 tagged_above=-999 required=2 tests=[AWL=-1.168, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.393 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:37:19 -0000 Hi folks, sorry to bother you again with this one: The error mentioned above is a constant pain in the ass, not being able to use gamin with inotify support. I can no longer believe it's related to a broken kernel, as presumed by guenther and others. By now I've tried several 2.6.12.x Kernel Versions and now a type of 2.6.14.3 (Mandriva2006,i686). Gamin always get's into the same trouble. Perhaps anyone with Mandriva who made it? Or any other soft relying on inotify just to check? Best regards, Stefan From schollsky@arcor.de Wed Jun 14 09:48:34 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 81C0B3B0081 for ; Wed, 14 Jun 2006 09:48:34 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26553-02 for ; Wed, 14 Jun 2006 09:48:32 -0400 (EDT) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by menubar.gnome.org (Postfix) with ESMTP id C69C43B0133 for ; Wed, 14 Jun 2006 09:48:31 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id B897A174AF7 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id 984811EB4F1 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 62D4C141C71 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Message-ID: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:47:33 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: gdm not installing all files (garnome 2.14.2.1) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.133.216 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.591 tagged_above=-999 required=2 tests=[AWL=-0.888, BAYES_20=-0.74, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -0.591 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:48:34 -0000 This seems to be a minor one: gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. The new POST-INSTALL tells me to do the following: As root, create three soft links: ln -s $garnome/etc/pam.d/gdm /etc/pam.d ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d Appropriate gdm and gdm-autologin files can be copied manually from the work directory into the install tree, but I don't think it's meant this way. Best regards, Stefan From joseph_sacco@comcast.net Wed Jun 14 10:18:18 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8B2123B0505 for ; Wed, 14 Jun 2006 10:18:18 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26902-01 for ; Wed, 14 Jun 2006 10:18:17 -0400 (EDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by menubar.gnome.org (Postfix) with ESMTP id CBC833B049B for ; Wed, 14 Jun 2006 10:18:16 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc12) with SMTP id <20060614141707m12003vqhge>; Wed, 14 Jun 2006 14:17:07 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: schollsky@arcor.de In-Reply-To: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Content-Type: text/plain Date: Wed, 14 Jun 2006 10:16:54 -0400 Message-Id: <1150294614.4999.11.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 14:18:18 -0000 Stefan, A basic maxim of GARNOME is "do no harm". The GARNOME build process should only install files into the GARNOME install tree. The build process should never *automatically* install any file into a system directory. That being said, we are left to deal with post-install issues like PAM files. The issue with PAM is that it does not support a search path environment variable like python or pkg-config. Using soft links one way to solve the problem. -Joseph =========================================================================== On Wed, 2006-06-14 at 15:47 +0200, schollsky@arcor.de wrote: > This seems to be a minor one: > > gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. > > The new POST-INSTALL tells me to do the following: > > As root, create three soft links: > > ln -s $garnome/etc/pam.d/gdm /etc/pam.d > ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d > ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d > > Appropriate gdm and gdm-autologin files can be copied manually from the work directory > into the install tree, but I don't think it's meant this way. > > > Best regards, > > Stefan > -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Wed Jun 14 14:10:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id BCA983B0222 for ; Wed, 14 Jun 2006 14:10:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16215-03 for ; Wed, 14 Jun 2006 14:10:47 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id C78323B0177 for ; Wed, 14 Jun 2006 14:10:46 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9F41021C08 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 9101121B55 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Date: Wed, 14 Jun 2006 10:43:00 -0700 From: Carson Gaspar To: garnome-list@gnome.org Subject: Re: gdm not installing all files (garnome 2.14.2.1) Message-ID: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> In-Reply-To: <1150294614.4999.11.camel@plantain.jesacco.com> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.681 tagged_above=-999 required=2 tests=[AWL=-0.783, BAYES_05=-1.11, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -1.681 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 18:10:54 -0000 --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > A basic maxim of GARNOME is "do no harm". The GARNOME build process > should only install files into the GARNOME install tree. The build > process should never *automatically* install any file into a system > directory. That being said, we are left to deal with post-install > issues like PAM files. > > The issue with PAM is that it does not support a search path environment > variable like python or pkg-config. Using soft links one way to solve > the problem. You missed his point entirely. The pam files aren't being copied into $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that you like, they won't work... -- Carson From joseph_sacco@comcast.net Wed Jun 14 15:15:44 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 27CB13B01A7 for ; Wed, 14 Jun 2006 15:15:44 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13195-06 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by menubar.gnome.org (Postfix) with ESMTP id 388903B0147 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060614191502m1100c9s26e>; Wed, 14 Jun 2006 19:15:03 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> Content-Type: text/plain Date: Wed, 14 Jun 2006 15:15:01 -0400 Message-Id: <1150312501.3567.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:15:44 -0000 On my system, which is Fedora clone, all of the pam files for gdm are installed under $GARNOME/etc/pam.d. So the question is "What's going on with Stefan's system?". Here is what I see from the install log on my system. system=`uname`; \ if test -f /usr/include/security/pam_appl.h; then \ if test '!' -d /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; then \ /bin/sh ../mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ chmod 755 /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; then \ /usr/bin/install -c -m 644 gdm /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; then \ /usr/bin/install -c -m 644 gdm-autologin /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; \ fi; \ if test $system = SunOS; then \ echo "Please add PAM authentication for gdm and gdm-autologin in /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.conf!"; \ fi; \ fi ... /bin/sh ./mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d /usr/bin/install -c -m 644 ./gdmsetup-pam /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdmsetup -Joseph =================================================================================================== On Wed, 2006-06-14 at 10:43 -0700, Carson Gaspar wrote: > --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." > wrote: > > > A basic maxim of GARNOME is "do no harm". The GARNOME build process > > should only install files into the GARNOME install tree. The build > > process should never *automatically* install any file into a system > > directory. That being said, we are left to deal with post-install > > issues like PAM files. > > > > The issue with PAM is that it does not support a search path environment > > variable like python or pkg-config. Using soft links one way to solve > > the problem. > > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... > > -- > Carson -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Wed Jun 14 15:59:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A45F23B029B for ; Wed, 14 Jun 2006 15:59:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08455-04 for ; Wed, 14 Jun 2006 15:59:42 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 1088D3B0190 for ; Wed, 14 Jun 2006 15:59:41 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5EK22BF001716 for ; Wed, 14 Jun 2006 22:02:04 +0200 Message-ID: <44906B39.7030807@planet.nl> Date: Wed, 14 Jun 2006 22:02:01 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: garnome-list@gnome.org Subject: garnome-daily issues (startup References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> In-Reply-To: <4484962B.1050907@turix.com.ar> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.622 tagged_above=-999 required=2 tests=[AWL=-1.541, BAYES_20=-0.74, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_EG=0.077] X-Spam-Score: -0.622 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:59:43 -0000 Hi Guys, When starting up garnome 2.15.2 + (garnome-daily) I always get the issue that there are a zillion processes called gnome_segv2 startup and freeze my system after a while. In my own profile I have removed all .gnome* folders but when doing that the issue still persists. Did I forget something ? Thanks for your help, Stef From schollsky@arcor.de Wed Jun 14 17:05:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A15343B02E4 for ; Wed, 14 Jun 2006 17:05:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05357-04 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 9856A3B02A3 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-10-z2.arcor-so.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 963DC154B28 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-10-z2.arcor-so.net (Postfix) with ESMTP id 8BB0833A7D0 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 7A65D174751 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Message-ID: <15194193.1150319118491.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:05:18 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: gdm not installing all files (garnome 2.14.2.1) In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.433 tagged_above=-999 required=2 tests=[AWL=-0.006, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -1.433 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 21:05:49 -0000 Hi Carson, you wrote: > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... You're right, the files are not copied into the target location (here: /usr/local/garnome/etc/pam.d) in the first place. Maybe this is due to Mandriva? As this distro is a descendant of RedHat, nearly all settings can be applied here too. But in some cases... Best regards, Stefan From schollsky@arcor.de Thu Jun 15 03:00:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DBD3B3B00A0 for ; Thu, 15 Jun 2006 03:00:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17989-02 for ; Thu, 15 Jun 2006 02:59:59 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EEA033B03BD for ; Thu, 15 Jun 2006 02:59:58 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id D3FE81F88C4 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id C74371EB478 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id BC3662F6038 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Message-ID: <10509137.1150319465761.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:11:05 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Inotify revisited - IN_MOVE_SELF undeclared error... In-Reply-To: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.331 tagged_above=-999 required=2 tests=[AWL=-1.106, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.331 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:00:06 -0000 ...and the same goes to using a kernel version of 2.6.16.1. So...? (I always install sources accordingly after kernel-update.) Best regards, Stefan From guenther@rudersport.de Thu Jun 15 17:06:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1F0DB3B0237; Thu, 15 Jun 2006 17:06:31 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00750-05; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 427033B00D0; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009217.dialin.heagmedianet.de [213.157.9.217]) by rudersport.de (8.12.11.20060308) id k5FL5jDY040713; Thu, 15 Jun 2006 15:05:46 -0600 (MDT) Subject: [ANNOUNCE] GARNOME 2.15.3 From: guenther To: garnome-list@gnome.org Content-Type: text/plain Date: Thu, 15 Jun 2006 23:05:43 +0200 Message-Id: <1150405543.8323.15.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.053 tagged_above=-999 required=2 tests=[AWL=-0.451, BAYES_00=-2.599, SUBJ_ALL_CAPS=0.997] X-Spam-Score: -2.053 X-Spam-Level: Cc: gnome-announce-list@gnome.org, gnome-love@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 21:06:31 -0000 GARNOME 2.15.3 ============== The "It's quiet out there... Yes... Too quiet..." release. What seemed to be no last minute releases turned out to be a broken list server, holding back the official GNOME release for a day. Also, there have been a bunch of build issues this time around, more than usual. Some good cooperation between the Release Team and the GARNOME Team (especially Joseph) hacked around the brokeness, thus... We are pleased to announce the release of GARNOME 2.15.3 Desktop and Developer Platform. This release includes all of GNOME 2.15.3 plus a whole bunch of updates that were released after the GNOME freeze date. This is the third release in the unstable cycle, with more features, more fixes and yet more madness added. It is for anyone who wants to get his hands dirty on the development branch, or who'd like to get a peek at future features. If you want to help spot issues in GARNOME, (or, better yet, fix 'em ;-) this release is for you as well. As usual, you can get the tarball directly from the gnome.org site: http://download.gnome.org/sources/garnome/2.15/ Note: GNOME 2.15.x is an unstable branch and is assumed to be a moving target. Therefore, things in this release may not work as advertised. If you find any issues with this release, feel free to contact the GARNOMEies in the #garnome channel on GIMPNet (irc://irc.gnome.org), where we hang out, or post to the mailing list. More information is available at our project website: http://www.gnome.org/projects/garnome/ Enjoy, The GARNOME Team -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From bugzilla@gnome.org Mon Jun 19 13:35:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D5D393B0AEE for ; Mon, 19 Jun 2006 13:35:58 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23365-04 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id B448E3B0C05 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id A44D26CC1BB; Mon, 19 Jun 2006 13:34:58 -0400 (EDT) Subject: [Bug 345338] New: building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Message-ID: Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Date: Mon, 19 Jun 2006 13:34:58 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:35:59 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Summary: building pygtk-2.9.1/2 fails on gtkmodule.c Product: pygtk Version: 2.9.x Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: gtk AssignedTo: nobody@pygtk.org ReportedBy: svdmade@planet.nl QAContact: python-bindings-maint@gnome.bugs CC: garnome-list@gnome.org GNOME version: 2.15/2.16 GNOME milestone: Unspecified While building garnome-2.15.3 I get the following error: ccache cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.4 -I/usr/test/garnome/include/pygtk-2.0 -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/test/garnome/include -I/usr/test/garnome/include/gtk-2.0 -I/usr/test/garnome/lib/gtk-2.0/include -I/usr/test/garnome/include/atk-1.0 -I/usr/test/garnome/include/cairo -I/usr/test/garnome/include/pango-1.0 -I/usr/test/garnome/include -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/local/include -I/usr/X11R6/include -g -I/usr/test/garnome/include -L/usr/test/garnome/lib -O2 -pipe -m3dnow -mtune=athlon-tbird -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) make[3]: *** [_gtk_la-gtkmodule.lo] Error 1 make[3]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2/gtk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make: *** [build-work/main.d/pygtk-2.9.2/Makefile] Error 2 I've tried upgrading to pygtk-2.9.2 and installing pycairo-1.0.2 but to no avail. -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:48:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 082033B04E3 for ; Mon, 19 Jun 2006 13:48:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23650-07 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 1D00F3B05A6 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id E61C66CC1AB; Mon, 19 Jun 2006 13:47:18 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: NEEDINFO MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619174718.E61C66CC1AB@window.gnome.org> Date: Mon, 19 Jun 2006 13:47:18 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:48:05 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Gustavo Carneiro changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gjc@inescporto.pt Status|UNCONFIRMED |NEEDINFO ------- Comment #1 from Gustavo Carneiro 2006-06-19 17:47 UTC ------- could you attach config.log? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:59:02 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EC34E3B0ADC for ; Mon, 19 Jun 2006 13:59:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24429-01 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 937493B0196 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 6A57A6CC0F8; Mon, 19 Jun 2006 13:58:17 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: RESOLVED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619175817.6A57A6CC0F8@window.gnome.org> Date: Mon, 19 Jun 2006 13:58:17 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:59:02 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Stef van der Made changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |NOTABUG ------- Comment #2 from Stef van der Made 2006-06-19 17:58 UTC ------- I just solved the issue by doing a make clean and then make install :-( Sorry to bother you. I guess I needed to install pycairo 1.0.2 or pycairo 1.1.6 -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From schollsky@arcor.de Thu Jun 22 08:03:15 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 206D53B02D2 for ; Thu, 22 Jun 2006 08:03:15 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22619-06 for ; Thu, 22 Jun 2006 08:03:10 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 40D1B3B0346 for ; Thu, 22 Jun 2006 08:02:58 -0400 (EDT) Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id B2CFC1556EA for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id A1EB81C893B for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id 5736A155B40 for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Message-ID: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Thu, 22 Jun 2006 14:02:56 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: [ANNOUNCE] GARNOME 2.15.3 In-Reply-To: <1150405543.8323.15.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150405543.8323.15.camel@monkey.loc> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.186.160 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.322 tagged_above=-999 required=2 tests=[AWL=-1.097, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.322 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 12:03:15 -0000 Hi Guenther, you wrote: > GARNOME 2.15.3 > ============== > > The "It's quiet out there... Yes... Too quiet..." release. [...] Looks quite good until now. The errors I had before are not gone by now, but I should be content. However, there's no "isocodes" folder on ftp.gnome.org, which forces a stop in building the system. Kind regards, Stefan From guenther@rudersport.de Thu Jun 22 13:27:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5B6A83B06F0 for ; Thu, 22 Jun 2006 13:27:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13095-10 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 8B2103B0413 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5MHQlrD021873; Thu, 22 Jun 2006 11:26:52 -0600 (MDT) Subject: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Thu, 22 Jun 2006 19:26:43 +0200 Message-Id: <1150997203.8147.64.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.108 tagged_above=-999 required=2 tests=[AWL=-1.389, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.108 X-Spam-Level: Cc: schollsky@arcor.de X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 17:27:01 -0000 > > GARNOME 2.15.3 > > ============== > > > > The "It's quiet out there... Yes... Too quiet..." release. > [...] > > Looks quite good until now. The errors I had before are not gone by > now, but I should be content. However, there's no "isocodes" folder on > ftp.gnome.org, which forces a stop in building the system. Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES variable points to the original location, where that tarball is to be expected. Well, to be expected... used to live. Until "someone" removed it again. Just as they did with the last tarball. As a quick workaround, I just put the iso-codes tarballs on my personal space on f.g.o for your download pleasure. Just grab the tarball you need and drop it into the bootstrap/iso-codes/download/ dir. http://gnome.org/~kbrae/garnome/ Regarding "not being on f.g.o": I explained this pretty detailed recently, I believe. Anyway... GARNOME checks some different locations for the tarball, starting with local ones (files and download directories), then the GARCHIVEDIR, and after that it tries the remote locations. In this case, the explicitly set MASTER_SITES. If this fails (which it should not...), GARNOME defaults back to the globally defined master site, which is f.g.o, since most tarballs are located there anyway. So the last failing download you see is just the last-resort fallback, not the actually failing source location... That all said... Thanks for the heads-up. :) I already noticed that (again) missing tarball the other day [1], but did not have the time to fix it yet. We need a more reliable fallback solution anyway. So either the RT and me will come up with a solution at GUADEC next week, or you simply can consider the above mentioned place to be permanent. GAR. ...guenther [1] monkey knows about this -- he logged me screaming and ranting, while no one else was around... ;) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From joseph_sacco@comcast.net Thu Jun 22 14:16:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CB85B3B083D for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16110-10 for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by menubar.gnome.org (Postfix) with ESMTP id 03CD33B0837 for ; Thu, 22 Jun 2006 14:16:45 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc13) with SMTP id <20060622181644m1300h9bb7e>; Thu, 22 Jun 2006 18:16:45 +0000 Subject: Re: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <1150997203.8147.64.camel@monkey.loc> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <1150997203.8147.64.camel@monkey.loc> Content-Type: text/plain Date: Thu, 22 Jun 2006 14:16:43 -0400 Message-Id: <1151000203.731.14.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.723 tagged_above=-999 required=2 tests=[AWL=-1.279, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.723 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 18:16:47 -0000 Fixed [once again] in CVS... -Joseph ============================================================== On Thu, 2006-06-22 at 19:26 +0200, guenther wrote: > > > GARNOME 2.15.3 > > > ============== > > > > > > The "It's quiet out there... Yes... Too quiet..." release. > > [...] > > > > Looks quite good until now. The errors I had before are not gone by > > now, but I should be content. However, there's no "isocodes" folder on > > ftp.gnome.org, which forces a stop in building the system. > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ > > > Regarding "not being on f.g.o": I explained this pretty detailed > recently, I believe. Anyway... GARNOME checks some different locations > for the tarball, starting with local ones (files and download > directories), then the GARCHIVEDIR, and after that it tries the remote > locations. > > In this case, the explicitly set MASTER_SITES. If this fails (which it > should not...), GARNOME defaults back to the globally defined master > site, which is f.g.o, since most tarballs are located there anyway. So > the last failing download you see is just the last-resort fallback, not > the actually failing source location... > > > That all said... Thanks for the heads-up. :) I already noticed that > (again) missing tarball the other day [1], but did not have the time to > fix it yet. We need a more reliable fallback solution anyway. So either > the RT and me will come up with a solution at GUADEC next week, or you > simply can consider the above mentioned place to be permanent. GAR. > > ...guenther > > > [1] monkey knows about this -- he logged me screaming and ranting, while > no one else was around... ;) > > -- > char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; > main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} > -- joseph_sacco [at] comcast [dot] net From jorgpitts@gmail.com Thu Jun 22 22:38:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8824B3B077E for ; Thu, 22 Jun 2006 22:38:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08608-04 for ; Thu, 22 Jun 2006 22:38:39 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.199]) by menubar.gnome.org (Postfix) with ESMTP id D2CAC3B06F4 for ; Thu, 22 Jun 2006 22:38:38 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so420072wxc for ; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.78.5 with SMTP id a5mr3934063wxb; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Message-ID: <30e9b1510606221938u6a0e57c5iea0c45ebd3e44ff8@mail.gmail.com> Date: Thu, 22 Jun 2006 21:38:38 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: gnome-vfs-2.15.2 in ubuntu dapper missing a depend.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14522_10523074.1151030318247" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.815 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, HTML_10_20=1.351, HTML_MESSAGE=0.001, HTML_SHORT_LENGTH=1.574, SPF_PASS=-0.001] X-Spam-Score: 1.815 X-Spam-Level: * X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 02:38:41 -0000 ------=_Part_14522_10523074.1151030318247 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile.. Jorg ------=_Part_14522_10523074.1151030318247 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile..

Jorg
------=_Part_14522_10523074.1151030318247-- From jorgpitts@gmail.com Fri Jun 23 00:03:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 470493B06C5 for ; Fri, 23 Jun 2006 00:03:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11930-07 for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.193]) by menubar.gnome.org (Postfix) with ESMTP id 54C9F3B052C for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428083wxc for ; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.63.2 with SMTP id l2mr4010040wxa; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Message-ID: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Date: Thu, 22 Jun 2006 23:03:31 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk 2.9.2 failure.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15015_19405876.1151035411724" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.976 tagged_above=-999 required=2 tests=[AWL=1.469, BAYES_00=-2.599, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.976 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:03:33 -0000 ------=_Part_15015_19405876.1151035411724 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' ==> Grabbing download/gtkunixprint.override.patch ==> Trying file//files/gtkunixprint.override.patch make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' [fetch] complete for pygtk. ==> Running checksum on pygtk-2.9.2.tar.bz2 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk-2.9.2.tar.bz2 file pygtk-2.9.2.tar.bz2 passes checksum test! ==> Running checksum on gtkunixprint.override.patch fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch file gtkunixprint.override.patch passes checksum test! [checksum] complete for pygtk. install -d work/main.d ==> Extracting download/pygtk-2.9.2.tar.bz2 [extract] complete for pygtk. ==> Applying patch download/gtkunixprint.override.patch patching file gtk/gtkunixprint.override [patch] complete for pygtk. [fixup] complete for pygtk. ==> Building sandbox/platform/gtk+ as a dependency make: Entering an unknown directory make: *** ../../sandbox/platform/gtk+: No such file or directory. Stop. make: Leaving an unknown directory make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2 make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' make: *** [paranoid-install] Error 2 ------=_Part_15015_19405876.1151035411724 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
 ==> Grabbing download/gtkunixprint.override.patch
        ==> Trying file//files/gtkunixprint.override.patch
make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
        [fetch] complete for pygtk.
 ==> Running checksum on pygtk-2.9.2.tar.bz2
2625ddd1aba04869eb2f9e4d4cc5552b  download/pygtk- 2.9.2.tar.bz2
file pygtk-2.9.2.tar.bz2 passes checksum test!
 ==> Running checksum on gtkunixprint.override.patch
fc1cd230e5d69428a37f72a2122a0837  download/gtkunixprint.override.patch
file gtkunixprint.override.patch passes checksum test!
        [checksum] complete for pygtk.
install -d work/main.d
 ==> Extracting download/pygtk-2.9.2.tar.bz2
        [extract] complete for pygtk.
 ==> Applying patch download/gtkunixprint.override.patch
patching file gtk/gtkunixprint.override
        [patch] complete for pygtk.
        [fixup] complete for pygtk.
 ==> Building sandbox/platform/gtk+ as a dependency
make: Entering an unknown directory
make: *** ../../sandbox/platform/gtk+: No such file or directory.  Stop.
make: Leaving an unknown directory
make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2
make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2
make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet'
make: *** [paranoid-install] Error 2

------=_Part_15015_19405876.1151035411724-- From jorgpitts@gmail.com Fri Jun 23 00:11:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 871043B050E for ; Fri, 23 Jun 2006 00:11:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12349-03 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.202]) by menubar.gnome.org (Postfix) with ESMTP id 91C273B02F8 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428816wxc for ; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.26.1 with SMTP id 1mr3623310wxz; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:11:47 -0700 (PDT) Message-ID: <30e9b1510606222111g75bd7a4fodc8fc8d7b4d2e260@mail.gmail.com> Date: Thu, 22 Jun 2006 23:11:47 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk failure because of depend missing.. depends update for DEPS-LIST MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15075_33183865.1151035907972" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.313 tagged_above=-999 required=2 tests=[AWL=0.337, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -1.313 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:11:49 -0000 ------=_Part_15075_33183865.1151035907972 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg ------=_Part_15075_33183865.1151035907972 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
------=_Part_15075_33183865.1151035907972-- From schollsky@arcor.de Fri Jun 23 03:57:28 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 99CA63B041F for ; Fri, 23 Jun 2006 03:57:28 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24965-05 for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 7EBD33B00EC for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 693E7EEB38 for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 529FC279D0A for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id CC51717CF80 for ; Fri, 23 Jun 2006 09:57:25 +0200 (CEST) Message-ID: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Fri, 23 Jun 2006 09:57:25 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1150997203.8147.64.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.159.30 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.523 tagged_above=-999 required=2 tests=[AWL=0.116, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.523 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 07:57:28 -0000 Hi Guenther, you wrote: > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ Thx for your support! Regarding the storage/download system of GARNOME, I think I've understood it already, since it's always telling what it does when work begins with every package. The iso-codes problem is not new, but until now there was laying around a working archive for local installation somewhere. I wonder if it's possible to find out the reason why the packages sometimes vanishes from f.g.o.?!? Strange thing I also found is that the tarball of the new 51.1-1 for isocodes has no "./configure" (but is stated in the docs/package). Otherwise I've had used that one... Kind regards, Stefan From joseph_sacco@comcast.net Fri Jun 23 08:04:14 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A82E73B08D0 for ; Fri, 23 Jun 2006 08:04:14 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08884-05 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id 142D83B0852 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060623120410m15004kkuoe>; Fri, 23 Jun 2006 12:04:10 +0000 Subject: Re: pygtk 2.9.2 failure.. From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> References: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Content-Type: text/plain Date: Fri, 23 Jun 2006 08:04:09 -0400 Message-Id: <1151064249.2839.1.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 (2.7.3-2) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.647 tagged_above=-999 required=2 tests=[AWL=-1.357, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.647 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 12:04:14 -0000 Fixed in CVS. -Joseph ================================================================= On Thu, 2006-06-22 at 23:03 -0500, Jorg Pitts wrote: > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > ==> Grabbing download/gtkunixprint.override.patch > ==> Trying file//files/gtkunixprint.override.patch > make[3]: Entering directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > [fetch] complete for pygtk. > ==> Running checksum on pygtk-2.9.2.tar.bz2 > 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk- 2.9.2.tar.bz2 > file pygtk-2.9.2.tar.bz2 passes checksum test! > ==> Running checksum on gtkunixprint.override.patch > fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch > file gtkunixprint.override.patch passes checksum test! > [checksum] complete for pygtk. > install -d work/main.d > ==> Extracting download/pygtk-2.9.2.tar.bz2 > [extract] complete for pygtk. > ==> Applying patch download/gtkunixprint.override.patch > patching file gtk/gtkunixprint.override > [patch] complete for pygtk. > [fixup] complete for pygtk. > ==> Building sandbox/platform/gtk+ as a dependency > make: Entering an unknown directory > make: *** ../../sandbox/platform/gtk+: No such file or directory. > Stop. > make: Leaving an unknown directory > make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] > Error 2 > make[2]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 > make[1]: Leaving directory > `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' > make: *** [paranoid-install] Error 2 > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 23 09:10:06 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A4B83B08E6 for ; Fri, 23 Jun 2006 09:10:06 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12727-08 for ; Fri, 23 Jun 2006 09:10:02 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 6759B3B08E0 for ; Fri, 23 Jun 2006 09:10:01 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5ND9wUx010753; Fri, 23 Jun 2006 07:09:59 -0600 (MDT) Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Fri, 23 Jun 2006 15:09:58 +0200 Message-Id: <1151068198.8763.16.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.105 tagged_above=-999 required=2 tests=[AWL=-1.386, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.105 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:10:06 -0000 > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > > variable points to the original location, where that tarball is to be > > expected. Well, to be expected... used to live. Until "someone" removed > > it again. Just as they did with the last tarball. > > > > > > As a quick workaround, I just put the iso-codes tarballs on my personal > > space on f.g.o for your download pleasure. Just grab the tarball you > > need and drop it into the bootstrap/iso-codes/download/ dir. > > > > http://gnome.org/~kbrae/garnome/ > > Thx for your support! Sure, you're welcome. :) > I wonder if it's possible to find out the reason why the packages > sometimes vanishes from f.g.o.?!? [...] No, wait -- *no* package vanishes from f.g.o. In fact, that is our most reliable source, and we'd prefer to have *all* tarballs uploaded there. ;) The iso-codes tarballs vanished from the debian ftp server, which is the master source for iso-codes. And no, we do not have any clue why anyone ever would possibly remove the previous version, when releasing a new tarball... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From made0120@planet.nl Fri Jun 23 09:30:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0CEFF3B01C7 for ; Fri, 23 Jun 2006 09:30:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13838-04 for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from psmtp02.wxs.nl (psmtp02.wxs.nl [195.121.247.11]) by menubar.gnome.org (Postfix) with ESMTP id 9AADE3B07EA for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from po10 ([10.94.53.251]) by psmtp02.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTP id <0J1B00EOCEU5DS@psmtp02.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from planet.nl ([127.0.0.1]) by po10.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jun 24 2005)) with ESMTP id <0J1B00LTIEU5QT@po10.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from [10.94.71.40] (Forwarded-For: [198.176.190.201]) by po10.wxs.nl (mshttpd); Fri, 23 Jun 2006 15:30:05 +0200 Date: Fri, 23 Jun 2006 15:30:05 +0200 From: svdmade@planet.nl Subject: Re: pygtk failure because of depend missing.. depends update for DEPS-LIST To: Jorg Pitts Message-id: <8dba0838db923d.8db923d8dba083@planet.nl> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 2.02 (built Oct 21 2004) Content-type: multipart/mixed; boundary="Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)" Content-language: en X-Accept-Language: en Priority: normal X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.759 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, HTML_00_10=0.795, HTML_MESSAGE=0.001, NO_REAL_NAME=0.961, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: 0.759 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: svdmade@planet.nl List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:30:09 -0000 This is a multi-part message in MIME format. --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline And for non debian users you will need pycairo-1.1.6 to compile the package which rescued my build :-D The software can be found on this location http://cairographics.org/pycairo Cheers, Stef --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: multipart/alternative; boundary="Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)" --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT Content-disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/html; charset=ISO-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
--Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)-- --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline -- garnome-list mailing list garnome-list@gnome.org http://mail.gnome.org/mailman/listinfo/garnome-list --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)-- From schollsky@arcor.de Fri Jun 23 12:16:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A196C3B0959 for ; Fri, 23 Jun 2006 12:16:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23568-01 for ; Fri, 23 Jun 2006 12:16:17 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EFF0F3B08E2 for ; Fri, 23 Jun 2006 12:16:16 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 1DFE71FF24D for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 0F63927A004 for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id F001DEF3B6 for ; Fri, 23 Jun 2006 18:16:14 +0200 (CEST) Message-ID: <18606865.1151079374974.JavaMail.ngmail@webmail12> Date: Fri, 23 Jun 2006 18:16:14 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1151068198.8763.16.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1151068198.8763.16.camel@monkey.loc> <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.190.62 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.538 tagged_above=-999 required=2 tests=[AWL=0.101, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.538 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 16:16:19 -0000 Hi Guenther, you wrote: > No, wait -- *no* package vanishes from f.g.o. In fact, that is our most > reliable source, and we'd prefer to have *all* tarballs uploaded > there. ;) > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Yes, it's amazing and also annoying. The package is in the google-cache everywhere , but not on servers. So maybe it's possible to mirror at least the last two versions of the iso-codes on f.g.o? It could help to maintain some fallback mechanism. (Just some thought). Kind regards, Stefan From kelsang.tsenle@web.de Thu Jun 1 07:18:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A588A3B0119 for ; Thu, 1 Jun 2006 07:18:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29905-02 for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 32C433B00EE for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 5EDF942BF4 for ; Thu, 1 Jun 2006 12:35:31 +0200 (CEST) Received: from [88.73.67.70] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1FlkWZ-0001EP-00 for garnome-list@gnome.org; Thu, 01 Jun 2006 12:35:31 +0200 Message-ID: <447EC2F1.2010000@web.de> Date: Thu, 01 Jun 2006 12:35:29 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.455 tagged_above=-999 required=2 tests=[AWL=-0.145, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -2.455 X-Spam-Level: Subject: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 11:18:20 -0000 Hello, sorry bothering you again. I just tried to install garnome 2.14.2, but I can't compile gtk-doc. It fails with checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc checking for XML catalog (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog checking for DocBook XML DTD V4.1.2 in XML catalog... not found configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed and appears in the docbook. Although there seem to be several docbooks. I don't quite understand that system. Any idea? Gratefully, K. Tsenle From joseph_sacco@comcast.net Thu Jun 1 08:31:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1FA153B0134 for ; Thu, 1 Jun 2006 08:31:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01887-08 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by menubar.gnome.org (Postfix) with ESMTP id 42F7B3B0119 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060601123147012005bupae>; Thu, 1 Jun 2006 12:31:47 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447EC2F1.2010000@web.de> References: <447EC2F1.2010000@web.de> Content-Type: text/plain Date: Thu, 01 Jun 2006 08:31:46 -0400 Message-Id: <1149165106.12208.63.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.569 tagged_above=-999 required=2 tests=[AWL=-1.414, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -0.569 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 12:31:49 -0000 You are not bothering us... [:-)] Try this... * Goto the bootstrap directory and build and install: - expat - docbook-xml - docbook-xsl * goto the gtk-doc directory - make cookieclean - make install -Joseph ========================================================================= On Thu, 2006-06-01 at 12:35 +0200, Kelsang Tsenle wrote: > Hello, > > sorry bothering you again. > I just tried to install garnome 2.14.2, but I can't compile gtk-doc. > It fails with > > checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc > checking for XML catalog > (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found > checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog > checking for DocBook XML DTD V4.1.2 in XML catalog... not found > configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog > make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 > > My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed > and appears in the docbook. Although there seem to be several docbooks. > I don't quite understand that system. > Any idea? > > > Gratefully, > K. Tsenle -- joseph_sacco [at] comcast [dot] net From skg@fluent.co.in Fri Jun 2 01:01:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A2183B0FBA for ; Fri, 2 Jun 2006 01:01:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31222-04 for ; Fri, 2 Jun 2006 01:01:39 -0400 (EDT) Received: from mailhost.fluent.co.in (mhost.fluent.co.in [203.199.153.5]) by menubar.gnome.org (Postfix) with ESMTP id ECDD03B0FAC for ; Fri, 2 Jun 2006 01:01:38 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.fluent.co.in (Postfix) with ESMTP id 1FA37197352; Fri, 2 Jun 2006 10:31:36 +0530 (IST) Received: from mailhost.fluent.co.in ([127.0.0.1]) by localhost (pandu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10162-09; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Received: from [10.14.0.68] (skglnx.fluent.co.in [10.14.0.68]) by mailhost.fluent.co.in (Postfix) with ESMTP id 9E1A2197351; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Message-ID: <447FC62E.8070007@fluent.co.in> Date: Fri, 02 Jun 2006 10:31:34 +0530 From: Surya Kiran Gullapalli User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Joseph E. Sacco, Ph.D." References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> In-Reply-To: <1149165106.12208.63.camel@plantain.jesacco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.483 tagged_above=-999 required=2 tests=[AWL=0.039, BAYES_00=-2.599, TW_GT=0.077] X-Spam-Score: -2.483 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 05:01:41 -0000 Joseph E. Sacco, Ph.D. wrote: >You are not bothering us... [:-)] > >Try this... >* Goto the bootstrap directory and build and install: >- expat >- docbook-xml >- docbook-xsl > >* goto the gtk-doc directory >- make cookieclean >- make install > >-Joseph > > Well, I'm also facing the same problem. I tried the above. But it has done no good. The out put of where its failing is as follows. Command: nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog --noout /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog "-//OASIS//DTD DocBoox XML V4.1.2//EN" Output: No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN The #/etc/xml/catalog file is From kelsang.tsenle@web.de Fri Jun 2 05:22:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D914E3B1075 for ; Fri, 2 Jun 2006 05:22:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14065-10 for ; Fri, 2 Jun 2006 05:22:44 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 0ECCF3B105C for ; Fri, 2 Jun 2006 05:22:43 -0400 (EDT) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id C3F1D387B8; Fri, 2 Jun 2006 11:22:42 +0200 (CEST) Received: from [88.73.103.202] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1Fm5re-0005xW-00; Fri, 02 Jun 2006 11:22:42 +0200 Message-ID: <44800361.80804@web.de> Date: Fri, 02 Jun 2006 11:22:41 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: Surya Kiran Gullapalli References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> In-Reply-To: <447FC62E.8070007@fluent.co.in> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.466 tagged_above=-999 required=2 tests=[AWL=-0.079, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -2.466 X-Spam-Level: Cc: "Joseph E. Sacco, Ph.D." , garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 09:22:50 -0000 Hi all, Same thing for me. I compiled expat. The other two packages were already installed. Nothing changed. Same error message, the output of the command below is also the same. -- Tsenle Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > >> You are not bothering us... [:-)] >> >> Try this... * Goto the bootstrap directory and build and install: >> - expat >> - docbook-xml >> - docbook-xsl >> >> * goto the gtk-doc directory >> - make cookieclean >> - make install >> >> -Joseph >> >> > Well, > I'm also facing the same problem. I tried the above. But it has done > no good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN > > The #/etc/xml/catalog file is > > > V1.0//EN" > "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://www.oasis-open.org/docbook/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > uriStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > > From joseph_sacco@comcast.net Fri Jun 2 08:15:03 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B1D193B0351 for ; Fri, 2 Jun 2006 08:15:03 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24826-04 for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id 9D2C93B03AE for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060602121501012005c07he>; Fri, 2 Jun 2006 12:15:01 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447FC62E.8070007@fluent.co.in> References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> Content-Type: text/plain Date: Fri, 02 Jun 2006 08:15:00 -0400 Message-Id: <1149250500.14130.66.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.53 tagged_above=-999 required=2 tests=[AWL=-1.452, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_BX=0.077, TW_GT=0.077, TW_IB=0.077] X-Spam-Score: -0.53 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 12:15:03 -0000 Discretion is the better half of valor. We have chosen to retreat back to docbook-xml-4.1.2. What to do ??? There are two ways to proceed: * Fetch the latest tarballs [garnome-2.14.2.1 or garnome-2.15.2.2] or * Edit and rebuild bootstrap/docbook-xml and platform/libxml2 (1) uninstall docbook-xml-4.4 - cd bootstap/docbook-xml - make uninstall (2) edit the checksums and Makefile to build docbook-xml-4.1.2 see the CVS repository for what to change http://cvs.gnome.org/viewcvs/garnome/bootstrap/docbook-xml/ (3) install docbook-xml-4.1.2 (4) uninstall platform/libxml2 - cd platform/libxml2 - make uninstall (5) edit checksums and files/buildDocBookCatalog (6) rebuild libxml2 -Joseph =============================================================== On Fri, 2006-06-02 at 10:31 +0530, Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > > >You are not bothering us... [:-)] > > > >Try this... > >* Goto the bootstrap directory and build and install: > >- expat > >- docbook-xml > >- docbook-xsl > > > >* goto the gtk-doc directory > >- make cookieclean > >- make install > > > >-Joseph > > > > > Well, > I'm also facing the same problem. I tried the above. But it has done no > good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 2 19:49:16 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B47373B11C6 for ; Fri, 2 Jun 2006 19:49:16 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32055-01 for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B66CB3B047B for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k52NnDeK094370; Fri, 2 Jun 2006 17:49:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447B68A7.7070900@planet.nl> References: <447B68A7.7070900@planet.nl> Content-Type: text/plain Date: Sat, 03 Jun 2006 01:49:12 +0200 Message-Id: <1149292152.2043.18.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.47 tagged_above=-999 required=2 tests=[AWL=-0.025, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.47 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 23:49:16 -0000 On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > I'm finding 2 issues with the latest snapshot of garnome-daily > > 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version > 4.4. After changing the configure.in and configure scripts I could > continue the compile process. Thanks, Stef. :) This has been corrected in both branches. Current daily snapshots should work again. And we even released new tarballs for both stable and unstable branch with this fixed. I really need more time for mailing lists... :/ > 2 The sourceforge.net download links are failing if I don't use an > mirror site like belnet.dl.sourceforge.net for example. That's an sf.net issue we can do nothing about, unfortunately. The download.sf.net server we use is supposed to pick a working mirror... Apparently this either was a temporary issue only, or it is somewhat specific to your location/ISP. I just checked all sources we get from sf.net, and it worked for me. (15 of 18 total tarballs from sf.net have been retrieved on the first 'make fetch' attempt, 2 tarballs needed a second attempt. The last missing one was successful on the 4th go... Yes, it is commonly known that sf.net pretty much sucks at this, but there are projects that are available only on sf.net, unfortunately. [1]) ...guenther [1] We do switch to non sf.net servers (or more reliable servers, in general) if at all possible. Recently being moved away from sf.net are docbook-xml and libxklavier.) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 20:01:00 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5BC043B0B7F for ; Fri, 2 Jun 2006 20:01:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32590-06 for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 66E293B047B for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5300uja095161; Fri, 2 Jun 2006 18:00:57 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149292152.2043.18.camel@monkey.loc> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain Date: Sat, 03 Jun 2006 02:00:55 +0200 Message-Id: <1149292855.2043.24.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.547 tagged_above=-999 required=2 tests=[AWL=0.052, BAYES_00=-2.599] X-Spam-Score: -2.547 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 00:01:00 -0000 [...] > (15 of 18 total tarballs from sf.net have been retrieved on the first ^^^^^^^^ > 'make fetch' attempt, 2 tarballs needed a second attempt. The last > missing one was successful on the 4th go... Yes, it is commonly known > that sf.net pretty much sucks at this, but there are projects that are > available only on sf.net, unfortunately. [1]) Make that 17 total. :) My quick grep included libxklavier, which currently is available on one of the most reliable servers -- f.g.o. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 22:05:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5C8CE3B043C for ; Fri, 2 Jun 2006 22:05:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05171-02 for ; Fri, 2 Jun 2006 22:04:54 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 183E63B11E3 for ; Fri, 2 Jun 2006 22:04:26 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5324NmL001972; Fri, 2 Jun 2006 20:04:24 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447D9BF4.9050700@internode.on.net> References: <447D9BF4.9050700@internode.on.net> Content-Type: text/plain Date: Sat, 03 Jun 2006 04:04:22 +0200 Message-Id: <1149300262.2043.37.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.548 tagged_above=-999 required=2 tests=[AWL=0.051, BAYES_00=-2.599] X-Spam-Score: -2.548 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 02:05:17 -0000 On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: > hi all > I had garnome fail building gnome 2.15.1 because of a expat checksum error. > I quickly searched and found this link on the gnome forums [1]. > Searching the list archives didn't turn up a a result, incidentally. > The fix in the link is to download the package separately and overwrite > the dud one (which works) [2]. I was wondering if this is something that > could be fixed by garnome or is a sourceforge problem? This seems to be an sf.net issue. To sum it up: The expat fetched automatically by GARNOME from sf.net failed the checksum test. The expat you manually downloaded from sf.net worked. So the only difference is automatically vs. manually -- and frankly, this even is *no* difference at all, in case you used wget to manually fetch. ;) I bet you where hit by sf.net. I have seen them delivering a "404 not found" HTML document, instead of correctly failing. This is most likely what you got. The issue is, that the mirror actually delivered the requested document, although the content is not what has been requested. Thus the failing checksum test. In case you still have that first download, have a look at it. If it is not an HTML document, I'll owe a beer to anyone greeting me with the word GARNOME at the forthcoming GUADEC. ;-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From kamping_kaiser@internode.on.net Sat Jun 3 04:35:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 434893B050B for ; Sat, 3 Jun 2006 04:35:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22444-06 for ; Sat, 3 Jun 2006 04:35:18 -0400 (EDT) Received: from mail.internode.on.net (bld-mail03.adl2.internode.on.net [203.16.214.67]) by menubar.gnome.org (Postfix) with ESMTP id 6D91A3B04F9 for ; Sat, 3 Jun 2006 04:35:17 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 10312940 for ; Sat, 03 Jun 2006 18:05:08 +0930 (CST) Message-ID: <448149C2.2000703@internode.on.net> Date: Sat, 03 Jun 2006 18:05:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: garnome-list@gnome.org References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.6 tagged_above=-999 required=2 tests=[AWL=0.000, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.6 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 08:35:20 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > > To sum it up: The expat fetched automatically by GARNOME from sf.net > failed the checksum test. The expat you manually downloaded from sf.net > worked. So the only difference is automatically vs. manually -- and > frankly, this even is *no* difference at all, in case you used wget to > manually fetch. ;) > > I bet you where hit by sf.net. I have seen them delivering a "404 not > found" HTML document, instead of correctly failing. This is most likely > what you got. i expect your correct, as i got this for a second file after that. > > The issue is, that the mirror actually delivered the requested document, > although the content is not what has been requested. Thus the failing > checksum test. > > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) I clobered it, but it was only a few kb, so probably html :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From kamping_kaiser@internode.on.net Sat Jun 3 11:27:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 12F1F3B03FF for ; Sat, 3 Jun 2006 11:27:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12080-10 for ; Sat, 3 Jun 2006 11:27:21 -0400 (EDT) Received: from mail.internode.on.net (bld-mail07.adl2.internode.on.net [203.16.214.71]) by menubar.gnome.org (Postfix) with ESMTP id D1A663B050A for ; Sat, 3 Jun 2006 11:27:20 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 28025403 for multiple; Sun, 04 Jun 2006 00:56:57 +0930 (CST) Message-ID: <4481AA52.5010407@internode.on.net> Date: Sun, 04 Jun 2006 00:57:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: guenther References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.523 tagged_above=-999 required=2 tests=[AWL=-0.077, BAYES_00=-2.599, SPF_PASS=-0.001, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.523 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 15:27:24 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) Your beers safe: --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 => `download/partial/docbook-xsl-1.70.0.tar.bz2' Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, 212.219.56.167, ... Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [ <=> ] 147 --.--K/s 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' saved [147] make[7]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' [fetch] complete for docbook-xsl. ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 download/docbook-xsl-1.70.0.tar.bz2: FAILED *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR GAR GAR! *** make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 make[6]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' make: *** [paranoid-install] Error 2 karl@Rommel:~/garnome-2.15.2.2/desktop$ cd ../bootstrap/docbook-xsl/download/ karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh total 8.0K -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 docbook-xsl-1.70.0.tar.bz2: HTML document text karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat docbook-xsl-1.70.0.tar.bz2 karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ Not even a 404, not sure what it is though :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From guenther@rudersport.de Sun Jun 4 10:56:37 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 23D563B00CE for ; Sun, 4 Jun 2006 10:56:37 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23739-03 for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 82B213B009F for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k54EuVCl034602; Sun, 4 Jun 2006 08:56:32 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4481AA52.5010407@internode.on.net> References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> <4481AA52.5010407@internode.on.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 16:56:31 +0200 Message-Id: <1149432991.8235.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.471 tagged_above=-999 required=2 tests=[AWL=-0.026, BAYES_00=-2.599, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.471 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 14:56:37 -0000 On Sun, 2006-06-04 at 00:57 +0930, Karl Goetz wrote: > guenther wrote: > > This seems to be an sf.net issue. > > > In case you still have that first download, have a look at it. If it is > > not an HTML document, I'll owe a beer to anyone greeting me with the > > word GARNOME at the forthcoming GUADEC. ;-) > > Your beers safe: > > --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 > => `download/partial/docbook-xsl-1.70.0.tar.bz2' > Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, > 212.219.56.167, ... > Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. > HTTP request sent, awaiting response... 200 OK ^^^^^^ > Length: unspecified > > [ <=> > ] 147 --.--K/s > > 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' > saved [147] ^^^^^^^^^^^ > > make[7]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > [fetch] complete for docbook-xsl. > ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 > 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 > download/docbook-xsl-1.70.0.tar.bz2: FAILED > *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR > GAR GAR! *** > make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 > make[6]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > > make: *** [paranoid-install] Error 2 > karl@Rommel:~/garnome-2.15.2.2/desktop$ cd > ../bootstrap/docbook-xsl/download/ > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh > total 8.0K > -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 > drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 > docbook-xsl-1.70.0.tar.bz2: HTML document text ^^^^^^^^^^^^^^^^^^ Yeah. *sigh* Some mirrors seem to send out crappy HTML documents along with a code 200 OK, even if they are not going to deliver the requested content -- which frankly, should be a 4xx code. > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat > docbook-xsl-1.70.0.tar.bz2 > URL="http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2"> > > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ > > Not even a 404, not sure what it is though :) Looks like a hint to reload the very same requested URL again... Though this is not the duty of HTML code (which is the content being delivered over the HTTP protocol), but rather the protocols duty itself. GAR. So there we have a very poorly configured webserver... :-/ Sorry for the inconvenience, dude. Unfortunately, there is nothing we can do about sf.net... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From p.willis@telus.net Sun Jun 4 21:49:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 272F43B03EB for ; Sun, 4 Jun 2006 21:49:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25836-02 for ; Sun, 4 Jun 2006 21:48:53 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 117243B0681 for ; Sun, 4 Jun 2006 21:48:48 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([64.180.210.171]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060605014848.WAUS14541.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Sun, 4 Jun 2006 19:48:48 -0600 Received: from [192.168.1.10] (d64-180-210-171.bchsia.telus.net [64.180.210.171]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id CDMK5UNBKS for ; Sun, 4 Jun 2006 19:48:47 -0600 (MDT) Message-ID: <44838D75.4000508@telus.net> Date: Sun, 04 Jun 2006 18:48:37 -0700 From: pw User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Accept-Language: en-us, en MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.732 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, SPF_PASS=-0.001] X-Spam-Score: 0.732 X-Spam-Level: Subject: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 01:49:05 -0000 Hello, I am using Garnome to build gnome on Mandrake Linux 10.2. The build indicates that I require popt 1.5 or better to continue the build. When I go to the fsf popt site I am referred to ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz The FTP server is there but there are no directories below /pub . Is there anywhere else I can get a valid source for popt? Thanks Peter From joseph_sacco@comcast.net Sun Jun 4 22:23:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EB1A13B052C for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27596-09 for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id CFF513B03EB for ; Sun, 4 Jun 2006 22:23:56 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <2006060502235101200196jae>; Mon, 5 Jun 2006 02:23:51 +0000 From: "Joseph E. Sacco, Ph.D." To: pw In-Reply-To: <44838D75.4000508@telus.net> References: <44838D75.4000508@telus.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 22:23:50 -0400 Message-Id: <1149474230.14083.27.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.643 tagged_above=-999 required=2 tests=[AWL=-1.334, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.643 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 02:23:58 -0000 Build the version of popt found in the bootstrap directory. -Joseph ========================================================= On Sun, 2006-06-04 at 18:48 -0700, pw wrote: > Hello, > > I am using Garnome to build gnome on Mandrake Linux > 10.2. > > The build indicates that I require popt 1.5 or better > to continue the build. > > When I go to the fsf popt site I am referred to > > ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz > > > The FTP server is there but there are no directories > below /pub . > > Is there anywhere else I can get a valid source > for popt? > > Thanks > > Peter -- joseph_sacco [at] comcast [dot] net From cbarton@metavr.com Mon Jun 5 12:57:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E82E23B0941 for ; Mon, 5 Jun 2006 12:57:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15889-02 for ; Mon, 5 Jun 2006 12:57:27 -0400 (EDT) Received: from mail-ihug.icp-qv1-irony5.iinet.net.au (ihug-mail.icp-qv1-irony5.iinet.net.au [203.59.1.199]) by menubar.gnome.org (Postfix) with ESMTP id A01653B0940 for ; Mon, 5 Jun 2006 12:57:26 -0400 (EDT) Received: from 203-214-88-191.dyn.iinet.net.au (HELO [192.168.1.100]) ([203.214.88.191]) by mail-ihug.icp-qv1-irony5.iinet.net.au with ESMTP; 06 Jun 2006 00:57:24 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,211,1146412800"; d="scan'208"; a="788273094:sNHT21807728" Message-ID: <44846250.7010409@metavr.com> Date: Tue, 06 Jun 2006 02:56:48 +1000 From: Campbell Barton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: pw References: <44838D75.4000508@telus.net> In-Reply-To: <44838D75.4000508@telus.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.246 tagged_above=-999 required=2 tests=[AWL=0.353, BAYES_00=-2.599] X-Spam-Score: -2.246 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cbarton@metavr.com List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 16:57:30 -0000 Hey, I compile most stable garnome builds that are released ;) Id like to be able to compile without evalution, or epiphany- Bothe are big packages and since I use thunderbird and firefox its a lot of overhead I dont need. Also, I have had troubles compiling both.. Some Kind of minimal option would be nice. Also every time I build garnome (on Both Linux installs) - when building glib, I need to manually do and run ./configure --with-libiconv=gnu Otherwise it wont compile. - Realy a problem for glib but thaught Id mention anyhow, would be nice if it could auto detect this. Theres a few missing depancies exchange-data-server (needs OpenLDAP) gnome-panel (needs exchange-data-server) WHY?? - I removed from the makefile and gnome-panel compiled fine. without exchange. deskbar-applet (needs liboil) Cant recall the lib :/ (needs PyRex) From joseph_sacco@comcast.net Mon Jun 5 13:30:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C6BA63B0927 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17526-10 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by menubar.gnome.org (Postfix) with ESMTP id DB72C3B0668 for ; Mon, 5 Jun 2006 13:30:49 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc14) with SMTP id <2006060517304601400o1mege>; Mon, 5 Jun 2006 17:30:46 +0000 From: "Joseph E. Sacco, Ph.D." To: cbarton@metavr.com In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Mon, 05 Jun 2006 13:30:45 -0400 Message-Id: <1149528645.2858.26.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 (2.7.2.1-4) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.711 tagged_above=-999 required=2 tests=[AWL=-1.267, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.711 X-Spam-Level: Cc: garnome-list@gnome.org, pw Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 17:30:51 -0000 Campbell, You can "hide" an application from the build process by by prefixing the name of the application with a '.'. For example, desktop/evolution -> desktop/.evolution When you hide an application, you will also need to hide all other applications that explicitly depend upon it. -Joseph =========================================================== On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) > > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. > > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. > deskbar-applet (needs liboil) > Cant recall the lib :/ (needs PyRex) -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Mon Jun 5 14:44:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 053253B0964 for ; Mon, 5 Jun 2006 14:44:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22455-04 for ; Mon, 5 Jun 2006 14:44:08 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 9AA693B0905 for ; Mon, 5 Jun 2006 14:44:07 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k55Ii9ga001640; Mon, 5 Jun 2006 20:44:10 +0200 Message-ID: <44847B79.8000606@planet.nl> Date: Mon, 05 Jun 2006 20:44:09 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: guenther References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> In-Reply-To: <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.517 tagged_above=-999 required=2 tests=[AWL=-0.654, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -1.517 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 18:44:11 -0000 Hi Guenther, Thanks for the feedback. I'm glad to hear that I've not gone crazy alone ;-) with sourgeforge and their download procedures. I'll just keep on changing the makefiles if the downloads fails it's not a big deal. I'll try the latest snapshot to see how that one performs. Kindest regards, Stef guenther wrote: >On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > > > >>I'm finding 2 issues with the latest snapshot of garnome-daily >> >>1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version >>4.4. After changing the configure.in and configure scripts I could >>continue the compile process. >> >> > >Thanks, Stef. :) This has been corrected in both branches. Current >daily snapshots should work again. And we even released new tarballs for >both stable and unstable branch with this fixed. > >I really need more time for mailing lists... :/ > > > > >>2 The sourceforge.net download links are failing if I don't use an >>mirror site like belnet.dl.sourceforge.net for example. >> >> > >That's an sf.net issue we can do nothing about, unfortunately. The >download.sf.net server we use is supposed to pick a working mirror... > >Apparently this either was a temporary issue only, or it is somewhat >specific to your location/ISP. I just checked all sources we get from >sf.net, and it worked for me. > >(15 of 18 total tarballs from sf.net have been retrieved on the first >'make fetch' attempt, 2 tarballs needed a second attempt. The last >missing one was successful on the 4th go... Yes, it is commonly known >that sf.net pretty much sucks at this, but there are projects that are >available only on sf.net, unfortunately. [1]) > >...guenther > > >[1] We do switch to non sf.net servers (or more reliable servers, in > general) if at all possible. Recently being moved away from sf.net > are docbook-xml and libxklavier.) > > > From go@turix.com.ar Mon Jun 5 16:16:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B761E3B029D for ; Mon, 5 Jun 2006 16:16:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28247-04 for ; Mon, 5 Jun 2006 16:16:23 -0400 (EDT) Received: from marte.xmundo.net (marte.xmundo.net [201.216.232.12]) by menubar.gnome.org (Postfix) with ESMTP id AC2DD3B025B for ; Mon, 5 Jun 2006 16:16:22 -0400 (EDT) Received: from [192.168.0.222] (customer200-41.iplannetworks.net [200.61.176.41] (may be forged)) (authenticated bits=0) by marte.xmundo.net (8.12.11/8.12.11) with ESMTP id k55KGKBa020337 for ; Mon, 5 Jun 2006 17:16:20 -0300 Message-ID: <4484962B.1050907@turix.com.ar> Date: Mon, 05 Jun 2006 17:38:03 -0300 From: Gonzalo Odiard User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 Cc: garnome-list@gnome.org References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> In-Reply-To: <44847B79.8000606@planet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.37 tagged_above=-999 required=2 tests=[AWL=0.075, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.37 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 20:16:24 -0000 I have the same problem with sourceforge and not is a new problem. Gonzalo Odiard Stef van der Made escribió: > > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy > alone ;-) with sourgeforge and their download procedures. I'll just > keep on changing the makefiles if the downloads fails it's not a big > deal. > > I'll try the latest snapshot to see how that one performs. > > Kindest regards, > > Stef > > guenther wrote: > >> On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: >> >> >> >>> I'm finding 2 issues with the latest snapshot of garnome-daily >>> >>> 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to >>> version 4.4. After changing the configure.in and configure scripts I >>> could continue the compile process. >>> >> >> Thanks, Stef. :) This has been corrected in both branches. Current >> daily snapshots should work again. And we even released new tarballs for >> both stable and unstable branch with this fixed. >> >> I really need more time for mailing lists... :/ >> >> >> >> >>> 2 The sourceforge.net download links are failing if I don't use an >>> mirror site like belnet.dl.sourceforge.net for example. >>> >> >> That's an sf.net issue we can do nothing about, unfortunately. The >> download.sf.net server we use is supposed to pick a working mirror... >> >> Apparently this either was a temporary issue only, or it is somewhat >> specific to your location/ISP. I just checked all sources we get from >> sf.net, and it worked for me. >> >> (15 of 18 total tarballs from sf.net have been retrieved on the first >> 'make fetch' attempt, 2 tarballs needed a second attempt. The last >> missing one was successful on the 4th go... Yes, it is commonly known >> that sf.net pretty much sucks at this, but there are projects that are >> available only on sf.net, unfortunately. [1]) >> >> ...guenther >> >> >> [1] We do switch to non sf.net servers (or more reliable servers, in >> general) if at all possible. Recently being moved away from sf.net >> are docbook-xml and libxklavier.) >> >> >> > From pd@cipherfunk.org Mon Jun 5 21:06:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 463C33B0526 for ; Mon, 5 Jun 2006 21:06:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13901-02 for ; Mon, 5 Jun 2006 21:06:21 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id 08D7B3B0837 for ; Mon, 5 Jun 2006 21:06:20 -0400 (EDT) Received: (qmail 19894 invoked by uid 0); 6 Jun 2006 01:02:41 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Mon, 05 Jun 2006 18:02:41 -0700 From: Paul Drain To: garnome-list@gnome.org In-Reply-To: <44847B79.8000606@planet.nl> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> Content-Type: text/plain Organization: ::cipherfunk industries:: Date: Tue, 06 Jun 2006 11:07:57 +1000 Message-Id: <1149556077.29331.68.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.182 tagged_above=-999 required=2 tests=[AWL=0.417, BAYES_00=-2.599] X-Spam-Score: -2.182 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 01:06:24 -0000 On Mon, 2006-06-05 at 20:44 +0200, Stef van der Made wrote: > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy alone > ;-) with sourgeforge and their download procedures. I'll just keep on > changing the makefiles if the downloads fails it's not a big deal. > > I'll try the latest snapshot to see how that one performs. FWIW, this has been a problem ever since Sourceforge moved to the mirroring system script they use now -- everything's fine if all the mirrors sync up, but sometimes your .tar.gz will consist of a broken webpage when the redirection fails. It was one of the main reasons I used to host a bunch of files directly on the cipherfunk FTP site -- so people looking for things like docbook would no longer be 'trapped in the system' as it were. Regards, Paul From suryakiran.gullapalli@gmail.com Mon Jun 5 23:52:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0EF503B000A for ; Mon, 5 Jun 2006 23:52:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20778-03 for ; Mon, 5 Jun 2006 23:52:38 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by menubar.gnome.org (Postfix) with ESMTP id BC5683B00AE for ; Mon, 5 Jun 2006 23:52:37 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so2225453nzo for ; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VYoN+oVMUDftqAms7IToBFmTrUKIPBkOs4bJsuzjgorvzn7uLPAwcbj9LO/m98xqMkr2OqAduRetSPPBW0EXinttMoZRAs6TLtijHJWQDYRKNd3cCkq8ZsM8flj+Kbwjzq8AU9qvx0QitFQqCDPqBl/PU8ze3MPIDrkqxHK/7Xw= Received: by 10.36.19.13 with SMTP id 13mr7390724nzs; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Mon, 5 Jun 2006 20:52:36 -0700 (PDT) Message-ID: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Date: Tue, 6 Jun 2006 09:22:36 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2732_1312467.1149565956475" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.657 tagged_above=-999 required=2 tests=[AWL=-0.486, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077] X-Spam-Score: -1.657 X-Spam-Level: Subject: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 03:52:43 -0000 ------=_Part_2732_1312467.1149565956475 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying to build gnome using garnome-2.14.2. But gamin build fails. Here is the output . ========================== [===== NOW BUILDING: gamin-0.1.7 =====] install -d cookies/main.d install -d download install -d download/partial ==> Grabbing download/gamin-0.1.7.tar.gz ==> Trying file//files/gamin-0.1.7.tar.gz make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 ==> Trying file///nfs/skglnx/home/skg/Builds/gnome-2.14.2/gamin- 0.1.7.tar.gz ==> Grabbing download/python-path-fixes.diff ==> Trying file//files/python-path-fixes.diff [fetch] complete for gamin. ==> Running checksum on gamin-0.1.7.tar.gz 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz file gamin-0.1.7.tar.gz passes checksum test! ==> Running checksum on python-path-fixes.diff 19ff10882346340ed12244d3cc5ab96d download/python-path-fixes.diff file python-path-fixes.diff passes checksum test! [checksum] complete for gamin. install -d work/main.d ==> Extracting download/gamin-0.1.7.tar.gz [extract] complete for gamin. ==> Applying patch download/python-path-fixes.diff patching file configure.in [patch] complete for gamin. [fixup] complete for gamin. acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB ==> Running configure in work/main.d/gamin-0.1.7 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1 /bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3 checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed checking for egrep... grep -E checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ accepts -g... yes checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... gcc3 checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for library containing strerror... none required checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking gtk-doc version >= 1.0... yes checking for usleep... yes checking for setsid... yes checking for setenv... yes checking for putenv... yes checking for getlogin_r... yes checking for nanoseconds field of struct stat.st_mtim... tv_nsec ./configure: line 21414: syntax error near unexpected token `DAEMON,' ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 =================================== If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there. Can i safely ignore the warning message. ? and then there's a syntax error in configure script, again talking about glib. what am i doing wrong? Surya ------=_Part_2732_1312467.1149565956475 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying to build gnome using garnome-2.14.2. But gamin build fails.

Here is the output .

==========================
[===== NOW BUILDING:    gamin-0.1.7     =====]
install -d cookies/main.d
install -d download
install -d download/partial
 ==> Grabbing download/gamin-0.1.7.tar.gz
        ==> Trying file//files/gamin-0.1.7.tar.gz
make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1
        ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- 2.14.2/gamin-0.1.7.tar.gz
 ==> Grabbing download/python-path-fixes.diff
        ==> Trying file//files/python-path-fixes.diff
        [fetch] complete for gamin.
 ==> Running checksum on gamin-0.1.7.tar.gz
1a1991ffa749b7dc2cc0573d6a2867b8  download/gamin-0.1.7.tar.gz
file gamin-0.1.7.tar.gz passes checksum test!
 ==> Running checksum on python-path-fixes.diff
19ff10882346340ed12244d3cc5ab96d  download/python- path-fixes.diff
file python-path-fixes.diff passes checksum test!
        [checksum] complete for gamin.
install -d work/main.d
 ==> Extracting download/gamin-0.1.7.tar.gz
        [extract] complete for gamin.
 ==> Applying patch download/python-path-fixes.diff
patching file configure.in
        [patch] complete for gamin.
        [fixup] complete for gamin.
acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
 ==> Running configure in work/main.d/gamin-0.1.7
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc accepts -g... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3
checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed
checking for egrep... grep -E
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h.. . yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ accepts -g... yes
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... gcc3
checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag  works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for library containing strerror... none required
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking gtk-doc version >= 1.0... yes
checking for usleep... yes
checking for setsid... yes
checking for setenv... yes
checking for putenv... yes
checking for getlogin_r... yes
checking for nanoseconds field of struct stat.st_mtim... tv_nsec
./configure: line 21414: syntax error near unexpected token `DAEMON,'
./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)'
make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2
===================================

If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there.

Can i safely ignore the warning message. ?

and then there's a syntax error in configure script, again talking about glib.
what am i doing wrong?

Surya

------=_Part_2732_1312467.1149565956475-- From joseph_sacco@comcast.net Tue Jun 6 10:31:55 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 879353B0107 for ; Tue, 6 Jun 2006 10:31:55 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29002-07 for ; Tue, 6 Jun 2006 10:31:52 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id A7BAC3B012A for ; Tue, 6 Jun 2006 10:31:37 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060606143136m1100l78u6e>; Tue, 6 Jun 2006 14:31:36 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> References: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 10:31:34 -0400 Message-Id: <1149604294.12352.28.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.606 tagged_above=-999 required=2 tests=[AWL=-1.374, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -0.606 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:31:55 -0000 The python path hack deals with the situation were python-2.4.x is installed in a non-standard location. If python-2.4.x is installed under /usr/bin you can eliminate the hack: * copy Makefile Makefile- * edit Makefile - comment out line beginning with PATHFILES - comment out pre-configure section Otherwise, * build bootstrap/automake-1.9 * cd bootstrap/gamin - make cookieclean - make install -Joseph ============================================================================= On Tue, 2006-06-06 at 09:22 +0530, Surya Kiran Gullapalli wrote: > Hi, > I'm trying to build gnome using garnome-2.14.2. But gamin build fails. > > Here is the output . > > ========================== > [===== NOW BUILDING: gamin-0.1.7 =====] > install -d cookies/main.d > install -d download > install -d download/partial > ==> Grabbing download/gamin-0.1.7.tar.gz > ==> Trying file//files/gamin-0.1.7.tar.gz > make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 > ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- > 2.14.2/gamin-0.1.7.tar.gz > ==> Grabbing download/python-path-fixes.diff > ==> Trying file//files/python-path-fixes.diff > [fetch] complete for gamin. > ==> Running checksum on gamin-0.1.7.tar.gz > 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz > file gamin-0.1.7.tar.gz passes checksum test! > ==> Running checksum on python-path-fixes.diff > 19ff10882346340ed12244d3cc5ab96d download/python- path-fixes.diff > file python-path-fixes.diff passes checksum test! > [checksum] complete for gamin. > install -d work/main.d > ==> Extracting download/gamin-0.1.7.tar.gz > [extract] complete for gamin. > ==> Applying patch download/python-path-fixes.diff > patching file configure.in > [patch] complete for gamin. > [fixup] complete for gamin. > acinclude.m4:4: warning: underquoted definition of > AC_STRUCT_ST_MTIM_NSEC > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending% > 20aclocal > /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of > AM_PATH_GTK > /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of > AM_PATH_GLIB > ==> Running configure in work/main.d/gamin-0.1.7 > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking for > gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc accepts -g... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... > gcc3 > checking for a sed that does not truncate > output... /nfs/skglnx/home/skg/Packages/bin/sed > checking for egrep... grep -E > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h.. . yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking whether we are using the GNU C++ compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ accepts -g... yes > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... > gcc3 > checking how to run the C++ > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ -E > checking for g77... g77 > checking whether we are using the GNU Fortran 77 compiler... yes > checking whether g77 accepts -g... yes > checking the maximum length of command line arguments... 32768 > checking command to parse /usr/bin/nm -B output > from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static > flag works... yes > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > supports -fno-rtti -fno-exceptions... no > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to produce PIC... -fPIC > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC > flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g > ++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > option to produce PIC... -fPIC > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g > ++ PIC flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > appending configuration tag "F77" to libtool > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > checking for g77 option to produce PIC... -fPIC > checking if g77 PIC flag -fPIC works... yes > checking if g77 supports -c -o file.o... yes > checking whether the g77 linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking for library containing strerror... none required > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for ANSI C header files... (cached) yes > checking for a BSD-compatible install... /usr/bin/install -c > checking whether make sets $(MAKE)... (cached) yes > checking gtk-doc version >= 1.0... yes > checking for usleep... yes > checking for setsid... yes > checking for setenv... yes > checking for putenv... yes > checking for getlogin_r... yes > checking for nanoseconds field of struct stat.st_mtim... tv_nsec > ./configure: line 21414: syntax error near unexpected token `DAEMON,' > ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' > make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 > =================================== > > If you look at the beginning of the output, there's a warning message > from aclocal. Apparently, its trying to pick glib/gtk > from /usr/local/share path. But my gnome is not installed there. > > Can i safely ignore the warning message. ? > > and then there's a syntax error in configure script, again talking > about glib. > what am i doing wrong? > > Surya > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Tue Jun 6 16:33:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 999E13B0B52 for ; Tue, 6 Jun 2006 16:33:17 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20061-07 for ; Tue, 6 Jun 2006 16:33:16 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 0C2A13B0AE1 for ; Tue, 6 Jun 2006 16:33:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56KXDE9064909; Tue, 6 Jun 2006 14:33:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4484962B.1050907@turix.com.ar> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:33:12 +0200 Message-Id: <1149625992.8337.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:33:17 -0000 > > guenther wrote: [...] > >> That's an sf.net issue we can do nothing about, unfortunately. The > >> download.sf.net server we use is supposed to pick a working mirror... On Mon, 2006-06-05 at 17:38 -0300, Gonzalo Odiard wrote: > I have the same problem with sourceforge and not is a new problem. Exactly. :) Simply trying again (aka "insisting" ;) already solves the sf.net download issue in almost all cases. The "broken HTML" issue being the notable exception. But I only rarely saw that one myself... Since most of the tarballs we still need to fetch from sf.net tend to not be updated often, a GARCHIVEDIR helps preventing these issues even for new G(AR)NOME releases. Also, I'd like to take this opportunity to introduce a pretty handy 'make' option: -C Without the need to cd to a dir and back again later, just use a command like this to (in this example) insist on downloading the latest gaim release: $ make -C fifth-toe/gaim/ fetch Have fun... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 16:39:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2EA9D3B09D4 for ; Tue, 6 Jun 2006 16:39:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20599-08 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 127CD3B02A9 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56Kd5mL065246; Tue, 6 Jun 2006 14:39:06 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149556077.29331.68.camel@localhost.localdomain> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <1149556077.29331.68.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:39:04 +0200 Message-Id: <1149626345.8337.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:39:09 -0000 On Tue, 2006-06-06 at 11:07 +1000, Paul Drain wrote: > FWIW, this has been a problem ever since Sourceforge moved to the > mirroring system script they use now -- everything's fine if all the > mirrors sync up, but sometimes your .tar.gz will consist of a broken > webpage when the redirection fails. > > It was one of the main reasons I used to host a bunch of files directly > on the cipherfunk FTP site -- so people looking for things like docbook > would no longer be 'trapped in the system' as it were. Yeah, unfortunately we can not do this with our w.g.o accounts. Well, we could, but we really shouldn't. ;) FWIW, besides using other mirrors wherever we can, we are currently pondering some fallback ideas for such and similar cases... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 17:26:38 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0A2B23B00BC for ; Tue, 6 Jun 2006 17:26:38 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23080-02 for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 575653B007E for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56LQXLm068078; Tue, 6 Jun 2006 15:26:34 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 23:26:32 +0200 Message-Id: <1149629192.8337.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 21:26:38 -0000 On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) Thanks, great to hear. :) > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. You easily can disable packages, that you don't want. As Joseph already mentioned, renaming the dir (like epiphany) with a leading dot will do. This is the way to easily get it back in case something else depends on it. (Yes, if there are no lurking deps, you can remove those garballs just as well.) Both Epiphany and Evolution are pretty safe to remove. Note though, that out of the box there are two deps on Epiphany: epiphany-extensions and gwget, both in geektoys. Not an issue if you don't want neither of them. ;) In the Evolution case, there are some other circumstances, too. Mail-notification is the only app that depends on Evo itself, due to the usual use case for MN. Anyway, that could easily be changed if you want MN without the Evo integration. If you do not build Evo, you can safely drop the following garballs too, since they are used by Evo only (all in the desktop/ meta-garball): gtkhtml, libsoup, evolution-webcal, evolution-exchange. However, you can *not* simply opt out of evolution-data-server (see below). Regarding the "minimal" option: I'm sorry, but we won't do that. The most obvious reason: GARNOME is a build utility for the GNOME Desktop -- and Evolution and Epiphany are officially part of GNOME. Another reason is: What to include in the minimal option? Some don't like Epiphany, some don't want Evolution, some don't need Ekiga, dasher, etc... > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) One of the external deps we can not provide. You should install it system wide, if possible. Or edit the evolution-data-server/Makefile and get rid of the --with-openldap option in the CONFIGURE_ARGS. > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. *evolution*-data-server :) Unlike Evolution itself, there are a few apps in the official Desktop stack and extra packages that depend on evolution-data-server. e-d-s has been split up from Evo for that very reason, providing a common backend used across multiple apps sharing the same user data. In the case of gnome-panel, the clock applet actually features integrated Calendar and Tasks and depends on e-d-s for that. Apart from gnome-panel, there is a contact-lookup-applet part of GNOME, that queries your Address Books. Ekiga and Gaim (can) use these Address Books as well. Since our aim is to provide the GNOME Desktop, we sure want this integration to be built out of the box, without any manual tweaking by the user. Thus the LIBDEPS for apps, that optionally support features using other parts of the Desktop. For them to be built, we need to make sure the dependencies are built already. > deskbar-applet (needs liboil) Provided by GARNOME in bootstrap/ for those systems, that don't ship with the required version, since it is a pretty recent one. $ make -C bootstrap/liboil install Also, I believe this is control-center rather than deskbar-applet. ;) And no, please do not ask me what the control-center needs a highly optimized lib for... > Cant recall the lib :/ (needs PyRex) Yes. One of the external deps we can not provide. You should install it system wide, if possible. Hope this explains why. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 18:43:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CA5AE3B00E6 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26787-04 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from priv-edmwes33.telusplanet.net (defout.telus.net [204.209.205.55]) by menubar.gnome.org (Postfix) with ESMTP id 8E2A23B0124 for ; Tue, 6 Jun 2006 18:43:19 -0400 (EDT) Received: from priv-edmwaa06.telusplanet.net ([205.206.110.253]) by priv-edmwes33.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060606224318.TOWX21883.priv-edmwes33.telusplanet.net@priv-edmwaa06.telusplanet.net> for ; Tue, 6 Jun 2006 16:43:18 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edmwaa06.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id E35BV4DGV2 for ; Tue, 6 Jun 2006 16:43:17 -0600 (MDT) Date: Tue, 6 Jun 2006 16:43:07 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.445 tagged_above=-999 required=2 tests=[AWL=-1.797, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.445 X-Spam-Level: Subject: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:43:21 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpIaQ0KVGhl IGJ1aWxkIGlzIGZhaWxpbmcgYmVjYXVzZSBpdCBjYW4ndCBmaW5kIHRoZSB2ZXJzaW9uIHJlcXVl c3RlZC4gVGhlDQpyZWFzb24gZm9yIHRoYXQgaXMgYmVjYXVzZSBuZXcgdmVyc2lvbnMgaGF2ZSBi ZWVuIHJlbGVhc2VkOg0KDQpla2lnYS0yLjAuMi50YXIuZ3oNCm9wYWwtMi4yLjIudGFyLmd6DQpw d2xpYi0xLjEwLjEudGFyLmd6DQoNCkkgdGhpbmsgcHdsaWIgaXMgdGhlIHNhbWUgdmVyc2lvbiBi dXQgYm90aCBvcGFsIGFuZCBla2lnYSBhcmUgbmV3ZXIuDQoNCkkndmUgZCdsb2FkZWQgdGhlIHNv dXJjZXMgYXMgd2VsbCBhcyBycG1zIGZvciBteSBkaXN0cm8gKEZDNSkuIElmIEkgaW5zdGFsbA0K dGhlIHJwbXMgaXQncyBub3QgcmVhbGx5IGdvaW5nIHRvIGRvIG11Y2ggZm9yIGdhcm5vbWUgaXMg aXQ/IElmIG5vdCwgd2hhdA0KZmlsZXMgZG8gSSBuZWVkIHRvIG1vZGlmeSB0byBsb29rIGZvciB0 aGUgbmV3ZXIgZmlsZXMgYWxyZWFkeSBkb3dubG9hZGVkPw0KDQpUaGFua3MhDQpNeWxlcw0KLSAt LSANCk5vIGdyb3VwIG9mIHByb2Zlc3Npb25hbHMgbWVldHMgZXhjZXB0IHRvIGNvbnNwaXJlIGFn YWluc3QgdGhlIHB1YmxpYyBhdA0KbGFyZ2UuIC0tIE1hcmsgVHdhaW4NCi0tLS0tQkVHSU4gUEdQ IFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4 REJRRkVoZ1VCZjhFMStPL0pxNVlSQXR3N0FKOWp6RFhtOGFOMkNEb252blRNN25OMlR4TXNhd0Nl THhMWQ0KOUpMYW02TDgwVWliR0d5eHJYZnpEbDQ9DQo9NHpTeQ0KLS0tLS1FTkQgUEdQIFNJR05B VFVSRS0tLS0tDQo= From guenther@rudersport.de Tue Jun 6 18:52:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E65F13B0327; Tue, 6 Jun 2006 18:52:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27370-08; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 80BCF3B02AB; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56MpvdM073205; Tue, 6 Jun 2006 16:51:58 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: References: Content-Type: text/plain Date: Wed, 07 Jun 2006 00:51:56 +0200 Message-Id: <1149634316.10273.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Cc: gnome-list@gnome.org Subject: Re: [FYI] build interactively X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:52:01 -0000 [ Please do not cross-post, unless you really have to. ] > garnome-2.14.0 composed of 267 packages, > and there are complicate dependencies between different libs. Yes, apart from the official GNOME Desktop and Developer Platform, GARNOME ships with "a host of third-party GNOME packages, Bindings and the Mono(tm) Platform", as mentioned in the release announcements. :) Anyway, please note: The additional packages are optional. When using GARNOME, you are free to build or not build them. > usually not all of them are wanted, > in case garnome is to be built from scratch, > here is the order to take to avoid depency problem. Thanks for your work, I guess. Though you really do not need to care about those deps, since resolving the deps is an important part about GARNOME. It takes care of them for you. > information extracted from garname Makefile's `LIBDEPS=' directive. Exactly that's where the deps are defined. > there seem to be recursive dependencies defined in `LIBDEPS+=' > directive, dependency introduced by these directives are not listed > here. No. That's not recursion. The "LIBDEPS +=" apply some deps by build magic, gathering from your environment if a particular dep needs to be built or is satisfied already. > also some other libs required but not included in garnome, like > libexif etc. you want to build them as needed. Yup. Unfortunately we can not ship with every dependency. Those deps are detailed in the README and should be provided by your distro. > here is the list, the whole build process divided into 19 round, libs > in round 2 depend on libs in round 1, round 3 depend on 2, maybe also > depend on 1, and so on. [ list snipped ] Note that this includes *everything*, even matchbox, which typically is not built. Actually, rather than "19 rounds", this all boils down to *one* single command when using GARNOME: $ make install ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 19:49:32 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4FA333B012A for ; Tue, 6 Jun 2006 19:49:32 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30347-06 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B7F043B0344 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56NnP2T076758; Tue, 6 Jun 2006 17:49:26 -0600 (MDT) From: guenther To: Myles Green In-Reply-To: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 01:49:23 +0200 Message-Id: <1149637764.10273.36.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 23:49:32 -0000 On Tue, 2006-06-06 at 16:43 -0600, Myles Green wrote: > The build is failing because it can't find the version requested. The > reason for that is because new versions have been released: > > ekiga-2.0.2.tar.gz > opal-2.2.2.tar.gz > pwlib-1.10.1.tar.gz Crap. :-( Looks like you are totally right, dude. Rather that *adding* a new release, it seems the old opal and pwlib source tarballs actually have been removed. What an unfriendly and stupid way... (Only ekiga itself still is available, since it is hosted on f.g.o, but the releases hosted on ekiga.org have vanished.) > I think pwlib is the same version but both opal and ekiga are newer. > > I've d'loaded the sources as well as rpms for my distro (FC5). If I install > the rpms it's not really going to do much for garnome is it? If not, what > files do I need to modify to look for the newer files already downloaded? I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your download and build pleasure. You can find them here: http://gnome.org/~kbrae/garnome/ You now have quite a few options how to proceed. * Manually download opal and pwlib and stick them in the download/ dir in bootstrap/opal/ and bootstrap/pwlib respectively (or your GARCHIVEDIR, if you use it). * Adjust the MASTER_SITES line in the Makefile for bootstrap/opal/ and bootstrap/pwlib/ to simply point to the URL mentioned above. * Bump the versions of opal, pwlib and probably ekiga (including correcting the checksums). This unfortunately would mean, that you also need to adjust the MASTER_SITES for ekiga -- since 2.0.2 hasn't been uploaded to f.g.o yet. You can find the relevant changes Joseph did just today in viewcvs: http://cvs.gnome.org/viewcvs/garnome/ HTH ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 23:20:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 36E613B025E for ; Tue, 6 Jun 2006 23:20:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07838-08 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnes09.telusplanet.net (outbound02.telus.net [199.185.220.221]) by menubar.gnome.org (Postfix) with ESMTP id 609E93B0119 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes09.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607032049.KBGV28773.priv-edtnes09.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Tue, 6 Jun 2006 21:20:49 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id A7XGCPJFHR for ; Tue, 6 Jun 2006 21:20:48 -0600 (MDT) Date: Tue, 6 Jun 2006 21:20:43 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149637764.10273.36.camel@monkey.loc> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.174 tagged_above=-999 required=2 tests=[AWL=-1.526, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.174 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 03:20:53 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDAxOjQ5OjIzICswMjAwDQpndWVudGhlciA8Z3VlbnRoZXJAcnVkZXJzcG9y dC5kZT4gd3JvdGU6DQoNCj4gIFlvdSBjYW4gZmluZCB0aGUgcmVsZXZhbnQgY2hhbmdlcyBKb3Nl cGggZGlkIGp1c3QgdG9kYXkgaW4gdmlld2N2czoNCj4gICBodHRwOi8vY3ZzLmdub21lLm9yZy92 aWV3Y3ZzL2dhcm5vbWUvDQoNCk9vb3BzLCBsb29rcyBsaWtlIG15IGxhc3QgcmVwbHkgd2FzIHNl bnQgb25seSB0byBHdWVudGhlciwgc29ycnkgYWJvdXQNCnRoYXQuIEkgc2VlIEpvc2VwaCBmaXhl ZCB0aGluZ3MgdXAgaW4gQ1ZTLCBhcmUgdGhlcmUgaW5zdHJ1Y3Rpb25zIHNvbWV3aGVyZQ0Kb24g aG93IHRvIGdldC91c2UgdGhlIGN2cyB2ZXJzaW9uPyANCg0KVGhhbmtzLCBNeWxlcw0KLSAtLSAN CkhlIHdobyBmZWFycyB0aGUgdW5rbm93biBtYXkgb25lIGRheSBmbGVlIGZyb20gaGlzIG93biBi YWNrc2lkZS4NCgkJLS0gU2luYmFkDQotLS0tLUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0tLQ0KVmVy c2lvbjogR251UEcgdjEuNC4zIChHTlUvTGludXgpDQoNCmlEOERCUUZFaGtZTWY4RTErTy9KcTVZ UkFucmRBS0MvbHE5MWtmL1EydFNJS2dRRjJESERpN1p6cndDYUFwMXcNCnVPOG90QzIrN3plTjEw QWF5VHg5M1lZPQ0KPXFneXINCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From joseph_sacco@comcast.net Wed Jun 7 08:18:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C1EA13B0CB4 for ; Wed, 7 Jun 2006 08:18:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10686-03 for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id 2D6303B08CC for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060607121808m1100l743re>; Wed, 7 Jun 2006 12:18:08 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 08:18:07 -0400 Message-Id: <1149682687.25628.47.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.645 tagged_above=-999 required=2 tests=[AWL=-1.336, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.645 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 12:18:11 -0000 Short term solution -------------------- * Examine the GAR Makefile in CVS and make the appropriate changes to your local makefiles * For each app: run 'make makesum' , which will fetch the tarball and update the checksum you are good to go Longer term solution -------------------- Pull down a copy of GARNOME CVS http://www.gnome.org/projects/garnome/devel.html Once you have done this, you can easily update by running cvs update -dP -Joseph ======================================================================== On Tue, 2006-06-06 at 21:20 -0600, Myles Green wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wed, 07 Jun 2006 01:49:23 +0200 > guenther wrote: > > > You can find the relevant changes Joseph did just today in viewcvs: > > http://cvs.gnome.org/viewcvs/garnome/ > > Ooops, looks like my last reply was sent only to Guenther, sorry about > that. I see Joseph fixed things up in CVS, are there instructions somewhere > on how to get/use the cvs version? > > Thanks, Myles > - -- > He who fears the unknown may one day flee from his own backside. > -- Sinbad > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (GNU/Linux) > > iD8DBQFEhkYMf8E1+O/Jq5YRAnrdAKC/lq91kf/Q2tSIKgQF2DHDi7ZzrwCaAp1w > uO8otC2+7zeN10AayTx93YY= > =qgyr > -----END PGP SIGNATURE----- -- joseph_sacco [at] comcast [dot] net From rmg57@telus.net Wed Jun 7 09:48:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 6FCC63B0407 for ; Wed, 7 Jun 2006 09:48:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17730-03 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 2A7283B02C0 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607134808.BYYK19483.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Wed, 7 Jun 2006 07:48:08 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id 62NT9SHCXJ for ; Wed, 7 Jun 2006 07:48:02 -0600 (MDT) Date: Wed, 7 Jun 2006 07:47:45 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060607074745.27b55c9e@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.014 tagged_above=-999 required=2 tests=[AWL=-1.366, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.014 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 13:48:13 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDA4OjE4OjA3IC0wNDAwDQoiSm9zZXBoIEUuIFNhY2NvLCBQaC5ELiIgPGpv c2VwaF9zYWNjb0Bjb21jYXN0Lm5ldD4gd3JvdGU6DQoNCj4gU2hvcnQgdGVybSBzb2x1dGlvbg0K PiAtLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPiAqIEV4YW1pbmUgdGhlIEdBUiBNYWtlZmlsZSBpbiBD VlMgYW5kIG1ha2UgdGhlIGFwcHJvcHJpYXRlIGNoYW5nZXMgdG8NCj4geW91ciBsb2NhbCBtYWtl ZmlsZXMNCj4gKiBGb3IgZWFjaCBhcHA6DQo+IHJ1biAnbWFrZSBtYWtlc3VtJyAsIHdoaWNoIHdp bGwgZmV0Y2ggdGhlIHRhcmJhbGwgYW5kIHVwZGF0ZSB0aGUNCj4gY2hlY2tzdW0NCj4gDQo+IHlv dSBhcmUgZ29vZCB0byBnbw0KPiANCj4gDQo+IExvbmdlciB0ZXJtIHNvbHV0aW9uDQo+IC0tLS0t LS0tLS0tLS0tLS0tLS0tDQo+IFB1bGwgZG93biBhIGNvcHkgb2YgR0FSTk9NRSBDVlMNCj4gDQo+ ICAgICAgICAgaHR0cDovL3d3dy5nbm9tZS5vcmcvcHJvamVjdHMvZ2Fybm9tZS9kZXZlbC5odG1s DQo+IA0KPiBPbmNlIHlvdSBoYXZlIGRvbmUgdGhpcywgeW91IGNhbiBlYXNpbHkgdXBkYXRlIGJ5 IHJ1bm5pbmcNCj4gDQo+ICAgICAgICAgY3ZzIHVwZGF0ZSAtZFANCg0KTXVjaCBhcHByZWNpYXRl ZCwgdGhhbmtzIQ0KDQpNeWxlcw0KLSAtLSANCkNvbmZlc3MgeW91ciBzaW5zIHRvIHRoZSBMb3Jk IGFuZCB5b3Ugd2lsbCBiZSBmb3JnaXZlbjsNCmNvbmZlc3MgdGhlbSB0byBtYW4gYW5kIHlvdSB3 aWxsIGJlIGxhdWdoZWQgYXQuDQoJCS0tIEpvc2ggQmlsbGluZ3MNCi0tLS0tQkVHSU4gUEdQIFNJ R05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4REJR RkVodGtHZjhFMStPL0pxNVlSQXM2TkFLQ1Fqb1BLWlJQakNxWXhFUHQ5V2U2L29KdXZvQUNnbjNJ Vg0KMVpWc3R4TW9hNVlTZEJKT3IvUFIwNjg9DQo9cTdwUw0KLS0tLS1FTkQgUEdQIFNJR05BVFVS RS0tLS0tDQo= From guenther@rudersport.de Wed Jun 7 17:15:39 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 38E213B0310 for ; Wed, 7 Jun 2006 17:15:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15300-02 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id AF07D3B0135 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LFYww070287; Wed, 7 Jun 2006 15:15:35 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:15:33 +0200 Message-Id: <1149714933.8383.60.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: Myles Green Subject: ekiga, opal, pwlib (was: Re: Building opal fails - garnome-2.15.2.2) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:15:39 -0000 Note: If you found this post cause you are having download issues for ekiga, opal or pwlib, see the following links. The first one is the original post, the latter is the solution for this issue: http://mail.gnome.org/archives/garnome-list/2006-June/msg00023.html http://mail.gnome.org/archives/garnome-list/2006-June/msg00025.html Right, you replied to me only, Myles. ;) On Tue, 2006-06-06 at 21:03 -0600, Myles Green wrote: > > I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your > > download and build pleasure. You can find them here: > > > > http://gnome.org/~kbrae/garnome/ > > > > > > You now have quite a few options how to proceed. > > Thanks Guenther, I've chosen the first option as it sounds like the easiest > with less work :-D > > I don't understand why the ekiga people chose completely replace the old > versions either; doesn't make any sense. At any rate I just wanted to give > you guys a heads up on the problem and inform you of my findings. > > Thanks again! I'm off to re-start that build now. Sure, and we really appreciate the heads-up. :) Some follow up notes on this issue: The ekiga folks actually did not remove the old releases. They just happen to use a pretty bad way to grab source tarballs, which seems to not be discussed on the web site. Turns out all old releases still are available, if you use some special (not browsable) link, with the ekiga version in it. Exactly that corresponding ekiga version the particular opal and pwlib version has been released for... This is fixed in CVS (both gnome-2-14 branch and HEAD) already to point to the correct places which are not going to change. Also, I am currently working with the ekiga team and and the GNOME release team to host opal and pwlib on f.g.o, too. Once this is done, there will no special treatment be required any longer and this issue will be fixed for good. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Wed Jun 7 17:20:10 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 065893B0DC4 for ; Wed, 7 Jun 2006 17:20:10 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15559-06 for ; Wed, 7 Jun 2006 17:20:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id E0FAE3B0C49 for ; Wed, 7 Jun 2006 17:20:03 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LK1FS070551; Wed, 7 Jun 2006 15:20:02 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:20:00 +0200 Message-Id: <1149715200.8383.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:20:10 -0000 > Longer term solution > -------------------- > Pull down a copy of GARNOME CVS > > http://www.gnome.org/projects/garnome/devel.html > > Once you have done this, you can easily update by running > > cvs update -dP Though of course you still will have to 'make clean' and 'make install' the garballs that have been updated. ;) FWIW, redirecting cvs update output to a file and using a tiny bit of shell magic on the results to automate re-building updated tarballs only makes this pretty easy... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From suryakiran.gullapalli@gmail.com Thu Jun 8 01:11:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0FE043B0529 for ; Thu, 8 Jun 2006 01:11:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07930-07 for ; Thu, 8 Jun 2006 01:11:50 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by menubar.gnome.org (Postfix) with ESMTP id EC2423B04D0 for ; Thu, 8 Jun 2006 01:11:49 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so388514nzo for ; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ePvfSqYVxKt73WxOHRrzhDm3s2MU1aW4xLOqFTFiBANo/2qX2uPvM8SUhRAQun8IJWj23vxQaBrpfeOAG91Ess1Ct2o6T/92/WXokY43iuaOk1GCeIKRD15LV/SA2fKl+0N0odHvAFystMdifbh+axRz23PRhOAnBB4oWl2LxOY= Received: by 10.36.120.20 with SMTP id s20mr1821652nzc; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 22:11:49 -0700 (PDT) Message-ID: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> Date: Thu, 8 Jun 2006 10:41:49 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6299_12664175.1149743509204" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.939 tagged_above=-999 required=2 tests=[AWL=-0.135, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -1.939 X-Spam-Level: Subject: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 05:11:51 -0000 ------=_Part_6299_12664175.1149743509204 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm building garnome 2.14.2 and the build fails in building libgda. The error it shows is ====================== /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs' make[7]: *** [gda-xbase-database.lo] Error 1 make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' ====================== I've faced this problem in garnome 2.14.1 also. Surya ------=_Part_6299_12664175.1149743509204 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya
------=_Part_6299_12664175.1149743509204-- From bugzilla@gnome.org Thu Jun 8 02:54:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EBF7F3B0571 for ; Thu, 8 Jun 2006 02:54:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13079-01 for ; Thu, 8 Jun 2006 02:54:28 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id D8B513B0579 for ; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 7CA576CC0C8; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: GARNOME X-Bugzilla-Severity: blocker Content-Disposition: inline X-Bugzilla-Reason: QAcontact X-Bugzilla-Component: general X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.14.x Content-Transfer-Encoding: 8bit From: "GARNOME (bugzilla.gnome.org)" Message-Id: <20060608065427.7CA576CC0C8@window.gnome.org> Date: Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.34 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.018, BAYES_00=-2.599, TW_BG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.34 X-Spam-Level: Subject: [Bug 342220] libgda fails during compilation X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:54:31 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=342220 GARNOME | general | Ver: 2.14.x ------- Comment #1 from Surya Kiran 2006-06-08 06:54 UTC ------- The Same build problem occurs with garnome 2.14.2 also. This time I'm using gcc-4.1.1. I'm unable to proceed further. Could somebody please let me know what am i doing wrong ? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. From suryakiran.gullapalli@gmail.com Thu Jun 8 02:56:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DA8F13B0582 for ; Thu, 8 Jun 2006 02:56:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13062-08 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by menubar.gnome.org (Postfix) with ESMTP id 8BD5F3B0579 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 13so354520nzn for ; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ft/69kBOKHONlaz75vCUJXhZKw7Hdj4JNiCMmeAfjl8+5F9wiJkIIQU0kc+cGTmkJWxlbsAsZWFFewiqK8Khm2zZFQDlEHZZFB23KrcSsw8lr0Z9uWzrUha7klxoLnaXT+QLP4jPNqxHEqdgsGkkzYCmvKs47jqgXC7zu61ryqU= Received: by 10.37.22.49 with SMTP id z49mr1917640nzi; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 23:56:29 -0700 (PDT) Message-ID: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Date: Thu, 8 Jun 2006 12:26:29 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6863_20937453.1149749789722" References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.141 tagged_above=-999 required=2 tests=[AWL=0.084, BAYES_00=-2.599, HTML_30_40=0.374, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -2.141 X-Spam-Level: Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:56:34 -0000 ------=_Part_6863_20937453.1149749789722 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220. Surya On 6/8/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm building garnome 2.14.2 and the build fails in building libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on > member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 > /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > Surya > ------=_Part_6863_20937453.1149749789722 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220.
Surya

On 6/8/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya

------=_Part_6863_20937453.1149749789722-- From joseph_sacco@comcast.net Thu Jun 8 11:14:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4B8D13B0093 for ; Thu, 8 Jun 2006 11:14:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14613-10 for ; Thu, 8 Jun 2006 11:14:42 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id D97A03B09F4 for ; Thu, 8 Jun 2006 11:14:39 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060608151438m1500lag1ne>; Thu, 8 Jun 2006 15:14:38 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Content-Type: text/plain Date: Thu, 08 Jun 2006 11:14:37 -0400 Message-Id: <1149779677.22010.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.254 tagged_above=-999 required=2 tests=[AWL=0.268, BAYES_00=-2.599, TW_BG=0.077] X-Spam-Score: -2.254 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 15:14:46 -0000 Surya, The error indicates that there is an issue with the include files, /usr/include/xbase, which is a distro issue. That being said, what can be done??? (1) check if your distro has any updates for xbase if so, update and try a clean build of libgda. (2) build libgda without xbase support edit the GAR Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-xbase -Joseph =========================================================================== On Thu, 2006-06-08 at 12:26 +0530, Surya Kiran Gullapalli wrote: > I've already entered this bug in bugzilla in garnome module. The Bug > number is 342220. > Surya > > On 6/8/06, Surya Kiran Gullapalli > wrote: > Hi, > I'm building garnome 2.14.2 and the build fails in building > libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification > 'xbNtx::' on member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory > `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > > Surya > > -- joseph_sacco [at] comcast [dot] net From zhangchanglin@yahoo.com Fri Jun 9 03:19:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 3AC8E3B0362 for ; Fri, 9 Jun 2006 03:19:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03463-03 for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: from web55006.mail.re4.yahoo.com (web55006.mail.re4.yahoo.com [206.190.58.140]) by menubar.gnome.org (Postfix) with SMTP id 2F6D63B009A for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: (qmail 23367 invoked by uid 60001); 9 Jun 2006 07:19:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2jGO1TeaI/DrPdNOGPZDf//tWBlfxlzYm8w+i56ZWGzlUvRLnMqDJiziB4QkvWDOXjgtr2JmUnjhOqow3qYcVkzcMnMvxbZebEKroaD62bvbyg7j5R1R4gwOPOA9nOAcOJBfTISN9KJbXPcqBEUHobRfOREvivlOxSpjNPcdxbI= ; Message-ID: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Received: from [194.237.142.11] by web55006.mail.re4.yahoo.com via HTTP; Fri, 09 Jun 2006 00:19:39 PDT Date: Fri, 9 Jun 2006 00:19:39 -0700 (PDT) From: zhang changlin To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.034 tagged_above=-999 required=2 tests=[AWL=-1.986, BAYES_40=-0.185, DNS_FROM_RFC_ABUSE=0.2, DNS_FROM_RFC_WHOIS=1.447, RCVD_IN_BL_SPAMCOP_NET=1.558] X-Spam-Score: 1.034 X-Spam-Level: * Subject: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:19:41 -0000 Hi, I'm a user of Solaris 5.8, I'm not a root. I tried to install GNOME 2.14 by using GARNOME. >cd desktop >make paranoid-install ... [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. /bin/sh: test: argument expected make[1]: *** [fixuplibtool] Error 1 ... I googled the problem, it looks like the /bin/sh of Solaris is not bash, but the scripts of GARNOME assumes it is. I found no answer to this problem in Google. Can anyone help? Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From suryakiran.gullapalli@gmail.com Fri Jun 9 03:37:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 283E73B009A for ; Fri, 9 Jun 2006 03:37:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04197-01 for ; Fri, 9 Jun 2006 03:37:11 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by menubar.gnome.org (Postfix) with ESMTP id 14D283B00C3 for ; Fri, 9 Jun 2006 03:37:10 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so703160nzo for ; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lovM6wFmNNCgXUiucyXNhOcio+26q3hf6k0IxIecV3bEom3Z4sJvsBCplASf8QsH9TlRNllEV5HqDwxMvDfGg+UJBaC8DO9L3K6w0tLlMiwFLdV6sknpMafZ/oy8quyZFEdTJfS5uZndZSaJBaHOXBdwVU9Sm1dQA+NcaVLgOP4= Received: by 10.36.77.20 with SMTP id z20mr3599049nza; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:37:10 -0700 (PDT) Message-ID: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> Date: Fri, 9 Jun 2006 13:07:10 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6567_8517774.1149838630370" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.56 tagged_above=-999 required=2 tests=[AWL=-0.487, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.56 X-Spam-Level: Subject: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:37:13 -0000 ------=_Part_6567_8517774.1149838630370 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension. I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then. I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error. What is the fix for this. Thanks, Surya ------=_Part_6567_8517774.1149838630370 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya
------=_Part_6567_8517774.1149838630370-- From suryakiran.gullapalli@gmail.com Fri Jun 9 03:52:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 400E03B00DF for ; Fri, 9 Jun 2006 03:52:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05075-09 for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by menubar.gnome.org (Postfix) with ESMTP id 997553B010A for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id z3so646538nzf for ; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XhOcTuHLnjC/r0O8R0P2v+aangi6BPSnIxbkJb+9xvxdG9Xs3Ra466hdLPK5V9QSWwdxnv481o+YmDLn04RxU8u6zb45U6VgRJ2x6g59Tp13lP/mrFZHNHbxaPtbm3Ts83rIXLnKt9XONjQOcqI6aNFMYbv/y5MhZ5ejn7iJ6SM= Received: by 10.36.126.17 with SMTP id y17mr3612077nzc; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:52:16 -0700 (PDT) Message-ID: <3462bcdb0606090052j1b1ac81cn47d8807a57b42783@mail.gmail.com> Date: Fri, 9 Jun 2006 13:22:16 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6675_30965181.1149839536760" References: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.961 tagged_above=-999 required=2 tests=[AWL=-0.033, BAYES_00=-2.599, HTML_40_50=0.496, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.961 X-Spam-Level: Subject: Re: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:52:29 -0000 ------=_Part_6675_30965181.1149839536760 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong. Sorry for the trouble. Surya On 6/9/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must > not build firefox with typeaheadfind extension. > > I've faced the same problem with gnome 2.14.0 then i was told to set > LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- > 1.5.0.1 then. > > I've done similar environment setup here. this time it is firefox-1.5.0.3. > Even then it was showing the same error. > > > What is the fix for this. > Thanks, > Surya > ------=_Part_6675_30965181.1149839536760 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong.
Sorry for the trouble.
Surya

On 6/9/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya

------=_Part_6675_30965181.1149839536760-- From Martin.Ward@tsubaki.co.uk Fri Jun 9 07:29:40 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id F16A13B0099 for ; Fri, 9 Jun 2006 07:29:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19192-04 for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by menubar.gnome.org (Postfix) with ESMTP id A52D33B006A for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from mailgate.tsubaki.co.uk ([195.173.213.3]) by anchor-post-30.mail.demon.net with esmtp (Exim 4.42) id 1FofBI-000Mlv-0V for garnome-list@gnome.org; Fri, 09 Jun 2006 11:29:36 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C68BB7.FC92D75C" Date: Fri, 9 Jun 2006 12:29:27 +0100 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 2.14.2.1 compile error - javadoc Thread-Index: AcaLt/eeQ8WLtT5tQVSPZNmWsIsXSg== From: "Martin Ward" To: X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.241 tagged_above=-999 required=2 tests=[AWL=-1.243, BAYES_50=0.001, HTML_MESSAGE=0.001] X-Spam-Score: -1.241 X-Spam-Level: Subject: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 11:29:40 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello friends, Can someone help please? Trying to build the new release of 2.142. I = get the following: =09 error: no acceptable javadoc generator found in $PATH Whilst checking environment pre-requisites for build of glib-java. Where can I find an "acceptable javadoc genersator" ?? Best Regards/ Cordialement / Mit freundlichen Gru=DFen,=20 Martin Ward Nottingham , UK ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 2.14.2.1 compile error - javadoc

Hello = friends,

Can someone help = please?   Trying to build the new release of 2.142. I get the = following:
       =20
error: no = acceptable javadoc generator found in $PATH

Whilst checking = environment  pre-requisites for build of glib-java.

Where can I find an = "acceptable javadoc genersator" ??


Best Regards/ = Cordialement / Mit freundlichen Gru=DFen,
Martin Ward

Nottingham , = UK

------_=_NextPart_001_01C68BB7.FC92D75C-- From joseph_sacco@comcast.net Fri Jun 9 10:00:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E719B3B0349 for ; Fri, 9 Jun 2006 10:00:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29116-07 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by menubar.gnome.org (Postfix) with ESMTP id A4A173B01D8 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060609140045m1500ladb5e>; Fri, 9 Jun 2006 14:00:45 +0000 From: "Joseph E. Sacco, Ph.D." To: Martin Ward In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Fri, 09 Jun 2006 10:00:44 -0400 Message-Id: <1149861644.7402.9.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.295 tagged_above=-999 required=2 tests=[AWL=0.304, BAYES_00=-2.599] X-Spam-Score: -2.295 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:00:50 -0000 Martin, 'configure' is complaining that it cannot find 'javadoc' within its search patch. 'javadoc' is part of the full java2 SDK http://java.sun.com/j2se/javadoc/ You may be missing a "devel" package containing javadoc that can be downloaded from your distro. Check your distro. Looking at the configure file, I see that glib-java can be built without javadoc. To do this: * Edit the GARNOME Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-javadocs * make clean * make -Joseph ======================================================================= On Fri, 2006-06-09 at 12:29 +0100, Martin Ward wrote: > Hello friends, > > Can someone help please? Trying to build the new release of 2.142. I > get the following: > > error: no acceptable javadoc generator found in $PATH > > Whilst checking environment pre-requisites for build of glib-java. > > Where can I find an "acceptable javadoc genersator" ?? > > > Best Regards/ Cordialement / Mit freundlichen Grußen, > Martin Ward > > Nottingham , UK > -- joseph_sacco [at] comcast [dot] net From joseph_sacco@comcast.net Fri Jun 9 10:30:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 120C83B10DD for ; Fri, 9 Jun 2006 10:30:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31219-05 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by menubar.gnome.org (Postfix) with ESMTP id 3E26B3B0222 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc13) with SMTP id <200606091430260130076s30e>; Fri, 9 Jun 2006 14:30:27 +0000 From: "Joseph E. Sacco, Ph.D." To: zhang changlin In-Reply-To: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Content-Type: text/plain Date: Fri, 09 Jun 2006 10:30:26 -0400 Message-Id: <1149863426.7402.22.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.721 tagged_above=-999 required=2 tests=[AWL=-1.277, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.721 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:30:29 -0000 Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a free suite of Open Source GNU tools: http://www.sun.com/software/solaris/freeware/ I am guessing that there are updates for some of these packages. Search the web for sites that host SUN freeware. -Joseph ===================================================================== On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: > Hi, > > I'm a user of Solaris 5.8, I'm not a root. > I tried to install GNOME 2.14 by using GARNOME. > > >cd desktop > >make paranoid-install > ... > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > /bin/sh: test: argument expected > make[1]: *** [fixuplibtool] Error 1 > ... > > I googled the problem, it looks like the /bin/sh of > Solaris is not bash, but the scripts of GARNOME > assumes it is. I found no answer to this problem in > Google. > > Can anyone help? > > Thanks! > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Sat Jun 10 15:30:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 48B1F3B04F8 for ; Sat, 10 Jun 2006 15:30:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22881-05 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id 3AF403B0429 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9B1F421C11 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 8D5B421C00 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Date: Sat, 10 Jun 2006 12:30:35 -0700 From: Carson Gaspar To: garnome-list@gnome.org Message-ID: <1D8F307005C04BD4B34F62C3@[192.168.1.2]> In-Reply-To: <1149863426.7402.22.camel@plantain.jesacco.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> <1149863426.7402.22.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.464 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, FORGED_RCVD_HELO=0.135] X-Spam-Score: -2.464 X-Spam-Level: Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 19:30:43 -0000 > On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: >> ... >> >> I googled the problem, it looks like the /bin/sh of >> Solaris is not bash, but the scripts of GARNOME >> assumes it is. I found no answer to this problem in >> Google. --On Friday, June 09, 2006 10:30 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a > free suite of Open Source GNU tools: > > http://www.sun.com/software/solaris/freeware/ > > > I am guessing that there are updates for some of these packages. Search > the web for sites that host SUN freeware. No. The problem is that Garnome assumes that /bin/sh is a POSIX shell (or perhaps bash - I haven't tested with ksh/zsh/etc.). On Solaris, it is not. You can install as many copies of bash as you like, if you don't install them as /bin/sh, Garnome will break. The solution is to edit the broken Garnome files and replace /bin/sh with $SHELL or some such, and set $SHELL to be a POSIX shell. You'll also need to fix a lot of other things, unless much has changed since the last time I built Garnome on Solaris. -- Carson From ecarreras@gmail.com Mon Jun 12 04:22:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7DB3F3B000D for ; Mon, 12 Jun 2006 04:22:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25766-09 for ; Mon, 12 Jun 2006 04:22:00 -0400 (EDT) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by menubar.gnome.org (Postfix) with ESMTP id 0534E3B00D8 for ; Mon, 12 Jun 2006 04:21:59 -0400 (EDT) Received: by ug-out-1314.google.com with SMTP id o2so2215863uge for ; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ffxer6UVQr1D0vFam5KeAWPIijoOUw5QTu5balPF87qW11erP+kq7ecOcdsXlBiVHSfNW82aZe5bZYZvX/6OUl27hT2LAOtKpcpd7DppEwtuhKW7O6DfjoqLa757EemJLO1LMX8NyfoXR+6ysnYTls5hlMMyW35g4BX4E6eSqZM= Received: by 10.78.47.9 with SMTP id u9mr326979huu; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Received: by 10.78.13.17 with HTTP; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Message-ID: <8c654930606120121h1c4c5a5ch61732be5695dee5b@mail.gmail.com> Date: Mon, 12 Jun 2006 10:21:10 +0200 From: "Eduard Carreras i Nadal" To: garnome MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.739 tagged_above=-999 required=2 tests=[AWL=-0.697, BAYES_00=-2.599, RCVD_IN_BL_SPAMCOP_NET=1.558, SPF_PASS=-0.001] X-Spam-Score: -1.739 X-Spam-Level: Subject: system-tools-backends in Debian (Garnome-CVS) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 08:22:01 -0000 I've found this article[1], that helps compile Net::Dbus in Debian (the perl packege doesn't exist in Debian). [1] http://www.gnome.org/~csaavedr/news-2006-06.html#D06 -- Eduard Carreras i Nadal http://iesdecelra.xtec.net/eduard From schollsky@arcor.de Wed Jun 14 09:37:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 83BBB3B0505 for ; Wed, 14 Jun 2006 09:37:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28505-07 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 669053B0539 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 8CF3BE9BBC for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id 7809996D03 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 5290B174A72 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Message-ID: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:36:52 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Inotify revisited - IN_MOVE_SELF undeclared error... MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.135.97 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.393 tagged_above=-999 required=2 tests=[AWL=-1.168, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.393 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:37:19 -0000 Hi folks, sorry to bother you again with this one: The error mentioned above is a constant pain in the ass, not being able to use gamin with inotify support. I can no longer believe it's related to a broken kernel, as presumed by guenther and others. By now I've tried several 2.6.12.x Kernel Versions and now a type of 2.6.14.3 (Mandriva2006,i686). Gamin always get's into the same trouble. Perhaps anyone with Mandriva who made it? Or any other soft relying on inotify just to check? Best regards, Stefan From schollsky@arcor.de Wed Jun 14 09:48:34 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 81C0B3B0081 for ; Wed, 14 Jun 2006 09:48:34 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26553-02 for ; Wed, 14 Jun 2006 09:48:32 -0400 (EDT) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by menubar.gnome.org (Postfix) with ESMTP id C69C43B0133 for ; Wed, 14 Jun 2006 09:48:31 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id B897A174AF7 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id 984811EB4F1 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 62D4C141C71 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Message-ID: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:47:33 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: gdm not installing all files (garnome 2.14.2.1) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.133.216 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.591 tagged_above=-999 required=2 tests=[AWL=-0.888, BAYES_20=-0.74, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -0.591 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:48:34 -0000 This seems to be a minor one: gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. The new POST-INSTALL tells me to do the following: As root, create three soft links: ln -s $garnome/etc/pam.d/gdm /etc/pam.d ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d Appropriate gdm and gdm-autologin files can be copied manually from the work directory into the install tree, but I don't think it's meant this way. Best regards, Stefan From joseph_sacco@comcast.net Wed Jun 14 10:18:18 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8B2123B0505 for ; Wed, 14 Jun 2006 10:18:18 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26902-01 for ; Wed, 14 Jun 2006 10:18:17 -0400 (EDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by menubar.gnome.org (Postfix) with ESMTP id CBC833B049B for ; Wed, 14 Jun 2006 10:18:16 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc12) with SMTP id <20060614141707m12003vqhge>; Wed, 14 Jun 2006 14:17:07 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: schollsky@arcor.de In-Reply-To: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Content-Type: text/plain Date: Wed, 14 Jun 2006 10:16:54 -0400 Message-Id: <1150294614.4999.11.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 14:18:18 -0000 Stefan, A basic maxim of GARNOME is "do no harm". The GARNOME build process should only install files into the GARNOME install tree. The build process should never *automatically* install any file into a system directory. That being said, we are left to deal with post-install issues like PAM files. The issue with PAM is that it does not support a search path environment variable like python or pkg-config. Using soft links one way to solve the problem. -Joseph =========================================================================== On Wed, 2006-06-14 at 15:47 +0200, schollsky@arcor.de wrote: > This seems to be a minor one: > > gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. > > The new POST-INSTALL tells me to do the following: > > As root, create three soft links: > > ln -s $garnome/etc/pam.d/gdm /etc/pam.d > ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d > ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d > > Appropriate gdm and gdm-autologin files can be copied manually from the work directory > into the install tree, but I don't think it's meant this way. > > > Best regards, > > Stefan > -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Wed Jun 14 14:10:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id BCA983B0222 for ; Wed, 14 Jun 2006 14:10:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16215-03 for ; Wed, 14 Jun 2006 14:10:47 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id C78323B0177 for ; Wed, 14 Jun 2006 14:10:46 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9F41021C08 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 9101121B55 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Date: Wed, 14 Jun 2006 10:43:00 -0700 From: Carson Gaspar To: garnome-list@gnome.org Subject: Re: gdm not installing all files (garnome 2.14.2.1) Message-ID: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> In-Reply-To: <1150294614.4999.11.camel@plantain.jesacco.com> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.681 tagged_above=-999 required=2 tests=[AWL=-0.783, BAYES_05=-1.11, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -1.681 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 18:10:54 -0000 --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > A basic maxim of GARNOME is "do no harm". The GARNOME build process > should only install files into the GARNOME install tree. The build > process should never *automatically* install any file into a system > directory. That being said, we are left to deal with post-install > issues like PAM files. > > The issue with PAM is that it does not support a search path environment > variable like python or pkg-config. Using soft links one way to solve > the problem. You missed his point entirely. The pam files aren't being copied into $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that you like, they won't work... -- Carson From joseph_sacco@comcast.net Wed Jun 14 15:15:44 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 27CB13B01A7 for ; Wed, 14 Jun 2006 15:15:44 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13195-06 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by menubar.gnome.org (Postfix) with ESMTP id 388903B0147 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060614191502m1100c9s26e>; Wed, 14 Jun 2006 19:15:03 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> Content-Type: text/plain Date: Wed, 14 Jun 2006 15:15:01 -0400 Message-Id: <1150312501.3567.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:15:44 -0000 On my system, which is Fedora clone, all of the pam files for gdm are installed under $GARNOME/etc/pam.d. So the question is "What's going on with Stefan's system?". Here is what I see from the install log on my system. system=`uname`; \ if test -f /usr/include/security/pam_appl.h; then \ if test '!' -d /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; then \ /bin/sh ../mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ chmod 755 /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; then \ /usr/bin/install -c -m 644 gdm /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; then \ /usr/bin/install -c -m 644 gdm-autologin /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; \ fi; \ if test $system = SunOS; then \ echo "Please add PAM authentication for gdm and gdm-autologin in /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.conf!"; \ fi; \ fi ... /bin/sh ./mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d /usr/bin/install -c -m 644 ./gdmsetup-pam /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdmsetup -Joseph =================================================================================================== On Wed, 2006-06-14 at 10:43 -0700, Carson Gaspar wrote: > --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." > wrote: > > > A basic maxim of GARNOME is "do no harm". The GARNOME build process > > should only install files into the GARNOME install tree. The build > > process should never *automatically* install any file into a system > > directory. That being said, we are left to deal with post-install > > issues like PAM files. > > > > The issue with PAM is that it does not support a search path environment > > variable like python or pkg-config. Using soft links one way to solve > > the problem. > > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... > > -- > Carson -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Wed Jun 14 15:59:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A45F23B029B for ; Wed, 14 Jun 2006 15:59:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08455-04 for ; Wed, 14 Jun 2006 15:59:42 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 1088D3B0190 for ; Wed, 14 Jun 2006 15:59:41 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5EK22BF001716 for ; Wed, 14 Jun 2006 22:02:04 +0200 Message-ID: <44906B39.7030807@planet.nl> Date: Wed, 14 Jun 2006 22:02:01 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: garnome-list@gnome.org Subject: garnome-daily issues (startup References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> In-Reply-To: <4484962B.1050907@turix.com.ar> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.622 tagged_above=-999 required=2 tests=[AWL=-1.541, BAYES_20=-0.74, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_EG=0.077] X-Spam-Score: -0.622 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:59:43 -0000 Hi Guys, When starting up garnome 2.15.2 + (garnome-daily) I always get the issue that there are a zillion processes called gnome_segv2 startup and freeze my system after a while. In my own profile I have removed all .gnome* folders but when doing that the issue still persists. Did I forget something ? Thanks for your help, Stef From schollsky@arcor.de Wed Jun 14 17:05:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A15343B02E4 for ; Wed, 14 Jun 2006 17:05:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05357-04 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 9856A3B02A3 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-10-z2.arcor-so.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 963DC154B28 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-10-z2.arcor-so.net (Postfix) with ESMTP id 8BB0833A7D0 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 7A65D174751 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Message-ID: <15194193.1150319118491.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:05:18 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: gdm not installing all files (garnome 2.14.2.1) In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.433 tagged_above=-999 required=2 tests=[AWL=-0.006, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -1.433 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 21:05:49 -0000 Hi Carson, you wrote: > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... You're right, the files are not copied into the target location (here: /usr/local/garnome/etc/pam.d) in the first place. Maybe this is due to Mandriva? As this distro is a descendant of RedHat, nearly all settings can be applied here too. But in some cases... Best regards, Stefan From schollsky@arcor.de Thu Jun 15 03:00:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DBD3B3B00A0 for ; Thu, 15 Jun 2006 03:00:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17989-02 for ; Thu, 15 Jun 2006 02:59:59 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EEA033B03BD for ; Thu, 15 Jun 2006 02:59:58 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id D3FE81F88C4 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id C74371EB478 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id BC3662F6038 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Message-ID: <10509137.1150319465761.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:11:05 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Inotify revisited - IN_MOVE_SELF undeclared error... In-Reply-To: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.331 tagged_above=-999 required=2 tests=[AWL=-1.106, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.331 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:00:06 -0000 ...and the same goes to using a kernel version of 2.6.16.1. So...? (I always install sources accordingly after kernel-update.) Best regards, Stefan From guenther@rudersport.de Thu Jun 15 17:06:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1F0DB3B0237; Thu, 15 Jun 2006 17:06:31 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00750-05; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 427033B00D0; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009217.dialin.heagmedianet.de [213.157.9.217]) by rudersport.de (8.12.11.20060308) id k5FL5jDY040713; Thu, 15 Jun 2006 15:05:46 -0600 (MDT) Subject: [ANNOUNCE] GARNOME 2.15.3 From: guenther To: garnome-list@gnome.org Content-Type: text/plain Date: Thu, 15 Jun 2006 23:05:43 +0200 Message-Id: <1150405543.8323.15.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.053 tagged_above=-999 required=2 tests=[AWL=-0.451, BAYES_00=-2.599, SUBJ_ALL_CAPS=0.997] X-Spam-Score: -2.053 X-Spam-Level: Cc: gnome-announce-list@gnome.org, gnome-love@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 21:06:31 -0000 GARNOME 2.15.3 ============== The "It's quiet out there... Yes... Too quiet..." release. What seemed to be no last minute releases turned out to be a broken list server, holding back the official GNOME release for a day. Also, there have been a bunch of build issues this time around, more than usual. Some good cooperation between the Release Team and the GARNOME Team (especially Joseph) hacked around the brokeness, thus... We are pleased to announce the release of GARNOME 2.15.3 Desktop and Developer Platform. This release includes all of GNOME 2.15.3 plus a whole bunch of updates that were released after the GNOME freeze date. This is the third release in the unstable cycle, with more features, more fixes and yet more madness added. It is for anyone who wants to get his hands dirty on the development branch, or who'd like to get a peek at future features. If you want to help spot issues in GARNOME, (or, better yet, fix 'em ;-) this release is for you as well. As usual, you can get the tarball directly from the gnome.org site: http://download.gnome.org/sources/garnome/2.15/ Note: GNOME 2.15.x is an unstable branch and is assumed to be a moving target. Therefore, things in this release may not work as advertised. If you find any issues with this release, feel free to contact the GARNOMEies in the #garnome channel on GIMPNet (irc://irc.gnome.org), where we hang out, or post to the mailing list. More information is available at our project website: http://www.gnome.org/projects/garnome/ Enjoy, The GARNOME Team -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From bugzilla@gnome.org Mon Jun 19 13:35:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D5D393B0AEE for ; Mon, 19 Jun 2006 13:35:58 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23365-04 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id B448E3B0C05 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id A44D26CC1BB; Mon, 19 Jun 2006 13:34:58 -0400 (EDT) Subject: [Bug 345338] New: building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Message-ID: Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Date: Mon, 19 Jun 2006 13:34:58 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:35:59 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Summary: building pygtk-2.9.1/2 fails on gtkmodule.c Product: pygtk Version: 2.9.x Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: gtk AssignedTo: nobody@pygtk.org ReportedBy: svdmade@planet.nl QAContact: python-bindings-maint@gnome.bugs CC: garnome-list@gnome.org GNOME version: 2.15/2.16 GNOME milestone: Unspecified While building garnome-2.15.3 I get the following error: ccache cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.4 -I/usr/test/garnome/include/pygtk-2.0 -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/test/garnome/include -I/usr/test/garnome/include/gtk-2.0 -I/usr/test/garnome/lib/gtk-2.0/include -I/usr/test/garnome/include/atk-1.0 -I/usr/test/garnome/include/cairo -I/usr/test/garnome/include/pango-1.0 -I/usr/test/garnome/include -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/local/include -I/usr/X11R6/include -g -I/usr/test/garnome/include -L/usr/test/garnome/lib -O2 -pipe -m3dnow -mtune=athlon-tbird -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) make[3]: *** [_gtk_la-gtkmodule.lo] Error 1 make[3]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2/gtk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make: *** [build-work/main.d/pygtk-2.9.2/Makefile] Error 2 I've tried upgrading to pygtk-2.9.2 and installing pycairo-1.0.2 but to no avail. -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:48:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 082033B04E3 for ; Mon, 19 Jun 2006 13:48:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23650-07 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 1D00F3B05A6 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id E61C66CC1AB; Mon, 19 Jun 2006 13:47:18 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: NEEDINFO MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619174718.E61C66CC1AB@window.gnome.org> Date: Mon, 19 Jun 2006 13:47:18 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:48:05 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Gustavo Carneiro changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gjc@inescporto.pt Status|UNCONFIRMED |NEEDINFO ------- Comment #1 from Gustavo Carneiro 2006-06-19 17:47 UTC ------- could you attach config.log? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:59:02 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EC34E3B0ADC for ; Mon, 19 Jun 2006 13:59:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24429-01 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 937493B0196 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 6A57A6CC0F8; Mon, 19 Jun 2006 13:58:17 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: RESOLVED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619175817.6A57A6CC0F8@window.gnome.org> Date: Mon, 19 Jun 2006 13:58:17 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:59:02 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Stef van der Made changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |NOTABUG ------- Comment #2 from Stef van der Made 2006-06-19 17:58 UTC ------- I just solved the issue by doing a make clean and then make install :-( Sorry to bother you. I guess I needed to install pycairo 1.0.2 or pycairo 1.1.6 -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From schollsky@arcor.de Thu Jun 22 08:03:15 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 206D53B02D2 for ; Thu, 22 Jun 2006 08:03:15 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22619-06 for ; Thu, 22 Jun 2006 08:03:10 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 40D1B3B0346 for ; Thu, 22 Jun 2006 08:02:58 -0400 (EDT) Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id B2CFC1556EA for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id A1EB81C893B for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id 5736A155B40 for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Message-ID: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Thu, 22 Jun 2006 14:02:56 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: [ANNOUNCE] GARNOME 2.15.3 In-Reply-To: <1150405543.8323.15.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150405543.8323.15.camel@monkey.loc> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.186.160 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.322 tagged_above=-999 required=2 tests=[AWL=-1.097, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.322 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 12:03:15 -0000 Hi Guenther, you wrote: > GARNOME 2.15.3 > ============== > > The "It's quiet out there... Yes... Too quiet..." release. [...] Looks quite good until now. The errors I had before are not gone by now, but I should be content. However, there's no "isocodes" folder on ftp.gnome.org, which forces a stop in building the system. Kind regards, Stefan From guenther@rudersport.de Thu Jun 22 13:27:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5B6A83B06F0 for ; Thu, 22 Jun 2006 13:27:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13095-10 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 8B2103B0413 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5MHQlrD021873; Thu, 22 Jun 2006 11:26:52 -0600 (MDT) Subject: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Thu, 22 Jun 2006 19:26:43 +0200 Message-Id: <1150997203.8147.64.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.108 tagged_above=-999 required=2 tests=[AWL=-1.389, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.108 X-Spam-Level: Cc: schollsky@arcor.de X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 17:27:01 -0000 > > GARNOME 2.15.3 > > ============== > > > > The "It's quiet out there... Yes... Too quiet..." release. > [...] > > Looks quite good until now. The errors I had before are not gone by > now, but I should be content. However, there's no "isocodes" folder on > ftp.gnome.org, which forces a stop in building the system. Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES variable points to the original location, where that tarball is to be expected. Well, to be expected... used to live. Until "someone" removed it again. Just as they did with the last tarball. As a quick workaround, I just put the iso-codes tarballs on my personal space on f.g.o for your download pleasure. Just grab the tarball you need and drop it into the bootstrap/iso-codes/download/ dir. http://gnome.org/~kbrae/garnome/ Regarding "not being on f.g.o": I explained this pretty detailed recently, I believe. Anyway... GARNOME checks some different locations for the tarball, starting with local ones (files and download directories), then the GARCHIVEDIR, and after that it tries the remote locations. In this case, the explicitly set MASTER_SITES. If this fails (which it should not...), GARNOME defaults back to the globally defined master site, which is f.g.o, since most tarballs are located there anyway. So the last failing download you see is just the last-resort fallback, not the actually failing source location... That all said... Thanks for the heads-up. :) I already noticed that (again) missing tarball the other day [1], but did not have the time to fix it yet. We need a more reliable fallback solution anyway. So either the RT and me will come up with a solution at GUADEC next week, or you simply can consider the above mentioned place to be permanent. GAR. ...guenther [1] monkey knows about this -- he logged me screaming and ranting, while no one else was around... ;) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From joseph_sacco@comcast.net Thu Jun 22 14:16:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CB85B3B083D for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16110-10 for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by menubar.gnome.org (Postfix) with ESMTP id 03CD33B0837 for ; Thu, 22 Jun 2006 14:16:45 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc13) with SMTP id <20060622181644m1300h9bb7e>; Thu, 22 Jun 2006 18:16:45 +0000 Subject: Re: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <1150997203.8147.64.camel@monkey.loc> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <1150997203.8147.64.camel@monkey.loc> Content-Type: text/plain Date: Thu, 22 Jun 2006 14:16:43 -0400 Message-Id: <1151000203.731.14.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.723 tagged_above=-999 required=2 tests=[AWL=-1.279, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.723 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 18:16:47 -0000 Fixed [once again] in CVS... -Joseph ============================================================== On Thu, 2006-06-22 at 19:26 +0200, guenther wrote: > > > GARNOME 2.15.3 > > > ============== > > > > > > The "It's quiet out there... Yes... Too quiet..." release. > > [...] > > > > Looks quite good until now. The errors I had before are not gone by > > now, but I should be content. However, there's no "isocodes" folder on > > ftp.gnome.org, which forces a stop in building the system. > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ > > > Regarding "not being on f.g.o": I explained this pretty detailed > recently, I believe. Anyway... GARNOME checks some different locations > for the tarball, starting with local ones (files and download > directories), then the GARCHIVEDIR, and after that it tries the remote > locations. > > In this case, the explicitly set MASTER_SITES. If this fails (which it > should not...), GARNOME defaults back to the globally defined master > site, which is f.g.o, since most tarballs are located there anyway. So > the last failing download you see is just the last-resort fallback, not > the actually failing source location... > > > That all said... Thanks for the heads-up. :) I already noticed that > (again) missing tarball the other day [1], but did not have the time to > fix it yet. We need a more reliable fallback solution anyway. So either > the RT and me will come up with a solution at GUADEC next week, or you > simply can consider the above mentioned place to be permanent. GAR. > > ...guenther > > > [1] monkey knows about this -- he logged me screaming and ranting, while > no one else was around... ;) > > -- > char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; > main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} > -- joseph_sacco [at] comcast [dot] net From jorgpitts@gmail.com Thu Jun 22 22:38:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8824B3B077E for ; Thu, 22 Jun 2006 22:38:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08608-04 for ; Thu, 22 Jun 2006 22:38:39 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.199]) by menubar.gnome.org (Postfix) with ESMTP id D2CAC3B06F4 for ; Thu, 22 Jun 2006 22:38:38 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so420072wxc for ; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.78.5 with SMTP id a5mr3934063wxb; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Message-ID: <30e9b1510606221938u6a0e57c5iea0c45ebd3e44ff8@mail.gmail.com> Date: Thu, 22 Jun 2006 21:38:38 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: gnome-vfs-2.15.2 in ubuntu dapper missing a depend.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14522_10523074.1151030318247" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.815 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, HTML_10_20=1.351, HTML_MESSAGE=0.001, HTML_SHORT_LENGTH=1.574, SPF_PASS=-0.001] X-Spam-Score: 1.815 X-Spam-Level: * X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 02:38:41 -0000 ------=_Part_14522_10523074.1151030318247 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile.. Jorg ------=_Part_14522_10523074.1151030318247 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile..

Jorg
------=_Part_14522_10523074.1151030318247-- From jorgpitts@gmail.com Fri Jun 23 00:03:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 470493B06C5 for ; Fri, 23 Jun 2006 00:03:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11930-07 for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.193]) by menubar.gnome.org (Postfix) with ESMTP id 54C9F3B052C for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428083wxc for ; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.63.2 with SMTP id l2mr4010040wxa; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Message-ID: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Date: Thu, 22 Jun 2006 23:03:31 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk 2.9.2 failure.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15015_19405876.1151035411724" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.976 tagged_above=-999 required=2 tests=[AWL=1.469, BAYES_00=-2.599, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.976 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:03:33 -0000 ------=_Part_15015_19405876.1151035411724 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' ==> Grabbing download/gtkunixprint.override.patch ==> Trying file//files/gtkunixprint.override.patch make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' [fetch] complete for pygtk. ==> Running checksum on pygtk-2.9.2.tar.bz2 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk-2.9.2.tar.bz2 file pygtk-2.9.2.tar.bz2 passes checksum test! ==> Running checksum on gtkunixprint.override.patch fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch file gtkunixprint.override.patch passes checksum test! [checksum] complete for pygtk. install -d work/main.d ==> Extracting download/pygtk-2.9.2.tar.bz2 [extract] complete for pygtk. ==> Applying patch download/gtkunixprint.override.patch patching file gtk/gtkunixprint.override [patch] complete for pygtk. [fixup] complete for pygtk. ==> Building sandbox/platform/gtk+ as a dependency make: Entering an unknown directory make: *** ../../sandbox/platform/gtk+: No such file or directory. Stop. make: Leaving an unknown directory make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2 make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' make: *** [paranoid-install] Error 2 ------=_Part_15015_19405876.1151035411724 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
 ==> Grabbing download/gtkunixprint.override.patch
        ==> Trying file//files/gtkunixprint.override.patch
make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
        [fetch] complete for pygtk.
 ==> Running checksum on pygtk-2.9.2.tar.bz2
2625ddd1aba04869eb2f9e4d4cc5552b  download/pygtk- 2.9.2.tar.bz2
file pygtk-2.9.2.tar.bz2 passes checksum test!
 ==> Running checksum on gtkunixprint.override.patch
fc1cd230e5d69428a37f72a2122a0837  download/gtkunixprint.override.patch
file gtkunixprint.override.patch passes checksum test!
        [checksum] complete for pygtk.
install -d work/main.d
 ==> Extracting download/pygtk-2.9.2.tar.bz2
        [extract] complete for pygtk.
 ==> Applying patch download/gtkunixprint.override.patch
patching file gtk/gtkunixprint.override
        [patch] complete for pygtk.
        [fixup] complete for pygtk.
 ==> Building sandbox/platform/gtk+ as a dependency
make: Entering an unknown directory
make: *** ../../sandbox/platform/gtk+: No such file or directory.  Stop.
make: Leaving an unknown directory
make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2
make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2
make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet'
make: *** [paranoid-install] Error 2

------=_Part_15015_19405876.1151035411724-- From jorgpitts@gmail.com Fri Jun 23 00:11:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 871043B050E for ; Fri, 23 Jun 2006 00:11:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12349-03 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.202]) by menubar.gnome.org (Postfix) with ESMTP id 91C273B02F8 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428816wxc for ; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.26.1 with SMTP id 1mr3623310wxz; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:11:47 -0700 (PDT) Message-ID: <30e9b1510606222111g75bd7a4fodc8fc8d7b4d2e260@mail.gmail.com> Date: Thu, 22 Jun 2006 23:11:47 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk failure because of depend missing.. depends update for DEPS-LIST MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15075_33183865.1151035907972" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.313 tagged_above=-999 required=2 tests=[AWL=0.337, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -1.313 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:11:49 -0000 ------=_Part_15075_33183865.1151035907972 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg ------=_Part_15075_33183865.1151035907972 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
------=_Part_15075_33183865.1151035907972-- From schollsky@arcor.de Fri Jun 23 03:57:28 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 99CA63B041F for ; Fri, 23 Jun 2006 03:57:28 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24965-05 for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 7EBD33B00EC for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 693E7EEB38 for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 529FC279D0A for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id CC51717CF80 for ; Fri, 23 Jun 2006 09:57:25 +0200 (CEST) Message-ID: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Fri, 23 Jun 2006 09:57:25 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1150997203.8147.64.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.159.30 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.523 tagged_above=-999 required=2 tests=[AWL=0.116, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.523 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 07:57:28 -0000 Hi Guenther, you wrote: > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ Thx for your support! Regarding the storage/download system of GARNOME, I think I've understood it already, since it's always telling what it does when work begins with every package. The iso-codes problem is not new, but until now there was laying around a working archive for local installation somewhere. I wonder if it's possible to find out the reason why the packages sometimes vanishes from f.g.o.?!? Strange thing I also found is that the tarball of the new 51.1-1 for isocodes has no "./configure" (but is stated in the docs/package). Otherwise I've had used that one... Kind regards, Stefan From joseph_sacco@comcast.net Fri Jun 23 08:04:14 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A82E73B08D0 for ; Fri, 23 Jun 2006 08:04:14 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08884-05 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id 142D83B0852 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060623120410m15004kkuoe>; Fri, 23 Jun 2006 12:04:10 +0000 Subject: Re: pygtk 2.9.2 failure.. From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> References: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Content-Type: text/plain Date: Fri, 23 Jun 2006 08:04:09 -0400 Message-Id: <1151064249.2839.1.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 (2.7.3-2) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.647 tagged_above=-999 required=2 tests=[AWL=-1.357, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.647 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 12:04:14 -0000 Fixed in CVS. -Joseph ================================================================= On Thu, 2006-06-22 at 23:03 -0500, Jorg Pitts wrote: > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > ==> Grabbing download/gtkunixprint.override.patch > ==> Trying file//files/gtkunixprint.override.patch > make[3]: Entering directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > [fetch] complete for pygtk. > ==> Running checksum on pygtk-2.9.2.tar.bz2 > 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk- 2.9.2.tar.bz2 > file pygtk-2.9.2.tar.bz2 passes checksum test! > ==> Running checksum on gtkunixprint.override.patch > fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch > file gtkunixprint.override.patch passes checksum test! > [checksum] complete for pygtk. > install -d work/main.d > ==> Extracting download/pygtk-2.9.2.tar.bz2 > [extract] complete for pygtk. > ==> Applying patch download/gtkunixprint.override.patch > patching file gtk/gtkunixprint.override > [patch] complete for pygtk. > [fixup] complete for pygtk. > ==> Building sandbox/platform/gtk+ as a dependency > make: Entering an unknown directory > make: *** ../../sandbox/platform/gtk+: No such file or directory. > Stop. > make: Leaving an unknown directory > make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] > Error 2 > make[2]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 > make[1]: Leaving directory > `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' > make: *** [paranoid-install] Error 2 > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 23 09:10:06 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A4B83B08E6 for ; Fri, 23 Jun 2006 09:10:06 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12727-08 for ; Fri, 23 Jun 2006 09:10:02 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 6759B3B08E0 for ; Fri, 23 Jun 2006 09:10:01 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5ND9wUx010753; Fri, 23 Jun 2006 07:09:59 -0600 (MDT) Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Fri, 23 Jun 2006 15:09:58 +0200 Message-Id: <1151068198.8763.16.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.105 tagged_above=-999 required=2 tests=[AWL=-1.386, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.105 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:10:06 -0000 > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > > variable points to the original location, where that tarball is to be > > expected. Well, to be expected... used to live. Until "someone" removed > > it again. Just as they did with the last tarball. > > > > > > As a quick workaround, I just put the iso-codes tarballs on my personal > > space on f.g.o for your download pleasure. Just grab the tarball you > > need and drop it into the bootstrap/iso-codes/download/ dir. > > > > http://gnome.org/~kbrae/garnome/ > > Thx for your support! Sure, you're welcome. :) > I wonder if it's possible to find out the reason why the packages > sometimes vanishes from f.g.o.?!? [...] No, wait -- *no* package vanishes from f.g.o. In fact, that is our most reliable source, and we'd prefer to have *all* tarballs uploaded there. ;) The iso-codes tarballs vanished from the debian ftp server, which is the master source for iso-codes. And no, we do not have any clue why anyone ever would possibly remove the previous version, when releasing a new tarball... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From made0120@planet.nl Fri Jun 23 09:30:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0CEFF3B01C7 for ; Fri, 23 Jun 2006 09:30:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13838-04 for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from psmtp02.wxs.nl (psmtp02.wxs.nl [195.121.247.11]) by menubar.gnome.org (Postfix) with ESMTP id 9AADE3B07EA for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from po10 ([10.94.53.251]) by psmtp02.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTP id <0J1B00EOCEU5DS@psmtp02.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from planet.nl ([127.0.0.1]) by po10.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jun 24 2005)) with ESMTP id <0J1B00LTIEU5QT@po10.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from [10.94.71.40] (Forwarded-For: [198.176.190.201]) by po10.wxs.nl (mshttpd); Fri, 23 Jun 2006 15:30:05 +0200 Date: Fri, 23 Jun 2006 15:30:05 +0200 From: svdmade@planet.nl Subject: Re: pygtk failure because of depend missing.. depends update for DEPS-LIST To: Jorg Pitts Message-id: <8dba0838db923d.8db923d8dba083@planet.nl> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 2.02 (built Oct 21 2004) Content-type: multipart/mixed; boundary="Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)" Content-language: en X-Accept-Language: en Priority: normal X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.759 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, HTML_00_10=0.795, HTML_MESSAGE=0.001, NO_REAL_NAME=0.961, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: 0.759 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: svdmade@planet.nl List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:30:09 -0000 This is a multi-part message in MIME format. --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline And for non debian users you will need pycairo-1.1.6 to compile the package which rescued my build :-D The software can be found on this location http://cairographics.org/pycairo Cheers, Stef --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: multipart/alternative; boundary="Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)" --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT Content-disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/html; charset=ISO-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
--Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)-- --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline -- garnome-list mailing list garnome-list@gnome.org http://mail.gnome.org/mailman/listinfo/garnome-list --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)-- From schollsky@arcor.de Fri Jun 23 12:16:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A196C3B0959 for ; Fri, 23 Jun 2006 12:16:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23568-01 for ; Fri, 23 Jun 2006 12:16:17 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EFF0F3B08E2 for ; Fri, 23 Jun 2006 12:16:16 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 1DFE71FF24D for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 0F63927A004 for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id F001DEF3B6 for ; Fri, 23 Jun 2006 18:16:14 +0200 (CEST) Message-ID: <18606865.1151079374974.JavaMail.ngmail@webmail12> Date: Fri, 23 Jun 2006 18:16:14 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1151068198.8763.16.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1151068198.8763.16.camel@monkey.loc> <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.190.62 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.538 tagged_above=-999 required=2 tests=[AWL=0.101, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.538 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 16:16:19 -0000 Hi Guenther, you wrote: > No, wait -- *no* package vanishes from f.g.o. In fact, that is our most > reliable source, and we'd prefer to have *all* tarballs uploaded > there. ;) > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Yes, it's amazing and also annoying. The package is in the google-cache everywhere , but not on servers. So maybe it's possible to mirror at least the last two versions of the iso-codes on f.g.o? It could help to maintain some fallback mechanism. (Just some thought). Kind regards, Stefan From svdmade@planet.nl Sun Jun 25 12:08:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B768C3B00D9 for ; Sun, 25 Jun 2006 12:08:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20458-06 for ; Sun, 25 Jun 2006 12:08:31 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 91C4D3B008C for ; Sun, 25 Jun 2006 12:08:30 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5PG82UN002315 for ; Sun, 25 Jun 2006 18:08:02 +0200 Message-ID: <449EB4E2.6030402@planet.nl> Date: Sun, 25 Jun 2006 18:08:02 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050628 MIME-Version: 1.0 To: garnome-list Subject: Issues with building gnome-vfs-2.15.2 Content-Type: multipart/mixed; boundary="------------070003000707020800070600" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.458 tagged_above=-999 required=2 tests=[AWL=-0.672, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_PW=0.077, TW_TP=0.077, TW_WU=0.077] X-Spam-Score: -1.458 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 16:08:33 -0000 This is a multi-part message in MIME format. --------------070003000707020800070600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, On building the latest snapshots of garnome I needed to apply the patch as found in this bug http://bugzilla.gnome.org/show_bug.cgi?id=344491 . I've attached the patch for your convenience. After applying the patch gnome-vfs once more compiles to completion. Kindest regards, Stef --------------070003000707020800070600 Content-Type: text/plain; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch" Index: configure.in =================================================================== RCS file: /cvs/gnome/gnome-vfs/configure.in,v retrieving revision 1.428 diff -u -r1.428 configure.in --- configure.in 8 Jun 2006 14:02:39 -0000 1.428 +++ configure.in 11 Jun 2006 13:09:05 -0000 @@ -1089,12 +1089,54 @@ gvfs_cv_HAVE_POSIX_ACLS=yes, gvfs_cv_HAVE_POSIX_ACLS=no) LIBS=$acl_LIBS]) +AC_CHECK_HEADERS([pwd.h grp.h]) + +if test "$ac_cv_header_pwd_h" = "yes"; then + AC_CACHE_CHECK([for posix getpwuid_r], + ac_cv_func_posix_getpwuid_r, + [AC_TRY_RUN([ +#include +#include +int main () { +char buffer[10000]; +struct passwd pwd, *pwptr = &pwd; +int error; +errno = 0; +error = getpwuid_r (0, &pwd, buffer, + sizeof (buffer), &pwptr); +return (error < 0 && errno == ENOSYS) + || error == ENOSYS; +} ], + [ac_cv_func_posix_getpwuid_r=yes], + [ac_cv_func_posix_getpwuid_r=no])]) + dnl GLIB_ASSERT_SET(ac_cv_func_posix_getpwuid_r) + if test "$ac_cv_func_posix_getpwuid_r" = yes; then + AC_DEFINE(HAVE_POSIX_GETPWUID_R,1, + [Have POSIX function getpwuid_r]) + else + AC_CACHE_CHECK([for nonposix getpwuid_r], + ac_cv_func_nonposix_getpwuid_r, + [AC_TRY_LINK([#include ], + [char buffer[10000]; + struct passwd pwd; + getpwuid_r (0, &pwd, buffer, + sizeof (buffer));], + [ac_cv_func_nonposix_getpwuid_r=yes], + [ac_cv_func_nonposix_getpwuid_r=no])]) + dnl GLIB_ASSERT_SET(ac_cv_func_nonposix_getpwuid_r) + if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then + AC_DEFINE(HAVE_NONPOSIX_GETPWUID_R,1, + [Have non-POSIX function getpwuid_r]) + fi + fi +fi + + if test x"$gvfs_cv_HAVE_SOLARIS_ACLS" = x"yes" ; then have_solaris_acl_support=yes acl_backends="solaris" AC_DEFINE(HAVE_SOLARIS_ACL,1,[Have Solaris ACLs]) - AC_CHECK_HEADERS([pwd.h grp.h]) fi if test x"$gvfs_cv_HAVE_POSIX_ACLS" = x"yes" ; then @@ -1104,48 +1146,6 @@ AC_DEFINE(HAVE_POSIX_ACL,1,[Have POSIX ACLs]) AC_CHECK_FUNCS(acl_extended_file) - AC_CHECK_HEADERS([pwd.h]) - if test "$ac_cv_header_pwd_h" = "yes"; then - AC_CACHE_CHECK([for posix getpwuid_r], - ac_cv_func_posix_getpwuid_r, - [AC_TRY_RUN([ -#include -#include -int main () { - char buffer[10000]; - struct passwd pwd, *pwptr = &pwd; - int error; - errno = 0; - error = getpwuid_r (0, &pwd, buffer, - sizeof (buffer), &pwptr); - return (error < 0 && errno == ENOSYS) - || error == ENOSYS; -} ], - [ac_cv_func_posix_getpwuid_r=yes], - [ac_cv_func_posix_getpwuid_r=no])]) - dnl GLIB_ASSERT_SET(ac_cv_func_posix_getpwuid_r) - if test "$ac_cv_func_posix_getpwuid_r" = yes; then - AC_DEFINE(HAVE_POSIX_GETPWUID_R,1, - [Have POSIX function getpwuid_r]) - else - AC_CACHE_CHECK([for nonposix getpwuid_r], - ac_cv_func_nonposix_getpwuid_r, - [AC_TRY_LINK([#include ], - [char buffer[10000]; - struct passwd pwd; - getpwuid_r (0, &pwd, buffer, - sizeof (buffer));], - [ac_cv_func_nonposix_getpwuid_r=yes], - [ac_cv_func_nonposix_getpwuid_r=no])]) - dnl GLIB_ASSERT_SET(ac_cv_func_nonposix_getpwuid_r) - if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then - AC_DEFINE(HAVE_NONPOSIX_GETPWUID_R,1, - [Have non-POSIX function getpwuid_r]) - fi - fi - fi - - AC_CHECK_HEADERS([grp.h]) AC_CHECK_FUNCS(getgrgid_r) AC_CHECK_FUNCS(getgrnam_r) @@ -1154,8 +1154,8 @@ fi AC_SUBST(ACL_LIBS) -AM_CONDITIONAL(HAVE_POSIX_ACL, test $have_posix_acl_support = yes) -AM_CONDITIONAL(HAVE_SOLARIS_ACL, test $have_solaris_acl_support = yes) +AM_CONDITIONAL(HAVE_POSIX_ACL, test x"$have_posix_acl_support" = "xyes") +AM_CONDITIONAL(HAVE_SOLARIS_ACL, test x"$have_solaris_acl_support" = "xyes") dnl ===================== dnl File system monitors Index: modules/file-method-acl.c =================================================================== RCS file: /cvs/gnome/gnome-vfs/modules/file-method-acl.c,v retrieving revision 1.2 diff -u -r1.2 file-method-acl.c --- modules/file-method-acl.c 8 Jun 2006 13:30:56 -0000 1.2 +++ modules/file-method-acl.c 11 Jun 2006 13:09:06 -0000 @@ -60,6 +60,7 @@ #define CMD_PERM_COND_EXECUTE 8 +#if defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) static char * uid_to_string (uid_t uid) { @@ -209,6 +210,7 @@ return group->gr_gid; } +#endif /* defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) */ /* ************************************************************************** */ @@ -691,6 +693,7 @@ /* ************************************************************************** */ /* Common */ +#if defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) static GnomeVFSResult aclerrno_to_vfserror (int acl_errno) { @@ -716,6 +719,7 @@ return GNOME_VFS_ERROR_GENERIC; } +#endif /* defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) */ GnomeVFSResult file_get_acl (const char *path, --------------070003000707020800070600-- From pd@cipherfunk.org Sun Jun 25 21:35:35 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2FAD93B0150 for ; Sun, 25 Jun 2006 21:35:35 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14225-02 for ; Sun, 25 Jun 2006 21:35:34 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id BE55E3B006F for ; Sun, 25 Jun 2006 21:35:33 -0400 (EDT) Received: (qmail 4589 invoked by uid 0); 26 Jun 2006 01:24:05 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Sun, 25 Jun 2006 18:24:05 -0700 Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: Paul Drain To: guenther In-Reply-To: <1151068198.8763.16.camel@monkey.loc> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> <1151068198.8763.16.camel@monkey.loc> Content-Type: text/plain Date: Mon, 26 Jun 2006 11:35:59 +1000 Message-Id: <1151285760.23468.341.camel@funkeymonkey> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.222 tagged_above=-999 required=2 tests=[AWL=0.377, BAYES_00=-2.599] X-Spam-Score: -2.222 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 01:35:35 -0000 > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Unfortunately, the removal of the 'last-uploaded' version seems common practise for the Debian and Ubuntu distributions -- aside from the sourceforge non-reliability issues, it was the number one reason I used to host certain tarballs myself. I'd hazard a guess there'd be plenty of opportunities to rectify this annoying practise at GUADEC though :) Paul From jorgpitts@gmail.com Mon Jun 26 11:07:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A8D923B0124 for ; Mon, 26 Jun 2006 11:07:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26659-10 for ; Mon, 26 Jun 2006 11:07:28 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.200]) by menubar.gnome.org (Postfix) with ESMTP id AE4903B047F for ; Mon, 26 Jun 2006 11:07:27 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id t5so523851wxc for ; Mon, 26 Jun 2006 08:07:27 -0700 (PDT) Received: by 10.70.32.20 with SMTP id f20mr8410729wxf; Mon, 26 Jun 2006 08:07:26 -0700 (PDT) Received: from ?192.168.0.44? ( [70.234.100.117]) by mx.gmail.com with ESMTP id h37sm5501859wxd.2006.06.26.08.07.25; Mon, 26 Jun 2006 08:07:25 -0700 (PDT) Subject: a couple of things I found while building 2.15.3 From: Jorg Pitts To: garnome-list Content-Type: text/plain Date: Mon, 26 Jun 2006 10:07:18 -0500 Message-Id: <1151334438.5719.15.camel@spock.enterprise.org> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.4 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2, SPF_PASS=-0.001] X-Spam-Score: -2.4 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:07:30 -0000 My distro. Ubuntu Dapper 6.06 LTS release. gcc - gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) glibc - 2.3.6-0ubuntu20 Here is a few things I found while building desktop and some other various things in garnome cvs head. 1) mono/evolution-sharp fails because does not understand evolution 2.8 the configure searches for ESHELL2.2, ESHELL2.4, ESHELL2.6. Because evolution-sharp is a depend of beagle, you can not install beagle. checking for orbit2-config... /opt/garnome-2.15.3/bin/orbit2-config checking for ORBit - version >= 2.9.8... yes checking for orbit-idl-2... /opt/garnome-2.15.3/bin/orbit-idl-2 checking for CORBA include paths... -I /opt/garnome-2.15.3/share/idl/bonobo-2.0 -I /opt/garnome-2.15.3/share/idl/bonobo-activation-2.0 -I /opt/garnome-2.15.3/share/idl/evolution-data-server-1.2 checking for ESHELL22... checking for ESHELL24... checking for ESHELL26... configure: error: You need to install evolution-shell make[1]: *** [configure-work/main.d/evolution-sharp-0.11.1/configure] Error 1 make[1]: Leaving directory `/home/garnome/garnome/fresh/garnome-cvs/mono/evolution-sharp' make: *** [../../mono/evolution-sharp/cookies/main.d/install] Error 2 2) glib-java fails to build for me. What am I missing here? make[2]: Entering directory `/home/garnome/garnome/fresh/garnome-cvs/bindings/glib-java/work/main.d/glib-java-0.2.5' make all-am make[3]: Entering directory `/home/garnome/garnome/fresh/garnome-cvs/bindings/glib-java/work/main.d/glib-java-0.2.5' depbase=`echo src/jni/jg_jnu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME= \"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"glib-java\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/opt/garnome-2.15.3/include -I/opt/garnome-2.15.3/include/glib-2.0 -I/opt/garnome-2.15.3/lib/glib-2.0/include -Isrc/jni -g -I/opt/garnome-2.15.3/include -L/opt/garnome-2.15.3/lib -O2 -pipe -MT src/jni/jg_jnu.lo -MD -MP -MF "$depbase.Tpo" -c -o src/jni/jg_jnu.lo src/jni/jg_jnu.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"glib-java\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/opt/garnome-2.15.3/include -I/opt/garnome-2.15.3/include/glib-2.0 -I/opt/garnome-2.15.3/lib/glib-2.0/include -Isrc/jni -g -I/opt/garnome-2.15.3/include -L/opt/garnome-2.15.3/lib -O2 -pipe -MT src/jni/jg_jnu.lo -MD -MP -MF src/jni/.deps/jg_jnu.Tpo -c src/jni/jg_jnu.c -fPIC -DPIC -o src/jni/.libs/jg_jnu.o In file included from src/jni/jg_jnu.c:6: src/jni/jg_jnu.h:8:17: error: jni.h: No such file or directory In file included from src/jni/jg_jnu.c:6: src/jni/jg_jnu.h:16: error: syntax error before '*' token src/jni/jg_jnu.h:16: error: syntax error before '*' token src/jni/jg_jnu.h:16: error: 'jobject' declared as function returning a function src/jni/jg_jnu.h:23: error: syntax error before '*' token 3) rhythmbox will not configure with the config args: CONFIGURE_ARGS += --enable-ipod-writing --enable-tag-writing checking for RB_CLIENT... yes checking for RHYTHMBOX... yes checking for TOTEM_PLPARSER... yes checking for HAL... yes checking for IPOD... checking for GSTREAMER_0_8... checking for GSTREAMER_0_10... yes configure: WARNING: Tag writing support is experimental, and may corrupt files, use at your own risk checking for GNOME_MEDIA_PROFILES... yes configure: error: iPod write support explicitly requested but iPod support is disabled. make: *** [configure-work/main.d/rhythmbox-0.9.5/configure] Error 1 removing those and rhythmbox compiles fine. Jorg From guenther@rudersport.de Mon Jun 26 11:10:52 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 68C393B0124 for ; Mon, 26 Jun 2006 11:10:52 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27065-07 for ; Mon, 26 Jun 2006 11:10:51 -0400 (EDT) Received: from mail.medianet-world.de (mail.medianet-world.de [213.157.0.167]) by menubar.gnome.org (Postfix) with SMTP id 418943B04CA for ; Mon, 26 Jun 2006 11:10:50 -0400 (EDT) Received: (qmail 15699 invoked by uid 1011); 26 Jun 2006 15:10:25 -0000 Received: from guenther@rudersport.de by mail1 by uid 1003 with qmail-scanner-1.22 (ExcuBAtor: 1.0.2. Clear:RC:1(213.157.9.128):SA:0(0.0/5.0):. Processed in 0.437339 secs); 26 Jun 2006 15:10:25 -0000 Received: from unknown (HELO ?10.0.0.2?) (213.157.9.128) by mail.medianet-world.de with SMTP; 26 Jun 2006 15:10:25 -0000 Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <1151285760.23468.341.camel@funkeymonkey> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> <1151068198.8763.16.camel@monkey.loc> <1151285760.23468.341.camel@funkeymonkey> Content-Type: text/plain Date: Mon, 26 Jun 2006 17:10:23 +0200 Message-Id: <1151334623.8477.4.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.54 tagged_above=-999 required=2 tests=[AWL=0.059, BAYES_00=-2.599] X-Spam-Score: -2.54 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:10:52 -0000 On Mon, 2006-06-26 at 11:35 +1000, Paul Drain wrote: > > > > The iso-codes tarballs vanished from the debian ftp server, which is the > > master source for iso-codes. And no, we do not have any clue why anyone > > ever would possibly remove the previous version, when releasing a new > > tarball... > > Unfortunately, the removal of the 'last-uploaded' version seems common > practise for the Debian and Ubuntu distributions -- aside from the > sourceforge non-reliability issues, it was the number one reason I used > to host certain tarballs myself. > > I'd hazard a guess there'd be plenty of opportunities to rectify this > annoying practise at GUADEC though :) I'll make sure this topic comes up while talking to some particular folks... Greetings from GUADEC, everybody! :-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From morris.walton@gmail.com Sun Jun 25 17:46:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 67F323B00E9 for ; Sun, 25 Jun 2006 17:46:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03985-05 for ; Sun, 25 Jun 2006 17:46:45 -0400 (EDT) Received: from ms-smtp-03.southeast.rr.com (unknown [24.25.9.102]) by menubar.gnome.org (Postfix) with ESMTP id 51D5E3B0152 for ; Sun, 25 Jun 2006 17:46:45 -0400 (EDT) Received: from [192.168.1.10] (cpe-065-190-190-000.nc.res.rr.com [65.190.190.0]) by ms-smtp-03.southeast.rr.com (8.13.6/8.13.6) with ESMTP id k5PLkXM7006365 for ; Sun, 25 Jun 2006 17:46:34 -0400 (EDT) Message-ID: <449F0428.1050605@gmail.com> Date: Sun, 25 Jun 2006 17:46:16 -0400 From: Morris Walton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: garnome-list@gnome.org Subject: bug-buddy unicode compile error 2.14.2.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.53 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, SPF_NEUTRAL=1.069] X-Spam-Score: -1.53 X-Spam-Level: X-Mailman-Approved-At: Mon, 26 Jun 2006 11:16:33 -0400 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 21:46:51 -0000 Whew, I am working my way through the garnome build, and I've hit this bug-buddy problem: [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. [fixup] complete for bug-buddy. [configure] complete for bug-buddy. ==> Running make in work/main.d/bug-buddy-2.14.0 make[2]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make all-recursive make[3]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' Making all in po make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' Making all in pixmaps make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' Making all in src make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' Making all in bugzilla make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' Making all in gnome make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' Making all in ximian make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' Making all in docs make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' if ! test -d es/; then mkdir es/; fi case "." in /*) sd=".";; *) sd="../.";; esac; \ if [ -f "C/bug-buddy.xml" ]; then d="../"; else d="$sd/"; fi; \ (cd es/ && \ `which xml2po` -e -p \ "${d}es/es.po" \ "${d}C/bug-buddy.xml" > bug-buddy.xml.tmp && \ cp bug-buddy.xml.tmp bug-buddy.xml && rm -f bug-buddy.xml.tmp) Traceback (most recent call last): File "/home/mwalton/garnome/bin/xml2po", line 724, in ? doSerialize(doc) File "/home/mwalton/garnome/bin/xml2po", line 482, in doSerialize outtxt += doSerialize(child) File "/home/mwalton/garnome/bin/xml2po", line 476, in doSerialize (starttag, content, endtag, translation) = processElementTag(node, repl, 1) File "/home/mwalton/garnome/bin/xml2po", line 399, in processElementTag (starttag, content, endtag, translation) = processElementTag(child, myrepl, 0) File "/home/mwalton/garnome/bin/xml2po", line 395, in processElementTag myrepl.append(processElementTag(child, myrepl, 1)) File "/home/mwalton/garnome/bin/xml2po", line 407, in processElementTag translation = getTranslation(outtxt, isSpacePreserveNode(node)) File "/home/mwalton/garnome/bin/xml2po", line 223, in getTranslation return gt.ugettext(text.decode('utf-8')) File "/usr/lib/python2.2/gettext.py", line 195, in ugettext return unicode(tmsg, self._charset) TypeError: decoding Unicode is not supported make[4]: *** [es/bug-buddy.xml] Error 1 make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make[1]: *** [build-work/main.d/bug-buddy-2.14.0/Makefile] Error 2 make[1]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy' make: *** [paranoid-install] Error 2 [mwalton@columbia desktop]$ I've googled around , w/o any luck. Any advice? Thanks, Morris From joseph_sacco@comcast.net Mon Jun 26 11:57:36 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EECCB3B017D for ; Mon, 26 Jun 2006 11:57:35 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30456-03 for ; Mon, 26 Jun 2006 11:57:32 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id C17693B03C6 for ; Mon, 26 Jun 2006 11:57:32 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060626155731m15004kjske>; Mon, 26 Jun 2006 15:57:31 +0000 Subject: Re: bug-buddy unicode compile error 2.14.2.1 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <449F0428.1050605@gmail.com> References: <449F0428.1050605@gmail.com> Content-Type: text/plain Date: Mon, 26 Jun 2006 11:57:30 -0400 Message-Id: <1151337450.14595.8.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.725 tagged_above=-999 required=2 tests=[AWL=-1.281, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.725 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:57:36 -0000 Morris, You are running python-2.2, which is too old [take a look at the DEPS-LIST document]. You will need to update to python-2.4.x. If updating the system version of python is not feasible, consider an installation of python-2.4.3 in a "safe" location, for example, /opt/python-2.4.3 After building and installing python-2.4.3, edit gar.conf.mk to use the new version of python. -Joseph ================================================================================ On Sun, 2006-06-25 at 17:46 -0400, Morris Walton wrote: > Whew, > > I am working my way through the garnome build, and I've hit this > bug-buddy problem: > > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > [fixup] complete for bug-buddy. > [configure] complete for bug-buddy. > ==> Running make in work/main.d/bug-buddy-2.14.0 > make[2]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make all-recursive > make[3]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > Making all in po > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' > Making all in pixmaps > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' > Making all in src > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' > Making all in bugzilla > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > Making all in gnome > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' > Making all in ximian > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > make[5]: Nothing to be done for `all-am'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > Making all in docs > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' > if ! test -d es/; then mkdir es/; fi > case "." in /*) sd=".";; *) sd="../.";; esac; \ > if [ -f "C/bug-buddy.xml" ]; then d="../"; else d="$sd/"; fi; \ > (cd es/ && \ > `which xml2po` -e -p \ > "${d}es/es.po" \ > "${d}C/bug-buddy.xml" > bug-buddy.xml.tmp && \ > cp bug-buddy.xml.tmp bug-buddy.xml && rm -f bug-buddy.xml.tmp) > Traceback (most recent call last): > File "/home/mwalton/garnome/bin/xml2po", line 724, in ? > doSerialize(doc) > File "/home/mwalton/garnome/bin/xml2po", line 482, in doSerialize > outtxt += doSerialize(child) > File "/home/mwalton/garnome/bin/xml2po", line 476, in doSerialize > (starttag, content, endtag, translation) = processElementTag(node, > repl, 1) > File "/home/mwalton/garnome/bin/xml2po", line 399, in processElementTag > (starttag, content, endtag, translation) = processElementTag(child, > myrepl, 0) > File "/home/mwalton/garnome/bin/xml2po", line 395, in processElementTag > myrepl.append(processElementTag(child, myrepl, 1)) > File "/home/mwalton/garnome/bin/xml2po", line 407, in processElementTag > translation = getTranslation(outtxt, isSpacePreserveNode(node)) > File "/home/mwalton/garnome/bin/xml2po", line 223, in getTranslation > return gt.ugettext(text.decode('utf-8')) > File "/usr/lib/python2.2/gettext.py", line 195, in ugettext > return unicode(tmsg, self._charset) > TypeError: decoding Unicode is not supported > make[4]: *** [es/bug-buddy.xml] Error 1 > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make[1]: *** [build-work/main.d/bug-buddy-2.14.0/Makefile] Error 2 > make[1]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy' > make: *** [paranoid-install] Error 2 > [mwalton@columbia desktop]$ > > > I've googled around , w/o any luck. Any advice? > > Thanks, > > Morris > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Mon Jun 26 12:15:42 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2E1FE3B030E for ; Mon, 26 Jun 2006 12:15:42 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31685-10 for ; Mon, 26 Jun 2006 12:15:41 -0400 (EDT) Received: from mail.medianet-world.de (mail.medianet-world.de [213.157.0.167]) by menubar.gnome.org (Postfix) with SMTP id 445423B03E6 for ; Mon, 26 Jun 2006 12:15:40 -0400 (EDT) Received: (qmail 5742 invoked by uid 1011); 26 Jun 2006 16:15:39 -0000 Received: from guenther@rudersport.de by mail1 by uid 1003 with qmail-scanner-1.22 (ExcuBAtor: 1.0.2. Clear:RC:1(213.157.9.128):SA:0(0.0/5.0):. Processed in 0.435024 secs); 26 Jun 2006 16:15:39 -0000 Received: from unknown (HELO ?10.0.0.2?) (213.157.9.128) by mail.medianet-world.de with SMTP; 26 Jun 2006 16:15:38 -0000 Subject: Re: bug-buddy unicode compile error 2.14.2.1 From: guenther To: Morris Walton In-Reply-To: <449F0428.1050605@gmail.com> References: <449F0428.1050605@gmail.com> Content-Type: text/plain Date: Mon, 26 Jun 2006 18:15:36 +0200 Message-Id: <1151338537.7637.5.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.54 tagged_above=-999 required=2 tests=[AWL=0.059, BAYES_00=-2.599] X-Spam-Score: -2.54 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 16:15:42 -0000 I just approved your mail manually, which has been held for moderation. Please subscribe to the mailing list before posting (to keep down my administrative overhead, as well as ensuring you'll get any answers). http://mail.gnome.org/mailman/listinfo/garnome-list Actually I intended to send this message right after your post getting through, but the network is quite wonky here currently. So Joseph has been faster... Unfortunately the list archives seem to be broken again, thus I can't even point you to the archived answer. Already forwarded that reply by Joseph to you. ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From kelsang.tsenle@web.de Thu Jun 1 07:18:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A588A3B0119 for ; Thu, 1 Jun 2006 07:18:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29905-02 for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 32C433B00EE for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 5EDF942BF4 for ; Thu, 1 Jun 2006 12:35:31 +0200 (CEST) Received: from [88.73.67.70] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1FlkWZ-0001EP-00 for garnome-list@gnome.org; Thu, 01 Jun 2006 12:35:31 +0200 Message-ID: <447EC2F1.2010000@web.de> Date: Thu, 01 Jun 2006 12:35:29 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.455 tagged_above=-999 required=2 tests=[AWL=-0.145, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -2.455 X-Spam-Level: Subject: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 11:18:20 -0000 Hello, sorry bothering you again. I just tried to install garnome 2.14.2, but I can't compile gtk-doc. It fails with checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc checking for XML catalog (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog checking for DocBook XML DTD V4.1.2 in XML catalog... not found configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed and appears in the docbook. Although there seem to be several docbooks. I don't quite understand that system. Any idea? Gratefully, K. Tsenle From joseph_sacco@comcast.net Thu Jun 1 08:31:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1FA153B0134 for ; Thu, 1 Jun 2006 08:31:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01887-08 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by menubar.gnome.org (Postfix) with ESMTP id 42F7B3B0119 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060601123147012005bupae>; Thu, 1 Jun 2006 12:31:47 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447EC2F1.2010000@web.de> References: <447EC2F1.2010000@web.de> Content-Type: text/plain Date: Thu, 01 Jun 2006 08:31:46 -0400 Message-Id: <1149165106.12208.63.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.569 tagged_above=-999 required=2 tests=[AWL=-1.414, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -0.569 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 12:31:49 -0000 You are not bothering us... [:-)] Try this... * Goto the bootstrap directory and build and install: - expat - docbook-xml - docbook-xsl * goto the gtk-doc directory - make cookieclean - make install -Joseph ========================================================================= On Thu, 2006-06-01 at 12:35 +0200, Kelsang Tsenle wrote: > Hello, > > sorry bothering you again. > I just tried to install garnome 2.14.2, but I can't compile gtk-doc. > It fails with > > checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc > checking for XML catalog > (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found > checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog > checking for DocBook XML DTD V4.1.2 in XML catalog... not found > configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog > make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 > > My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed > and appears in the docbook. Although there seem to be several docbooks. > I don't quite understand that system. > Any idea? > > > Gratefully, > K. Tsenle -- joseph_sacco [at] comcast [dot] net From skg@fluent.co.in Fri Jun 2 01:01:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A2183B0FBA for ; Fri, 2 Jun 2006 01:01:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31222-04 for ; Fri, 2 Jun 2006 01:01:39 -0400 (EDT) Received: from mailhost.fluent.co.in (mhost.fluent.co.in [203.199.153.5]) by menubar.gnome.org (Postfix) with ESMTP id ECDD03B0FAC for ; Fri, 2 Jun 2006 01:01:38 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.fluent.co.in (Postfix) with ESMTP id 1FA37197352; Fri, 2 Jun 2006 10:31:36 +0530 (IST) Received: from mailhost.fluent.co.in ([127.0.0.1]) by localhost (pandu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10162-09; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Received: from [10.14.0.68] (skglnx.fluent.co.in [10.14.0.68]) by mailhost.fluent.co.in (Postfix) with ESMTP id 9E1A2197351; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Message-ID: <447FC62E.8070007@fluent.co.in> Date: Fri, 02 Jun 2006 10:31:34 +0530 From: Surya Kiran Gullapalli User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Joseph E. Sacco, Ph.D." References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> In-Reply-To: <1149165106.12208.63.camel@plantain.jesacco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.483 tagged_above=-999 required=2 tests=[AWL=0.039, BAYES_00=-2.599, TW_GT=0.077] X-Spam-Score: -2.483 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 05:01:41 -0000 Joseph E. Sacco, Ph.D. wrote: >You are not bothering us... [:-)] > >Try this... >* Goto the bootstrap directory and build and install: >- expat >- docbook-xml >- docbook-xsl > >* goto the gtk-doc directory >- make cookieclean >- make install > >-Joseph > > Well, I'm also facing the same problem. I tried the above. But it has done no good. The out put of where its failing is as follows. Command: nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog --noout /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog "-//OASIS//DTD DocBoox XML V4.1.2//EN" Output: No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN The #/etc/xml/catalog file is From kelsang.tsenle@web.de Fri Jun 2 05:22:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D914E3B1075 for ; Fri, 2 Jun 2006 05:22:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14065-10 for ; Fri, 2 Jun 2006 05:22:44 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 0ECCF3B105C for ; Fri, 2 Jun 2006 05:22:43 -0400 (EDT) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id C3F1D387B8; Fri, 2 Jun 2006 11:22:42 +0200 (CEST) Received: from [88.73.103.202] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1Fm5re-0005xW-00; Fri, 02 Jun 2006 11:22:42 +0200 Message-ID: <44800361.80804@web.de> Date: Fri, 02 Jun 2006 11:22:41 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: Surya Kiran Gullapalli References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> In-Reply-To: <447FC62E.8070007@fluent.co.in> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.466 tagged_above=-999 required=2 tests=[AWL=-0.079, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -2.466 X-Spam-Level: Cc: "Joseph E. Sacco, Ph.D." , garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 09:22:50 -0000 Hi all, Same thing for me. I compiled expat. The other two packages were already installed. Nothing changed. Same error message, the output of the command below is also the same. -- Tsenle Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > >> You are not bothering us... [:-)] >> >> Try this... * Goto the bootstrap directory and build and install: >> - expat >> - docbook-xml >> - docbook-xsl >> >> * goto the gtk-doc directory >> - make cookieclean >> - make install >> >> -Joseph >> >> > Well, > I'm also facing the same problem. I tried the above. But it has done > no good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN > > The #/etc/xml/catalog file is > > > V1.0//EN" > "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://www.oasis-open.org/docbook/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > uriStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > > From joseph_sacco@comcast.net Fri Jun 2 08:15:03 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B1D193B0351 for ; Fri, 2 Jun 2006 08:15:03 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24826-04 for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id 9D2C93B03AE for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060602121501012005c07he>; Fri, 2 Jun 2006 12:15:01 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447FC62E.8070007@fluent.co.in> References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> Content-Type: text/plain Date: Fri, 02 Jun 2006 08:15:00 -0400 Message-Id: <1149250500.14130.66.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.53 tagged_above=-999 required=2 tests=[AWL=-1.452, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_BX=0.077, TW_GT=0.077, TW_IB=0.077] X-Spam-Score: -0.53 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 12:15:03 -0000 Discretion is the better half of valor. We have chosen to retreat back to docbook-xml-4.1.2. What to do ??? There are two ways to proceed: * Fetch the latest tarballs [garnome-2.14.2.1 or garnome-2.15.2.2] or * Edit and rebuild bootstrap/docbook-xml and platform/libxml2 (1) uninstall docbook-xml-4.4 - cd bootstap/docbook-xml - make uninstall (2) edit the checksums and Makefile to build docbook-xml-4.1.2 see the CVS repository for what to change http://cvs.gnome.org/viewcvs/garnome/bootstrap/docbook-xml/ (3) install docbook-xml-4.1.2 (4) uninstall platform/libxml2 - cd platform/libxml2 - make uninstall (5) edit checksums and files/buildDocBookCatalog (6) rebuild libxml2 -Joseph =============================================================== On Fri, 2006-06-02 at 10:31 +0530, Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > > >You are not bothering us... [:-)] > > > >Try this... > >* Goto the bootstrap directory and build and install: > >- expat > >- docbook-xml > >- docbook-xsl > > > >* goto the gtk-doc directory > >- make cookieclean > >- make install > > > >-Joseph > > > > > Well, > I'm also facing the same problem. I tried the above. But it has done no > good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 2 19:49:16 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B47373B11C6 for ; Fri, 2 Jun 2006 19:49:16 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32055-01 for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B66CB3B047B for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k52NnDeK094370; Fri, 2 Jun 2006 17:49:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447B68A7.7070900@planet.nl> References: <447B68A7.7070900@planet.nl> Content-Type: text/plain Date: Sat, 03 Jun 2006 01:49:12 +0200 Message-Id: <1149292152.2043.18.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.47 tagged_above=-999 required=2 tests=[AWL=-0.025, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.47 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 23:49:16 -0000 On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > I'm finding 2 issues with the latest snapshot of garnome-daily > > 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version > 4.4. After changing the configure.in and configure scripts I could > continue the compile process. Thanks, Stef. :) This has been corrected in both branches. Current daily snapshots should work again. And we even released new tarballs for both stable and unstable branch with this fixed. I really need more time for mailing lists... :/ > 2 The sourceforge.net download links are failing if I don't use an > mirror site like belnet.dl.sourceforge.net for example. That's an sf.net issue we can do nothing about, unfortunately. The download.sf.net server we use is supposed to pick a working mirror... Apparently this either was a temporary issue only, or it is somewhat specific to your location/ISP. I just checked all sources we get from sf.net, and it worked for me. (15 of 18 total tarballs from sf.net have been retrieved on the first 'make fetch' attempt, 2 tarballs needed a second attempt. The last missing one was successful on the 4th go... Yes, it is commonly known that sf.net pretty much sucks at this, but there are projects that are available only on sf.net, unfortunately. [1]) ...guenther [1] We do switch to non sf.net servers (or more reliable servers, in general) if at all possible. Recently being moved away from sf.net are docbook-xml and libxklavier.) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 20:01:00 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5BC043B0B7F for ; Fri, 2 Jun 2006 20:01:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32590-06 for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 66E293B047B for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5300uja095161; Fri, 2 Jun 2006 18:00:57 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149292152.2043.18.camel@monkey.loc> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain Date: Sat, 03 Jun 2006 02:00:55 +0200 Message-Id: <1149292855.2043.24.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.547 tagged_above=-999 required=2 tests=[AWL=0.052, BAYES_00=-2.599] X-Spam-Score: -2.547 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 00:01:00 -0000 [...] > (15 of 18 total tarballs from sf.net have been retrieved on the first ^^^^^^^^ > 'make fetch' attempt, 2 tarballs needed a second attempt. The last > missing one was successful on the 4th go... Yes, it is commonly known > that sf.net pretty much sucks at this, but there are projects that are > available only on sf.net, unfortunately. [1]) Make that 17 total. :) My quick grep included libxklavier, which currently is available on one of the most reliable servers -- f.g.o. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 22:05:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5C8CE3B043C for ; Fri, 2 Jun 2006 22:05:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05171-02 for ; Fri, 2 Jun 2006 22:04:54 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 183E63B11E3 for ; Fri, 2 Jun 2006 22:04:26 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5324NmL001972; Fri, 2 Jun 2006 20:04:24 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447D9BF4.9050700@internode.on.net> References: <447D9BF4.9050700@internode.on.net> Content-Type: text/plain Date: Sat, 03 Jun 2006 04:04:22 +0200 Message-Id: <1149300262.2043.37.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.548 tagged_above=-999 required=2 tests=[AWL=0.051, BAYES_00=-2.599] X-Spam-Score: -2.548 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 02:05:17 -0000 On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: > hi all > I had garnome fail building gnome 2.15.1 because of a expat checksum error. > I quickly searched and found this link on the gnome forums [1]. > Searching the list archives didn't turn up a a result, incidentally. > The fix in the link is to download the package separately and overwrite > the dud one (which works) [2]. I was wondering if this is something that > could be fixed by garnome or is a sourceforge problem? This seems to be an sf.net issue. To sum it up: The expat fetched automatically by GARNOME from sf.net failed the checksum test. The expat you manually downloaded from sf.net worked. So the only difference is automatically vs. manually -- and frankly, this even is *no* difference at all, in case you used wget to manually fetch. ;) I bet you where hit by sf.net. I have seen them delivering a "404 not found" HTML document, instead of correctly failing. This is most likely what you got. The issue is, that the mirror actually delivered the requested document, although the content is not what has been requested. Thus the failing checksum test. In case you still have that first download, have a look at it. If it is not an HTML document, I'll owe a beer to anyone greeting me with the word GARNOME at the forthcoming GUADEC. ;-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From kamping_kaiser@internode.on.net Sat Jun 3 04:35:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 434893B050B for ; Sat, 3 Jun 2006 04:35:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22444-06 for ; Sat, 3 Jun 2006 04:35:18 -0400 (EDT) Received: from mail.internode.on.net (bld-mail03.adl2.internode.on.net [203.16.214.67]) by menubar.gnome.org (Postfix) with ESMTP id 6D91A3B04F9 for ; Sat, 3 Jun 2006 04:35:17 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 10312940 for ; Sat, 03 Jun 2006 18:05:08 +0930 (CST) Message-ID: <448149C2.2000703@internode.on.net> Date: Sat, 03 Jun 2006 18:05:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: garnome-list@gnome.org References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.6 tagged_above=-999 required=2 tests=[AWL=0.000, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.6 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 08:35:20 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > > To sum it up: The expat fetched automatically by GARNOME from sf.net > failed the checksum test. The expat you manually downloaded from sf.net > worked. So the only difference is automatically vs. manually -- and > frankly, this even is *no* difference at all, in case you used wget to > manually fetch. ;) > > I bet you where hit by sf.net. I have seen them delivering a "404 not > found" HTML document, instead of correctly failing. This is most likely > what you got. i expect your correct, as i got this for a second file after that. > > The issue is, that the mirror actually delivered the requested document, > although the content is not what has been requested. Thus the failing > checksum test. > > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) I clobered it, but it was only a few kb, so probably html :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From kamping_kaiser@internode.on.net Sat Jun 3 11:27:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 12F1F3B03FF for ; Sat, 3 Jun 2006 11:27:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12080-10 for ; Sat, 3 Jun 2006 11:27:21 -0400 (EDT) Received: from mail.internode.on.net (bld-mail07.adl2.internode.on.net [203.16.214.71]) by menubar.gnome.org (Postfix) with ESMTP id D1A663B050A for ; Sat, 3 Jun 2006 11:27:20 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 28025403 for multiple; Sun, 04 Jun 2006 00:56:57 +0930 (CST) Message-ID: <4481AA52.5010407@internode.on.net> Date: Sun, 04 Jun 2006 00:57:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: guenther References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.523 tagged_above=-999 required=2 tests=[AWL=-0.077, BAYES_00=-2.599, SPF_PASS=-0.001, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.523 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 15:27:24 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) Your beers safe: --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 => `download/partial/docbook-xsl-1.70.0.tar.bz2' Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, 212.219.56.167, ... Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [ <=> ] 147 --.--K/s 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' saved [147] make[7]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' [fetch] complete for docbook-xsl. ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 download/docbook-xsl-1.70.0.tar.bz2: FAILED *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR GAR GAR! *** make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 make[6]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' make: *** [paranoid-install] Error 2 karl@Rommel:~/garnome-2.15.2.2/desktop$ cd ../bootstrap/docbook-xsl/download/ karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh total 8.0K -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 docbook-xsl-1.70.0.tar.bz2: HTML document text karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat docbook-xsl-1.70.0.tar.bz2 karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ Not even a 404, not sure what it is though :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From guenther@rudersport.de Sun Jun 4 10:56:37 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 23D563B00CE for ; Sun, 4 Jun 2006 10:56:37 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23739-03 for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 82B213B009F for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k54EuVCl034602; Sun, 4 Jun 2006 08:56:32 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4481AA52.5010407@internode.on.net> References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> <4481AA52.5010407@internode.on.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 16:56:31 +0200 Message-Id: <1149432991.8235.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.471 tagged_above=-999 required=2 tests=[AWL=-0.026, BAYES_00=-2.599, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.471 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 14:56:37 -0000 On Sun, 2006-06-04 at 00:57 +0930, Karl Goetz wrote: > guenther wrote: > > This seems to be an sf.net issue. > > > In case you still have that first download, have a look at it. If it is > > not an HTML document, I'll owe a beer to anyone greeting me with the > > word GARNOME at the forthcoming GUADEC. ;-) > > Your beers safe: > > --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 > => `download/partial/docbook-xsl-1.70.0.tar.bz2' > Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, > 212.219.56.167, ... > Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. > HTTP request sent, awaiting response... 200 OK ^^^^^^ > Length: unspecified > > [ <=> > ] 147 --.--K/s > > 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' > saved [147] ^^^^^^^^^^^ > > make[7]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > [fetch] complete for docbook-xsl. > ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 > 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 > download/docbook-xsl-1.70.0.tar.bz2: FAILED > *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR > GAR GAR! *** > make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 > make[6]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > > make: *** [paranoid-install] Error 2 > karl@Rommel:~/garnome-2.15.2.2/desktop$ cd > ../bootstrap/docbook-xsl/download/ > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh > total 8.0K > -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 > drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 > docbook-xsl-1.70.0.tar.bz2: HTML document text ^^^^^^^^^^^^^^^^^^ Yeah. *sigh* Some mirrors seem to send out crappy HTML documents along with a code 200 OK, even if they are not going to deliver the requested content -- which frankly, should be a 4xx code. > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat > docbook-xsl-1.70.0.tar.bz2 > URL="http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2"> > > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ > > Not even a 404, not sure what it is though :) Looks like a hint to reload the very same requested URL again... Though this is not the duty of HTML code (which is the content being delivered over the HTTP protocol), but rather the protocols duty itself. GAR. So there we have a very poorly configured webserver... :-/ Sorry for the inconvenience, dude. Unfortunately, there is nothing we can do about sf.net... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From p.willis@telus.net Sun Jun 4 21:49:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 272F43B03EB for ; Sun, 4 Jun 2006 21:49:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25836-02 for ; Sun, 4 Jun 2006 21:48:53 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 117243B0681 for ; Sun, 4 Jun 2006 21:48:48 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([64.180.210.171]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060605014848.WAUS14541.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Sun, 4 Jun 2006 19:48:48 -0600 Received: from [192.168.1.10] (d64-180-210-171.bchsia.telus.net [64.180.210.171]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id CDMK5UNBKS for ; Sun, 4 Jun 2006 19:48:47 -0600 (MDT) Message-ID: <44838D75.4000508@telus.net> Date: Sun, 04 Jun 2006 18:48:37 -0700 From: pw User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Accept-Language: en-us, en MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.732 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, SPF_PASS=-0.001] X-Spam-Score: 0.732 X-Spam-Level: Subject: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 01:49:05 -0000 Hello, I am using Garnome to build gnome on Mandrake Linux 10.2. The build indicates that I require popt 1.5 or better to continue the build. When I go to the fsf popt site I am referred to ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz The FTP server is there but there are no directories below /pub . Is there anywhere else I can get a valid source for popt? Thanks Peter From joseph_sacco@comcast.net Sun Jun 4 22:23:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EB1A13B052C for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27596-09 for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id CFF513B03EB for ; Sun, 4 Jun 2006 22:23:56 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <2006060502235101200196jae>; Mon, 5 Jun 2006 02:23:51 +0000 From: "Joseph E. Sacco, Ph.D." To: pw In-Reply-To: <44838D75.4000508@telus.net> References: <44838D75.4000508@telus.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 22:23:50 -0400 Message-Id: <1149474230.14083.27.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.643 tagged_above=-999 required=2 tests=[AWL=-1.334, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.643 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 02:23:58 -0000 Build the version of popt found in the bootstrap directory. -Joseph ========================================================= On Sun, 2006-06-04 at 18:48 -0700, pw wrote: > Hello, > > I am using Garnome to build gnome on Mandrake Linux > 10.2. > > The build indicates that I require popt 1.5 or better > to continue the build. > > When I go to the fsf popt site I am referred to > > ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz > > > The FTP server is there but there are no directories > below /pub . > > Is there anywhere else I can get a valid source > for popt? > > Thanks > > Peter -- joseph_sacco [at] comcast [dot] net From cbarton@metavr.com Mon Jun 5 12:57:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E82E23B0941 for ; Mon, 5 Jun 2006 12:57:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15889-02 for ; Mon, 5 Jun 2006 12:57:27 -0400 (EDT) Received: from mail-ihug.icp-qv1-irony5.iinet.net.au (ihug-mail.icp-qv1-irony5.iinet.net.au [203.59.1.199]) by menubar.gnome.org (Postfix) with ESMTP id A01653B0940 for ; Mon, 5 Jun 2006 12:57:26 -0400 (EDT) Received: from 203-214-88-191.dyn.iinet.net.au (HELO [192.168.1.100]) ([203.214.88.191]) by mail-ihug.icp-qv1-irony5.iinet.net.au with ESMTP; 06 Jun 2006 00:57:24 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,211,1146412800"; d="scan'208"; a="788273094:sNHT21807728" Message-ID: <44846250.7010409@metavr.com> Date: Tue, 06 Jun 2006 02:56:48 +1000 From: Campbell Barton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: pw References: <44838D75.4000508@telus.net> In-Reply-To: <44838D75.4000508@telus.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.246 tagged_above=-999 required=2 tests=[AWL=0.353, BAYES_00=-2.599] X-Spam-Score: -2.246 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cbarton@metavr.com List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 16:57:30 -0000 Hey, I compile most stable garnome builds that are released ;) Id like to be able to compile without evalution, or epiphany- Bothe are big packages and since I use thunderbird and firefox its a lot of overhead I dont need. Also, I have had troubles compiling both.. Some Kind of minimal option would be nice. Also every time I build garnome (on Both Linux installs) - when building glib, I need to manually do and run ./configure --with-libiconv=gnu Otherwise it wont compile. - Realy a problem for glib but thaught Id mention anyhow, would be nice if it could auto detect this. Theres a few missing depancies exchange-data-server (needs OpenLDAP) gnome-panel (needs exchange-data-server) WHY?? - I removed from the makefile and gnome-panel compiled fine. without exchange. deskbar-applet (needs liboil) Cant recall the lib :/ (needs PyRex) From joseph_sacco@comcast.net Mon Jun 5 13:30:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C6BA63B0927 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17526-10 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by menubar.gnome.org (Postfix) with ESMTP id DB72C3B0668 for ; Mon, 5 Jun 2006 13:30:49 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc14) with SMTP id <2006060517304601400o1mege>; Mon, 5 Jun 2006 17:30:46 +0000 From: "Joseph E. Sacco, Ph.D." To: cbarton@metavr.com In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Mon, 05 Jun 2006 13:30:45 -0400 Message-Id: <1149528645.2858.26.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 (2.7.2.1-4) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.711 tagged_above=-999 required=2 tests=[AWL=-1.267, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.711 X-Spam-Level: Cc: garnome-list@gnome.org, pw Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 17:30:51 -0000 Campbell, You can "hide" an application from the build process by by prefixing the name of the application with a '.'. For example, desktop/evolution -> desktop/.evolution When you hide an application, you will also need to hide all other applications that explicitly depend upon it. -Joseph =========================================================== On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) > > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. > > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. > deskbar-applet (needs liboil) > Cant recall the lib :/ (needs PyRex) -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Mon Jun 5 14:44:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 053253B0964 for ; Mon, 5 Jun 2006 14:44:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22455-04 for ; Mon, 5 Jun 2006 14:44:08 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 9AA693B0905 for ; Mon, 5 Jun 2006 14:44:07 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k55Ii9ga001640; Mon, 5 Jun 2006 20:44:10 +0200 Message-ID: <44847B79.8000606@planet.nl> Date: Mon, 05 Jun 2006 20:44:09 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: guenther References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> In-Reply-To: <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.517 tagged_above=-999 required=2 tests=[AWL=-0.654, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -1.517 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 18:44:11 -0000 Hi Guenther, Thanks for the feedback. I'm glad to hear that I've not gone crazy alone ;-) with sourgeforge and their download procedures. I'll just keep on changing the makefiles if the downloads fails it's not a big deal. I'll try the latest snapshot to see how that one performs. Kindest regards, Stef guenther wrote: >On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > > > >>I'm finding 2 issues with the latest snapshot of garnome-daily >> >>1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version >>4.4. After changing the configure.in and configure scripts I could >>continue the compile process. >> >> > >Thanks, Stef. :) This has been corrected in both branches. Current >daily snapshots should work again. And we even released new tarballs for >both stable and unstable branch with this fixed. > >I really need more time for mailing lists... :/ > > > > >>2 The sourceforge.net download links are failing if I don't use an >>mirror site like belnet.dl.sourceforge.net for example. >> >> > >That's an sf.net issue we can do nothing about, unfortunately. The >download.sf.net server we use is supposed to pick a working mirror... > >Apparently this either was a temporary issue only, or it is somewhat >specific to your location/ISP. I just checked all sources we get from >sf.net, and it worked for me. > >(15 of 18 total tarballs from sf.net have been retrieved on the first >'make fetch' attempt, 2 tarballs needed a second attempt. The last >missing one was successful on the 4th go... Yes, it is commonly known >that sf.net pretty much sucks at this, but there are projects that are >available only on sf.net, unfortunately. [1]) > >...guenther > > >[1] We do switch to non sf.net servers (or more reliable servers, in > general) if at all possible. Recently being moved away from sf.net > are docbook-xml and libxklavier.) > > > From go@turix.com.ar Mon Jun 5 16:16:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B761E3B029D for ; Mon, 5 Jun 2006 16:16:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28247-04 for ; Mon, 5 Jun 2006 16:16:23 -0400 (EDT) Received: from marte.xmundo.net (marte.xmundo.net [201.216.232.12]) by menubar.gnome.org (Postfix) with ESMTP id AC2DD3B025B for ; Mon, 5 Jun 2006 16:16:22 -0400 (EDT) Received: from [192.168.0.222] (customer200-41.iplannetworks.net [200.61.176.41] (may be forged)) (authenticated bits=0) by marte.xmundo.net (8.12.11/8.12.11) with ESMTP id k55KGKBa020337 for ; Mon, 5 Jun 2006 17:16:20 -0300 Message-ID: <4484962B.1050907@turix.com.ar> Date: Mon, 05 Jun 2006 17:38:03 -0300 From: Gonzalo Odiard User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 Cc: garnome-list@gnome.org References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> In-Reply-To: <44847B79.8000606@planet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.37 tagged_above=-999 required=2 tests=[AWL=0.075, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.37 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 20:16:24 -0000 I have the same problem with sourceforge and not is a new problem. Gonzalo Odiard Stef van der Made escribió: > > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy > alone ;-) with sourgeforge and their download procedures. I'll just > keep on changing the makefiles if the downloads fails it's not a big > deal. > > I'll try the latest snapshot to see how that one performs. > > Kindest regards, > > Stef > > guenther wrote: > >> On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: >> >> >> >>> I'm finding 2 issues with the latest snapshot of garnome-daily >>> >>> 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to >>> version 4.4. After changing the configure.in and configure scripts I >>> could continue the compile process. >>> >> >> Thanks, Stef. :) This has been corrected in both branches. Current >> daily snapshots should work again. And we even released new tarballs for >> both stable and unstable branch with this fixed. >> >> I really need more time for mailing lists... :/ >> >> >> >> >>> 2 The sourceforge.net download links are failing if I don't use an >>> mirror site like belnet.dl.sourceforge.net for example. >>> >> >> That's an sf.net issue we can do nothing about, unfortunately. The >> download.sf.net server we use is supposed to pick a working mirror... >> >> Apparently this either was a temporary issue only, or it is somewhat >> specific to your location/ISP. I just checked all sources we get from >> sf.net, and it worked for me. >> >> (15 of 18 total tarballs from sf.net have been retrieved on the first >> 'make fetch' attempt, 2 tarballs needed a second attempt. The last >> missing one was successful on the 4th go... Yes, it is commonly known >> that sf.net pretty much sucks at this, but there are projects that are >> available only on sf.net, unfortunately. [1]) >> >> ...guenther >> >> >> [1] We do switch to non sf.net servers (or more reliable servers, in >> general) if at all possible. Recently being moved away from sf.net >> are docbook-xml and libxklavier.) >> >> >> > From pd@cipherfunk.org Mon Jun 5 21:06:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 463C33B0526 for ; Mon, 5 Jun 2006 21:06:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13901-02 for ; Mon, 5 Jun 2006 21:06:21 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id 08D7B3B0837 for ; Mon, 5 Jun 2006 21:06:20 -0400 (EDT) Received: (qmail 19894 invoked by uid 0); 6 Jun 2006 01:02:41 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Mon, 05 Jun 2006 18:02:41 -0700 From: Paul Drain To: garnome-list@gnome.org In-Reply-To: <44847B79.8000606@planet.nl> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> Content-Type: text/plain Organization: ::cipherfunk industries:: Date: Tue, 06 Jun 2006 11:07:57 +1000 Message-Id: <1149556077.29331.68.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.182 tagged_above=-999 required=2 tests=[AWL=0.417, BAYES_00=-2.599] X-Spam-Score: -2.182 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 01:06:24 -0000 On Mon, 2006-06-05 at 20:44 +0200, Stef van der Made wrote: > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy alone > ;-) with sourgeforge and their download procedures. I'll just keep on > changing the makefiles if the downloads fails it's not a big deal. > > I'll try the latest snapshot to see how that one performs. FWIW, this has been a problem ever since Sourceforge moved to the mirroring system script they use now -- everything's fine if all the mirrors sync up, but sometimes your .tar.gz will consist of a broken webpage when the redirection fails. It was one of the main reasons I used to host a bunch of files directly on the cipherfunk FTP site -- so people looking for things like docbook would no longer be 'trapped in the system' as it were. Regards, Paul From suryakiran.gullapalli@gmail.com Mon Jun 5 23:52:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0EF503B000A for ; Mon, 5 Jun 2006 23:52:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20778-03 for ; Mon, 5 Jun 2006 23:52:38 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by menubar.gnome.org (Postfix) with ESMTP id BC5683B00AE for ; Mon, 5 Jun 2006 23:52:37 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so2225453nzo for ; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VYoN+oVMUDftqAms7IToBFmTrUKIPBkOs4bJsuzjgorvzn7uLPAwcbj9LO/m98xqMkr2OqAduRetSPPBW0EXinttMoZRAs6TLtijHJWQDYRKNd3cCkq8ZsM8flj+Kbwjzq8AU9qvx0QitFQqCDPqBl/PU8ze3MPIDrkqxHK/7Xw= Received: by 10.36.19.13 with SMTP id 13mr7390724nzs; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Mon, 5 Jun 2006 20:52:36 -0700 (PDT) Message-ID: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Date: Tue, 6 Jun 2006 09:22:36 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2732_1312467.1149565956475" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.657 tagged_above=-999 required=2 tests=[AWL=-0.486, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077] X-Spam-Score: -1.657 X-Spam-Level: Subject: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 03:52:43 -0000 ------=_Part_2732_1312467.1149565956475 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying to build gnome using garnome-2.14.2. But gamin build fails. Here is the output . ========================== [===== NOW BUILDING: gamin-0.1.7 =====] install -d cookies/main.d install -d download install -d download/partial ==> Grabbing download/gamin-0.1.7.tar.gz ==> Trying file//files/gamin-0.1.7.tar.gz make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 ==> Trying file///nfs/skglnx/home/skg/Builds/gnome-2.14.2/gamin- 0.1.7.tar.gz ==> Grabbing download/python-path-fixes.diff ==> Trying file//files/python-path-fixes.diff [fetch] complete for gamin. ==> Running checksum on gamin-0.1.7.tar.gz 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz file gamin-0.1.7.tar.gz passes checksum test! ==> Running checksum on python-path-fixes.diff 19ff10882346340ed12244d3cc5ab96d download/python-path-fixes.diff file python-path-fixes.diff passes checksum test! [checksum] complete for gamin. install -d work/main.d ==> Extracting download/gamin-0.1.7.tar.gz [extract] complete for gamin. ==> Applying patch download/python-path-fixes.diff patching file configure.in [patch] complete for gamin. [fixup] complete for gamin. acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB ==> Running configure in work/main.d/gamin-0.1.7 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1 /bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3 checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed checking for egrep... grep -E checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ accepts -g... yes checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... gcc3 checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for library containing strerror... none required checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking gtk-doc version >= 1.0... yes checking for usleep... yes checking for setsid... yes checking for setenv... yes checking for putenv... yes checking for getlogin_r... yes checking for nanoseconds field of struct stat.st_mtim... tv_nsec ./configure: line 21414: syntax error near unexpected token `DAEMON,' ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 =================================== If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there. Can i safely ignore the warning message. ? and then there's a syntax error in configure script, again talking about glib. what am i doing wrong? Surya ------=_Part_2732_1312467.1149565956475 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying to build gnome using garnome-2.14.2. But gamin build fails.

Here is the output .

==========================
[===== NOW BUILDING:    gamin-0.1.7     =====]
install -d cookies/main.d
install -d download
install -d download/partial
 ==> Grabbing download/gamin-0.1.7.tar.gz
        ==> Trying file//files/gamin-0.1.7.tar.gz
make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1
        ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- 2.14.2/gamin-0.1.7.tar.gz
 ==> Grabbing download/python-path-fixes.diff
        ==> Trying file//files/python-path-fixes.diff
        [fetch] complete for gamin.
 ==> Running checksum on gamin-0.1.7.tar.gz
1a1991ffa749b7dc2cc0573d6a2867b8  download/gamin-0.1.7.tar.gz
file gamin-0.1.7.tar.gz passes checksum test!
 ==> Running checksum on python-path-fixes.diff
19ff10882346340ed12244d3cc5ab96d  download/python- path-fixes.diff
file python-path-fixes.diff passes checksum test!
        [checksum] complete for gamin.
install -d work/main.d
 ==> Extracting download/gamin-0.1.7.tar.gz
        [extract] complete for gamin.
 ==> Applying patch download/python-path-fixes.diff
patching file configure.in
        [patch] complete for gamin.
        [fixup] complete for gamin.
acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
 ==> Running configure in work/main.d/gamin-0.1.7
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc accepts -g... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3
checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed
checking for egrep... grep -E
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h.. . yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ accepts -g... yes
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... gcc3
checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag  works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for library containing strerror... none required
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking gtk-doc version >= 1.0... yes
checking for usleep... yes
checking for setsid... yes
checking for setenv... yes
checking for putenv... yes
checking for getlogin_r... yes
checking for nanoseconds field of struct stat.st_mtim... tv_nsec
./configure: line 21414: syntax error near unexpected token `DAEMON,'
./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)'
make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2
===================================

If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there.

Can i safely ignore the warning message. ?

and then there's a syntax error in configure script, again talking about glib.
what am i doing wrong?

Surya

------=_Part_2732_1312467.1149565956475-- From joseph_sacco@comcast.net Tue Jun 6 10:31:55 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 879353B0107 for ; Tue, 6 Jun 2006 10:31:55 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29002-07 for ; Tue, 6 Jun 2006 10:31:52 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id A7BAC3B012A for ; Tue, 6 Jun 2006 10:31:37 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060606143136m1100l78u6e>; Tue, 6 Jun 2006 14:31:36 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> References: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 10:31:34 -0400 Message-Id: <1149604294.12352.28.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.606 tagged_above=-999 required=2 tests=[AWL=-1.374, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -0.606 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:31:55 -0000 The python path hack deals with the situation were python-2.4.x is installed in a non-standard location. If python-2.4.x is installed under /usr/bin you can eliminate the hack: * copy Makefile Makefile- * edit Makefile - comment out line beginning with PATHFILES - comment out pre-configure section Otherwise, * build bootstrap/automake-1.9 * cd bootstrap/gamin - make cookieclean - make install -Joseph ============================================================================= On Tue, 2006-06-06 at 09:22 +0530, Surya Kiran Gullapalli wrote: > Hi, > I'm trying to build gnome using garnome-2.14.2. But gamin build fails. > > Here is the output . > > ========================== > [===== NOW BUILDING: gamin-0.1.7 =====] > install -d cookies/main.d > install -d download > install -d download/partial > ==> Grabbing download/gamin-0.1.7.tar.gz > ==> Trying file//files/gamin-0.1.7.tar.gz > make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 > ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- > 2.14.2/gamin-0.1.7.tar.gz > ==> Grabbing download/python-path-fixes.diff > ==> Trying file//files/python-path-fixes.diff > [fetch] complete for gamin. > ==> Running checksum on gamin-0.1.7.tar.gz > 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz > file gamin-0.1.7.tar.gz passes checksum test! > ==> Running checksum on python-path-fixes.diff > 19ff10882346340ed12244d3cc5ab96d download/python- path-fixes.diff > file python-path-fixes.diff passes checksum test! > [checksum] complete for gamin. > install -d work/main.d > ==> Extracting download/gamin-0.1.7.tar.gz > [extract] complete for gamin. > ==> Applying patch download/python-path-fixes.diff > patching file configure.in > [patch] complete for gamin. > [fixup] complete for gamin. > acinclude.m4:4: warning: underquoted definition of > AC_STRUCT_ST_MTIM_NSEC > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending% > 20aclocal > /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of > AM_PATH_GTK > /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of > AM_PATH_GLIB > ==> Running configure in work/main.d/gamin-0.1.7 > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking for > gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc accepts -g... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... > gcc3 > checking for a sed that does not truncate > output... /nfs/skglnx/home/skg/Packages/bin/sed > checking for egrep... grep -E > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h.. . yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking whether we are using the GNU C++ compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ accepts -g... yes > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... > gcc3 > checking how to run the C++ > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ -E > checking for g77... g77 > checking whether we are using the GNU Fortran 77 compiler... yes > checking whether g77 accepts -g... yes > checking the maximum length of command line arguments... 32768 > checking command to parse /usr/bin/nm -B output > from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static > flag works... yes > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > supports -fno-rtti -fno-exceptions... no > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to produce PIC... -fPIC > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC > flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g > ++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > option to produce PIC... -fPIC > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g > ++ PIC flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > appending configuration tag "F77" to libtool > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > checking for g77 option to produce PIC... -fPIC > checking if g77 PIC flag -fPIC works... yes > checking if g77 supports -c -o file.o... yes > checking whether the g77 linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking for library containing strerror... none required > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for ANSI C header files... (cached) yes > checking for a BSD-compatible install... /usr/bin/install -c > checking whether make sets $(MAKE)... (cached) yes > checking gtk-doc version >= 1.0... yes > checking for usleep... yes > checking for setsid... yes > checking for setenv... yes > checking for putenv... yes > checking for getlogin_r... yes > checking for nanoseconds field of struct stat.st_mtim... tv_nsec > ./configure: line 21414: syntax error near unexpected token `DAEMON,' > ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' > make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 > =================================== > > If you look at the beginning of the output, there's a warning message > from aclocal. Apparently, its trying to pick glib/gtk > from /usr/local/share path. But my gnome is not installed there. > > Can i safely ignore the warning message. ? > > and then there's a syntax error in configure script, again talking > about glib. > what am i doing wrong? > > Surya > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Tue Jun 6 16:33:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 999E13B0B52 for ; Tue, 6 Jun 2006 16:33:17 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20061-07 for ; Tue, 6 Jun 2006 16:33:16 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 0C2A13B0AE1 for ; Tue, 6 Jun 2006 16:33:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56KXDE9064909; Tue, 6 Jun 2006 14:33:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4484962B.1050907@turix.com.ar> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:33:12 +0200 Message-Id: <1149625992.8337.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:33:17 -0000 > > guenther wrote: [...] > >> That's an sf.net issue we can do nothing about, unfortunately. The > >> download.sf.net server we use is supposed to pick a working mirror... On Mon, 2006-06-05 at 17:38 -0300, Gonzalo Odiard wrote: > I have the same problem with sourceforge and not is a new problem. Exactly. :) Simply trying again (aka "insisting" ;) already solves the sf.net download issue in almost all cases. The "broken HTML" issue being the notable exception. But I only rarely saw that one myself... Since most of the tarballs we still need to fetch from sf.net tend to not be updated often, a GARCHIVEDIR helps preventing these issues even for new G(AR)NOME releases. Also, I'd like to take this opportunity to introduce a pretty handy 'make' option: -C Without the need to cd to a dir and back again later, just use a command like this to (in this example) insist on downloading the latest gaim release: $ make -C fifth-toe/gaim/ fetch Have fun... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 16:39:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2EA9D3B09D4 for ; Tue, 6 Jun 2006 16:39:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20599-08 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 127CD3B02A9 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56Kd5mL065246; Tue, 6 Jun 2006 14:39:06 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149556077.29331.68.camel@localhost.localdomain> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <1149556077.29331.68.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:39:04 +0200 Message-Id: <1149626345.8337.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:39:09 -0000 On Tue, 2006-06-06 at 11:07 +1000, Paul Drain wrote: > FWIW, this has been a problem ever since Sourceforge moved to the > mirroring system script they use now -- everything's fine if all the > mirrors sync up, but sometimes your .tar.gz will consist of a broken > webpage when the redirection fails. > > It was one of the main reasons I used to host a bunch of files directly > on the cipherfunk FTP site -- so people looking for things like docbook > would no longer be 'trapped in the system' as it were. Yeah, unfortunately we can not do this with our w.g.o accounts. Well, we could, but we really shouldn't. ;) FWIW, besides using other mirrors wherever we can, we are currently pondering some fallback ideas for such and similar cases... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 17:26:38 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0A2B23B00BC for ; Tue, 6 Jun 2006 17:26:38 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23080-02 for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 575653B007E for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56LQXLm068078; Tue, 6 Jun 2006 15:26:34 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 23:26:32 +0200 Message-Id: <1149629192.8337.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 21:26:38 -0000 On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) Thanks, great to hear. :) > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. You easily can disable packages, that you don't want. As Joseph already mentioned, renaming the dir (like epiphany) with a leading dot will do. This is the way to easily get it back in case something else depends on it. (Yes, if there are no lurking deps, you can remove those garballs just as well.) Both Epiphany and Evolution are pretty safe to remove. Note though, that out of the box there are two deps on Epiphany: epiphany-extensions and gwget, both in geektoys. Not an issue if you don't want neither of them. ;) In the Evolution case, there are some other circumstances, too. Mail-notification is the only app that depends on Evo itself, due to the usual use case for MN. Anyway, that could easily be changed if you want MN without the Evo integration. If you do not build Evo, you can safely drop the following garballs too, since they are used by Evo only (all in the desktop/ meta-garball): gtkhtml, libsoup, evolution-webcal, evolution-exchange. However, you can *not* simply opt out of evolution-data-server (see below). Regarding the "minimal" option: I'm sorry, but we won't do that. The most obvious reason: GARNOME is a build utility for the GNOME Desktop -- and Evolution and Epiphany are officially part of GNOME. Another reason is: What to include in the minimal option? Some don't like Epiphany, some don't want Evolution, some don't need Ekiga, dasher, etc... > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) One of the external deps we can not provide. You should install it system wide, if possible. Or edit the evolution-data-server/Makefile and get rid of the --with-openldap option in the CONFIGURE_ARGS. > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. *evolution*-data-server :) Unlike Evolution itself, there are a few apps in the official Desktop stack and extra packages that depend on evolution-data-server. e-d-s has been split up from Evo for that very reason, providing a common backend used across multiple apps sharing the same user data. In the case of gnome-panel, the clock applet actually features integrated Calendar and Tasks and depends on e-d-s for that. Apart from gnome-panel, there is a contact-lookup-applet part of GNOME, that queries your Address Books. Ekiga and Gaim (can) use these Address Books as well. Since our aim is to provide the GNOME Desktop, we sure want this integration to be built out of the box, without any manual tweaking by the user. Thus the LIBDEPS for apps, that optionally support features using other parts of the Desktop. For them to be built, we need to make sure the dependencies are built already. > deskbar-applet (needs liboil) Provided by GARNOME in bootstrap/ for those systems, that don't ship with the required version, since it is a pretty recent one. $ make -C bootstrap/liboil install Also, I believe this is control-center rather than deskbar-applet. ;) And no, please do not ask me what the control-center needs a highly optimized lib for... > Cant recall the lib :/ (needs PyRex) Yes. One of the external deps we can not provide. You should install it system wide, if possible. Hope this explains why. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 18:43:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CA5AE3B00E6 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26787-04 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from priv-edmwes33.telusplanet.net (defout.telus.net [204.209.205.55]) by menubar.gnome.org (Postfix) with ESMTP id 8E2A23B0124 for ; Tue, 6 Jun 2006 18:43:19 -0400 (EDT) Received: from priv-edmwaa06.telusplanet.net ([205.206.110.253]) by priv-edmwes33.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060606224318.TOWX21883.priv-edmwes33.telusplanet.net@priv-edmwaa06.telusplanet.net> for ; Tue, 6 Jun 2006 16:43:18 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edmwaa06.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id E35BV4DGV2 for ; Tue, 6 Jun 2006 16:43:17 -0600 (MDT) Date: Tue, 6 Jun 2006 16:43:07 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.445 tagged_above=-999 required=2 tests=[AWL=-1.797, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.445 X-Spam-Level: Subject: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:43:21 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpIaQ0KVGhl IGJ1aWxkIGlzIGZhaWxpbmcgYmVjYXVzZSBpdCBjYW4ndCBmaW5kIHRoZSB2ZXJzaW9uIHJlcXVl c3RlZC4gVGhlDQpyZWFzb24gZm9yIHRoYXQgaXMgYmVjYXVzZSBuZXcgdmVyc2lvbnMgaGF2ZSBi ZWVuIHJlbGVhc2VkOg0KDQpla2lnYS0yLjAuMi50YXIuZ3oNCm9wYWwtMi4yLjIudGFyLmd6DQpw d2xpYi0xLjEwLjEudGFyLmd6DQoNCkkgdGhpbmsgcHdsaWIgaXMgdGhlIHNhbWUgdmVyc2lvbiBi dXQgYm90aCBvcGFsIGFuZCBla2lnYSBhcmUgbmV3ZXIuDQoNCkkndmUgZCdsb2FkZWQgdGhlIHNv dXJjZXMgYXMgd2VsbCBhcyBycG1zIGZvciBteSBkaXN0cm8gKEZDNSkuIElmIEkgaW5zdGFsbA0K dGhlIHJwbXMgaXQncyBub3QgcmVhbGx5IGdvaW5nIHRvIGRvIG11Y2ggZm9yIGdhcm5vbWUgaXMg aXQ/IElmIG5vdCwgd2hhdA0KZmlsZXMgZG8gSSBuZWVkIHRvIG1vZGlmeSB0byBsb29rIGZvciB0 aGUgbmV3ZXIgZmlsZXMgYWxyZWFkeSBkb3dubG9hZGVkPw0KDQpUaGFua3MhDQpNeWxlcw0KLSAt LSANCk5vIGdyb3VwIG9mIHByb2Zlc3Npb25hbHMgbWVldHMgZXhjZXB0IHRvIGNvbnNwaXJlIGFn YWluc3QgdGhlIHB1YmxpYyBhdA0KbGFyZ2UuIC0tIE1hcmsgVHdhaW4NCi0tLS0tQkVHSU4gUEdQ IFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4 REJRRkVoZ1VCZjhFMStPL0pxNVlSQXR3N0FKOWp6RFhtOGFOMkNEb252blRNN25OMlR4TXNhd0Nl THhMWQ0KOUpMYW02TDgwVWliR0d5eHJYZnpEbDQ9DQo9NHpTeQ0KLS0tLS1FTkQgUEdQIFNJR05B VFVSRS0tLS0tDQo= From guenther@rudersport.de Tue Jun 6 18:52:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E65F13B0327; Tue, 6 Jun 2006 18:52:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27370-08; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 80BCF3B02AB; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56MpvdM073205; Tue, 6 Jun 2006 16:51:58 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: References: Content-Type: text/plain Date: Wed, 07 Jun 2006 00:51:56 +0200 Message-Id: <1149634316.10273.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Cc: gnome-list@gnome.org Subject: Re: [FYI] build interactively X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:52:01 -0000 [ Please do not cross-post, unless you really have to. ] > garnome-2.14.0 composed of 267 packages, > and there are complicate dependencies between different libs. Yes, apart from the official GNOME Desktop and Developer Platform, GARNOME ships with "a host of third-party GNOME packages, Bindings and the Mono(tm) Platform", as mentioned in the release announcements. :) Anyway, please note: The additional packages are optional. When using GARNOME, you are free to build or not build them. > usually not all of them are wanted, > in case garnome is to be built from scratch, > here is the order to take to avoid depency problem. Thanks for your work, I guess. Though you really do not need to care about those deps, since resolving the deps is an important part about GARNOME. It takes care of them for you. > information extracted from garname Makefile's `LIBDEPS=' directive. Exactly that's where the deps are defined. > there seem to be recursive dependencies defined in `LIBDEPS+=' > directive, dependency introduced by these directives are not listed > here. No. That's not recursion. The "LIBDEPS +=" apply some deps by build magic, gathering from your environment if a particular dep needs to be built or is satisfied already. > also some other libs required but not included in garnome, like > libexif etc. you want to build them as needed. Yup. Unfortunately we can not ship with every dependency. Those deps are detailed in the README and should be provided by your distro. > here is the list, the whole build process divided into 19 round, libs > in round 2 depend on libs in round 1, round 3 depend on 2, maybe also > depend on 1, and so on. [ list snipped ] Note that this includes *everything*, even matchbox, which typically is not built. Actually, rather than "19 rounds", this all boils down to *one* single command when using GARNOME: $ make install ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 19:49:32 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4FA333B012A for ; Tue, 6 Jun 2006 19:49:32 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30347-06 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B7F043B0344 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56NnP2T076758; Tue, 6 Jun 2006 17:49:26 -0600 (MDT) From: guenther To: Myles Green In-Reply-To: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 01:49:23 +0200 Message-Id: <1149637764.10273.36.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 23:49:32 -0000 On Tue, 2006-06-06 at 16:43 -0600, Myles Green wrote: > The build is failing because it can't find the version requested. The > reason for that is because new versions have been released: > > ekiga-2.0.2.tar.gz > opal-2.2.2.tar.gz > pwlib-1.10.1.tar.gz Crap. :-( Looks like you are totally right, dude. Rather that *adding* a new release, it seems the old opal and pwlib source tarballs actually have been removed. What an unfriendly and stupid way... (Only ekiga itself still is available, since it is hosted on f.g.o, but the releases hosted on ekiga.org have vanished.) > I think pwlib is the same version but both opal and ekiga are newer. > > I've d'loaded the sources as well as rpms for my distro (FC5). If I install > the rpms it's not really going to do much for garnome is it? If not, what > files do I need to modify to look for the newer files already downloaded? I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your download and build pleasure. You can find them here: http://gnome.org/~kbrae/garnome/ You now have quite a few options how to proceed. * Manually download opal and pwlib and stick them in the download/ dir in bootstrap/opal/ and bootstrap/pwlib respectively (or your GARCHIVEDIR, if you use it). * Adjust the MASTER_SITES line in the Makefile for bootstrap/opal/ and bootstrap/pwlib/ to simply point to the URL mentioned above. * Bump the versions of opal, pwlib and probably ekiga (including correcting the checksums). This unfortunately would mean, that you also need to adjust the MASTER_SITES for ekiga -- since 2.0.2 hasn't been uploaded to f.g.o yet. You can find the relevant changes Joseph did just today in viewcvs: http://cvs.gnome.org/viewcvs/garnome/ HTH ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 23:20:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 36E613B025E for ; Tue, 6 Jun 2006 23:20:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07838-08 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnes09.telusplanet.net (outbound02.telus.net [199.185.220.221]) by menubar.gnome.org (Postfix) with ESMTP id 609E93B0119 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes09.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607032049.KBGV28773.priv-edtnes09.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Tue, 6 Jun 2006 21:20:49 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id A7XGCPJFHR for ; Tue, 6 Jun 2006 21:20:48 -0600 (MDT) Date: Tue, 6 Jun 2006 21:20:43 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149637764.10273.36.camel@monkey.loc> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.174 tagged_above=-999 required=2 tests=[AWL=-1.526, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.174 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 03:20:53 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDAxOjQ5OjIzICswMjAwDQpndWVudGhlciA8Z3VlbnRoZXJAcnVkZXJzcG9y dC5kZT4gd3JvdGU6DQoNCj4gIFlvdSBjYW4gZmluZCB0aGUgcmVsZXZhbnQgY2hhbmdlcyBKb3Nl cGggZGlkIGp1c3QgdG9kYXkgaW4gdmlld2N2czoNCj4gICBodHRwOi8vY3ZzLmdub21lLm9yZy92 aWV3Y3ZzL2dhcm5vbWUvDQoNCk9vb3BzLCBsb29rcyBsaWtlIG15IGxhc3QgcmVwbHkgd2FzIHNl bnQgb25seSB0byBHdWVudGhlciwgc29ycnkgYWJvdXQNCnRoYXQuIEkgc2VlIEpvc2VwaCBmaXhl ZCB0aGluZ3MgdXAgaW4gQ1ZTLCBhcmUgdGhlcmUgaW5zdHJ1Y3Rpb25zIHNvbWV3aGVyZQ0Kb24g aG93IHRvIGdldC91c2UgdGhlIGN2cyB2ZXJzaW9uPyANCg0KVGhhbmtzLCBNeWxlcw0KLSAtLSAN CkhlIHdobyBmZWFycyB0aGUgdW5rbm93biBtYXkgb25lIGRheSBmbGVlIGZyb20gaGlzIG93biBi YWNrc2lkZS4NCgkJLS0gU2luYmFkDQotLS0tLUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0tLQ0KVmVy c2lvbjogR251UEcgdjEuNC4zIChHTlUvTGludXgpDQoNCmlEOERCUUZFaGtZTWY4RTErTy9KcTVZ UkFucmRBS0MvbHE5MWtmL1EydFNJS2dRRjJESERpN1p6cndDYUFwMXcNCnVPOG90QzIrN3plTjEw QWF5VHg5M1lZPQ0KPXFneXINCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From joseph_sacco@comcast.net Wed Jun 7 08:18:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C1EA13B0CB4 for ; Wed, 7 Jun 2006 08:18:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10686-03 for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id 2D6303B08CC for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060607121808m1100l743re>; Wed, 7 Jun 2006 12:18:08 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 08:18:07 -0400 Message-Id: <1149682687.25628.47.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.645 tagged_above=-999 required=2 tests=[AWL=-1.336, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.645 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 12:18:11 -0000 Short term solution -------------------- * Examine the GAR Makefile in CVS and make the appropriate changes to your local makefiles * For each app: run 'make makesum' , which will fetch the tarball and update the checksum you are good to go Longer term solution -------------------- Pull down a copy of GARNOME CVS http://www.gnome.org/projects/garnome/devel.html Once you have done this, you can easily update by running cvs update -dP -Joseph ======================================================================== On Tue, 2006-06-06 at 21:20 -0600, Myles Green wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wed, 07 Jun 2006 01:49:23 +0200 > guenther wrote: > > > You can find the relevant changes Joseph did just today in viewcvs: > > http://cvs.gnome.org/viewcvs/garnome/ > > Ooops, looks like my last reply was sent only to Guenther, sorry about > that. I see Joseph fixed things up in CVS, are there instructions somewhere > on how to get/use the cvs version? > > Thanks, Myles > - -- > He who fears the unknown may one day flee from his own backside. > -- Sinbad > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (GNU/Linux) > > iD8DBQFEhkYMf8E1+O/Jq5YRAnrdAKC/lq91kf/Q2tSIKgQF2DHDi7ZzrwCaAp1w > uO8otC2+7zeN10AayTx93YY= > =qgyr > -----END PGP SIGNATURE----- -- joseph_sacco [at] comcast [dot] net From rmg57@telus.net Wed Jun 7 09:48:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 6FCC63B0407 for ; Wed, 7 Jun 2006 09:48:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17730-03 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 2A7283B02C0 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607134808.BYYK19483.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Wed, 7 Jun 2006 07:48:08 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id 62NT9SHCXJ for ; Wed, 7 Jun 2006 07:48:02 -0600 (MDT) Date: Wed, 7 Jun 2006 07:47:45 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060607074745.27b55c9e@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.014 tagged_above=-999 required=2 tests=[AWL=-1.366, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.014 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 13:48:13 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDA4OjE4OjA3IC0wNDAwDQoiSm9zZXBoIEUuIFNhY2NvLCBQaC5ELiIgPGpv c2VwaF9zYWNjb0Bjb21jYXN0Lm5ldD4gd3JvdGU6DQoNCj4gU2hvcnQgdGVybSBzb2x1dGlvbg0K PiAtLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPiAqIEV4YW1pbmUgdGhlIEdBUiBNYWtlZmlsZSBpbiBD VlMgYW5kIG1ha2UgdGhlIGFwcHJvcHJpYXRlIGNoYW5nZXMgdG8NCj4geW91ciBsb2NhbCBtYWtl ZmlsZXMNCj4gKiBGb3IgZWFjaCBhcHA6DQo+IHJ1biAnbWFrZSBtYWtlc3VtJyAsIHdoaWNoIHdp bGwgZmV0Y2ggdGhlIHRhcmJhbGwgYW5kIHVwZGF0ZSB0aGUNCj4gY2hlY2tzdW0NCj4gDQo+IHlv dSBhcmUgZ29vZCB0byBnbw0KPiANCj4gDQo+IExvbmdlciB0ZXJtIHNvbHV0aW9uDQo+IC0tLS0t LS0tLS0tLS0tLS0tLS0tDQo+IFB1bGwgZG93biBhIGNvcHkgb2YgR0FSTk9NRSBDVlMNCj4gDQo+ ICAgICAgICAgaHR0cDovL3d3dy5nbm9tZS5vcmcvcHJvamVjdHMvZ2Fybm9tZS9kZXZlbC5odG1s DQo+IA0KPiBPbmNlIHlvdSBoYXZlIGRvbmUgdGhpcywgeW91IGNhbiBlYXNpbHkgdXBkYXRlIGJ5 IHJ1bm5pbmcNCj4gDQo+ICAgICAgICAgY3ZzIHVwZGF0ZSAtZFANCg0KTXVjaCBhcHByZWNpYXRl ZCwgdGhhbmtzIQ0KDQpNeWxlcw0KLSAtLSANCkNvbmZlc3MgeW91ciBzaW5zIHRvIHRoZSBMb3Jk IGFuZCB5b3Ugd2lsbCBiZSBmb3JnaXZlbjsNCmNvbmZlc3MgdGhlbSB0byBtYW4gYW5kIHlvdSB3 aWxsIGJlIGxhdWdoZWQgYXQuDQoJCS0tIEpvc2ggQmlsbGluZ3MNCi0tLS0tQkVHSU4gUEdQIFNJ R05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4REJR RkVodGtHZjhFMStPL0pxNVlSQXM2TkFLQ1Fqb1BLWlJQakNxWXhFUHQ5V2U2L29KdXZvQUNnbjNJ Vg0KMVpWc3R4TW9hNVlTZEJKT3IvUFIwNjg9DQo9cTdwUw0KLS0tLS1FTkQgUEdQIFNJR05BVFVS RS0tLS0tDQo= From guenther@rudersport.de Wed Jun 7 17:15:39 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 38E213B0310 for ; Wed, 7 Jun 2006 17:15:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15300-02 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id AF07D3B0135 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LFYww070287; Wed, 7 Jun 2006 15:15:35 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:15:33 +0200 Message-Id: <1149714933.8383.60.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: Myles Green Subject: ekiga, opal, pwlib (was: Re: Building opal fails - garnome-2.15.2.2) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:15:39 -0000 Note: If you found this post cause you are having download issues for ekiga, opal or pwlib, see the following links. The first one is the original post, the latter is the solution for this issue: http://mail.gnome.org/archives/garnome-list/2006-June/msg00023.html http://mail.gnome.org/archives/garnome-list/2006-June/msg00025.html Right, you replied to me only, Myles. ;) On Tue, 2006-06-06 at 21:03 -0600, Myles Green wrote: > > I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your > > download and build pleasure. You can find them here: > > > > http://gnome.org/~kbrae/garnome/ > > > > > > You now have quite a few options how to proceed. > > Thanks Guenther, I've chosen the first option as it sounds like the easiest > with less work :-D > > I don't understand why the ekiga people chose completely replace the old > versions either; doesn't make any sense. At any rate I just wanted to give > you guys a heads up on the problem and inform you of my findings. > > Thanks again! I'm off to re-start that build now. Sure, and we really appreciate the heads-up. :) Some follow up notes on this issue: The ekiga folks actually did not remove the old releases. They just happen to use a pretty bad way to grab source tarballs, which seems to not be discussed on the web site. Turns out all old releases still are available, if you use some special (not browsable) link, with the ekiga version in it. Exactly that corresponding ekiga version the particular opal and pwlib version has been released for... This is fixed in CVS (both gnome-2-14 branch and HEAD) already to point to the correct places which are not going to change. Also, I am currently working with the ekiga team and and the GNOME release team to host opal and pwlib on f.g.o, too. Once this is done, there will no special treatment be required any longer and this issue will be fixed for good. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Wed Jun 7 17:20:10 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 065893B0DC4 for ; Wed, 7 Jun 2006 17:20:10 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15559-06 for ; Wed, 7 Jun 2006 17:20:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id E0FAE3B0C49 for ; Wed, 7 Jun 2006 17:20:03 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LK1FS070551; Wed, 7 Jun 2006 15:20:02 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:20:00 +0200 Message-Id: <1149715200.8383.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:20:10 -0000 > Longer term solution > -------------------- > Pull down a copy of GARNOME CVS > > http://www.gnome.org/projects/garnome/devel.html > > Once you have done this, you can easily update by running > > cvs update -dP Though of course you still will have to 'make clean' and 'make install' the garballs that have been updated. ;) FWIW, redirecting cvs update output to a file and using a tiny bit of shell magic on the results to automate re-building updated tarballs only makes this pretty easy... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From suryakiran.gullapalli@gmail.com Thu Jun 8 01:11:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0FE043B0529 for ; Thu, 8 Jun 2006 01:11:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07930-07 for ; Thu, 8 Jun 2006 01:11:50 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by menubar.gnome.org (Postfix) with ESMTP id EC2423B04D0 for ; Thu, 8 Jun 2006 01:11:49 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so388514nzo for ; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ePvfSqYVxKt73WxOHRrzhDm3s2MU1aW4xLOqFTFiBANo/2qX2uPvM8SUhRAQun8IJWj23vxQaBrpfeOAG91Ess1Ct2o6T/92/WXokY43iuaOk1GCeIKRD15LV/SA2fKl+0N0odHvAFystMdifbh+axRz23PRhOAnBB4oWl2LxOY= Received: by 10.36.120.20 with SMTP id s20mr1821652nzc; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 22:11:49 -0700 (PDT) Message-ID: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> Date: Thu, 8 Jun 2006 10:41:49 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6299_12664175.1149743509204" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.939 tagged_above=-999 required=2 tests=[AWL=-0.135, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -1.939 X-Spam-Level: Subject: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 05:11:51 -0000 ------=_Part_6299_12664175.1149743509204 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm building garnome 2.14.2 and the build fails in building libgda. The error it shows is ====================== /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs' make[7]: *** [gda-xbase-database.lo] Error 1 make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' ====================== I've faced this problem in garnome 2.14.1 also. Surya ------=_Part_6299_12664175.1149743509204 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya
------=_Part_6299_12664175.1149743509204-- From bugzilla@gnome.org Thu Jun 8 02:54:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EBF7F3B0571 for ; Thu, 8 Jun 2006 02:54:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13079-01 for ; Thu, 8 Jun 2006 02:54:28 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id D8B513B0579 for ; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 7CA576CC0C8; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: GARNOME X-Bugzilla-Severity: blocker Content-Disposition: inline X-Bugzilla-Reason: QAcontact X-Bugzilla-Component: general X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.14.x Content-Transfer-Encoding: 8bit From: "GARNOME (bugzilla.gnome.org)" Message-Id: <20060608065427.7CA576CC0C8@window.gnome.org> Date: Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.34 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.018, BAYES_00=-2.599, TW_BG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.34 X-Spam-Level: Subject: [Bug 342220] libgda fails during compilation X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:54:31 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=342220 GARNOME | general | Ver: 2.14.x ------- Comment #1 from Surya Kiran 2006-06-08 06:54 UTC ------- The Same build problem occurs with garnome 2.14.2 also. This time I'm using gcc-4.1.1. I'm unable to proceed further. Could somebody please let me know what am i doing wrong ? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. From suryakiran.gullapalli@gmail.com Thu Jun 8 02:56:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DA8F13B0582 for ; Thu, 8 Jun 2006 02:56:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13062-08 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by menubar.gnome.org (Postfix) with ESMTP id 8BD5F3B0579 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 13so354520nzn for ; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ft/69kBOKHONlaz75vCUJXhZKw7Hdj4JNiCMmeAfjl8+5F9wiJkIIQU0kc+cGTmkJWxlbsAsZWFFewiqK8Khm2zZFQDlEHZZFB23KrcSsw8lr0Z9uWzrUha7klxoLnaXT+QLP4jPNqxHEqdgsGkkzYCmvKs47jqgXC7zu61ryqU= Received: by 10.37.22.49 with SMTP id z49mr1917640nzi; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 23:56:29 -0700 (PDT) Message-ID: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Date: Thu, 8 Jun 2006 12:26:29 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6863_20937453.1149749789722" References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.141 tagged_above=-999 required=2 tests=[AWL=0.084, BAYES_00=-2.599, HTML_30_40=0.374, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -2.141 X-Spam-Level: Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:56:34 -0000 ------=_Part_6863_20937453.1149749789722 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220. Surya On 6/8/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm building garnome 2.14.2 and the build fails in building libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on > member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 > /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > Surya > ------=_Part_6863_20937453.1149749789722 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220.
Surya

On 6/8/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya

------=_Part_6863_20937453.1149749789722-- From joseph_sacco@comcast.net Thu Jun 8 11:14:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4B8D13B0093 for ; Thu, 8 Jun 2006 11:14:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14613-10 for ; Thu, 8 Jun 2006 11:14:42 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id D97A03B09F4 for ; Thu, 8 Jun 2006 11:14:39 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060608151438m1500lag1ne>; Thu, 8 Jun 2006 15:14:38 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Content-Type: text/plain Date: Thu, 08 Jun 2006 11:14:37 -0400 Message-Id: <1149779677.22010.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.254 tagged_above=-999 required=2 tests=[AWL=0.268, BAYES_00=-2.599, TW_BG=0.077] X-Spam-Score: -2.254 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 15:14:46 -0000 Surya, The error indicates that there is an issue with the include files, /usr/include/xbase, which is a distro issue. That being said, what can be done??? (1) check if your distro has any updates for xbase if so, update and try a clean build of libgda. (2) build libgda without xbase support edit the GAR Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-xbase -Joseph =========================================================================== On Thu, 2006-06-08 at 12:26 +0530, Surya Kiran Gullapalli wrote: > I've already entered this bug in bugzilla in garnome module. The Bug > number is 342220. > Surya > > On 6/8/06, Surya Kiran Gullapalli > wrote: > Hi, > I'm building garnome 2.14.2 and the build fails in building > libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification > 'xbNtx::' on member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory > `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > > Surya > > -- joseph_sacco [at] comcast [dot] net From zhangchanglin@yahoo.com Fri Jun 9 03:19:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 3AC8E3B0362 for ; Fri, 9 Jun 2006 03:19:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03463-03 for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: from web55006.mail.re4.yahoo.com (web55006.mail.re4.yahoo.com [206.190.58.140]) by menubar.gnome.org (Postfix) with SMTP id 2F6D63B009A for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: (qmail 23367 invoked by uid 60001); 9 Jun 2006 07:19:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2jGO1TeaI/DrPdNOGPZDf//tWBlfxlzYm8w+i56ZWGzlUvRLnMqDJiziB4QkvWDOXjgtr2JmUnjhOqow3qYcVkzcMnMvxbZebEKroaD62bvbyg7j5R1R4gwOPOA9nOAcOJBfTISN9KJbXPcqBEUHobRfOREvivlOxSpjNPcdxbI= ; Message-ID: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Received: from [194.237.142.11] by web55006.mail.re4.yahoo.com via HTTP; Fri, 09 Jun 2006 00:19:39 PDT Date: Fri, 9 Jun 2006 00:19:39 -0700 (PDT) From: zhang changlin To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.034 tagged_above=-999 required=2 tests=[AWL=-1.986, BAYES_40=-0.185, DNS_FROM_RFC_ABUSE=0.2, DNS_FROM_RFC_WHOIS=1.447, RCVD_IN_BL_SPAMCOP_NET=1.558] X-Spam-Score: 1.034 X-Spam-Level: * Subject: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:19:41 -0000 Hi, I'm a user of Solaris 5.8, I'm not a root. I tried to install GNOME 2.14 by using GARNOME. >cd desktop >make paranoid-install ... [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. /bin/sh: test: argument expected make[1]: *** [fixuplibtool] Error 1 ... I googled the problem, it looks like the /bin/sh of Solaris is not bash, but the scripts of GARNOME assumes it is. I found no answer to this problem in Google. Can anyone help? Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From suryakiran.gullapalli@gmail.com Fri Jun 9 03:37:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 283E73B009A for ; Fri, 9 Jun 2006 03:37:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04197-01 for ; Fri, 9 Jun 2006 03:37:11 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by menubar.gnome.org (Postfix) with ESMTP id 14D283B00C3 for ; Fri, 9 Jun 2006 03:37:10 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so703160nzo for ; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lovM6wFmNNCgXUiucyXNhOcio+26q3hf6k0IxIecV3bEom3Z4sJvsBCplASf8QsH9TlRNllEV5HqDwxMvDfGg+UJBaC8DO9L3K6w0tLlMiwFLdV6sknpMafZ/oy8quyZFEdTJfS5uZndZSaJBaHOXBdwVU9Sm1dQA+NcaVLgOP4= Received: by 10.36.77.20 with SMTP id z20mr3599049nza; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:37:10 -0700 (PDT) Message-ID: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> Date: Fri, 9 Jun 2006 13:07:10 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6567_8517774.1149838630370" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.56 tagged_above=-999 required=2 tests=[AWL=-0.487, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.56 X-Spam-Level: Subject: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:37:13 -0000 ------=_Part_6567_8517774.1149838630370 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension. I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then. I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error. What is the fix for this. Thanks, Surya ------=_Part_6567_8517774.1149838630370 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya
------=_Part_6567_8517774.1149838630370-- From suryakiran.gullapalli@gmail.com Fri Jun 9 03:52:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 400E03B00DF for ; Fri, 9 Jun 2006 03:52:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05075-09 for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by menubar.gnome.org (Postfix) with ESMTP id 997553B010A for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id z3so646538nzf for ; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XhOcTuHLnjC/r0O8R0P2v+aangi6BPSnIxbkJb+9xvxdG9Xs3Ra466hdLPK5V9QSWwdxnv481o+YmDLn04RxU8u6zb45U6VgRJ2x6g59Tp13lP/mrFZHNHbxaPtbm3Ts83rIXLnKt9XONjQOcqI6aNFMYbv/y5MhZ5ejn7iJ6SM= Received: by 10.36.126.17 with SMTP id y17mr3612077nzc; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:52:16 -0700 (PDT) Message-ID: <3462bcdb0606090052j1b1ac81cn47d8807a57b42783@mail.gmail.com> Date: Fri, 9 Jun 2006 13:22:16 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6675_30965181.1149839536760" References: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.961 tagged_above=-999 required=2 tests=[AWL=-0.033, BAYES_00=-2.599, HTML_40_50=0.496, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.961 X-Spam-Level: Subject: Re: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:52:29 -0000 ------=_Part_6675_30965181.1149839536760 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong. Sorry for the trouble. Surya On 6/9/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must > not build firefox with typeaheadfind extension. > > I've faced the same problem with gnome 2.14.0 then i was told to set > LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- > 1.5.0.1 then. > > I've done similar environment setup here. this time it is firefox-1.5.0.3. > Even then it was showing the same error. > > > What is the fix for this. > Thanks, > Surya > ------=_Part_6675_30965181.1149839536760 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong.
Sorry for the trouble.
Surya

On 6/9/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya

------=_Part_6675_30965181.1149839536760-- From Martin.Ward@tsubaki.co.uk Fri Jun 9 07:29:40 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id F16A13B0099 for ; Fri, 9 Jun 2006 07:29:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19192-04 for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by menubar.gnome.org (Postfix) with ESMTP id A52D33B006A for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from mailgate.tsubaki.co.uk ([195.173.213.3]) by anchor-post-30.mail.demon.net with esmtp (Exim 4.42) id 1FofBI-000Mlv-0V for garnome-list@gnome.org; Fri, 09 Jun 2006 11:29:36 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C68BB7.FC92D75C" Date: Fri, 9 Jun 2006 12:29:27 +0100 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 2.14.2.1 compile error - javadoc Thread-Index: AcaLt/eeQ8WLtT5tQVSPZNmWsIsXSg== From: "Martin Ward" To: X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.241 tagged_above=-999 required=2 tests=[AWL=-1.243, BAYES_50=0.001, HTML_MESSAGE=0.001] X-Spam-Score: -1.241 X-Spam-Level: Subject: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 11:29:40 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello friends, Can someone help please? Trying to build the new release of 2.142. I = get the following: =09 error: no acceptable javadoc generator found in $PATH Whilst checking environment pre-requisites for build of glib-java. Where can I find an "acceptable javadoc genersator" ?? Best Regards/ Cordialement / Mit freundlichen Gru=DFen,=20 Martin Ward Nottingham , UK ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 2.14.2.1 compile error - javadoc

Hello = friends,

Can someone help = please?   Trying to build the new release of 2.142. I get the = following:
       =20
error: no = acceptable javadoc generator found in $PATH

Whilst checking = environment  pre-requisites for build of glib-java.

Where can I find an = "acceptable javadoc genersator" ??


Best Regards/ = Cordialement / Mit freundlichen Gru=DFen,
Martin Ward

Nottingham , = UK

------_=_NextPart_001_01C68BB7.FC92D75C-- From joseph_sacco@comcast.net Fri Jun 9 10:00:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E719B3B0349 for ; Fri, 9 Jun 2006 10:00:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29116-07 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by menubar.gnome.org (Postfix) with ESMTP id A4A173B01D8 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060609140045m1500ladb5e>; Fri, 9 Jun 2006 14:00:45 +0000 From: "Joseph E. Sacco, Ph.D." To: Martin Ward In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Fri, 09 Jun 2006 10:00:44 -0400 Message-Id: <1149861644.7402.9.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.295 tagged_above=-999 required=2 tests=[AWL=0.304, BAYES_00=-2.599] X-Spam-Score: -2.295 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:00:50 -0000 Martin, 'configure' is complaining that it cannot find 'javadoc' within its search patch. 'javadoc' is part of the full java2 SDK http://java.sun.com/j2se/javadoc/ You may be missing a "devel" package containing javadoc that can be downloaded from your distro. Check your distro. Looking at the configure file, I see that glib-java can be built without javadoc. To do this: * Edit the GARNOME Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-javadocs * make clean * make -Joseph ======================================================================= On Fri, 2006-06-09 at 12:29 +0100, Martin Ward wrote: > Hello friends, > > Can someone help please? Trying to build the new release of 2.142. I > get the following: > > error: no acceptable javadoc generator found in $PATH > > Whilst checking environment pre-requisites for build of glib-java. > > Where can I find an "acceptable javadoc genersator" ?? > > > Best Regards/ Cordialement / Mit freundlichen Grußen, > Martin Ward > > Nottingham , UK > -- joseph_sacco [at] comcast [dot] net From joseph_sacco@comcast.net Fri Jun 9 10:30:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 120C83B10DD for ; Fri, 9 Jun 2006 10:30:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31219-05 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by menubar.gnome.org (Postfix) with ESMTP id 3E26B3B0222 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc13) with SMTP id <200606091430260130076s30e>; Fri, 9 Jun 2006 14:30:27 +0000 From: "Joseph E. Sacco, Ph.D." To: zhang changlin In-Reply-To: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Content-Type: text/plain Date: Fri, 09 Jun 2006 10:30:26 -0400 Message-Id: <1149863426.7402.22.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.721 tagged_above=-999 required=2 tests=[AWL=-1.277, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.721 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:30:29 -0000 Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a free suite of Open Source GNU tools: http://www.sun.com/software/solaris/freeware/ I am guessing that there are updates for some of these packages. Search the web for sites that host SUN freeware. -Joseph ===================================================================== On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: > Hi, > > I'm a user of Solaris 5.8, I'm not a root. > I tried to install GNOME 2.14 by using GARNOME. > > >cd desktop > >make paranoid-install > ... > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > /bin/sh: test: argument expected > make[1]: *** [fixuplibtool] Error 1 > ... > > I googled the problem, it looks like the /bin/sh of > Solaris is not bash, but the scripts of GARNOME > assumes it is. I found no answer to this problem in > Google. > > Can anyone help? > > Thanks! > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Sat Jun 10 15:30:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 48B1F3B04F8 for ; Sat, 10 Jun 2006 15:30:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22881-05 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id 3AF403B0429 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9B1F421C11 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 8D5B421C00 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Date: Sat, 10 Jun 2006 12:30:35 -0700 From: Carson Gaspar To: garnome-list@gnome.org Message-ID: <1D8F307005C04BD4B34F62C3@[192.168.1.2]> In-Reply-To: <1149863426.7402.22.camel@plantain.jesacco.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> <1149863426.7402.22.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.464 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, FORGED_RCVD_HELO=0.135] X-Spam-Score: -2.464 X-Spam-Level: Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 19:30:43 -0000 > On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: >> ... >> >> I googled the problem, it looks like the /bin/sh of >> Solaris is not bash, but the scripts of GARNOME >> assumes it is. I found no answer to this problem in >> Google. --On Friday, June 09, 2006 10:30 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a > free suite of Open Source GNU tools: > > http://www.sun.com/software/solaris/freeware/ > > > I am guessing that there are updates for some of these packages. Search > the web for sites that host SUN freeware. No. The problem is that Garnome assumes that /bin/sh is a POSIX shell (or perhaps bash - I haven't tested with ksh/zsh/etc.). On Solaris, it is not. You can install as many copies of bash as you like, if you don't install them as /bin/sh, Garnome will break. The solution is to edit the broken Garnome files and replace /bin/sh with $SHELL or some such, and set $SHELL to be a POSIX shell. You'll also need to fix a lot of other things, unless much has changed since the last time I built Garnome on Solaris. -- Carson From ecarreras@gmail.com Mon Jun 12 04:22:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7DB3F3B000D for ; Mon, 12 Jun 2006 04:22:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25766-09 for ; Mon, 12 Jun 2006 04:22:00 -0400 (EDT) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by menubar.gnome.org (Postfix) with ESMTP id 0534E3B00D8 for ; Mon, 12 Jun 2006 04:21:59 -0400 (EDT) Received: by ug-out-1314.google.com with SMTP id o2so2215863uge for ; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ffxer6UVQr1D0vFam5KeAWPIijoOUw5QTu5balPF87qW11erP+kq7ecOcdsXlBiVHSfNW82aZe5bZYZvX/6OUl27hT2LAOtKpcpd7DppEwtuhKW7O6DfjoqLa757EemJLO1LMX8NyfoXR+6ysnYTls5hlMMyW35g4BX4E6eSqZM= Received: by 10.78.47.9 with SMTP id u9mr326979huu; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Received: by 10.78.13.17 with HTTP; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Message-ID: <8c654930606120121h1c4c5a5ch61732be5695dee5b@mail.gmail.com> Date: Mon, 12 Jun 2006 10:21:10 +0200 From: "Eduard Carreras i Nadal" To: garnome MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.739 tagged_above=-999 required=2 tests=[AWL=-0.697, BAYES_00=-2.599, RCVD_IN_BL_SPAMCOP_NET=1.558, SPF_PASS=-0.001] X-Spam-Score: -1.739 X-Spam-Level: Subject: system-tools-backends in Debian (Garnome-CVS) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 08:22:01 -0000 I've found this article[1], that helps compile Net::Dbus in Debian (the perl packege doesn't exist in Debian). [1] http://www.gnome.org/~csaavedr/news-2006-06.html#D06 -- Eduard Carreras i Nadal http://iesdecelra.xtec.net/eduard From schollsky@arcor.de Wed Jun 14 09:37:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 83BBB3B0505 for ; Wed, 14 Jun 2006 09:37:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28505-07 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 669053B0539 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 8CF3BE9BBC for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id 7809996D03 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 5290B174A72 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Message-ID: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:36:52 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Inotify revisited - IN_MOVE_SELF undeclared error... MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.135.97 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.393 tagged_above=-999 required=2 tests=[AWL=-1.168, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.393 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:37:19 -0000 Hi folks, sorry to bother you again with this one: The error mentioned above is a constant pain in the ass, not being able to use gamin with inotify support. I can no longer believe it's related to a broken kernel, as presumed by guenther and others. By now I've tried several 2.6.12.x Kernel Versions and now a type of 2.6.14.3 (Mandriva2006,i686). Gamin always get's into the same trouble. Perhaps anyone with Mandriva who made it? Or any other soft relying on inotify just to check? Best regards, Stefan From schollsky@arcor.de Wed Jun 14 09:48:34 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 81C0B3B0081 for ; Wed, 14 Jun 2006 09:48:34 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26553-02 for ; Wed, 14 Jun 2006 09:48:32 -0400 (EDT) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by menubar.gnome.org (Postfix) with ESMTP id C69C43B0133 for ; Wed, 14 Jun 2006 09:48:31 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id B897A174AF7 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id 984811EB4F1 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 62D4C141C71 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Message-ID: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:47:33 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: gdm not installing all files (garnome 2.14.2.1) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.133.216 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.591 tagged_above=-999 required=2 tests=[AWL=-0.888, BAYES_20=-0.74, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -0.591 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:48:34 -0000 This seems to be a minor one: gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. The new POST-INSTALL tells me to do the following: As root, create three soft links: ln -s $garnome/etc/pam.d/gdm /etc/pam.d ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d Appropriate gdm and gdm-autologin files can be copied manually from the work directory into the install tree, but I don't think it's meant this way. Best regards, Stefan From joseph_sacco@comcast.net Wed Jun 14 10:18:18 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8B2123B0505 for ; Wed, 14 Jun 2006 10:18:18 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26902-01 for ; Wed, 14 Jun 2006 10:18:17 -0400 (EDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by menubar.gnome.org (Postfix) with ESMTP id CBC833B049B for ; Wed, 14 Jun 2006 10:18:16 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc12) with SMTP id <20060614141707m12003vqhge>; Wed, 14 Jun 2006 14:17:07 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: schollsky@arcor.de In-Reply-To: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Content-Type: text/plain Date: Wed, 14 Jun 2006 10:16:54 -0400 Message-Id: <1150294614.4999.11.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 14:18:18 -0000 Stefan, A basic maxim of GARNOME is "do no harm". The GARNOME build process should only install files into the GARNOME install tree. The build process should never *automatically* install any file into a system directory. That being said, we are left to deal with post-install issues like PAM files. The issue with PAM is that it does not support a search path environment variable like python or pkg-config. Using soft links one way to solve the problem. -Joseph =========================================================================== On Wed, 2006-06-14 at 15:47 +0200, schollsky@arcor.de wrote: > This seems to be a minor one: > > gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. > > The new POST-INSTALL tells me to do the following: > > As root, create three soft links: > > ln -s $garnome/etc/pam.d/gdm /etc/pam.d > ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d > ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d > > Appropriate gdm and gdm-autologin files can be copied manually from the work directory > into the install tree, but I don't think it's meant this way. > > > Best regards, > > Stefan > -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Wed Jun 14 14:10:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id BCA983B0222 for ; Wed, 14 Jun 2006 14:10:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16215-03 for ; Wed, 14 Jun 2006 14:10:47 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id C78323B0177 for ; Wed, 14 Jun 2006 14:10:46 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9F41021C08 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 9101121B55 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Date: Wed, 14 Jun 2006 10:43:00 -0700 From: Carson Gaspar To: garnome-list@gnome.org Subject: Re: gdm not installing all files (garnome 2.14.2.1) Message-ID: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> In-Reply-To: <1150294614.4999.11.camel@plantain.jesacco.com> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.681 tagged_above=-999 required=2 tests=[AWL=-0.783, BAYES_05=-1.11, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -1.681 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 18:10:54 -0000 --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > A basic maxim of GARNOME is "do no harm". The GARNOME build process > should only install files into the GARNOME install tree. The build > process should never *automatically* install any file into a system > directory. That being said, we are left to deal with post-install > issues like PAM files. > > The issue with PAM is that it does not support a search path environment > variable like python or pkg-config. Using soft links one way to solve > the problem. You missed his point entirely. The pam files aren't being copied into $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that you like, they won't work... -- Carson From joseph_sacco@comcast.net Wed Jun 14 15:15:44 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 27CB13B01A7 for ; Wed, 14 Jun 2006 15:15:44 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13195-06 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by menubar.gnome.org (Postfix) with ESMTP id 388903B0147 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060614191502m1100c9s26e>; Wed, 14 Jun 2006 19:15:03 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> Content-Type: text/plain Date: Wed, 14 Jun 2006 15:15:01 -0400 Message-Id: <1150312501.3567.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:15:44 -0000 On my system, which is Fedora clone, all of the pam files for gdm are installed under $GARNOME/etc/pam.d. So the question is "What's going on with Stefan's system?". Here is what I see from the install log on my system. system=`uname`; \ if test -f /usr/include/security/pam_appl.h; then \ if test '!' -d /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; then \ /bin/sh ../mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ chmod 755 /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; then \ /usr/bin/install -c -m 644 gdm /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; then \ /usr/bin/install -c -m 644 gdm-autologin /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; \ fi; \ if test $system = SunOS; then \ echo "Please add PAM authentication for gdm and gdm-autologin in /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.conf!"; \ fi; \ fi ... /bin/sh ./mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d /usr/bin/install -c -m 644 ./gdmsetup-pam /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdmsetup -Joseph =================================================================================================== On Wed, 2006-06-14 at 10:43 -0700, Carson Gaspar wrote: > --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." > wrote: > > > A basic maxim of GARNOME is "do no harm". The GARNOME build process > > should only install files into the GARNOME install tree. The build > > process should never *automatically* install any file into a system > > directory. That being said, we are left to deal with post-install > > issues like PAM files. > > > > The issue with PAM is that it does not support a search path environment > > variable like python or pkg-config. Using soft links one way to solve > > the problem. > > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... > > -- > Carson -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Wed Jun 14 15:59:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A45F23B029B for ; Wed, 14 Jun 2006 15:59:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08455-04 for ; Wed, 14 Jun 2006 15:59:42 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 1088D3B0190 for ; Wed, 14 Jun 2006 15:59:41 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5EK22BF001716 for ; Wed, 14 Jun 2006 22:02:04 +0200 Message-ID: <44906B39.7030807@planet.nl> Date: Wed, 14 Jun 2006 22:02:01 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: garnome-list@gnome.org Subject: garnome-daily issues (startup References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> In-Reply-To: <4484962B.1050907@turix.com.ar> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.622 tagged_above=-999 required=2 tests=[AWL=-1.541, BAYES_20=-0.74, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_EG=0.077] X-Spam-Score: -0.622 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:59:43 -0000 Hi Guys, When starting up garnome 2.15.2 + (garnome-daily) I always get the issue that there are a zillion processes called gnome_segv2 startup and freeze my system after a while. In my own profile I have removed all .gnome* folders but when doing that the issue still persists. Did I forget something ? Thanks for your help, Stef From schollsky@arcor.de Wed Jun 14 17:05:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A15343B02E4 for ; Wed, 14 Jun 2006 17:05:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05357-04 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 9856A3B02A3 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-10-z2.arcor-so.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 963DC154B28 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-10-z2.arcor-so.net (Postfix) with ESMTP id 8BB0833A7D0 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 7A65D174751 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Message-ID: <15194193.1150319118491.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:05:18 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: gdm not installing all files (garnome 2.14.2.1) In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.433 tagged_above=-999 required=2 tests=[AWL=-0.006, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -1.433 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 21:05:49 -0000 Hi Carson, you wrote: > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... You're right, the files are not copied into the target location (here: /usr/local/garnome/etc/pam.d) in the first place. Maybe this is due to Mandriva? As this distro is a descendant of RedHat, nearly all settings can be applied here too. But in some cases... Best regards, Stefan From schollsky@arcor.de Thu Jun 15 03:00:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DBD3B3B00A0 for ; Thu, 15 Jun 2006 03:00:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17989-02 for ; Thu, 15 Jun 2006 02:59:59 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EEA033B03BD for ; Thu, 15 Jun 2006 02:59:58 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id D3FE81F88C4 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id C74371EB478 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id BC3662F6038 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Message-ID: <10509137.1150319465761.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:11:05 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Inotify revisited - IN_MOVE_SELF undeclared error... In-Reply-To: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.331 tagged_above=-999 required=2 tests=[AWL=-1.106, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.331 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:00:06 -0000 ...and the same goes to using a kernel version of 2.6.16.1. So...? (I always install sources accordingly after kernel-update.) Best regards, Stefan From guenther@rudersport.de Thu Jun 15 17:06:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1F0DB3B0237; Thu, 15 Jun 2006 17:06:31 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00750-05; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 427033B00D0; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009217.dialin.heagmedianet.de [213.157.9.217]) by rudersport.de (8.12.11.20060308) id k5FL5jDY040713; Thu, 15 Jun 2006 15:05:46 -0600 (MDT) Subject: [ANNOUNCE] GARNOME 2.15.3 From: guenther To: garnome-list@gnome.org Content-Type: text/plain Date: Thu, 15 Jun 2006 23:05:43 +0200 Message-Id: <1150405543.8323.15.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.053 tagged_above=-999 required=2 tests=[AWL=-0.451, BAYES_00=-2.599, SUBJ_ALL_CAPS=0.997] X-Spam-Score: -2.053 X-Spam-Level: Cc: gnome-announce-list@gnome.org, gnome-love@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 21:06:31 -0000 GARNOME 2.15.3 ============== The "It's quiet out there... Yes... Too quiet..." release. What seemed to be no last minute releases turned out to be a broken list server, holding back the official GNOME release for a day. Also, there have been a bunch of build issues this time around, more than usual. Some good cooperation between the Release Team and the GARNOME Team (especially Joseph) hacked around the brokeness, thus... We are pleased to announce the release of GARNOME 2.15.3 Desktop and Developer Platform. This release includes all of GNOME 2.15.3 plus a whole bunch of updates that were released after the GNOME freeze date. This is the third release in the unstable cycle, with more features, more fixes and yet more madness added. It is for anyone who wants to get his hands dirty on the development branch, or who'd like to get a peek at future features. If you want to help spot issues in GARNOME, (or, better yet, fix 'em ;-) this release is for you as well. As usual, you can get the tarball directly from the gnome.org site: http://download.gnome.org/sources/garnome/2.15/ Note: GNOME 2.15.x is an unstable branch and is assumed to be a moving target. Therefore, things in this release may not work as advertised. If you find any issues with this release, feel free to contact the GARNOMEies in the #garnome channel on GIMPNet (irc://irc.gnome.org), where we hang out, or post to the mailing list. More information is available at our project website: http://www.gnome.org/projects/garnome/ Enjoy, The GARNOME Team -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From bugzilla@gnome.org Mon Jun 19 13:35:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D5D393B0AEE for ; Mon, 19 Jun 2006 13:35:58 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23365-04 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id B448E3B0C05 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id A44D26CC1BB; Mon, 19 Jun 2006 13:34:58 -0400 (EDT) Subject: [Bug 345338] New: building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Message-ID: Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Date: Mon, 19 Jun 2006 13:34:58 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:35:59 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Summary: building pygtk-2.9.1/2 fails on gtkmodule.c Product: pygtk Version: 2.9.x Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: gtk AssignedTo: nobody@pygtk.org ReportedBy: svdmade@planet.nl QAContact: python-bindings-maint@gnome.bugs CC: garnome-list@gnome.org GNOME version: 2.15/2.16 GNOME milestone: Unspecified While building garnome-2.15.3 I get the following error: ccache cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.4 -I/usr/test/garnome/include/pygtk-2.0 -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/test/garnome/include -I/usr/test/garnome/include/gtk-2.0 -I/usr/test/garnome/lib/gtk-2.0/include -I/usr/test/garnome/include/atk-1.0 -I/usr/test/garnome/include/cairo -I/usr/test/garnome/include/pango-1.0 -I/usr/test/garnome/include -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/local/include -I/usr/X11R6/include -g -I/usr/test/garnome/include -L/usr/test/garnome/lib -O2 -pipe -m3dnow -mtune=athlon-tbird -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) make[3]: *** [_gtk_la-gtkmodule.lo] Error 1 make[3]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2/gtk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make: *** [build-work/main.d/pygtk-2.9.2/Makefile] Error 2 I've tried upgrading to pygtk-2.9.2 and installing pycairo-1.0.2 but to no avail. -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:48:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 082033B04E3 for ; Mon, 19 Jun 2006 13:48:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23650-07 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 1D00F3B05A6 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id E61C66CC1AB; Mon, 19 Jun 2006 13:47:18 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: NEEDINFO MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619174718.E61C66CC1AB@window.gnome.org> Date: Mon, 19 Jun 2006 13:47:18 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:48:05 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Gustavo Carneiro changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gjc@inescporto.pt Status|UNCONFIRMED |NEEDINFO ------- Comment #1 from Gustavo Carneiro 2006-06-19 17:47 UTC ------- could you attach config.log? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:59:02 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EC34E3B0ADC for ; Mon, 19 Jun 2006 13:59:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24429-01 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 937493B0196 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 6A57A6CC0F8; Mon, 19 Jun 2006 13:58:17 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: RESOLVED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619175817.6A57A6CC0F8@window.gnome.org> Date: Mon, 19 Jun 2006 13:58:17 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:59:02 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Stef van der Made changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |NOTABUG ------- Comment #2 from Stef van der Made 2006-06-19 17:58 UTC ------- I just solved the issue by doing a make clean and then make install :-( Sorry to bother you. I guess I needed to install pycairo 1.0.2 or pycairo 1.1.6 -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From schollsky@arcor.de Thu Jun 22 08:03:15 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 206D53B02D2 for ; Thu, 22 Jun 2006 08:03:15 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22619-06 for ; Thu, 22 Jun 2006 08:03:10 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 40D1B3B0346 for ; Thu, 22 Jun 2006 08:02:58 -0400 (EDT) Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id B2CFC1556EA for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id A1EB81C893B for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id 5736A155B40 for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Message-ID: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Thu, 22 Jun 2006 14:02:56 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: [ANNOUNCE] GARNOME 2.15.3 In-Reply-To: <1150405543.8323.15.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150405543.8323.15.camel@monkey.loc> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.186.160 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.322 tagged_above=-999 required=2 tests=[AWL=-1.097, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.322 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 12:03:15 -0000 Hi Guenther, you wrote: > GARNOME 2.15.3 > ============== > > The "It's quiet out there... Yes... Too quiet..." release. [...] Looks quite good until now. The errors I had before are not gone by now, but I should be content. However, there's no "isocodes" folder on ftp.gnome.org, which forces a stop in building the system. Kind regards, Stefan From guenther@rudersport.de Thu Jun 22 13:27:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5B6A83B06F0 for ; Thu, 22 Jun 2006 13:27:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13095-10 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 8B2103B0413 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5MHQlrD021873; Thu, 22 Jun 2006 11:26:52 -0600 (MDT) Subject: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Thu, 22 Jun 2006 19:26:43 +0200 Message-Id: <1150997203.8147.64.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.108 tagged_above=-999 required=2 tests=[AWL=-1.389, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.108 X-Spam-Level: Cc: schollsky@arcor.de X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 17:27:01 -0000 > > GARNOME 2.15.3 > > ============== > > > > The "It's quiet out there... Yes... Too quiet..." release. > [...] > > Looks quite good until now. The errors I had before are not gone by > now, but I should be content. However, there's no "isocodes" folder on > ftp.gnome.org, which forces a stop in building the system. Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES variable points to the original location, where that tarball is to be expected. Well, to be expected... used to live. Until "someone" removed it again. Just as they did with the last tarball. As a quick workaround, I just put the iso-codes tarballs on my personal space on f.g.o for your download pleasure. Just grab the tarball you need and drop it into the bootstrap/iso-codes/download/ dir. http://gnome.org/~kbrae/garnome/ Regarding "not being on f.g.o": I explained this pretty detailed recently, I believe. Anyway... GARNOME checks some different locations for the tarball, starting with local ones (files and download directories), then the GARCHIVEDIR, and after that it tries the remote locations. In this case, the explicitly set MASTER_SITES. If this fails (which it should not...), GARNOME defaults back to the globally defined master site, which is f.g.o, since most tarballs are located there anyway. So the last failing download you see is just the last-resort fallback, not the actually failing source location... That all said... Thanks for the heads-up. :) I already noticed that (again) missing tarball the other day [1], but did not have the time to fix it yet. We need a more reliable fallback solution anyway. So either the RT and me will come up with a solution at GUADEC next week, or you simply can consider the above mentioned place to be permanent. GAR. ...guenther [1] monkey knows about this -- he logged me screaming and ranting, while no one else was around... ;) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From joseph_sacco@comcast.net Thu Jun 22 14:16:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CB85B3B083D for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16110-10 for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by menubar.gnome.org (Postfix) with ESMTP id 03CD33B0837 for ; Thu, 22 Jun 2006 14:16:45 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc13) with SMTP id <20060622181644m1300h9bb7e>; Thu, 22 Jun 2006 18:16:45 +0000 Subject: Re: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <1150997203.8147.64.camel@monkey.loc> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <1150997203.8147.64.camel@monkey.loc> Content-Type: text/plain Date: Thu, 22 Jun 2006 14:16:43 -0400 Message-Id: <1151000203.731.14.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.723 tagged_above=-999 required=2 tests=[AWL=-1.279, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.723 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 18:16:47 -0000 Fixed [once again] in CVS... -Joseph ============================================================== On Thu, 2006-06-22 at 19:26 +0200, guenther wrote: > > > GARNOME 2.15.3 > > > ============== > > > > > > The "It's quiet out there... Yes... Too quiet..." release. > > [...] > > > > Looks quite good until now. The errors I had before are not gone by > > now, but I should be content. However, there's no "isocodes" folder on > > ftp.gnome.org, which forces a stop in building the system. > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ > > > Regarding "not being on f.g.o": I explained this pretty detailed > recently, I believe. Anyway... GARNOME checks some different locations > for the tarball, starting with local ones (files and download > directories), then the GARCHIVEDIR, and after that it tries the remote > locations. > > In this case, the explicitly set MASTER_SITES. If this fails (which it > should not...), GARNOME defaults back to the globally defined master > site, which is f.g.o, since most tarballs are located there anyway. So > the last failing download you see is just the last-resort fallback, not > the actually failing source location... > > > That all said... Thanks for the heads-up. :) I already noticed that > (again) missing tarball the other day [1], but did not have the time to > fix it yet. We need a more reliable fallback solution anyway. So either > the RT and me will come up with a solution at GUADEC next week, or you > simply can consider the above mentioned place to be permanent. GAR. > > ...guenther > > > [1] monkey knows about this -- he logged me screaming and ranting, while > no one else was around... ;) > > -- > char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; > main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} > -- joseph_sacco [at] comcast [dot] net From jorgpitts@gmail.com Thu Jun 22 22:38:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8824B3B077E for ; Thu, 22 Jun 2006 22:38:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08608-04 for ; Thu, 22 Jun 2006 22:38:39 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.199]) by menubar.gnome.org (Postfix) with ESMTP id D2CAC3B06F4 for ; Thu, 22 Jun 2006 22:38:38 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so420072wxc for ; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.78.5 with SMTP id a5mr3934063wxb; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Message-ID: <30e9b1510606221938u6a0e57c5iea0c45ebd3e44ff8@mail.gmail.com> Date: Thu, 22 Jun 2006 21:38:38 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: gnome-vfs-2.15.2 in ubuntu dapper missing a depend.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14522_10523074.1151030318247" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.815 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, HTML_10_20=1.351, HTML_MESSAGE=0.001, HTML_SHORT_LENGTH=1.574, SPF_PASS=-0.001] X-Spam-Score: 1.815 X-Spam-Level: * X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 02:38:41 -0000 ------=_Part_14522_10523074.1151030318247 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile.. Jorg ------=_Part_14522_10523074.1151030318247 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile..

Jorg
------=_Part_14522_10523074.1151030318247-- From jorgpitts@gmail.com Fri Jun 23 00:03:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 470493B06C5 for ; Fri, 23 Jun 2006 00:03:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11930-07 for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.193]) by menubar.gnome.org (Postfix) with ESMTP id 54C9F3B052C for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428083wxc for ; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.63.2 with SMTP id l2mr4010040wxa; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Message-ID: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Date: Thu, 22 Jun 2006 23:03:31 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk 2.9.2 failure.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15015_19405876.1151035411724" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.976 tagged_above=-999 required=2 tests=[AWL=1.469, BAYES_00=-2.599, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.976 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:03:33 -0000 ------=_Part_15015_19405876.1151035411724 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' ==> Grabbing download/gtkunixprint.override.patch ==> Trying file//files/gtkunixprint.override.patch make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' [fetch] complete for pygtk. ==> Running checksum on pygtk-2.9.2.tar.bz2 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk-2.9.2.tar.bz2 file pygtk-2.9.2.tar.bz2 passes checksum test! ==> Running checksum on gtkunixprint.override.patch fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch file gtkunixprint.override.patch passes checksum test! [checksum] complete for pygtk. install -d work/main.d ==> Extracting download/pygtk-2.9.2.tar.bz2 [extract] complete for pygtk. ==> Applying patch download/gtkunixprint.override.patch patching file gtk/gtkunixprint.override [patch] complete for pygtk. [fixup] complete for pygtk. ==> Building sandbox/platform/gtk+ as a dependency make: Entering an unknown directory make: *** ../../sandbox/platform/gtk+: No such file or directory. Stop. make: Leaving an unknown directory make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2 make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' make: *** [paranoid-install] Error 2 ------=_Part_15015_19405876.1151035411724 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
 ==> Grabbing download/gtkunixprint.override.patch
        ==> Trying file//files/gtkunixprint.override.patch
make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
        [fetch] complete for pygtk.
 ==> Running checksum on pygtk-2.9.2.tar.bz2
2625ddd1aba04869eb2f9e4d4cc5552b  download/pygtk- 2.9.2.tar.bz2
file pygtk-2.9.2.tar.bz2 passes checksum test!
 ==> Running checksum on gtkunixprint.override.patch
fc1cd230e5d69428a37f72a2122a0837  download/gtkunixprint.override.patch
file gtkunixprint.override.patch passes checksum test!
        [checksum] complete for pygtk.
install -d work/main.d
 ==> Extracting download/pygtk-2.9.2.tar.bz2
        [extract] complete for pygtk.
 ==> Applying patch download/gtkunixprint.override.patch
patching file gtk/gtkunixprint.override
        [patch] complete for pygtk.
        [fixup] complete for pygtk.
 ==> Building sandbox/platform/gtk+ as a dependency
make: Entering an unknown directory
make: *** ../../sandbox/platform/gtk+: No such file or directory.  Stop.
make: Leaving an unknown directory
make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2
make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2
make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet'
make: *** [paranoid-install] Error 2

------=_Part_15015_19405876.1151035411724-- From jorgpitts@gmail.com Fri Jun 23 00:11:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 871043B050E for ; Fri, 23 Jun 2006 00:11:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12349-03 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.202]) by menubar.gnome.org (Postfix) with ESMTP id 91C273B02F8 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428816wxc for ; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.26.1 with SMTP id 1mr3623310wxz; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:11:47 -0700 (PDT) Message-ID: <30e9b1510606222111g75bd7a4fodc8fc8d7b4d2e260@mail.gmail.com> Date: Thu, 22 Jun 2006 23:11:47 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk failure because of depend missing.. depends update for DEPS-LIST MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15075_33183865.1151035907972" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.313 tagged_above=-999 required=2 tests=[AWL=0.337, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -1.313 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:11:49 -0000 ------=_Part_15075_33183865.1151035907972 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg ------=_Part_15075_33183865.1151035907972 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
------=_Part_15075_33183865.1151035907972-- From schollsky@arcor.de Fri Jun 23 03:57:28 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 99CA63B041F for ; Fri, 23 Jun 2006 03:57:28 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24965-05 for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 7EBD33B00EC for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 693E7EEB38 for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 529FC279D0A for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id CC51717CF80 for ; Fri, 23 Jun 2006 09:57:25 +0200 (CEST) Message-ID: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Fri, 23 Jun 2006 09:57:25 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1150997203.8147.64.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.159.30 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.523 tagged_above=-999 required=2 tests=[AWL=0.116, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.523 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 07:57:28 -0000 Hi Guenther, you wrote: > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ Thx for your support! Regarding the storage/download system of GARNOME, I think I've understood it already, since it's always telling what it does when work begins with every package. The iso-codes problem is not new, but until now there was laying around a working archive for local installation somewhere. I wonder if it's possible to find out the reason why the packages sometimes vanishes from f.g.o.?!? Strange thing I also found is that the tarball of the new 51.1-1 for isocodes has no "./configure" (but is stated in the docs/package). Otherwise I've had used that one... Kind regards, Stefan From joseph_sacco@comcast.net Fri Jun 23 08:04:14 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A82E73B08D0 for ; Fri, 23 Jun 2006 08:04:14 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08884-05 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id 142D83B0852 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060623120410m15004kkuoe>; Fri, 23 Jun 2006 12:04:10 +0000 Subject: Re: pygtk 2.9.2 failure.. From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> References: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Content-Type: text/plain Date: Fri, 23 Jun 2006 08:04:09 -0400 Message-Id: <1151064249.2839.1.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 (2.7.3-2) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.647 tagged_above=-999 required=2 tests=[AWL=-1.357, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.647 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 12:04:14 -0000 Fixed in CVS. -Joseph ================================================================= On Thu, 2006-06-22 at 23:03 -0500, Jorg Pitts wrote: > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > ==> Grabbing download/gtkunixprint.override.patch > ==> Trying file//files/gtkunixprint.override.patch > make[3]: Entering directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > [fetch] complete for pygtk. > ==> Running checksum on pygtk-2.9.2.tar.bz2 > 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk- 2.9.2.tar.bz2 > file pygtk-2.9.2.tar.bz2 passes checksum test! > ==> Running checksum on gtkunixprint.override.patch > fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch > file gtkunixprint.override.patch passes checksum test! > [checksum] complete for pygtk. > install -d work/main.d > ==> Extracting download/pygtk-2.9.2.tar.bz2 > [extract] complete for pygtk. > ==> Applying patch download/gtkunixprint.override.patch > patching file gtk/gtkunixprint.override > [patch] complete for pygtk. > [fixup] complete for pygtk. > ==> Building sandbox/platform/gtk+ as a dependency > make: Entering an unknown directory > make: *** ../../sandbox/platform/gtk+: No such file or directory. > Stop. > make: Leaving an unknown directory > make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] > Error 2 > make[2]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 > make[1]: Leaving directory > `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' > make: *** [paranoid-install] Error 2 > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 23 09:10:06 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A4B83B08E6 for ; Fri, 23 Jun 2006 09:10:06 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12727-08 for ; Fri, 23 Jun 2006 09:10:02 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 6759B3B08E0 for ; Fri, 23 Jun 2006 09:10:01 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5ND9wUx010753; Fri, 23 Jun 2006 07:09:59 -0600 (MDT) Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Fri, 23 Jun 2006 15:09:58 +0200 Message-Id: <1151068198.8763.16.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.105 tagged_above=-999 required=2 tests=[AWL=-1.386, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.105 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:10:06 -0000 > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > > variable points to the original location, where that tarball is to be > > expected. Well, to be expected... used to live. Until "someone" removed > > it again. Just as they did with the last tarball. > > > > > > As a quick workaround, I just put the iso-codes tarballs on my personal > > space on f.g.o for your download pleasure. Just grab the tarball you > > need and drop it into the bootstrap/iso-codes/download/ dir. > > > > http://gnome.org/~kbrae/garnome/ > > Thx for your support! Sure, you're welcome. :) > I wonder if it's possible to find out the reason why the packages > sometimes vanishes from f.g.o.?!? [...] No, wait -- *no* package vanishes from f.g.o. In fact, that is our most reliable source, and we'd prefer to have *all* tarballs uploaded there. ;) The iso-codes tarballs vanished from the debian ftp server, which is the master source for iso-codes. And no, we do not have any clue why anyone ever would possibly remove the previous version, when releasing a new tarball... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From made0120@planet.nl Fri Jun 23 09:30:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0CEFF3B01C7 for ; Fri, 23 Jun 2006 09:30:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13838-04 for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from psmtp02.wxs.nl (psmtp02.wxs.nl [195.121.247.11]) by menubar.gnome.org (Postfix) with ESMTP id 9AADE3B07EA for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from po10 ([10.94.53.251]) by psmtp02.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTP id <0J1B00EOCEU5DS@psmtp02.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from planet.nl ([127.0.0.1]) by po10.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jun 24 2005)) with ESMTP id <0J1B00LTIEU5QT@po10.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from [10.94.71.40] (Forwarded-For: [198.176.190.201]) by po10.wxs.nl (mshttpd); Fri, 23 Jun 2006 15:30:05 +0200 Date: Fri, 23 Jun 2006 15:30:05 +0200 From: svdmade@planet.nl Subject: Re: pygtk failure because of depend missing.. depends update for DEPS-LIST To: Jorg Pitts Message-id: <8dba0838db923d.8db923d8dba083@planet.nl> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 2.02 (built Oct 21 2004) Content-type: multipart/mixed; boundary="Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)" Content-language: en X-Accept-Language: en Priority: normal X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.759 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, HTML_00_10=0.795, HTML_MESSAGE=0.001, NO_REAL_NAME=0.961, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: 0.759 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: svdmade@planet.nl List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:30:09 -0000 This is a multi-part message in MIME format. --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline And for non debian users you will need pycairo-1.1.6 to compile the package which rescued my build :-D The software can be found on this location http://cairographics.org/pycairo Cheers, Stef --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: multipart/alternative; boundary="Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)" --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT Content-disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/html; charset=ISO-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
--Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)-- --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline -- garnome-list mailing list garnome-list@gnome.org http://mail.gnome.org/mailman/listinfo/garnome-list --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)-- From schollsky@arcor.de Fri Jun 23 12:16:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A196C3B0959 for ; Fri, 23 Jun 2006 12:16:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23568-01 for ; Fri, 23 Jun 2006 12:16:17 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EFF0F3B08E2 for ; Fri, 23 Jun 2006 12:16:16 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 1DFE71FF24D for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 0F63927A004 for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id F001DEF3B6 for ; Fri, 23 Jun 2006 18:16:14 +0200 (CEST) Message-ID: <18606865.1151079374974.JavaMail.ngmail@webmail12> Date: Fri, 23 Jun 2006 18:16:14 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1151068198.8763.16.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1151068198.8763.16.camel@monkey.loc> <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.190.62 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.538 tagged_above=-999 required=2 tests=[AWL=0.101, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.538 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 16:16:19 -0000 Hi Guenther, you wrote: > No, wait -- *no* package vanishes from f.g.o. In fact, that is our most > reliable source, and we'd prefer to have *all* tarballs uploaded > there. ;) > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Yes, it's amazing and also annoying. The package is in the google-cache everywhere , but not on servers. So maybe it's possible to mirror at least the last two versions of the iso-codes on f.g.o? It could help to maintain some fallback mechanism. (Just some thought). Kind regards, Stefan From svdmade@planet.nl Sun Jun 25 12:08:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B768C3B00D9 for ; Sun, 25 Jun 2006 12:08:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20458-06 for ; Sun, 25 Jun 2006 12:08:31 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 91C4D3B008C for ; Sun, 25 Jun 2006 12:08:30 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5PG82UN002315 for ; Sun, 25 Jun 2006 18:08:02 +0200 Message-ID: <449EB4E2.6030402@planet.nl> Date: Sun, 25 Jun 2006 18:08:02 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050628 MIME-Version: 1.0 To: garnome-list Subject: Issues with building gnome-vfs-2.15.2 Content-Type: multipart/mixed; boundary="------------070003000707020800070600" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.458 tagged_above=-999 required=2 tests=[AWL=-0.672, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_PW=0.077, TW_TP=0.077, TW_WU=0.077] X-Spam-Score: -1.458 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 16:08:33 -0000 This is a multi-part message in MIME format. --------------070003000707020800070600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, On building the latest snapshots of garnome I needed to apply the patch as found in this bug http://bugzilla.gnome.org/show_bug.cgi?id=344491 . I've attached the patch for your convenience. After applying the patch gnome-vfs once more compiles to completion. Kindest regards, Stef --------------070003000707020800070600 Content-Type: text/plain; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch" Index: configure.in =================================================================== RCS file: /cvs/gnome/gnome-vfs/configure.in,v retrieving revision 1.428 diff -u -r1.428 configure.in --- configure.in 8 Jun 2006 14:02:39 -0000 1.428 +++ configure.in 11 Jun 2006 13:09:05 -0000 @@ -1089,12 +1089,54 @@ gvfs_cv_HAVE_POSIX_ACLS=yes, gvfs_cv_HAVE_POSIX_ACLS=no) LIBS=$acl_LIBS]) +AC_CHECK_HEADERS([pwd.h grp.h]) + +if test "$ac_cv_header_pwd_h" = "yes"; then + AC_CACHE_CHECK([for posix getpwuid_r], + ac_cv_func_posix_getpwuid_r, + [AC_TRY_RUN([ +#include +#include +int main () { +char buffer[10000]; +struct passwd pwd, *pwptr = &pwd; +int error; +errno = 0; +error = getpwuid_r (0, &pwd, buffer, + sizeof (buffer), &pwptr); +return (error < 0 && errno == ENOSYS) + || error == ENOSYS; +} ], + [ac_cv_func_posix_getpwuid_r=yes], + [ac_cv_func_posix_getpwuid_r=no])]) + dnl GLIB_ASSERT_SET(ac_cv_func_posix_getpwuid_r) + if test "$ac_cv_func_posix_getpwuid_r" = yes; then + AC_DEFINE(HAVE_POSIX_GETPWUID_R,1, + [Have POSIX function getpwuid_r]) + else + AC_CACHE_CHECK([for nonposix getpwuid_r], + ac_cv_func_nonposix_getpwuid_r, + [AC_TRY_LINK([#include ], + [char buffer[10000]; + struct passwd pwd; + getpwuid_r (0, &pwd, buffer, + sizeof (buffer));], + [ac_cv_func_nonposix_getpwuid_r=yes], + [ac_cv_func_nonposix_getpwuid_r=no])]) + dnl GLIB_ASSERT_SET(ac_cv_func_nonposix_getpwuid_r) + if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then + AC_DEFINE(HAVE_NONPOSIX_GETPWUID_R,1, + [Have non-POSIX function getpwuid_r]) + fi + fi +fi + + if test x"$gvfs_cv_HAVE_SOLARIS_ACLS" = x"yes" ; then have_solaris_acl_support=yes acl_backends="solaris" AC_DEFINE(HAVE_SOLARIS_ACL,1,[Have Solaris ACLs]) - AC_CHECK_HEADERS([pwd.h grp.h]) fi if test x"$gvfs_cv_HAVE_POSIX_ACLS" = x"yes" ; then @@ -1104,48 +1146,6 @@ AC_DEFINE(HAVE_POSIX_ACL,1,[Have POSIX ACLs]) AC_CHECK_FUNCS(acl_extended_file) - AC_CHECK_HEADERS([pwd.h]) - if test "$ac_cv_header_pwd_h" = "yes"; then - AC_CACHE_CHECK([for posix getpwuid_r], - ac_cv_func_posix_getpwuid_r, - [AC_TRY_RUN([ -#include -#include -int main () { - char buffer[10000]; - struct passwd pwd, *pwptr = &pwd; - int error; - errno = 0; - error = getpwuid_r (0, &pwd, buffer, - sizeof (buffer), &pwptr); - return (error < 0 && errno == ENOSYS) - || error == ENOSYS; -} ], - [ac_cv_func_posix_getpwuid_r=yes], - [ac_cv_func_posix_getpwuid_r=no])]) - dnl GLIB_ASSERT_SET(ac_cv_func_posix_getpwuid_r) - if test "$ac_cv_func_posix_getpwuid_r" = yes; then - AC_DEFINE(HAVE_POSIX_GETPWUID_R,1, - [Have POSIX function getpwuid_r]) - else - AC_CACHE_CHECK([for nonposix getpwuid_r], - ac_cv_func_nonposix_getpwuid_r, - [AC_TRY_LINK([#include ], - [char buffer[10000]; - struct passwd pwd; - getpwuid_r (0, &pwd, buffer, - sizeof (buffer));], - [ac_cv_func_nonposix_getpwuid_r=yes], - [ac_cv_func_nonposix_getpwuid_r=no])]) - dnl GLIB_ASSERT_SET(ac_cv_func_nonposix_getpwuid_r) - if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then - AC_DEFINE(HAVE_NONPOSIX_GETPWUID_R,1, - [Have non-POSIX function getpwuid_r]) - fi - fi - fi - - AC_CHECK_HEADERS([grp.h]) AC_CHECK_FUNCS(getgrgid_r) AC_CHECK_FUNCS(getgrnam_r) @@ -1154,8 +1154,8 @@ fi AC_SUBST(ACL_LIBS) -AM_CONDITIONAL(HAVE_POSIX_ACL, test $have_posix_acl_support = yes) -AM_CONDITIONAL(HAVE_SOLARIS_ACL, test $have_solaris_acl_support = yes) +AM_CONDITIONAL(HAVE_POSIX_ACL, test x"$have_posix_acl_support" = "xyes") +AM_CONDITIONAL(HAVE_SOLARIS_ACL, test x"$have_solaris_acl_support" = "xyes") dnl ===================== dnl File system monitors Index: modules/file-method-acl.c =================================================================== RCS file: /cvs/gnome/gnome-vfs/modules/file-method-acl.c,v retrieving revision 1.2 diff -u -r1.2 file-method-acl.c --- modules/file-method-acl.c 8 Jun 2006 13:30:56 -0000 1.2 +++ modules/file-method-acl.c 11 Jun 2006 13:09:06 -0000 @@ -60,6 +60,7 @@ #define CMD_PERM_COND_EXECUTE 8 +#if defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) static char * uid_to_string (uid_t uid) { @@ -209,6 +210,7 @@ return group->gr_gid; } +#endif /* defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) */ /* ************************************************************************** */ @@ -691,6 +693,7 @@ /* ************************************************************************** */ /* Common */ +#if defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) static GnomeVFSResult aclerrno_to_vfserror (int acl_errno) { @@ -716,6 +719,7 @@ return GNOME_VFS_ERROR_GENERIC; } +#endif /* defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) */ GnomeVFSResult file_get_acl (const char *path, --------------070003000707020800070600-- From pd@cipherfunk.org Sun Jun 25 21:35:35 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2FAD93B0150 for ; Sun, 25 Jun 2006 21:35:35 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14225-02 for ; Sun, 25 Jun 2006 21:35:34 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id BE55E3B006F for ; Sun, 25 Jun 2006 21:35:33 -0400 (EDT) Received: (qmail 4589 invoked by uid 0); 26 Jun 2006 01:24:05 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Sun, 25 Jun 2006 18:24:05 -0700 Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: Paul Drain To: guenther In-Reply-To: <1151068198.8763.16.camel@monkey.loc> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> <1151068198.8763.16.camel@monkey.loc> Content-Type: text/plain Date: Mon, 26 Jun 2006 11:35:59 +1000 Message-Id: <1151285760.23468.341.camel@funkeymonkey> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.222 tagged_above=-999 required=2 tests=[AWL=0.377, BAYES_00=-2.599] X-Spam-Score: -2.222 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 01:35:35 -0000 > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Unfortunately, the removal of the 'last-uploaded' version seems common practise for the Debian and Ubuntu distributions -- aside from the sourceforge non-reliability issues, it was the number one reason I used to host certain tarballs myself. I'd hazard a guess there'd be plenty of opportunities to rectify this annoying practise at GUADEC though :) Paul From jorgpitts@gmail.com Mon Jun 26 11:07:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A8D923B0124 for ; Mon, 26 Jun 2006 11:07:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26659-10 for ; Mon, 26 Jun 2006 11:07:28 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.200]) by menubar.gnome.org (Postfix) with ESMTP id AE4903B047F for ; Mon, 26 Jun 2006 11:07:27 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id t5so523851wxc for ; Mon, 26 Jun 2006 08:07:27 -0700 (PDT) Received: by 10.70.32.20 with SMTP id f20mr8410729wxf; Mon, 26 Jun 2006 08:07:26 -0700 (PDT) Received: from ?192.168.0.44? ( [70.234.100.117]) by mx.gmail.com with ESMTP id h37sm5501859wxd.2006.06.26.08.07.25; Mon, 26 Jun 2006 08:07:25 -0700 (PDT) Subject: a couple of things I found while building 2.15.3 From: Jorg Pitts To: garnome-list Content-Type: text/plain Date: Mon, 26 Jun 2006 10:07:18 -0500 Message-Id: <1151334438.5719.15.camel@spock.enterprise.org> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.4 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2, SPF_PASS=-0.001] X-Spam-Score: -2.4 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:07:30 -0000 My distro. Ubuntu Dapper 6.06 LTS release. gcc - gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) glibc - 2.3.6-0ubuntu20 Here is a few things I found while building desktop and some other various things in garnome cvs head. 1) mono/evolution-sharp fails because does not understand evolution 2.8 the configure searches for ESHELL2.2, ESHELL2.4, ESHELL2.6. Because evolution-sharp is a depend of beagle, you can not install beagle. checking for orbit2-config... /opt/garnome-2.15.3/bin/orbit2-config checking for ORBit - version >= 2.9.8... yes checking for orbit-idl-2... /opt/garnome-2.15.3/bin/orbit-idl-2 checking for CORBA include paths... -I /opt/garnome-2.15.3/share/idl/bonobo-2.0 -I /opt/garnome-2.15.3/share/idl/bonobo-activation-2.0 -I /opt/garnome-2.15.3/share/idl/evolution-data-server-1.2 checking for ESHELL22... checking for ESHELL24... checking for ESHELL26... configure: error: You need to install evolution-shell make[1]: *** [configure-work/main.d/evolution-sharp-0.11.1/configure] Error 1 make[1]: Leaving directory `/home/garnome/garnome/fresh/garnome-cvs/mono/evolution-sharp' make: *** [../../mono/evolution-sharp/cookies/main.d/install] Error 2 2) glib-java fails to build for me. What am I missing here? make[2]: Entering directory `/home/garnome/garnome/fresh/garnome-cvs/bindings/glib-java/work/main.d/glib-java-0.2.5' make all-am make[3]: Entering directory `/home/garnome/garnome/fresh/garnome-cvs/bindings/glib-java/work/main.d/glib-java-0.2.5' depbase=`echo src/jni/jg_jnu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME= \"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"glib-java\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/opt/garnome-2.15.3/include -I/opt/garnome-2.15.3/include/glib-2.0 -I/opt/garnome-2.15.3/lib/glib-2.0/include -Isrc/jni -g -I/opt/garnome-2.15.3/include -L/opt/garnome-2.15.3/lib -O2 -pipe -MT src/jni/jg_jnu.lo -MD -MP -MF "$depbase.Tpo" -c -o src/jni/jg_jnu.lo src/jni/jg_jnu.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"glib-java\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/opt/garnome-2.15.3/include -I/opt/garnome-2.15.3/include/glib-2.0 -I/opt/garnome-2.15.3/lib/glib-2.0/include -Isrc/jni -g -I/opt/garnome-2.15.3/include -L/opt/garnome-2.15.3/lib -O2 -pipe -MT src/jni/jg_jnu.lo -MD -MP -MF src/jni/.deps/jg_jnu.Tpo -c src/jni/jg_jnu.c -fPIC -DPIC -o src/jni/.libs/jg_jnu.o In file included from src/jni/jg_jnu.c:6: src/jni/jg_jnu.h:8:17: error: jni.h: No such file or directory In file included from src/jni/jg_jnu.c:6: src/jni/jg_jnu.h:16: error: syntax error before '*' token src/jni/jg_jnu.h:16: error: syntax error before '*' token src/jni/jg_jnu.h:16: error: 'jobject' declared as function returning a function src/jni/jg_jnu.h:23: error: syntax error before '*' token 3) rhythmbox will not configure with the config args: CONFIGURE_ARGS += --enable-ipod-writing --enable-tag-writing checking for RB_CLIENT... yes checking for RHYTHMBOX... yes checking for TOTEM_PLPARSER... yes checking for HAL... yes checking for IPOD... checking for GSTREAMER_0_8... checking for GSTREAMER_0_10... yes configure: WARNING: Tag writing support is experimental, and may corrupt files, use at your own risk checking for GNOME_MEDIA_PROFILES... yes configure: error: iPod write support explicitly requested but iPod support is disabled. make: *** [configure-work/main.d/rhythmbox-0.9.5/configure] Error 1 removing those and rhythmbox compiles fine. Jorg From guenther@rudersport.de Mon Jun 26 11:10:52 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 68C393B0124 for ; Mon, 26 Jun 2006 11:10:52 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27065-07 for ; Mon, 26 Jun 2006 11:10:51 -0400 (EDT) Received: from mail.medianet-world.de (mail.medianet-world.de [213.157.0.167]) by menubar.gnome.org (Postfix) with SMTP id 418943B04CA for ; Mon, 26 Jun 2006 11:10:50 -0400 (EDT) Received: (qmail 15699 invoked by uid 1011); 26 Jun 2006 15:10:25 -0000 Received: from guenther@rudersport.de by mail1 by uid 1003 with qmail-scanner-1.22 (ExcuBAtor: 1.0.2. Clear:RC:1(213.157.9.128):SA:0(0.0/5.0):. Processed in 0.437339 secs); 26 Jun 2006 15:10:25 -0000 Received: from unknown (HELO ?10.0.0.2?) (213.157.9.128) by mail.medianet-world.de with SMTP; 26 Jun 2006 15:10:25 -0000 Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <1151285760.23468.341.camel@funkeymonkey> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> <1151068198.8763.16.camel@monkey.loc> <1151285760.23468.341.camel@funkeymonkey> Content-Type: text/plain Date: Mon, 26 Jun 2006 17:10:23 +0200 Message-Id: <1151334623.8477.4.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.54 tagged_above=-999 required=2 tests=[AWL=0.059, BAYES_00=-2.599] X-Spam-Score: -2.54 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:10:52 -0000 On Mon, 2006-06-26 at 11:35 +1000, Paul Drain wrote: > > > > The iso-codes tarballs vanished from the debian ftp server, which is the > > master source for iso-codes. And no, we do not have any clue why anyone > > ever would possibly remove the previous version, when releasing a new > > tarball... > > Unfortunately, the removal of the 'last-uploaded' version seems common > practise for the Debian and Ubuntu distributions -- aside from the > sourceforge non-reliability issues, it was the number one reason I used > to host certain tarballs myself. > > I'd hazard a guess there'd be plenty of opportunities to rectify this > annoying practise at GUADEC though :) I'll make sure this topic comes up while talking to some particular folks... Greetings from GUADEC, everybody! :-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From morris.walton@gmail.com Sun Jun 25 17:46:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 67F323B00E9 for ; Sun, 25 Jun 2006 17:46:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03985-05 for ; Sun, 25 Jun 2006 17:46:45 -0400 (EDT) Received: from ms-smtp-03.southeast.rr.com (unknown [24.25.9.102]) by menubar.gnome.org (Postfix) with ESMTP id 51D5E3B0152 for ; Sun, 25 Jun 2006 17:46:45 -0400 (EDT) Received: from [192.168.1.10] (cpe-065-190-190-000.nc.res.rr.com [65.190.190.0]) by ms-smtp-03.southeast.rr.com (8.13.6/8.13.6) with ESMTP id k5PLkXM7006365 for ; Sun, 25 Jun 2006 17:46:34 -0400 (EDT) Message-ID: <449F0428.1050605@gmail.com> Date: Sun, 25 Jun 2006 17:46:16 -0400 From: Morris Walton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: garnome-list@gnome.org Subject: bug-buddy unicode compile error 2.14.2.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.53 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, SPF_NEUTRAL=1.069] X-Spam-Score: -1.53 X-Spam-Level: X-Mailman-Approved-At: Mon, 26 Jun 2006 11:16:33 -0400 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 21:46:51 -0000 Whew, I am working my way through the garnome build, and I've hit this bug-buddy problem: [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. [fixup] complete for bug-buddy. [configure] complete for bug-buddy. ==> Running make in work/main.d/bug-buddy-2.14.0 make[2]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make all-recursive make[3]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' Making all in po make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' Making all in pixmaps make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' Making all in src make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' Making all in bugzilla make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' Making all in gnome make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' Making all in ximian make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' Making all in docs make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' if ! test -d es/; then mkdir es/; fi case "." in /*) sd=".";; *) sd="../.";; esac; \ if [ -f "C/bug-buddy.xml" ]; then d="../"; else d="$sd/"; fi; \ (cd es/ && \ `which xml2po` -e -p \ "${d}es/es.po" \ "${d}C/bug-buddy.xml" > bug-buddy.xml.tmp && \ cp bug-buddy.xml.tmp bug-buddy.xml && rm -f bug-buddy.xml.tmp) Traceback (most recent call last): File "/home/mwalton/garnome/bin/xml2po", line 724, in ? doSerialize(doc) File "/home/mwalton/garnome/bin/xml2po", line 482, in doSerialize outtxt += doSerialize(child) File "/home/mwalton/garnome/bin/xml2po", line 476, in doSerialize (starttag, content, endtag, translation) = processElementTag(node, repl, 1) File "/home/mwalton/garnome/bin/xml2po", line 399, in processElementTag (starttag, content, endtag, translation) = processElementTag(child, myrepl, 0) File "/home/mwalton/garnome/bin/xml2po", line 395, in processElementTag myrepl.append(processElementTag(child, myrepl, 1)) File "/home/mwalton/garnome/bin/xml2po", line 407, in processElementTag translation = getTranslation(outtxt, isSpacePreserveNode(node)) File "/home/mwalton/garnome/bin/xml2po", line 223, in getTranslation return gt.ugettext(text.decode('utf-8')) File "/usr/lib/python2.2/gettext.py", line 195, in ugettext return unicode(tmsg, self._charset) TypeError: decoding Unicode is not supported make[4]: *** [es/bug-buddy.xml] Error 1 make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make[1]: *** [build-work/main.d/bug-buddy-2.14.0/Makefile] Error 2 make[1]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy' make: *** [paranoid-install] Error 2 [mwalton@columbia desktop]$ I've googled around , w/o any luck. Any advice? Thanks, Morris From joseph_sacco@comcast.net Mon Jun 26 11:57:36 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EECCB3B017D for ; Mon, 26 Jun 2006 11:57:35 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30456-03 for ; Mon, 26 Jun 2006 11:57:32 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id C17693B03C6 for ; Mon, 26 Jun 2006 11:57:32 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060626155731m15004kjske>; Mon, 26 Jun 2006 15:57:31 +0000 Subject: Re: bug-buddy unicode compile error 2.14.2.1 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <449F0428.1050605@gmail.com> References: <449F0428.1050605@gmail.com> Content-Type: text/plain Date: Mon, 26 Jun 2006 11:57:30 -0400 Message-Id: <1151337450.14595.8.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.725 tagged_above=-999 required=2 tests=[AWL=-1.281, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.725 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:57:36 -0000 Morris, You are running python-2.2, which is too old [take a look at the DEPS-LIST document]. You will need to update to python-2.4.x. If updating the system version of python is not feasible, consider an installation of python-2.4.3 in a "safe" location, for example, /opt/python-2.4.3 After building and installing python-2.4.3, edit gar.conf.mk to use the new version of python. -Joseph ================================================================================ On Sun, 2006-06-25 at 17:46 -0400, Morris Walton wrote: > Whew, > > I am working my way through the garnome build, and I've hit this > bug-buddy problem: > > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > [fixup] complete for bug-buddy. > [configure] complete for bug-buddy. > ==> Running make in work/main.d/bug-buddy-2.14.0 > make[2]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make all-recursive > make[3]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > Making all in po > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' > Making all in pixmaps > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' > Making all in src > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' > Making all in bugzilla > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > Making all in gnome > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' > Making all in ximian > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > make[5]: Nothing to be done for `all-am'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > Making all in docs > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' > if ! test -d es/; then mkdir es/; fi > case "." in /*) sd=".";; *) sd="../.";; esac; \ > if [ -f "C/bug-buddy.xml" ]; then d="../"; else d="$sd/"; fi; \ > (cd es/ && \ > `which xml2po` -e -p \ > "${d}es/es.po" \ > "${d}C/bug-buddy.xml" > bug-buddy.xml.tmp && \ > cp bug-buddy.xml.tmp bug-buddy.xml && rm -f bug-buddy.xml.tmp) > Traceback (most recent call last): > File "/home/mwalton/garnome/bin/xml2po", line 724, in ? > doSerialize(doc) > File "/home/mwalton/garnome/bin/xml2po", line 482, in doSerialize > outtxt += doSerialize(child) > File "/home/mwalton/garnome/bin/xml2po", line 476, in doSerialize > (starttag, content, endtag, translation) = processElementTag(node, > repl, 1) > File "/home/mwalton/garnome/bin/xml2po", line 399, in processElementTag > (starttag, content, endtag, translation) = processElementTag(child, > myrepl, 0) > File "/home/mwalton/garnome/bin/xml2po", line 395, in processElementTag > myrepl.append(processElementTag(child, myrepl, 1)) > File "/home/mwalton/garnome/bin/xml2po", line 407, in processElementTag > translation = getTranslation(outtxt, isSpacePreserveNode(node)) > File "/home/mwalton/garnome/bin/xml2po", line 223, in getTranslation > return gt.ugettext(text.decode('utf-8')) > File "/usr/lib/python2.2/gettext.py", line 195, in ugettext > return unicode(tmsg, self._charset) > TypeError: decoding Unicode is not supported > make[4]: *** [es/bug-buddy.xml] Error 1 > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make[1]: *** [build-work/main.d/bug-buddy-2.14.0/Makefile] Error 2 > make[1]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy' > make: *** [paranoid-install] Error 2 > [mwalton@columbia desktop]$ > > > I've googled around , w/o any luck. Any advice? > > Thanks, > > Morris > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Mon Jun 26 12:15:42 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2E1FE3B030E for ; Mon, 26 Jun 2006 12:15:42 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31685-10 for ; Mon, 26 Jun 2006 12:15:41 -0400 (EDT) Received: from mail.medianet-world.de (mail.medianet-world.de [213.157.0.167]) by menubar.gnome.org (Postfix) with SMTP id 445423B03E6 for ; Mon, 26 Jun 2006 12:15:40 -0400 (EDT) Received: (qmail 5742 invoked by uid 1011); 26 Jun 2006 16:15:39 -0000 Received: from guenther@rudersport.de by mail1 by uid 1003 with qmail-scanner-1.22 (ExcuBAtor: 1.0.2. Clear:RC:1(213.157.9.128):SA:0(0.0/5.0):. Processed in 0.435024 secs); 26 Jun 2006 16:15:39 -0000 Received: from unknown (HELO ?10.0.0.2?) (213.157.9.128) by mail.medianet-world.de with SMTP; 26 Jun 2006 16:15:38 -0000 Subject: Re: bug-buddy unicode compile error 2.14.2.1 From: guenther To: Morris Walton In-Reply-To: <449F0428.1050605@gmail.com> References: <449F0428.1050605@gmail.com> Content-Type: text/plain Date: Mon, 26 Jun 2006 18:15:36 +0200 Message-Id: <1151338537.7637.5.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.54 tagged_above=-999 required=2 tests=[AWL=0.059, BAYES_00=-2.599] X-Spam-Score: -2.54 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 16:15:42 -0000 I just approved your mail manually, which has been held for moderation. Please subscribe to the mailing list before posting (to keep down my administrative overhead, as well as ensuring you'll get any answers). http://mail.gnome.org/mailman/listinfo/garnome-list Actually I intended to send this message right after your post getting through, but the network is quite wonky here currently. So Joseph has been faster... Unfortunately the list archives seem to be broken again, thus I can't even point you to the archived answer. Already forwarded that reply by Joseph to you. ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From kelsang.tsenle@web.de Thu Jun 1 07:18:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A588A3B0119 for ; Thu, 1 Jun 2006 07:18:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29905-02 for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 32C433B00EE for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 5EDF942BF4 for ; Thu, 1 Jun 2006 12:35:31 +0200 (CEST) Received: from [88.73.67.70] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1FlkWZ-0001EP-00 for garnome-list@gnome.org; Thu, 01 Jun 2006 12:35:31 +0200 Message-ID: <447EC2F1.2010000@web.de> Date: Thu, 01 Jun 2006 12:35:29 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.455 tagged_above=-999 required=2 tests=[AWL=-0.145, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -2.455 X-Spam-Level: Subject: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 11:18:20 -0000 Hello, sorry bothering you again. I just tried to install garnome 2.14.2, but I can't compile gtk-doc. It fails with checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc checking for XML catalog (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog checking for DocBook XML DTD V4.1.2 in XML catalog... not found configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed and appears in the docbook. Although there seem to be several docbooks. I don't quite understand that system. Any idea? Gratefully, K. Tsenle From joseph_sacco@comcast.net Thu Jun 1 08:31:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1FA153B0134 for ; Thu, 1 Jun 2006 08:31:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01887-08 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by menubar.gnome.org (Postfix) with ESMTP id 42F7B3B0119 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060601123147012005bupae>; Thu, 1 Jun 2006 12:31:47 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447EC2F1.2010000@web.de> References: <447EC2F1.2010000@web.de> Content-Type: text/plain Date: Thu, 01 Jun 2006 08:31:46 -0400 Message-Id: <1149165106.12208.63.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.569 tagged_above=-999 required=2 tests=[AWL=-1.414, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -0.569 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 12:31:49 -0000 You are not bothering us... [:-)] Try this... * Goto the bootstrap directory and build and install: - expat - docbook-xml - docbook-xsl * goto the gtk-doc directory - make cookieclean - make install -Joseph ========================================================================= On Thu, 2006-06-01 at 12:35 +0200, Kelsang Tsenle wrote: > Hello, > > sorry bothering you again. > I just tried to install garnome 2.14.2, but I can't compile gtk-doc. > It fails with > > checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc > checking for XML catalog > (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found > checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog > checking for DocBook XML DTD V4.1.2 in XML catalog... not found > configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog > make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 > > My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed > and appears in the docbook. Although there seem to be several docbooks. > I don't quite understand that system. > Any idea? > > > Gratefully, > K. Tsenle -- joseph_sacco [at] comcast [dot] net From skg@fluent.co.in Fri Jun 2 01:01:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A2183B0FBA for ; Fri, 2 Jun 2006 01:01:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31222-04 for ; Fri, 2 Jun 2006 01:01:39 -0400 (EDT) Received: from mailhost.fluent.co.in (mhost.fluent.co.in [203.199.153.5]) by menubar.gnome.org (Postfix) with ESMTP id ECDD03B0FAC for ; Fri, 2 Jun 2006 01:01:38 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.fluent.co.in (Postfix) with ESMTP id 1FA37197352; Fri, 2 Jun 2006 10:31:36 +0530 (IST) Received: from mailhost.fluent.co.in ([127.0.0.1]) by localhost (pandu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10162-09; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Received: from [10.14.0.68] (skglnx.fluent.co.in [10.14.0.68]) by mailhost.fluent.co.in (Postfix) with ESMTP id 9E1A2197351; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Message-ID: <447FC62E.8070007@fluent.co.in> Date: Fri, 02 Jun 2006 10:31:34 +0530 From: Surya Kiran Gullapalli User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Joseph E. Sacco, Ph.D." References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> In-Reply-To: <1149165106.12208.63.camel@plantain.jesacco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.483 tagged_above=-999 required=2 tests=[AWL=0.039, BAYES_00=-2.599, TW_GT=0.077] X-Spam-Score: -2.483 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 05:01:41 -0000 Joseph E. Sacco, Ph.D. wrote: >You are not bothering us... [:-)] > >Try this... >* Goto the bootstrap directory and build and install: >- expat >- docbook-xml >- docbook-xsl > >* goto the gtk-doc directory >- make cookieclean >- make install > >-Joseph > > Well, I'm also facing the same problem. I tried the above. But it has done no good. The out put of where its failing is as follows. Command: nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog --noout /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog "-//OASIS//DTD DocBoox XML V4.1.2//EN" Output: No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN The #/etc/xml/catalog file is From kelsang.tsenle@web.de Fri Jun 2 05:22:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D914E3B1075 for ; Fri, 2 Jun 2006 05:22:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14065-10 for ; Fri, 2 Jun 2006 05:22:44 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 0ECCF3B105C for ; Fri, 2 Jun 2006 05:22:43 -0400 (EDT) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id C3F1D387B8; Fri, 2 Jun 2006 11:22:42 +0200 (CEST) Received: from [88.73.103.202] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1Fm5re-0005xW-00; Fri, 02 Jun 2006 11:22:42 +0200 Message-ID: <44800361.80804@web.de> Date: Fri, 02 Jun 2006 11:22:41 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: Surya Kiran Gullapalli References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> In-Reply-To: <447FC62E.8070007@fluent.co.in> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.466 tagged_above=-999 required=2 tests=[AWL=-0.079, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -2.466 X-Spam-Level: Cc: "Joseph E. Sacco, Ph.D." , garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 09:22:50 -0000 Hi all, Same thing for me. I compiled expat. The other two packages were already installed. Nothing changed. Same error message, the output of the command below is also the same. -- Tsenle Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > >> You are not bothering us... [:-)] >> >> Try this... * Goto the bootstrap directory and build and install: >> - expat >> - docbook-xml >> - docbook-xsl >> >> * goto the gtk-doc directory >> - make cookieclean >> - make install >> >> -Joseph >> >> > Well, > I'm also facing the same problem. I tried the above. But it has done > no good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN > > The #/etc/xml/catalog file is > > > V1.0//EN" > "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://www.oasis-open.org/docbook/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > uriStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > > From joseph_sacco@comcast.net Fri Jun 2 08:15:03 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B1D193B0351 for ; Fri, 2 Jun 2006 08:15:03 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24826-04 for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id 9D2C93B03AE for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060602121501012005c07he>; Fri, 2 Jun 2006 12:15:01 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447FC62E.8070007@fluent.co.in> References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> Content-Type: text/plain Date: Fri, 02 Jun 2006 08:15:00 -0400 Message-Id: <1149250500.14130.66.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.53 tagged_above=-999 required=2 tests=[AWL=-1.452, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_BX=0.077, TW_GT=0.077, TW_IB=0.077] X-Spam-Score: -0.53 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 12:15:03 -0000 Discretion is the better half of valor. We have chosen to retreat back to docbook-xml-4.1.2. What to do ??? There are two ways to proceed: * Fetch the latest tarballs [garnome-2.14.2.1 or garnome-2.15.2.2] or * Edit and rebuild bootstrap/docbook-xml and platform/libxml2 (1) uninstall docbook-xml-4.4 - cd bootstap/docbook-xml - make uninstall (2) edit the checksums and Makefile to build docbook-xml-4.1.2 see the CVS repository for what to change http://cvs.gnome.org/viewcvs/garnome/bootstrap/docbook-xml/ (3) install docbook-xml-4.1.2 (4) uninstall platform/libxml2 - cd platform/libxml2 - make uninstall (5) edit checksums and files/buildDocBookCatalog (6) rebuild libxml2 -Joseph =============================================================== On Fri, 2006-06-02 at 10:31 +0530, Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > > >You are not bothering us... [:-)] > > > >Try this... > >* Goto the bootstrap directory and build and install: > >- expat > >- docbook-xml > >- docbook-xsl > > > >* goto the gtk-doc directory > >- make cookieclean > >- make install > > > >-Joseph > > > > > Well, > I'm also facing the same problem. I tried the above. But it has done no > good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 2 19:49:16 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B47373B11C6 for ; Fri, 2 Jun 2006 19:49:16 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32055-01 for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B66CB3B047B for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k52NnDeK094370; Fri, 2 Jun 2006 17:49:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447B68A7.7070900@planet.nl> References: <447B68A7.7070900@planet.nl> Content-Type: text/plain Date: Sat, 03 Jun 2006 01:49:12 +0200 Message-Id: <1149292152.2043.18.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.47 tagged_above=-999 required=2 tests=[AWL=-0.025, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.47 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 23:49:16 -0000 On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > I'm finding 2 issues with the latest snapshot of garnome-daily > > 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version > 4.4. After changing the configure.in and configure scripts I could > continue the compile process. Thanks, Stef. :) This has been corrected in both branches. Current daily snapshots should work again. And we even released new tarballs for both stable and unstable branch with this fixed. I really need more time for mailing lists... :/ > 2 The sourceforge.net download links are failing if I don't use an > mirror site like belnet.dl.sourceforge.net for example. That's an sf.net issue we can do nothing about, unfortunately. The download.sf.net server we use is supposed to pick a working mirror... Apparently this either was a temporary issue only, or it is somewhat specific to your location/ISP. I just checked all sources we get from sf.net, and it worked for me. (15 of 18 total tarballs from sf.net have been retrieved on the first 'make fetch' attempt, 2 tarballs needed a second attempt. The last missing one was successful on the 4th go... Yes, it is commonly known that sf.net pretty much sucks at this, but there are projects that are available only on sf.net, unfortunately. [1]) ...guenther [1] We do switch to non sf.net servers (or more reliable servers, in general) if at all possible. Recently being moved away from sf.net are docbook-xml and libxklavier.) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 20:01:00 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5BC043B0B7F for ; Fri, 2 Jun 2006 20:01:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32590-06 for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 66E293B047B for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5300uja095161; Fri, 2 Jun 2006 18:00:57 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149292152.2043.18.camel@monkey.loc> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain Date: Sat, 03 Jun 2006 02:00:55 +0200 Message-Id: <1149292855.2043.24.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.547 tagged_above=-999 required=2 tests=[AWL=0.052, BAYES_00=-2.599] X-Spam-Score: -2.547 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 00:01:00 -0000 [...] > (15 of 18 total tarballs from sf.net have been retrieved on the first ^^^^^^^^ > 'make fetch' attempt, 2 tarballs needed a second attempt. The last > missing one was successful on the 4th go... Yes, it is commonly known > that sf.net pretty much sucks at this, but there are projects that are > available only on sf.net, unfortunately. [1]) Make that 17 total. :) My quick grep included libxklavier, which currently is available on one of the most reliable servers -- f.g.o. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 22:05:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5C8CE3B043C for ; Fri, 2 Jun 2006 22:05:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05171-02 for ; Fri, 2 Jun 2006 22:04:54 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 183E63B11E3 for ; Fri, 2 Jun 2006 22:04:26 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5324NmL001972; Fri, 2 Jun 2006 20:04:24 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447D9BF4.9050700@internode.on.net> References: <447D9BF4.9050700@internode.on.net> Content-Type: text/plain Date: Sat, 03 Jun 2006 04:04:22 +0200 Message-Id: <1149300262.2043.37.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.548 tagged_above=-999 required=2 tests=[AWL=0.051, BAYES_00=-2.599] X-Spam-Score: -2.548 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 02:05:17 -0000 On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: > hi all > I had garnome fail building gnome 2.15.1 because of a expat checksum error. > I quickly searched and found this link on the gnome forums [1]. > Searching the list archives didn't turn up a a result, incidentally. > The fix in the link is to download the package separately and overwrite > the dud one (which works) [2]. I was wondering if this is something that > could be fixed by garnome or is a sourceforge problem? This seems to be an sf.net issue. To sum it up: The expat fetched automatically by GARNOME from sf.net failed the checksum test. The expat you manually downloaded from sf.net worked. So the only difference is automatically vs. manually -- and frankly, this even is *no* difference at all, in case you used wget to manually fetch. ;) I bet you where hit by sf.net. I have seen them delivering a "404 not found" HTML document, instead of correctly failing. This is most likely what you got. The issue is, that the mirror actually delivered the requested document, although the content is not what has been requested. Thus the failing checksum test. In case you still have that first download, have a look at it. If it is not an HTML document, I'll owe a beer to anyone greeting me with the word GARNOME at the forthcoming GUADEC. ;-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From kamping_kaiser@internode.on.net Sat Jun 3 04:35:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 434893B050B for ; Sat, 3 Jun 2006 04:35:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22444-06 for ; Sat, 3 Jun 2006 04:35:18 -0400 (EDT) Received: from mail.internode.on.net (bld-mail03.adl2.internode.on.net [203.16.214.67]) by menubar.gnome.org (Postfix) with ESMTP id 6D91A3B04F9 for ; Sat, 3 Jun 2006 04:35:17 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 10312940 for ; Sat, 03 Jun 2006 18:05:08 +0930 (CST) Message-ID: <448149C2.2000703@internode.on.net> Date: Sat, 03 Jun 2006 18:05:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: garnome-list@gnome.org References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.6 tagged_above=-999 required=2 tests=[AWL=0.000, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.6 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 08:35:20 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > > To sum it up: The expat fetched automatically by GARNOME from sf.net > failed the checksum test. The expat you manually downloaded from sf.net > worked. So the only difference is automatically vs. manually -- and > frankly, this even is *no* difference at all, in case you used wget to > manually fetch. ;) > > I bet you where hit by sf.net. I have seen them delivering a "404 not > found" HTML document, instead of correctly failing. This is most likely > what you got. i expect your correct, as i got this for a second file after that. > > The issue is, that the mirror actually delivered the requested document, > although the content is not what has been requested. Thus the failing > checksum test. > > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) I clobered it, but it was only a few kb, so probably html :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From kamping_kaiser@internode.on.net Sat Jun 3 11:27:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 12F1F3B03FF for ; Sat, 3 Jun 2006 11:27:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12080-10 for ; Sat, 3 Jun 2006 11:27:21 -0400 (EDT) Received: from mail.internode.on.net (bld-mail07.adl2.internode.on.net [203.16.214.71]) by menubar.gnome.org (Postfix) with ESMTP id D1A663B050A for ; Sat, 3 Jun 2006 11:27:20 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 28025403 for multiple; Sun, 04 Jun 2006 00:56:57 +0930 (CST) Message-ID: <4481AA52.5010407@internode.on.net> Date: Sun, 04 Jun 2006 00:57:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: guenther References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.523 tagged_above=-999 required=2 tests=[AWL=-0.077, BAYES_00=-2.599, SPF_PASS=-0.001, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.523 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 15:27:24 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) Your beers safe: --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 => `download/partial/docbook-xsl-1.70.0.tar.bz2' Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, 212.219.56.167, ... Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [ <=> ] 147 --.--K/s 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' saved [147] make[7]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' [fetch] complete for docbook-xsl. ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 download/docbook-xsl-1.70.0.tar.bz2: FAILED *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR GAR GAR! *** make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 make[6]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' make: *** [paranoid-install] Error 2 karl@Rommel:~/garnome-2.15.2.2/desktop$ cd ../bootstrap/docbook-xsl/download/ karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh total 8.0K -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 docbook-xsl-1.70.0.tar.bz2: HTML document text karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat docbook-xsl-1.70.0.tar.bz2 karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ Not even a 404, not sure what it is though :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From guenther@rudersport.de Sun Jun 4 10:56:37 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 23D563B00CE for ; Sun, 4 Jun 2006 10:56:37 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23739-03 for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 82B213B009F for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k54EuVCl034602; Sun, 4 Jun 2006 08:56:32 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4481AA52.5010407@internode.on.net> References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> <4481AA52.5010407@internode.on.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 16:56:31 +0200 Message-Id: <1149432991.8235.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.471 tagged_above=-999 required=2 tests=[AWL=-0.026, BAYES_00=-2.599, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.471 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 14:56:37 -0000 On Sun, 2006-06-04 at 00:57 +0930, Karl Goetz wrote: > guenther wrote: > > This seems to be an sf.net issue. > > > In case you still have that first download, have a look at it. If it is > > not an HTML document, I'll owe a beer to anyone greeting me with the > > word GARNOME at the forthcoming GUADEC. ;-) > > Your beers safe: > > --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 > => `download/partial/docbook-xsl-1.70.0.tar.bz2' > Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, > 212.219.56.167, ... > Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. > HTTP request sent, awaiting response... 200 OK ^^^^^^ > Length: unspecified > > [ <=> > ] 147 --.--K/s > > 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' > saved [147] ^^^^^^^^^^^ > > make[7]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > [fetch] complete for docbook-xsl. > ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 > 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 > download/docbook-xsl-1.70.0.tar.bz2: FAILED > *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR > GAR GAR! *** > make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 > make[6]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > > make: *** [paranoid-install] Error 2 > karl@Rommel:~/garnome-2.15.2.2/desktop$ cd > ../bootstrap/docbook-xsl/download/ > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh > total 8.0K > -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 > drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 > docbook-xsl-1.70.0.tar.bz2: HTML document text ^^^^^^^^^^^^^^^^^^ Yeah. *sigh* Some mirrors seem to send out crappy HTML documents along with a code 200 OK, even if they are not going to deliver the requested content -- which frankly, should be a 4xx code. > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat > docbook-xsl-1.70.0.tar.bz2 > URL="http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2"> > > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ > > Not even a 404, not sure what it is though :) Looks like a hint to reload the very same requested URL again... Though this is not the duty of HTML code (which is the content being delivered over the HTTP protocol), but rather the protocols duty itself. GAR. So there we have a very poorly configured webserver... :-/ Sorry for the inconvenience, dude. Unfortunately, there is nothing we can do about sf.net... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From p.willis@telus.net Sun Jun 4 21:49:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 272F43B03EB for ; Sun, 4 Jun 2006 21:49:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25836-02 for ; Sun, 4 Jun 2006 21:48:53 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 117243B0681 for ; Sun, 4 Jun 2006 21:48:48 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([64.180.210.171]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060605014848.WAUS14541.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Sun, 4 Jun 2006 19:48:48 -0600 Received: from [192.168.1.10] (d64-180-210-171.bchsia.telus.net [64.180.210.171]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id CDMK5UNBKS for ; Sun, 4 Jun 2006 19:48:47 -0600 (MDT) Message-ID: <44838D75.4000508@telus.net> Date: Sun, 04 Jun 2006 18:48:37 -0700 From: pw User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Accept-Language: en-us, en MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.732 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, SPF_PASS=-0.001] X-Spam-Score: 0.732 X-Spam-Level: Subject: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 01:49:05 -0000 Hello, I am using Garnome to build gnome on Mandrake Linux 10.2. The build indicates that I require popt 1.5 or better to continue the build. When I go to the fsf popt site I am referred to ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz The FTP server is there but there are no directories below /pub . Is there anywhere else I can get a valid source for popt? Thanks Peter From joseph_sacco@comcast.net Sun Jun 4 22:23:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EB1A13B052C for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27596-09 for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id CFF513B03EB for ; Sun, 4 Jun 2006 22:23:56 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <2006060502235101200196jae>; Mon, 5 Jun 2006 02:23:51 +0000 From: "Joseph E. Sacco, Ph.D." To: pw In-Reply-To: <44838D75.4000508@telus.net> References: <44838D75.4000508@telus.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 22:23:50 -0400 Message-Id: <1149474230.14083.27.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.643 tagged_above=-999 required=2 tests=[AWL=-1.334, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.643 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 02:23:58 -0000 Build the version of popt found in the bootstrap directory. -Joseph ========================================================= On Sun, 2006-06-04 at 18:48 -0700, pw wrote: > Hello, > > I am using Garnome to build gnome on Mandrake Linux > 10.2. > > The build indicates that I require popt 1.5 or better > to continue the build. > > When I go to the fsf popt site I am referred to > > ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz > > > The FTP server is there but there are no directories > below /pub . > > Is there anywhere else I can get a valid source > for popt? > > Thanks > > Peter -- joseph_sacco [at] comcast [dot] net From cbarton@metavr.com Mon Jun 5 12:57:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E82E23B0941 for ; Mon, 5 Jun 2006 12:57:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15889-02 for ; Mon, 5 Jun 2006 12:57:27 -0400 (EDT) Received: from mail-ihug.icp-qv1-irony5.iinet.net.au (ihug-mail.icp-qv1-irony5.iinet.net.au [203.59.1.199]) by menubar.gnome.org (Postfix) with ESMTP id A01653B0940 for ; Mon, 5 Jun 2006 12:57:26 -0400 (EDT) Received: from 203-214-88-191.dyn.iinet.net.au (HELO [192.168.1.100]) ([203.214.88.191]) by mail-ihug.icp-qv1-irony5.iinet.net.au with ESMTP; 06 Jun 2006 00:57:24 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,211,1146412800"; d="scan'208"; a="788273094:sNHT21807728" Message-ID: <44846250.7010409@metavr.com> Date: Tue, 06 Jun 2006 02:56:48 +1000 From: Campbell Barton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: pw References: <44838D75.4000508@telus.net> In-Reply-To: <44838D75.4000508@telus.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.246 tagged_above=-999 required=2 tests=[AWL=0.353, BAYES_00=-2.599] X-Spam-Score: -2.246 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cbarton@metavr.com List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 16:57:30 -0000 Hey, I compile most stable garnome builds that are released ;) Id like to be able to compile without evalution, or epiphany- Bothe are big packages and since I use thunderbird and firefox its a lot of overhead I dont need. Also, I have had troubles compiling both.. Some Kind of minimal option would be nice. Also every time I build garnome (on Both Linux installs) - when building glib, I need to manually do and run ./configure --with-libiconv=gnu Otherwise it wont compile. - Realy a problem for glib but thaught Id mention anyhow, would be nice if it could auto detect this. Theres a few missing depancies exchange-data-server (needs OpenLDAP) gnome-panel (needs exchange-data-server) WHY?? - I removed from the makefile and gnome-panel compiled fine. without exchange. deskbar-applet (needs liboil) Cant recall the lib :/ (needs PyRex) From joseph_sacco@comcast.net Mon Jun 5 13:30:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C6BA63B0927 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17526-10 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by menubar.gnome.org (Postfix) with ESMTP id DB72C3B0668 for ; Mon, 5 Jun 2006 13:30:49 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc14) with SMTP id <2006060517304601400o1mege>; Mon, 5 Jun 2006 17:30:46 +0000 From: "Joseph E. Sacco, Ph.D." To: cbarton@metavr.com In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Mon, 05 Jun 2006 13:30:45 -0400 Message-Id: <1149528645.2858.26.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 (2.7.2.1-4) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.711 tagged_above=-999 required=2 tests=[AWL=-1.267, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.711 X-Spam-Level: Cc: garnome-list@gnome.org, pw Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 17:30:51 -0000 Campbell, You can "hide" an application from the build process by by prefixing the name of the application with a '.'. For example, desktop/evolution -> desktop/.evolution When you hide an application, you will also need to hide all other applications that explicitly depend upon it. -Joseph =========================================================== On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) > > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. > > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. > deskbar-applet (needs liboil) > Cant recall the lib :/ (needs PyRex) -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Mon Jun 5 14:44:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 053253B0964 for ; Mon, 5 Jun 2006 14:44:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22455-04 for ; Mon, 5 Jun 2006 14:44:08 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 9AA693B0905 for ; Mon, 5 Jun 2006 14:44:07 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k55Ii9ga001640; Mon, 5 Jun 2006 20:44:10 +0200 Message-ID: <44847B79.8000606@planet.nl> Date: Mon, 05 Jun 2006 20:44:09 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: guenther References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> In-Reply-To: <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.517 tagged_above=-999 required=2 tests=[AWL=-0.654, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -1.517 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 18:44:11 -0000 Hi Guenther, Thanks for the feedback. I'm glad to hear that I've not gone crazy alone ;-) with sourgeforge and their download procedures. I'll just keep on changing the makefiles if the downloads fails it's not a big deal. I'll try the latest snapshot to see how that one performs. Kindest regards, Stef guenther wrote: >On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > > > >>I'm finding 2 issues with the latest snapshot of garnome-daily >> >>1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version >>4.4. After changing the configure.in and configure scripts I could >>continue the compile process. >> >> > >Thanks, Stef. :) This has been corrected in both branches. Current >daily snapshots should work again. And we even released new tarballs for >both stable and unstable branch with this fixed. > >I really need more time for mailing lists... :/ > > > > >>2 The sourceforge.net download links are failing if I don't use an >>mirror site like belnet.dl.sourceforge.net for example. >> >> > >That's an sf.net issue we can do nothing about, unfortunately. The >download.sf.net server we use is supposed to pick a working mirror... > >Apparently this either was a temporary issue only, or it is somewhat >specific to your location/ISP. I just checked all sources we get from >sf.net, and it worked for me. > >(15 of 18 total tarballs from sf.net have been retrieved on the first >'make fetch' attempt, 2 tarballs needed a second attempt. The last >missing one was successful on the 4th go... Yes, it is commonly known >that sf.net pretty much sucks at this, but there are projects that are >available only on sf.net, unfortunately. [1]) > >...guenther > > >[1] We do switch to non sf.net servers (or more reliable servers, in > general) if at all possible. Recently being moved away from sf.net > are docbook-xml and libxklavier.) > > > From go@turix.com.ar Mon Jun 5 16:16:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B761E3B029D for ; Mon, 5 Jun 2006 16:16:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28247-04 for ; Mon, 5 Jun 2006 16:16:23 -0400 (EDT) Received: from marte.xmundo.net (marte.xmundo.net [201.216.232.12]) by menubar.gnome.org (Postfix) with ESMTP id AC2DD3B025B for ; Mon, 5 Jun 2006 16:16:22 -0400 (EDT) Received: from [192.168.0.222] (customer200-41.iplannetworks.net [200.61.176.41] (may be forged)) (authenticated bits=0) by marte.xmundo.net (8.12.11/8.12.11) with ESMTP id k55KGKBa020337 for ; Mon, 5 Jun 2006 17:16:20 -0300 Message-ID: <4484962B.1050907@turix.com.ar> Date: Mon, 05 Jun 2006 17:38:03 -0300 From: Gonzalo Odiard User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 Cc: garnome-list@gnome.org References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> In-Reply-To: <44847B79.8000606@planet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.37 tagged_above=-999 required=2 tests=[AWL=0.075, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.37 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 20:16:24 -0000 I have the same problem with sourceforge and not is a new problem. Gonzalo Odiard Stef van der Made escribió: > > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy > alone ;-) with sourgeforge and their download procedures. I'll just > keep on changing the makefiles if the downloads fails it's not a big > deal. > > I'll try the latest snapshot to see how that one performs. > > Kindest regards, > > Stef > > guenther wrote: > >> On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: >> >> >> >>> I'm finding 2 issues with the latest snapshot of garnome-daily >>> >>> 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to >>> version 4.4. After changing the configure.in and configure scripts I >>> could continue the compile process. >>> >> >> Thanks, Stef. :) This has been corrected in both branches. Current >> daily snapshots should work again. And we even released new tarballs for >> both stable and unstable branch with this fixed. >> >> I really need more time for mailing lists... :/ >> >> >> >> >>> 2 The sourceforge.net download links are failing if I don't use an >>> mirror site like belnet.dl.sourceforge.net for example. >>> >> >> That's an sf.net issue we can do nothing about, unfortunately. The >> download.sf.net server we use is supposed to pick a working mirror... >> >> Apparently this either was a temporary issue only, or it is somewhat >> specific to your location/ISP. I just checked all sources we get from >> sf.net, and it worked for me. >> >> (15 of 18 total tarballs from sf.net have been retrieved on the first >> 'make fetch' attempt, 2 tarballs needed a second attempt. The last >> missing one was successful on the 4th go... Yes, it is commonly known >> that sf.net pretty much sucks at this, but there are projects that are >> available only on sf.net, unfortunately. [1]) >> >> ...guenther >> >> >> [1] We do switch to non sf.net servers (or more reliable servers, in >> general) if at all possible. Recently being moved away from sf.net >> are docbook-xml and libxklavier.) >> >> >> > From pd@cipherfunk.org Mon Jun 5 21:06:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 463C33B0526 for ; Mon, 5 Jun 2006 21:06:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13901-02 for ; Mon, 5 Jun 2006 21:06:21 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id 08D7B3B0837 for ; Mon, 5 Jun 2006 21:06:20 -0400 (EDT) Received: (qmail 19894 invoked by uid 0); 6 Jun 2006 01:02:41 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Mon, 05 Jun 2006 18:02:41 -0700 From: Paul Drain To: garnome-list@gnome.org In-Reply-To: <44847B79.8000606@planet.nl> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> Content-Type: text/plain Organization: ::cipherfunk industries:: Date: Tue, 06 Jun 2006 11:07:57 +1000 Message-Id: <1149556077.29331.68.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.182 tagged_above=-999 required=2 tests=[AWL=0.417, BAYES_00=-2.599] X-Spam-Score: -2.182 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 01:06:24 -0000 On Mon, 2006-06-05 at 20:44 +0200, Stef van der Made wrote: > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy alone > ;-) with sourgeforge and their download procedures. I'll just keep on > changing the makefiles if the downloads fails it's not a big deal. > > I'll try the latest snapshot to see how that one performs. FWIW, this has been a problem ever since Sourceforge moved to the mirroring system script they use now -- everything's fine if all the mirrors sync up, but sometimes your .tar.gz will consist of a broken webpage when the redirection fails. It was one of the main reasons I used to host a bunch of files directly on the cipherfunk FTP site -- so people looking for things like docbook would no longer be 'trapped in the system' as it were. Regards, Paul From suryakiran.gullapalli@gmail.com Mon Jun 5 23:52:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0EF503B000A for ; Mon, 5 Jun 2006 23:52:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20778-03 for ; Mon, 5 Jun 2006 23:52:38 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by menubar.gnome.org (Postfix) with ESMTP id BC5683B00AE for ; Mon, 5 Jun 2006 23:52:37 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so2225453nzo for ; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VYoN+oVMUDftqAms7IToBFmTrUKIPBkOs4bJsuzjgorvzn7uLPAwcbj9LO/m98xqMkr2OqAduRetSPPBW0EXinttMoZRAs6TLtijHJWQDYRKNd3cCkq8ZsM8flj+Kbwjzq8AU9qvx0QitFQqCDPqBl/PU8ze3MPIDrkqxHK/7Xw= Received: by 10.36.19.13 with SMTP id 13mr7390724nzs; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Mon, 5 Jun 2006 20:52:36 -0700 (PDT) Message-ID: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Date: Tue, 6 Jun 2006 09:22:36 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2732_1312467.1149565956475" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.657 tagged_above=-999 required=2 tests=[AWL=-0.486, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077] X-Spam-Score: -1.657 X-Spam-Level: Subject: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 03:52:43 -0000 ------=_Part_2732_1312467.1149565956475 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying to build gnome using garnome-2.14.2. But gamin build fails. Here is the output . ========================== [===== NOW BUILDING: gamin-0.1.7 =====] install -d cookies/main.d install -d download install -d download/partial ==> Grabbing download/gamin-0.1.7.tar.gz ==> Trying file//files/gamin-0.1.7.tar.gz make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 ==> Trying file///nfs/skglnx/home/skg/Builds/gnome-2.14.2/gamin- 0.1.7.tar.gz ==> Grabbing download/python-path-fixes.diff ==> Trying file//files/python-path-fixes.diff [fetch] complete for gamin. ==> Running checksum on gamin-0.1.7.tar.gz 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz file gamin-0.1.7.tar.gz passes checksum test! ==> Running checksum on python-path-fixes.diff 19ff10882346340ed12244d3cc5ab96d download/python-path-fixes.diff file python-path-fixes.diff passes checksum test! [checksum] complete for gamin. install -d work/main.d ==> Extracting download/gamin-0.1.7.tar.gz [extract] complete for gamin. ==> Applying patch download/python-path-fixes.diff patching file configure.in [patch] complete for gamin. [fixup] complete for gamin. acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB ==> Running configure in work/main.d/gamin-0.1.7 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1 /bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3 checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed checking for egrep... grep -E checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ accepts -g... yes checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... gcc3 checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for library containing strerror... none required checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking gtk-doc version >= 1.0... yes checking for usleep... yes checking for setsid... yes checking for setenv... yes checking for putenv... yes checking for getlogin_r... yes checking for nanoseconds field of struct stat.st_mtim... tv_nsec ./configure: line 21414: syntax error near unexpected token `DAEMON,' ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 =================================== If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there. Can i safely ignore the warning message. ? and then there's a syntax error in configure script, again talking about glib. what am i doing wrong? Surya ------=_Part_2732_1312467.1149565956475 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying to build gnome using garnome-2.14.2. But gamin build fails.

Here is the output .

==========================
[===== NOW BUILDING:    gamin-0.1.7     =====]
install -d cookies/main.d
install -d download
install -d download/partial
 ==> Grabbing download/gamin-0.1.7.tar.gz
        ==> Trying file//files/gamin-0.1.7.tar.gz
make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1
        ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- 2.14.2/gamin-0.1.7.tar.gz
 ==> Grabbing download/python-path-fixes.diff
        ==> Trying file//files/python-path-fixes.diff
        [fetch] complete for gamin.
 ==> Running checksum on gamin-0.1.7.tar.gz
1a1991ffa749b7dc2cc0573d6a2867b8  download/gamin-0.1.7.tar.gz
file gamin-0.1.7.tar.gz passes checksum test!
 ==> Running checksum on python-path-fixes.diff
19ff10882346340ed12244d3cc5ab96d  download/python- path-fixes.diff
file python-path-fixes.diff passes checksum test!
        [checksum] complete for gamin.
install -d work/main.d
 ==> Extracting download/gamin-0.1.7.tar.gz
        [extract] complete for gamin.
 ==> Applying patch download/python-path-fixes.diff
patching file configure.in
        [patch] complete for gamin.
        [fixup] complete for gamin.
acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
 ==> Running configure in work/main.d/gamin-0.1.7
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc accepts -g... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3
checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed
checking for egrep... grep -E
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h.. . yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ accepts -g... yes
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... gcc3
checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag  works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for library containing strerror... none required
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking gtk-doc version >= 1.0... yes
checking for usleep... yes
checking for setsid... yes
checking for setenv... yes
checking for putenv... yes
checking for getlogin_r... yes
checking for nanoseconds field of struct stat.st_mtim... tv_nsec
./configure: line 21414: syntax error near unexpected token `DAEMON,'
./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)'
make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2
===================================

If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there.

Can i safely ignore the warning message. ?

and then there's a syntax error in configure script, again talking about glib.
what am i doing wrong?

Surya

------=_Part_2732_1312467.1149565956475-- From joseph_sacco@comcast.net Tue Jun 6 10:31:55 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 879353B0107 for ; Tue, 6 Jun 2006 10:31:55 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29002-07 for ; Tue, 6 Jun 2006 10:31:52 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id A7BAC3B012A for ; Tue, 6 Jun 2006 10:31:37 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060606143136m1100l78u6e>; Tue, 6 Jun 2006 14:31:36 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> References: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 10:31:34 -0400 Message-Id: <1149604294.12352.28.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.606 tagged_above=-999 required=2 tests=[AWL=-1.374, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -0.606 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:31:55 -0000 The python path hack deals with the situation were python-2.4.x is installed in a non-standard location. If python-2.4.x is installed under /usr/bin you can eliminate the hack: * copy Makefile Makefile- * edit Makefile - comment out line beginning with PATHFILES - comment out pre-configure section Otherwise, * build bootstrap/automake-1.9 * cd bootstrap/gamin - make cookieclean - make install -Joseph ============================================================================= On Tue, 2006-06-06 at 09:22 +0530, Surya Kiran Gullapalli wrote: > Hi, > I'm trying to build gnome using garnome-2.14.2. But gamin build fails. > > Here is the output . > > ========================== > [===== NOW BUILDING: gamin-0.1.7 =====] > install -d cookies/main.d > install -d download > install -d download/partial > ==> Grabbing download/gamin-0.1.7.tar.gz > ==> Trying file//files/gamin-0.1.7.tar.gz > make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 > ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- > 2.14.2/gamin-0.1.7.tar.gz > ==> Grabbing download/python-path-fixes.diff > ==> Trying file//files/python-path-fixes.diff > [fetch] complete for gamin. > ==> Running checksum on gamin-0.1.7.tar.gz > 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz > file gamin-0.1.7.tar.gz passes checksum test! > ==> Running checksum on python-path-fixes.diff > 19ff10882346340ed12244d3cc5ab96d download/python- path-fixes.diff > file python-path-fixes.diff passes checksum test! > [checksum] complete for gamin. > install -d work/main.d > ==> Extracting download/gamin-0.1.7.tar.gz > [extract] complete for gamin. > ==> Applying patch download/python-path-fixes.diff > patching file configure.in > [patch] complete for gamin. > [fixup] complete for gamin. > acinclude.m4:4: warning: underquoted definition of > AC_STRUCT_ST_MTIM_NSEC > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending% > 20aclocal > /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of > AM_PATH_GTK > /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of > AM_PATH_GLIB > ==> Running configure in work/main.d/gamin-0.1.7 > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking for > gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc accepts -g... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... > gcc3 > checking for a sed that does not truncate > output... /nfs/skglnx/home/skg/Packages/bin/sed > checking for egrep... grep -E > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h.. . yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking whether we are using the GNU C++ compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ accepts -g... yes > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... > gcc3 > checking how to run the C++ > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ -E > checking for g77... g77 > checking whether we are using the GNU Fortran 77 compiler... yes > checking whether g77 accepts -g... yes > checking the maximum length of command line arguments... 32768 > checking command to parse /usr/bin/nm -B output > from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static > flag works... yes > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > supports -fno-rtti -fno-exceptions... no > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to produce PIC... -fPIC > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC > flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g > ++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > option to produce PIC... -fPIC > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g > ++ PIC flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > appending configuration tag "F77" to libtool > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > checking for g77 option to produce PIC... -fPIC > checking if g77 PIC flag -fPIC works... yes > checking if g77 supports -c -o file.o... yes > checking whether the g77 linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking for library containing strerror... none required > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for ANSI C header files... (cached) yes > checking for a BSD-compatible install... /usr/bin/install -c > checking whether make sets $(MAKE)... (cached) yes > checking gtk-doc version >= 1.0... yes > checking for usleep... yes > checking for setsid... yes > checking for setenv... yes > checking for putenv... yes > checking for getlogin_r... yes > checking for nanoseconds field of struct stat.st_mtim... tv_nsec > ./configure: line 21414: syntax error near unexpected token `DAEMON,' > ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' > make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 > =================================== > > If you look at the beginning of the output, there's a warning message > from aclocal. Apparently, its trying to pick glib/gtk > from /usr/local/share path. But my gnome is not installed there. > > Can i safely ignore the warning message. ? > > and then there's a syntax error in configure script, again talking > about glib. > what am i doing wrong? > > Surya > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Tue Jun 6 16:33:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 999E13B0B52 for ; Tue, 6 Jun 2006 16:33:17 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20061-07 for ; Tue, 6 Jun 2006 16:33:16 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 0C2A13B0AE1 for ; Tue, 6 Jun 2006 16:33:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56KXDE9064909; Tue, 6 Jun 2006 14:33:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4484962B.1050907@turix.com.ar> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:33:12 +0200 Message-Id: <1149625992.8337.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:33:17 -0000 > > guenther wrote: [...] > >> That's an sf.net issue we can do nothing about, unfortunately. The > >> download.sf.net server we use is supposed to pick a working mirror... On Mon, 2006-06-05 at 17:38 -0300, Gonzalo Odiard wrote: > I have the same problem with sourceforge and not is a new problem. Exactly. :) Simply trying again (aka "insisting" ;) already solves the sf.net download issue in almost all cases. The "broken HTML" issue being the notable exception. But I only rarely saw that one myself... Since most of the tarballs we still need to fetch from sf.net tend to not be updated often, a GARCHIVEDIR helps preventing these issues even for new G(AR)NOME releases. Also, I'd like to take this opportunity to introduce a pretty handy 'make' option: -C Without the need to cd to a dir and back again later, just use a command like this to (in this example) insist on downloading the latest gaim release: $ make -C fifth-toe/gaim/ fetch Have fun... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 16:39:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2EA9D3B09D4 for ; Tue, 6 Jun 2006 16:39:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20599-08 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 127CD3B02A9 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56Kd5mL065246; Tue, 6 Jun 2006 14:39:06 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149556077.29331.68.camel@localhost.localdomain> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <1149556077.29331.68.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:39:04 +0200 Message-Id: <1149626345.8337.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:39:09 -0000 On Tue, 2006-06-06 at 11:07 +1000, Paul Drain wrote: > FWIW, this has been a problem ever since Sourceforge moved to the > mirroring system script they use now -- everything's fine if all the > mirrors sync up, but sometimes your .tar.gz will consist of a broken > webpage when the redirection fails. > > It was one of the main reasons I used to host a bunch of files directly > on the cipherfunk FTP site -- so people looking for things like docbook > would no longer be 'trapped in the system' as it were. Yeah, unfortunately we can not do this with our w.g.o accounts. Well, we could, but we really shouldn't. ;) FWIW, besides using other mirrors wherever we can, we are currently pondering some fallback ideas for such and similar cases... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 17:26:38 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0A2B23B00BC for ; Tue, 6 Jun 2006 17:26:38 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23080-02 for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 575653B007E for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56LQXLm068078; Tue, 6 Jun 2006 15:26:34 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 23:26:32 +0200 Message-Id: <1149629192.8337.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 21:26:38 -0000 On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) Thanks, great to hear. :) > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. You easily can disable packages, that you don't want. As Joseph already mentioned, renaming the dir (like epiphany) with a leading dot will do. This is the way to easily get it back in case something else depends on it. (Yes, if there are no lurking deps, you can remove those garballs just as well.) Both Epiphany and Evolution are pretty safe to remove. Note though, that out of the box there are two deps on Epiphany: epiphany-extensions and gwget, both in geektoys. Not an issue if you don't want neither of them. ;) In the Evolution case, there are some other circumstances, too. Mail-notification is the only app that depends on Evo itself, due to the usual use case for MN. Anyway, that could easily be changed if you want MN without the Evo integration. If you do not build Evo, you can safely drop the following garballs too, since they are used by Evo only (all in the desktop/ meta-garball): gtkhtml, libsoup, evolution-webcal, evolution-exchange. However, you can *not* simply opt out of evolution-data-server (see below). Regarding the "minimal" option: I'm sorry, but we won't do that. The most obvious reason: GARNOME is a build utility for the GNOME Desktop -- and Evolution and Epiphany are officially part of GNOME. Another reason is: What to include in the minimal option? Some don't like Epiphany, some don't want Evolution, some don't need Ekiga, dasher, etc... > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) One of the external deps we can not provide. You should install it system wide, if possible. Or edit the evolution-data-server/Makefile and get rid of the --with-openldap option in the CONFIGURE_ARGS. > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. *evolution*-data-server :) Unlike Evolution itself, there are a few apps in the official Desktop stack and extra packages that depend on evolution-data-server. e-d-s has been split up from Evo for that very reason, providing a common backend used across multiple apps sharing the same user data. In the case of gnome-panel, the clock applet actually features integrated Calendar and Tasks and depends on e-d-s for that. Apart from gnome-panel, there is a contact-lookup-applet part of GNOME, that queries your Address Books. Ekiga and Gaim (can) use these Address Books as well. Since our aim is to provide the GNOME Desktop, we sure want this integration to be built out of the box, without any manual tweaking by the user. Thus the LIBDEPS for apps, that optionally support features using other parts of the Desktop. For them to be built, we need to make sure the dependencies are built already. > deskbar-applet (needs liboil) Provided by GARNOME in bootstrap/ for those systems, that don't ship with the required version, since it is a pretty recent one. $ make -C bootstrap/liboil install Also, I believe this is control-center rather than deskbar-applet. ;) And no, please do not ask me what the control-center needs a highly optimized lib for... > Cant recall the lib :/ (needs PyRex) Yes. One of the external deps we can not provide. You should install it system wide, if possible. Hope this explains why. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 18:43:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CA5AE3B00E6 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26787-04 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from priv-edmwes33.telusplanet.net (defout.telus.net [204.209.205.55]) by menubar.gnome.org (Postfix) with ESMTP id 8E2A23B0124 for ; Tue, 6 Jun 2006 18:43:19 -0400 (EDT) Received: from priv-edmwaa06.telusplanet.net ([205.206.110.253]) by priv-edmwes33.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060606224318.TOWX21883.priv-edmwes33.telusplanet.net@priv-edmwaa06.telusplanet.net> for ; Tue, 6 Jun 2006 16:43:18 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edmwaa06.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id E35BV4DGV2 for ; Tue, 6 Jun 2006 16:43:17 -0600 (MDT) Date: Tue, 6 Jun 2006 16:43:07 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.445 tagged_above=-999 required=2 tests=[AWL=-1.797, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.445 X-Spam-Level: Subject: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:43:21 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpIaQ0KVGhl IGJ1aWxkIGlzIGZhaWxpbmcgYmVjYXVzZSBpdCBjYW4ndCBmaW5kIHRoZSB2ZXJzaW9uIHJlcXVl c3RlZC4gVGhlDQpyZWFzb24gZm9yIHRoYXQgaXMgYmVjYXVzZSBuZXcgdmVyc2lvbnMgaGF2ZSBi ZWVuIHJlbGVhc2VkOg0KDQpla2lnYS0yLjAuMi50YXIuZ3oNCm9wYWwtMi4yLjIudGFyLmd6DQpw d2xpYi0xLjEwLjEudGFyLmd6DQoNCkkgdGhpbmsgcHdsaWIgaXMgdGhlIHNhbWUgdmVyc2lvbiBi dXQgYm90aCBvcGFsIGFuZCBla2lnYSBhcmUgbmV3ZXIuDQoNCkkndmUgZCdsb2FkZWQgdGhlIHNv dXJjZXMgYXMgd2VsbCBhcyBycG1zIGZvciBteSBkaXN0cm8gKEZDNSkuIElmIEkgaW5zdGFsbA0K dGhlIHJwbXMgaXQncyBub3QgcmVhbGx5IGdvaW5nIHRvIGRvIG11Y2ggZm9yIGdhcm5vbWUgaXMg aXQ/IElmIG5vdCwgd2hhdA0KZmlsZXMgZG8gSSBuZWVkIHRvIG1vZGlmeSB0byBsb29rIGZvciB0 aGUgbmV3ZXIgZmlsZXMgYWxyZWFkeSBkb3dubG9hZGVkPw0KDQpUaGFua3MhDQpNeWxlcw0KLSAt LSANCk5vIGdyb3VwIG9mIHByb2Zlc3Npb25hbHMgbWVldHMgZXhjZXB0IHRvIGNvbnNwaXJlIGFn YWluc3QgdGhlIHB1YmxpYyBhdA0KbGFyZ2UuIC0tIE1hcmsgVHdhaW4NCi0tLS0tQkVHSU4gUEdQ IFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4 REJRRkVoZ1VCZjhFMStPL0pxNVlSQXR3N0FKOWp6RFhtOGFOMkNEb252blRNN25OMlR4TXNhd0Nl THhMWQ0KOUpMYW02TDgwVWliR0d5eHJYZnpEbDQ9DQo9NHpTeQ0KLS0tLS1FTkQgUEdQIFNJR05B VFVSRS0tLS0tDQo= From guenther@rudersport.de Tue Jun 6 18:52:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E65F13B0327; Tue, 6 Jun 2006 18:52:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27370-08; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 80BCF3B02AB; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56MpvdM073205; Tue, 6 Jun 2006 16:51:58 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: References: Content-Type: text/plain Date: Wed, 07 Jun 2006 00:51:56 +0200 Message-Id: <1149634316.10273.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Cc: gnome-list@gnome.org Subject: Re: [FYI] build interactively X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:52:01 -0000 [ Please do not cross-post, unless you really have to. ] > garnome-2.14.0 composed of 267 packages, > and there are complicate dependencies between different libs. Yes, apart from the official GNOME Desktop and Developer Platform, GARNOME ships with "a host of third-party GNOME packages, Bindings and the Mono(tm) Platform", as mentioned in the release announcements. :) Anyway, please note: The additional packages are optional. When using GARNOME, you are free to build or not build them. > usually not all of them are wanted, > in case garnome is to be built from scratch, > here is the order to take to avoid depency problem. Thanks for your work, I guess. Though you really do not need to care about those deps, since resolving the deps is an important part about GARNOME. It takes care of them for you. > information extracted from garname Makefile's `LIBDEPS=' directive. Exactly that's where the deps are defined. > there seem to be recursive dependencies defined in `LIBDEPS+=' > directive, dependency introduced by these directives are not listed > here. No. That's not recursion. The "LIBDEPS +=" apply some deps by build magic, gathering from your environment if a particular dep needs to be built or is satisfied already. > also some other libs required but not included in garnome, like > libexif etc. you want to build them as needed. Yup. Unfortunately we can not ship with every dependency. Those deps are detailed in the README and should be provided by your distro. > here is the list, the whole build process divided into 19 round, libs > in round 2 depend on libs in round 1, round 3 depend on 2, maybe also > depend on 1, and so on. [ list snipped ] Note that this includes *everything*, even matchbox, which typically is not built. Actually, rather than "19 rounds", this all boils down to *one* single command when using GARNOME: $ make install ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 19:49:32 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4FA333B012A for ; Tue, 6 Jun 2006 19:49:32 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30347-06 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B7F043B0344 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56NnP2T076758; Tue, 6 Jun 2006 17:49:26 -0600 (MDT) From: guenther To: Myles Green In-Reply-To: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 01:49:23 +0200 Message-Id: <1149637764.10273.36.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 23:49:32 -0000 On Tue, 2006-06-06 at 16:43 -0600, Myles Green wrote: > The build is failing because it can't find the version requested. The > reason for that is because new versions have been released: > > ekiga-2.0.2.tar.gz > opal-2.2.2.tar.gz > pwlib-1.10.1.tar.gz Crap. :-( Looks like you are totally right, dude. Rather that *adding* a new release, it seems the old opal and pwlib source tarballs actually have been removed. What an unfriendly and stupid way... (Only ekiga itself still is available, since it is hosted on f.g.o, but the releases hosted on ekiga.org have vanished.) > I think pwlib is the same version but both opal and ekiga are newer. > > I've d'loaded the sources as well as rpms for my distro (FC5). If I install > the rpms it's not really going to do much for garnome is it? If not, what > files do I need to modify to look for the newer files already downloaded? I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your download and build pleasure. You can find them here: http://gnome.org/~kbrae/garnome/ You now have quite a few options how to proceed. * Manually download opal and pwlib and stick them in the download/ dir in bootstrap/opal/ and bootstrap/pwlib respectively (or your GARCHIVEDIR, if you use it). * Adjust the MASTER_SITES line in the Makefile for bootstrap/opal/ and bootstrap/pwlib/ to simply point to the URL mentioned above. * Bump the versions of opal, pwlib and probably ekiga (including correcting the checksums). This unfortunately would mean, that you also need to adjust the MASTER_SITES for ekiga -- since 2.0.2 hasn't been uploaded to f.g.o yet. You can find the relevant changes Joseph did just today in viewcvs: http://cvs.gnome.org/viewcvs/garnome/ HTH ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 23:20:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 36E613B025E for ; Tue, 6 Jun 2006 23:20:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07838-08 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnes09.telusplanet.net (outbound02.telus.net [199.185.220.221]) by menubar.gnome.org (Postfix) with ESMTP id 609E93B0119 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes09.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607032049.KBGV28773.priv-edtnes09.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Tue, 6 Jun 2006 21:20:49 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id A7XGCPJFHR for ; Tue, 6 Jun 2006 21:20:48 -0600 (MDT) Date: Tue, 6 Jun 2006 21:20:43 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149637764.10273.36.camel@monkey.loc> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.174 tagged_above=-999 required=2 tests=[AWL=-1.526, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.174 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 03:20:53 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDAxOjQ5OjIzICswMjAwDQpndWVudGhlciA8Z3VlbnRoZXJAcnVkZXJzcG9y dC5kZT4gd3JvdGU6DQoNCj4gIFlvdSBjYW4gZmluZCB0aGUgcmVsZXZhbnQgY2hhbmdlcyBKb3Nl cGggZGlkIGp1c3QgdG9kYXkgaW4gdmlld2N2czoNCj4gICBodHRwOi8vY3ZzLmdub21lLm9yZy92 aWV3Y3ZzL2dhcm5vbWUvDQoNCk9vb3BzLCBsb29rcyBsaWtlIG15IGxhc3QgcmVwbHkgd2FzIHNl bnQgb25seSB0byBHdWVudGhlciwgc29ycnkgYWJvdXQNCnRoYXQuIEkgc2VlIEpvc2VwaCBmaXhl ZCB0aGluZ3MgdXAgaW4gQ1ZTLCBhcmUgdGhlcmUgaW5zdHJ1Y3Rpb25zIHNvbWV3aGVyZQ0Kb24g aG93IHRvIGdldC91c2UgdGhlIGN2cyB2ZXJzaW9uPyANCg0KVGhhbmtzLCBNeWxlcw0KLSAtLSAN CkhlIHdobyBmZWFycyB0aGUgdW5rbm93biBtYXkgb25lIGRheSBmbGVlIGZyb20gaGlzIG93biBi YWNrc2lkZS4NCgkJLS0gU2luYmFkDQotLS0tLUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0tLQ0KVmVy c2lvbjogR251UEcgdjEuNC4zIChHTlUvTGludXgpDQoNCmlEOERCUUZFaGtZTWY4RTErTy9KcTVZ UkFucmRBS0MvbHE5MWtmL1EydFNJS2dRRjJESERpN1p6cndDYUFwMXcNCnVPOG90QzIrN3plTjEw QWF5VHg5M1lZPQ0KPXFneXINCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From joseph_sacco@comcast.net Wed Jun 7 08:18:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C1EA13B0CB4 for ; Wed, 7 Jun 2006 08:18:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10686-03 for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id 2D6303B08CC for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060607121808m1100l743re>; Wed, 7 Jun 2006 12:18:08 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 08:18:07 -0400 Message-Id: <1149682687.25628.47.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.645 tagged_above=-999 required=2 tests=[AWL=-1.336, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.645 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 12:18:11 -0000 Short term solution -------------------- * Examine the GAR Makefile in CVS and make the appropriate changes to your local makefiles * For each app: run 'make makesum' , which will fetch the tarball and update the checksum you are good to go Longer term solution -------------------- Pull down a copy of GARNOME CVS http://www.gnome.org/projects/garnome/devel.html Once you have done this, you can easily update by running cvs update -dP -Joseph ======================================================================== On Tue, 2006-06-06 at 21:20 -0600, Myles Green wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wed, 07 Jun 2006 01:49:23 +0200 > guenther wrote: > > > You can find the relevant changes Joseph did just today in viewcvs: > > http://cvs.gnome.org/viewcvs/garnome/ > > Ooops, looks like my last reply was sent only to Guenther, sorry about > that. I see Joseph fixed things up in CVS, are there instructions somewhere > on how to get/use the cvs version? > > Thanks, Myles > - -- > He who fears the unknown may one day flee from his own backside. > -- Sinbad > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (GNU/Linux) > > iD8DBQFEhkYMf8E1+O/Jq5YRAnrdAKC/lq91kf/Q2tSIKgQF2DHDi7ZzrwCaAp1w > uO8otC2+7zeN10AayTx93YY= > =qgyr > -----END PGP SIGNATURE----- -- joseph_sacco [at] comcast [dot] net From rmg57@telus.net Wed Jun 7 09:48:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 6FCC63B0407 for ; Wed, 7 Jun 2006 09:48:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17730-03 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 2A7283B02C0 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607134808.BYYK19483.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Wed, 7 Jun 2006 07:48:08 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id 62NT9SHCXJ for ; Wed, 7 Jun 2006 07:48:02 -0600 (MDT) Date: Wed, 7 Jun 2006 07:47:45 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060607074745.27b55c9e@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.014 tagged_above=-999 required=2 tests=[AWL=-1.366, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.014 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 13:48:13 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDA4OjE4OjA3IC0wNDAwDQoiSm9zZXBoIEUuIFNhY2NvLCBQaC5ELiIgPGpv c2VwaF9zYWNjb0Bjb21jYXN0Lm5ldD4gd3JvdGU6DQoNCj4gU2hvcnQgdGVybSBzb2x1dGlvbg0K PiAtLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPiAqIEV4YW1pbmUgdGhlIEdBUiBNYWtlZmlsZSBpbiBD VlMgYW5kIG1ha2UgdGhlIGFwcHJvcHJpYXRlIGNoYW5nZXMgdG8NCj4geW91ciBsb2NhbCBtYWtl ZmlsZXMNCj4gKiBGb3IgZWFjaCBhcHA6DQo+IHJ1biAnbWFrZSBtYWtlc3VtJyAsIHdoaWNoIHdp bGwgZmV0Y2ggdGhlIHRhcmJhbGwgYW5kIHVwZGF0ZSB0aGUNCj4gY2hlY2tzdW0NCj4gDQo+IHlv dSBhcmUgZ29vZCB0byBnbw0KPiANCj4gDQo+IExvbmdlciB0ZXJtIHNvbHV0aW9uDQo+IC0tLS0t LS0tLS0tLS0tLS0tLS0tDQo+IFB1bGwgZG93biBhIGNvcHkgb2YgR0FSTk9NRSBDVlMNCj4gDQo+ ICAgICAgICAgaHR0cDovL3d3dy5nbm9tZS5vcmcvcHJvamVjdHMvZ2Fybm9tZS9kZXZlbC5odG1s DQo+IA0KPiBPbmNlIHlvdSBoYXZlIGRvbmUgdGhpcywgeW91IGNhbiBlYXNpbHkgdXBkYXRlIGJ5 IHJ1bm5pbmcNCj4gDQo+ICAgICAgICAgY3ZzIHVwZGF0ZSAtZFANCg0KTXVjaCBhcHByZWNpYXRl ZCwgdGhhbmtzIQ0KDQpNeWxlcw0KLSAtLSANCkNvbmZlc3MgeW91ciBzaW5zIHRvIHRoZSBMb3Jk IGFuZCB5b3Ugd2lsbCBiZSBmb3JnaXZlbjsNCmNvbmZlc3MgdGhlbSB0byBtYW4gYW5kIHlvdSB3 aWxsIGJlIGxhdWdoZWQgYXQuDQoJCS0tIEpvc2ggQmlsbGluZ3MNCi0tLS0tQkVHSU4gUEdQIFNJ R05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4REJR RkVodGtHZjhFMStPL0pxNVlSQXM2TkFLQ1Fqb1BLWlJQakNxWXhFUHQ5V2U2L29KdXZvQUNnbjNJ Vg0KMVpWc3R4TW9hNVlTZEJKT3IvUFIwNjg9DQo9cTdwUw0KLS0tLS1FTkQgUEdQIFNJR05BVFVS RS0tLS0tDQo= From guenther@rudersport.de Wed Jun 7 17:15:39 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 38E213B0310 for ; Wed, 7 Jun 2006 17:15:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15300-02 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id AF07D3B0135 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LFYww070287; Wed, 7 Jun 2006 15:15:35 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:15:33 +0200 Message-Id: <1149714933.8383.60.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: Myles Green Subject: ekiga, opal, pwlib (was: Re: Building opal fails - garnome-2.15.2.2) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:15:39 -0000 Note: If you found this post cause you are having download issues for ekiga, opal or pwlib, see the following links. The first one is the original post, the latter is the solution for this issue: http://mail.gnome.org/archives/garnome-list/2006-June/msg00023.html http://mail.gnome.org/archives/garnome-list/2006-June/msg00025.html Right, you replied to me only, Myles. ;) On Tue, 2006-06-06 at 21:03 -0600, Myles Green wrote: > > I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your > > download and build pleasure. You can find them here: > > > > http://gnome.org/~kbrae/garnome/ > > > > > > You now have quite a few options how to proceed. > > Thanks Guenther, I've chosen the first option as it sounds like the easiest > with less work :-D > > I don't understand why the ekiga people chose completely replace the old > versions either; doesn't make any sense. At any rate I just wanted to give > you guys a heads up on the problem and inform you of my findings. > > Thanks again! I'm off to re-start that build now. Sure, and we really appreciate the heads-up. :) Some follow up notes on this issue: The ekiga folks actually did not remove the old releases. They just happen to use a pretty bad way to grab source tarballs, which seems to not be discussed on the web site. Turns out all old releases still are available, if you use some special (not browsable) link, with the ekiga version in it. Exactly that corresponding ekiga version the particular opal and pwlib version has been released for... This is fixed in CVS (both gnome-2-14 branch and HEAD) already to point to the correct places which are not going to change. Also, I am currently working with the ekiga team and and the GNOME release team to host opal and pwlib on f.g.o, too. Once this is done, there will no special treatment be required any longer and this issue will be fixed for good. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Wed Jun 7 17:20:10 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 065893B0DC4 for ; Wed, 7 Jun 2006 17:20:10 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15559-06 for ; Wed, 7 Jun 2006 17:20:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id E0FAE3B0C49 for ; Wed, 7 Jun 2006 17:20:03 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LK1FS070551; Wed, 7 Jun 2006 15:20:02 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:20:00 +0200 Message-Id: <1149715200.8383.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:20:10 -0000 > Longer term solution > -------------------- > Pull down a copy of GARNOME CVS > > http://www.gnome.org/projects/garnome/devel.html > > Once you have done this, you can easily update by running > > cvs update -dP Though of course you still will have to 'make clean' and 'make install' the garballs that have been updated. ;) FWIW, redirecting cvs update output to a file and using a tiny bit of shell magic on the results to automate re-building updated tarballs only makes this pretty easy... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From suryakiran.gullapalli@gmail.com Thu Jun 8 01:11:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0FE043B0529 for ; Thu, 8 Jun 2006 01:11:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07930-07 for ; Thu, 8 Jun 2006 01:11:50 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by menubar.gnome.org (Postfix) with ESMTP id EC2423B04D0 for ; Thu, 8 Jun 2006 01:11:49 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so388514nzo for ; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ePvfSqYVxKt73WxOHRrzhDm3s2MU1aW4xLOqFTFiBANo/2qX2uPvM8SUhRAQun8IJWj23vxQaBrpfeOAG91Ess1Ct2o6T/92/WXokY43iuaOk1GCeIKRD15LV/SA2fKl+0N0odHvAFystMdifbh+axRz23PRhOAnBB4oWl2LxOY= Received: by 10.36.120.20 with SMTP id s20mr1821652nzc; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 22:11:49 -0700 (PDT) Message-ID: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> Date: Thu, 8 Jun 2006 10:41:49 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6299_12664175.1149743509204" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.939 tagged_above=-999 required=2 tests=[AWL=-0.135, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -1.939 X-Spam-Level: Subject: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 05:11:51 -0000 ------=_Part_6299_12664175.1149743509204 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm building garnome 2.14.2 and the build fails in building libgda. The error it shows is ====================== /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs' make[7]: *** [gda-xbase-database.lo] Error 1 make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' ====================== I've faced this problem in garnome 2.14.1 also. Surya ------=_Part_6299_12664175.1149743509204 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya
------=_Part_6299_12664175.1149743509204-- From bugzilla@gnome.org Thu Jun 8 02:54:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EBF7F3B0571 for ; Thu, 8 Jun 2006 02:54:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13079-01 for ; Thu, 8 Jun 2006 02:54:28 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id D8B513B0579 for ; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 7CA576CC0C8; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: GARNOME X-Bugzilla-Severity: blocker Content-Disposition: inline X-Bugzilla-Reason: QAcontact X-Bugzilla-Component: general X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.14.x Content-Transfer-Encoding: 8bit From: "GARNOME (bugzilla.gnome.org)" Message-Id: <20060608065427.7CA576CC0C8@window.gnome.org> Date: Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.34 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.018, BAYES_00=-2.599, TW_BG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.34 X-Spam-Level: Subject: [Bug 342220] libgda fails during compilation X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:54:31 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=342220 GARNOME | general | Ver: 2.14.x ------- Comment #1 from Surya Kiran 2006-06-08 06:54 UTC ------- The Same build problem occurs with garnome 2.14.2 also. This time I'm using gcc-4.1.1. I'm unable to proceed further. Could somebody please let me know what am i doing wrong ? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. From suryakiran.gullapalli@gmail.com Thu Jun 8 02:56:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DA8F13B0582 for ; Thu, 8 Jun 2006 02:56:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13062-08 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by menubar.gnome.org (Postfix) with ESMTP id 8BD5F3B0579 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 13so354520nzn for ; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ft/69kBOKHONlaz75vCUJXhZKw7Hdj4JNiCMmeAfjl8+5F9wiJkIIQU0kc+cGTmkJWxlbsAsZWFFewiqK8Khm2zZFQDlEHZZFB23KrcSsw8lr0Z9uWzrUha7klxoLnaXT+QLP4jPNqxHEqdgsGkkzYCmvKs47jqgXC7zu61ryqU= Received: by 10.37.22.49 with SMTP id z49mr1917640nzi; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 23:56:29 -0700 (PDT) Message-ID: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Date: Thu, 8 Jun 2006 12:26:29 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6863_20937453.1149749789722" References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.141 tagged_above=-999 required=2 tests=[AWL=0.084, BAYES_00=-2.599, HTML_30_40=0.374, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -2.141 X-Spam-Level: Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:56:34 -0000 ------=_Part_6863_20937453.1149749789722 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220. Surya On 6/8/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm building garnome 2.14.2 and the build fails in building libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on > member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 > /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > Surya > ------=_Part_6863_20937453.1149749789722 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220.
Surya

On 6/8/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya

------=_Part_6863_20937453.1149749789722-- From joseph_sacco@comcast.net Thu Jun 8 11:14:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4B8D13B0093 for ; Thu, 8 Jun 2006 11:14:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14613-10 for ; Thu, 8 Jun 2006 11:14:42 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id D97A03B09F4 for ; Thu, 8 Jun 2006 11:14:39 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060608151438m1500lag1ne>; Thu, 8 Jun 2006 15:14:38 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Content-Type: text/plain Date: Thu, 08 Jun 2006 11:14:37 -0400 Message-Id: <1149779677.22010.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.254 tagged_above=-999 required=2 tests=[AWL=0.268, BAYES_00=-2.599, TW_BG=0.077] X-Spam-Score: -2.254 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 15:14:46 -0000 Surya, The error indicates that there is an issue with the include files, /usr/include/xbase, which is a distro issue. That being said, what can be done??? (1) check if your distro has any updates for xbase if so, update and try a clean build of libgda. (2) build libgda without xbase support edit the GAR Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-xbase -Joseph =========================================================================== On Thu, 2006-06-08 at 12:26 +0530, Surya Kiran Gullapalli wrote: > I've already entered this bug in bugzilla in garnome module. The Bug > number is 342220. > Surya > > On 6/8/06, Surya Kiran Gullapalli > wrote: > Hi, > I'm building garnome 2.14.2 and the build fails in building > libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification > 'xbNtx::' on member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory > `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > > Surya > > -- joseph_sacco [at] comcast [dot] net From zhangchanglin@yahoo.com Fri Jun 9 03:19:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 3AC8E3B0362 for ; Fri, 9 Jun 2006 03:19:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03463-03 for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: from web55006.mail.re4.yahoo.com (web55006.mail.re4.yahoo.com [206.190.58.140]) by menubar.gnome.org (Postfix) with SMTP id 2F6D63B009A for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: (qmail 23367 invoked by uid 60001); 9 Jun 2006 07:19:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2jGO1TeaI/DrPdNOGPZDf//tWBlfxlzYm8w+i56ZWGzlUvRLnMqDJiziB4QkvWDOXjgtr2JmUnjhOqow3qYcVkzcMnMvxbZebEKroaD62bvbyg7j5R1R4gwOPOA9nOAcOJBfTISN9KJbXPcqBEUHobRfOREvivlOxSpjNPcdxbI= ; Message-ID: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Received: from [194.237.142.11] by web55006.mail.re4.yahoo.com via HTTP; Fri, 09 Jun 2006 00:19:39 PDT Date: Fri, 9 Jun 2006 00:19:39 -0700 (PDT) From: zhang changlin To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.034 tagged_above=-999 required=2 tests=[AWL=-1.986, BAYES_40=-0.185, DNS_FROM_RFC_ABUSE=0.2, DNS_FROM_RFC_WHOIS=1.447, RCVD_IN_BL_SPAMCOP_NET=1.558] X-Spam-Score: 1.034 X-Spam-Level: * Subject: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:19:41 -0000 Hi, I'm a user of Solaris 5.8, I'm not a root. I tried to install GNOME 2.14 by using GARNOME. >cd desktop >make paranoid-install ... [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. /bin/sh: test: argument expected make[1]: *** [fixuplibtool] Error 1 ... I googled the problem, it looks like the /bin/sh of Solaris is not bash, but the scripts of GARNOME assumes it is. I found no answer to this problem in Google. Can anyone help? Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From suryakiran.gullapalli@gmail.com Fri Jun 9 03:37:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 283E73B009A for ; Fri, 9 Jun 2006 03:37:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04197-01 for ; Fri, 9 Jun 2006 03:37:11 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by menubar.gnome.org (Postfix) with ESMTP id 14D283B00C3 for ; Fri, 9 Jun 2006 03:37:10 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so703160nzo for ; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lovM6wFmNNCgXUiucyXNhOcio+26q3hf6k0IxIecV3bEom3Z4sJvsBCplASf8QsH9TlRNllEV5HqDwxMvDfGg+UJBaC8DO9L3K6w0tLlMiwFLdV6sknpMafZ/oy8quyZFEdTJfS5uZndZSaJBaHOXBdwVU9Sm1dQA+NcaVLgOP4= Received: by 10.36.77.20 with SMTP id z20mr3599049nza; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:37:10 -0700 (PDT) Message-ID: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> Date: Fri, 9 Jun 2006 13:07:10 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6567_8517774.1149838630370" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.56 tagged_above=-999 required=2 tests=[AWL=-0.487, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.56 X-Spam-Level: Subject: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:37:13 -0000 ------=_Part_6567_8517774.1149838630370 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension. I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then. I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error. What is the fix for this. Thanks, Surya ------=_Part_6567_8517774.1149838630370 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya
------=_Part_6567_8517774.1149838630370-- From suryakiran.gullapalli@gmail.com Fri Jun 9 03:52:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 400E03B00DF for ; Fri, 9 Jun 2006 03:52:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05075-09 for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by menubar.gnome.org (Postfix) with ESMTP id 997553B010A for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id z3so646538nzf for ; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XhOcTuHLnjC/r0O8R0P2v+aangi6BPSnIxbkJb+9xvxdG9Xs3Ra466hdLPK5V9QSWwdxnv481o+YmDLn04RxU8u6zb45U6VgRJ2x6g59Tp13lP/mrFZHNHbxaPtbm3Ts83rIXLnKt9XONjQOcqI6aNFMYbv/y5MhZ5ejn7iJ6SM= Received: by 10.36.126.17 with SMTP id y17mr3612077nzc; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:52:16 -0700 (PDT) Message-ID: <3462bcdb0606090052j1b1ac81cn47d8807a57b42783@mail.gmail.com> Date: Fri, 9 Jun 2006 13:22:16 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6675_30965181.1149839536760" References: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.961 tagged_above=-999 required=2 tests=[AWL=-0.033, BAYES_00=-2.599, HTML_40_50=0.496, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.961 X-Spam-Level: Subject: Re: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:52:29 -0000 ------=_Part_6675_30965181.1149839536760 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong. Sorry for the trouble. Surya On 6/9/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must > not build firefox with typeaheadfind extension. > > I've faced the same problem with gnome 2.14.0 then i was told to set > LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- > 1.5.0.1 then. > > I've done similar environment setup here. this time it is firefox-1.5.0.3. > Even then it was showing the same error. > > > What is the fix for this. > Thanks, > Surya > ------=_Part_6675_30965181.1149839536760 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong.
Sorry for the trouble.
Surya

On 6/9/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya

------=_Part_6675_30965181.1149839536760-- From Martin.Ward@tsubaki.co.uk Fri Jun 9 07:29:40 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id F16A13B0099 for ; Fri, 9 Jun 2006 07:29:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19192-04 for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by menubar.gnome.org (Postfix) with ESMTP id A52D33B006A for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from mailgate.tsubaki.co.uk ([195.173.213.3]) by anchor-post-30.mail.demon.net with esmtp (Exim 4.42) id 1FofBI-000Mlv-0V for garnome-list@gnome.org; Fri, 09 Jun 2006 11:29:36 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C68BB7.FC92D75C" Date: Fri, 9 Jun 2006 12:29:27 +0100 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 2.14.2.1 compile error - javadoc Thread-Index: AcaLt/eeQ8WLtT5tQVSPZNmWsIsXSg== From: "Martin Ward" To: X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.241 tagged_above=-999 required=2 tests=[AWL=-1.243, BAYES_50=0.001, HTML_MESSAGE=0.001] X-Spam-Score: -1.241 X-Spam-Level: Subject: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 11:29:40 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello friends, Can someone help please? Trying to build the new release of 2.142. I = get the following: =09 error: no acceptable javadoc generator found in $PATH Whilst checking environment pre-requisites for build of glib-java. Where can I find an "acceptable javadoc genersator" ?? Best Regards/ Cordialement / Mit freundlichen Gru=DFen,=20 Martin Ward Nottingham , UK ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 2.14.2.1 compile error - javadoc

Hello = friends,

Can someone help = please?   Trying to build the new release of 2.142. I get the = following:
       =20
error: no = acceptable javadoc generator found in $PATH

Whilst checking = environment  pre-requisites for build of glib-java.

Where can I find an = "acceptable javadoc genersator" ??


Best Regards/ = Cordialement / Mit freundlichen Gru=DFen,
Martin Ward

Nottingham , = UK

------_=_NextPart_001_01C68BB7.FC92D75C-- From joseph_sacco@comcast.net Fri Jun 9 10:00:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E719B3B0349 for ; Fri, 9 Jun 2006 10:00:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29116-07 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by menubar.gnome.org (Postfix) with ESMTP id A4A173B01D8 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060609140045m1500ladb5e>; Fri, 9 Jun 2006 14:00:45 +0000 From: "Joseph E. Sacco, Ph.D." To: Martin Ward In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Fri, 09 Jun 2006 10:00:44 -0400 Message-Id: <1149861644.7402.9.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.295 tagged_above=-999 required=2 tests=[AWL=0.304, BAYES_00=-2.599] X-Spam-Score: -2.295 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:00:50 -0000 Martin, 'configure' is complaining that it cannot find 'javadoc' within its search patch. 'javadoc' is part of the full java2 SDK http://java.sun.com/j2se/javadoc/ You may be missing a "devel" package containing javadoc that can be downloaded from your distro. Check your distro. Looking at the configure file, I see that glib-java can be built without javadoc. To do this: * Edit the GARNOME Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-javadocs * make clean * make -Joseph ======================================================================= On Fri, 2006-06-09 at 12:29 +0100, Martin Ward wrote: > Hello friends, > > Can someone help please? Trying to build the new release of 2.142. I > get the following: > > error: no acceptable javadoc generator found in $PATH > > Whilst checking environment pre-requisites for build of glib-java. > > Where can I find an "acceptable javadoc genersator" ?? > > > Best Regards/ Cordialement / Mit freundlichen Grußen, > Martin Ward > > Nottingham , UK > -- joseph_sacco [at] comcast [dot] net From joseph_sacco@comcast.net Fri Jun 9 10:30:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 120C83B10DD for ; Fri, 9 Jun 2006 10:30:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31219-05 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by menubar.gnome.org (Postfix) with ESMTP id 3E26B3B0222 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc13) with SMTP id <200606091430260130076s30e>; Fri, 9 Jun 2006 14:30:27 +0000 From: "Joseph E. Sacco, Ph.D." To: zhang changlin In-Reply-To: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Content-Type: text/plain Date: Fri, 09 Jun 2006 10:30:26 -0400 Message-Id: <1149863426.7402.22.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.721 tagged_above=-999 required=2 tests=[AWL=-1.277, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.721 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:30:29 -0000 Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a free suite of Open Source GNU tools: http://www.sun.com/software/solaris/freeware/ I am guessing that there are updates for some of these packages. Search the web for sites that host SUN freeware. -Joseph ===================================================================== On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: > Hi, > > I'm a user of Solaris 5.8, I'm not a root. > I tried to install GNOME 2.14 by using GARNOME. > > >cd desktop > >make paranoid-install > ... > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > /bin/sh: test: argument expected > make[1]: *** [fixuplibtool] Error 1 > ... > > I googled the problem, it looks like the /bin/sh of > Solaris is not bash, but the scripts of GARNOME > assumes it is. I found no answer to this problem in > Google. > > Can anyone help? > > Thanks! > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Sat Jun 10 15:30:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 48B1F3B04F8 for ; Sat, 10 Jun 2006 15:30:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22881-05 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id 3AF403B0429 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9B1F421C11 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 8D5B421C00 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Date: Sat, 10 Jun 2006 12:30:35 -0700 From: Carson Gaspar To: garnome-list@gnome.org Message-ID: <1D8F307005C04BD4B34F62C3@[192.168.1.2]> In-Reply-To: <1149863426.7402.22.camel@plantain.jesacco.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> <1149863426.7402.22.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.464 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, FORGED_RCVD_HELO=0.135] X-Spam-Score: -2.464 X-Spam-Level: Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 19:30:43 -0000 > On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: >> ... >> >> I googled the problem, it looks like the /bin/sh of >> Solaris is not bash, but the scripts of GARNOME >> assumes it is. I found no answer to this problem in >> Google. --On Friday, June 09, 2006 10:30 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a > free suite of Open Source GNU tools: > > http://www.sun.com/software/solaris/freeware/ > > > I am guessing that there are updates for some of these packages. Search > the web for sites that host SUN freeware. No. The problem is that Garnome assumes that /bin/sh is a POSIX shell (or perhaps bash - I haven't tested with ksh/zsh/etc.). On Solaris, it is not. You can install as many copies of bash as you like, if you don't install them as /bin/sh, Garnome will break. The solution is to edit the broken Garnome files and replace /bin/sh with $SHELL or some such, and set $SHELL to be a POSIX shell. You'll also need to fix a lot of other things, unless much has changed since the last time I built Garnome on Solaris. -- Carson From ecarreras@gmail.com Mon Jun 12 04:22:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7DB3F3B000D for ; Mon, 12 Jun 2006 04:22:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25766-09 for ; Mon, 12 Jun 2006 04:22:00 -0400 (EDT) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by menubar.gnome.org (Postfix) with ESMTP id 0534E3B00D8 for ; Mon, 12 Jun 2006 04:21:59 -0400 (EDT) Received: by ug-out-1314.google.com with SMTP id o2so2215863uge for ; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ffxer6UVQr1D0vFam5KeAWPIijoOUw5QTu5balPF87qW11erP+kq7ecOcdsXlBiVHSfNW82aZe5bZYZvX/6OUl27hT2LAOtKpcpd7DppEwtuhKW7O6DfjoqLa757EemJLO1LMX8NyfoXR+6ysnYTls5hlMMyW35g4BX4E6eSqZM= Received: by 10.78.47.9 with SMTP id u9mr326979huu; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Received: by 10.78.13.17 with HTTP; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Message-ID: <8c654930606120121h1c4c5a5ch61732be5695dee5b@mail.gmail.com> Date: Mon, 12 Jun 2006 10:21:10 +0200 From: "Eduard Carreras i Nadal" To: garnome MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.739 tagged_above=-999 required=2 tests=[AWL=-0.697, BAYES_00=-2.599, RCVD_IN_BL_SPAMCOP_NET=1.558, SPF_PASS=-0.001] X-Spam-Score: -1.739 X-Spam-Level: Subject: system-tools-backends in Debian (Garnome-CVS) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 08:22:01 -0000 I've found this article[1], that helps compile Net::Dbus in Debian (the perl packege doesn't exist in Debian). [1] http://www.gnome.org/~csaavedr/news-2006-06.html#D06 -- Eduard Carreras i Nadal http://iesdecelra.xtec.net/eduard From schollsky@arcor.de Wed Jun 14 09:37:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 83BBB3B0505 for ; Wed, 14 Jun 2006 09:37:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28505-07 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 669053B0539 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 8CF3BE9BBC for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id 7809996D03 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 5290B174A72 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Message-ID: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:36:52 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Inotify revisited - IN_MOVE_SELF undeclared error... MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.135.97 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.393 tagged_above=-999 required=2 tests=[AWL=-1.168, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.393 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:37:19 -0000 Hi folks, sorry to bother you again with this one: The error mentioned above is a constant pain in the ass, not being able to use gamin with inotify support. I can no longer believe it's related to a broken kernel, as presumed by guenther and others. By now I've tried several 2.6.12.x Kernel Versions and now a type of 2.6.14.3 (Mandriva2006,i686). Gamin always get's into the same trouble. Perhaps anyone with Mandriva who made it? Or any other soft relying on inotify just to check? Best regards, Stefan From schollsky@arcor.de Wed Jun 14 09:48:34 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 81C0B3B0081 for ; Wed, 14 Jun 2006 09:48:34 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26553-02 for ; Wed, 14 Jun 2006 09:48:32 -0400 (EDT) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by menubar.gnome.org (Postfix) with ESMTP id C69C43B0133 for ; Wed, 14 Jun 2006 09:48:31 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id B897A174AF7 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id 984811EB4F1 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 62D4C141C71 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Message-ID: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:47:33 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: gdm not installing all files (garnome 2.14.2.1) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.133.216 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.591 tagged_above=-999 required=2 tests=[AWL=-0.888, BAYES_20=-0.74, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -0.591 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:48:34 -0000 This seems to be a minor one: gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. The new POST-INSTALL tells me to do the following: As root, create three soft links: ln -s $garnome/etc/pam.d/gdm /etc/pam.d ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d Appropriate gdm and gdm-autologin files can be copied manually from the work directory into the install tree, but I don't think it's meant this way. Best regards, Stefan From joseph_sacco@comcast.net Wed Jun 14 10:18:18 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8B2123B0505 for ; Wed, 14 Jun 2006 10:18:18 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26902-01 for ; Wed, 14 Jun 2006 10:18:17 -0400 (EDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by menubar.gnome.org (Postfix) with ESMTP id CBC833B049B for ; Wed, 14 Jun 2006 10:18:16 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc12) with SMTP id <20060614141707m12003vqhge>; Wed, 14 Jun 2006 14:17:07 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: schollsky@arcor.de In-Reply-To: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Content-Type: text/plain Date: Wed, 14 Jun 2006 10:16:54 -0400 Message-Id: <1150294614.4999.11.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 14:18:18 -0000 Stefan, A basic maxim of GARNOME is "do no harm". The GARNOME build process should only install files into the GARNOME install tree. The build process should never *automatically* install any file into a system directory. That being said, we are left to deal with post-install issues like PAM files. The issue with PAM is that it does not support a search path environment variable like python or pkg-config. Using soft links one way to solve the problem. -Joseph =========================================================================== On Wed, 2006-06-14 at 15:47 +0200, schollsky@arcor.de wrote: > This seems to be a minor one: > > gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. > > The new POST-INSTALL tells me to do the following: > > As root, create three soft links: > > ln -s $garnome/etc/pam.d/gdm /etc/pam.d > ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d > ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d > > Appropriate gdm and gdm-autologin files can be copied manually from the work directory > into the install tree, but I don't think it's meant this way. > > > Best regards, > > Stefan > -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Wed Jun 14 14:10:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id BCA983B0222 for ; Wed, 14 Jun 2006 14:10:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16215-03 for ; Wed, 14 Jun 2006 14:10:47 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id C78323B0177 for ; Wed, 14 Jun 2006 14:10:46 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9F41021C08 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 9101121B55 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Date: Wed, 14 Jun 2006 10:43:00 -0700 From: Carson Gaspar To: garnome-list@gnome.org Subject: Re: gdm not installing all files (garnome 2.14.2.1) Message-ID: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> In-Reply-To: <1150294614.4999.11.camel@plantain.jesacco.com> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.681 tagged_above=-999 required=2 tests=[AWL=-0.783, BAYES_05=-1.11, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -1.681 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 18:10:54 -0000 --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > A basic maxim of GARNOME is "do no harm". The GARNOME build process > should only install files into the GARNOME install tree. The build > process should never *automatically* install any file into a system > directory. That being said, we are left to deal with post-install > issues like PAM files. > > The issue with PAM is that it does not support a search path environment > variable like python or pkg-config. Using soft links one way to solve > the problem. You missed his point entirely. The pam files aren't being copied into $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that you like, they won't work... -- Carson From joseph_sacco@comcast.net Wed Jun 14 15:15:44 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 27CB13B01A7 for ; Wed, 14 Jun 2006 15:15:44 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13195-06 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by menubar.gnome.org (Postfix) with ESMTP id 388903B0147 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060614191502m1100c9s26e>; Wed, 14 Jun 2006 19:15:03 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> Content-Type: text/plain Date: Wed, 14 Jun 2006 15:15:01 -0400 Message-Id: <1150312501.3567.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:15:44 -0000 On my system, which is Fedora clone, all of the pam files for gdm are installed under $GARNOME/etc/pam.d. So the question is "What's going on with Stefan's system?". Here is what I see from the install log on my system. system=`uname`; \ if test -f /usr/include/security/pam_appl.h; then \ if test '!' -d /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; then \ /bin/sh ../mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ chmod 755 /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; then \ /usr/bin/install -c -m 644 gdm /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; then \ /usr/bin/install -c -m 644 gdm-autologin /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; \ fi; \ if test $system = SunOS; then \ echo "Please add PAM authentication for gdm and gdm-autologin in /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.conf!"; \ fi; \ fi ... /bin/sh ./mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d /usr/bin/install -c -m 644 ./gdmsetup-pam /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdmsetup -Joseph =================================================================================================== On Wed, 2006-06-14 at 10:43 -0700, Carson Gaspar wrote: > --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." > wrote: > > > A basic maxim of GARNOME is "do no harm". The GARNOME build process > > should only install files into the GARNOME install tree. The build > > process should never *automatically* install any file into a system > > directory. That being said, we are left to deal with post-install > > issues like PAM files. > > > > The issue with PAM is that it does not support a search path environment > > variable like python or pkg-config. Using soft links one way to solve > > the problem. > > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... > > -- > Carson -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Wed Jun 14 15:59:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A45F23B029B for ; Wed, 14 Jun 2006 15:59:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08455-04 for ; Wed, 14 Jun 2006 15:59:42 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 1088D3B0190 for ; Wed, 14 Jun 2006 15:59:41 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5EK22BF001716 for ; Wed, 14 Jun 2006 22:02:04 +0200 Message-ID: <44906B39.7030807@planet.nl> Date: Wed, 14 Jun 2006 22:02:01 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: garnome-list@gnome.org Subject: garnome-daily issues (startup References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> In-Reply-To: <4484962B.1050907@turix.com.ar> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.622 tagged_above=-999 required=2 tests=[AWL=-1.541, BAYES_20=-0.74, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_EG=0.077] X-Spam-Score: -0.622 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:59:43 -0000 Hi Guys, When starting up garnome 2.15.2 + (garnome-daily) I always get the issue that there are a zillion processes called gnome_segv2 startup and freeze my system after a while. In my own profile I have removed all .gnome* folders but when doing that the issue still persists. Did I forget something ? Thanks for your help, Stef From schollsky@arcor.de Wed Jun 14 17:05:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A15343B02E4 for ; Wed, 14 Jun 2006 17:05:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05357-04 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 9856A3B02A3 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-10-z2.arcor-so.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 963DC154B28 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-10-z2.arcor-so.net (Postfix) with ESMTP id 8BB0833A7D0 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 7A65D174751 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Message-ID: <15194193.1150319118491.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:05:18 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: gdm not installing all files (garnome 2.14.2.1) In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.433 tagged_above=-999 required=2 tests=[AWL=-0.006, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -1.433 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 21:05:49 -0000 Hi Carson, you wrote: > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... You're right, the files are not copied into the target location (here: /usr/local/garnome/etc/pam.d) in the first place. Maybe this is due to Mandriva? As this distro is a descendant of RedHat, nearly all settings can be applied here too. But in some cases... Best regards, Stefan From schollsky@arcor.de Thu Jun 15 03:00:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DBD3B3B00A0 for ; Thu, 15 Jun 2006 03:00:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17989-02 for ; Thu, 15 Jun 2006 02:59:59 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EEA033B03BD for ; Thu, 15 Jun 2006 02:59:58 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id D3FE81F88C4 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id C74371EB478 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id BC3662F6038 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Message-ID: <10509137.1150319465761.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:11:05 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Inotify revisited - IN_MOVE_SELF undeclared error... In-Reply-To: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.331 tagged_above=-999 required=2 tests=[AWL=-1.106, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.331 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:00:06 -0000 ...and the same goes to using a kernel version of 2.6.16.1. So...? (I always install sources accordingly after kernel-update.) Best regards, Stefan From guenther@rudersport.de Thu Jun 15 17:06:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1F0DB3B0237; Thu, 15 Jun 2006 17:06:31 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00750-05; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 427033B00D0; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009217.dialin.heagmedianet.de [213.157.9.217]) by rudersport.de (8.12.11.20060308) id k5FL5jDY040713; Thu, 15 Jun 2006 15:05:46 -0600 (MDT) Subject: [ANNOUNCE] GARNOME 2.15.3 From: guenther To: garnome-list@gnome.org Content-Type: text/plain Date: Thu, 15 Jun 2006 23:05:43 +0200 Message-Id: <1150405543.8323.15.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.053 tagged_above=-999 required=2 tests=[AWL=-0.451, BAYES_00=-2.599, SUBJ_ALL_CAPS=0.997] X-Spam-Score: -2.053 X-Spam-Level: Cc: gnome-announce-list@gnome.org, gnome-love@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 21:06:31 -0000 GARNOME 2.15.3 ============== The "It's quiet out there... Yes... Too quiet..." release. What seemed to be no last minute releases turned out to be a broken list server, holding back the official GNOME release for a day. Also, there have been a bunch of build issues this time around, more than usual. Some good cooperation between the Release Team and the GARNOME Team (especially Joseph) hacked around the brokeness, thus... We are pleased to announce the release of GARNOME 2.15.3 Desktop and Developer Platform. This release includes all of GNOME 2.15.3 plus a whole bunch of updates that were released after the GNOME freeze date. This is the third release in the unstable cycle, with more features, more fixes and yet more madness added. It is for anyone who wants to get his hands dirty on the development branch, or who'd like to get a peek at future features. If you want to help spot issues in GARNOME, (or, better yet, fix 'em ;-) this release is for you as well. As usual, you can get the tarball directly from the gnome.org site: http://download.gnome.org/sources/garnome/2.15/ Note: GNOME 2.15.x is an unstable branch and is assumed to be a moving target. Therefore, things in this release may not work as advertised. If you find any issues with this release, feel free to contact the GARNOMEies in the #garnome channel on GIMPNet (irc://irc.gnome.org), where we hang out, or post to the mailing list. More information is available at our project website: http://www.gnome.org/projects/garnome/ Enjoy, The GARNOME Team -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From bugzilla@gnome.org Mon Jun 19 13:35:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D5D393B0AEE for ; Mon, 19 Jun 2006 13:35:58 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23365-04 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id B448E3B0C05 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id A44D26CC1BB; Mon, 19 Jun 2006 13:34:58 -0400 (EDT) Subject: [Bug 345338] New: building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Message-ID: Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Date: Mon, 19 Jun 2006 13:34:58 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:35:59 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Summary: building pygtk-2.9.1/2 fails on gtkmodule.c Product: pygtk Version: 2.9.x Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: gtk AssignedTo: nobody@pygtk.org ReportedBy: svdmade@planet.nl QAContact: python-bindings-maint@gnome.bugs CC: garnome-list@gnome.org GNOME version: 2.15/2.16 GNOME milestone: Unspecified While building garnome-2.15.3 I get the following error: ccache cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.4 -I/usr/test/garnome/include/pygtk-2.0 -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/test/garnome/include -I/usr/test/garnome/include/gtk-2.0 -I/usr/test/garnome/lib/gtk-2.0/include -I/usr/test/garnome/include/atk-1.0 -I/usr/test/garnome/include/cairo -I/usr/test/garnome/include/pango-1.0 -I/usr/test/garnome/include -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/local/include -I/usr/X11R6/include -g -I/usr/test/garnome/include -L/usr/test/garnome/lib -O2 -pipe -m3dnow -mtune=athlon-tbird -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) make[3]: *** [_gtk_la-gtkmodule.lo] Error 1 make[3]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2/gtk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make: *** [build-work/main.d/pygtk-2.9.2/Makefile] Error 2 I've tried upgrading to pygtk-2.9.2 and installing pycairo-1.0.2 but to no avail. -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:48:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 082033B04E3 for ; Mon, 19 Jun 2006 13:48:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23650-07 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 1D00F3B05A6 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id E61C66CC1AB; Mon, 19 Jun 2006 13:47:18 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: NEEDINFO MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619174718.E61C66CC1AB@window.gnome.org> Date: Mon, 19 Jun 2006 13:47:18 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:48:05 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Gustavo Carneiro changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gjc@inescporto.pt Status|UNCONFIRMED |NEEDINFO ------- Comment #1 from Gustavo Carneiro 2006-06-19 17:47 UTC ------- could you attach config.log? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:59:02 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EC34E3B0ADC for ; Mon, 19 Jun 2006 13:59:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24429-01 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 937493B0196 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 6A57A6CC0F8; Mon, 19 Jun 2006 13:58:17 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: RESOLVED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619175817.6A57A6CC0F8@window.gnome.org> Date: Mon, 19 Jun 2006 13:58:17 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:59:02 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Stef van der Made changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |NOTABUG ------- Comment #2 from Stef van der Made 2006-06-19 17:58 UTC ------- I just solved the issue by doing a make clean and then make install :-( Sorry to bother you. I guess I needed to install pycairo 1.0.2 or pycairo 1.1.6 -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From schollsky@arcor.de Thu Jun 22 08:03:15 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 206D53B02D2 for ; Thu, 22 Jun 2006 08:03:15 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22619-06 for ; Thu, 22 Jun 2006 08:03:10 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 40D1B3B0346 for ; Thu, 22 Jun 2006 08:02:58 -0400 (EDT) Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id B2CFC1556EA for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id A1EB81C893B for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id 5736A155B40 for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Message-ID: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Thu, 22 Jun 2006 14:02:56 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: [ANNOUNCE] GARNOME 2.15.3 In-Reply-To: <1150405543.8323.15.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150405543.8323.15.camel@monkey.loc> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.186.160 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.322 tagged_above=-999 required=2 tests=[AWL=-1.097, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.322 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 12:03:15 -0000 Hi Guenther, you wrote: > GARNOME 2.15.3 > ============== > > The "It's quiet out there... Yes... Too quiet..." release. [...] Looks quite good until now. The errors I had before are not gone by now, but I should be content. However, there's no "isocodes" folder on ftp.gnome.org, which forces a stop in building the system. Kind regards, Stefan From guenther@rudersport.de Thu Jun 22 13:27:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5B6A83B06F0 for ; Thu, 22 Jun 2006 13:27:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13095-10 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 8B2103B0413 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5MHQlrD021873; Thu, 22 Jun 2006 11:26:52 -0600 (MDT) Subject: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Thu, 22 Jun 2006 19:26:43 +0200 Message-Id: <1150997203.8147.64.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.108 tagged_above=-999 required=2 tests=[AWL=-1.389, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.108 X-Spam-Level: Cc: schollsky@arcor.de X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 17:27:01 -0000 > > GARNOME 2.15.3 > > ============== > > > > The "It's quiet out there... Yes... Too quiet..." release. > [...] > > Looks quite good until now. The errors I had before are not gone by > now, but I should be content. However, there's no "isocodes" folder on > ftp.gnome.org, which forces a stop in building the system. Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES variable points to the original location, where that tarball is to be expected. Well, to be expected... used to live. Until "someone" removed it again. Just as they did with the last tarball. As a quick workaround, I just put the iso-codes tarballs on my personal space on f.g.o for your download pleasure. Just grab the tarball you need and drop it into the bootstrap/iso-codes/download/ dir. http://gnome.org/~kbrae/garnome/ Regarding "not being on f.g.o": I explained this pretty detailed recently, I believe. Anyway... GARNOME checks some different locations for the tarball, starting with local ones (files and download directories), then the GARCHIVEDIR, and after that it tries the remote locations. In this case, the explicitly set MASTER_SITES. If this fails (which it should not...), GARNOME defaults back to the globally defined master site, which is f.g.o, since most tarballs are located there anyway. So the last failing download you see is just the last-resort fallback, not the actually failing source location... That all said... Thanks for the heads-up. :) I already noticed that (again) missing tarball the other day [1], but did not have the time to fix it yet. We need a more reliable fallback solution anyway. So either the RT and me will come up with a solution at GUADEC next week, or you simply can consider the above mentioned place to be permanent. GAR. ...guenther [1] monkey knows about this -- he logged me screaming and ranting, while no one else was around... ;) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From joseph_sacco@comcast.net Thu Jun 22 14:16:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CB85B3B083D for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16110-10 for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by menubar.gnome.org (Postfix) with ESMTP id 03CD33B0837 for ; Thu, 22 Jun 2006 14:16:45 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc13) with SMTP id <20060622181644m1300h9bb7e>; Thu, 22 Jun 2006 18:16:45 +0000 Subject: Re: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <1150997203.8147.64.camel@monkey.loc> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <1150997203.8147.64.camel@monkey.loc> Content-Type: text/plain Date: Thu, 22 Jun 2006 14:16:43 -0400 Message-Id: <1151000203.731.14.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.723 tagged_above=-999 required=2 tests=[AWL=-1.279, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.723 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 18:16:47 -0000 Fixed [once again] in CVS... -Joseph ============================================================== On Thu, 2006-06-22 at 19:26 +0200, guenther wrote: > > > GARNOME 2.15.3 > > > ============== > > > > > > The "It's quiet out there... Yes... Too quiet..." release. > > [...] > > > > Looks quite good until now. The errors I had before are not gone by > > now, but I should be content. However, there's no "isocodes" folder on > > ftp.gnome.org, which forces a stop in building the system. > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ > > > Regarding "not being on f.g.o": I explained this pretty detailed > recently, I believe. Anyway... GARNOME checks some different locations > for the tarball, starting with local ones (files and download > directories), then the GARCHIVEDIR, and after that it tries the remote > locations. > > In this case, the explicitly set MASTER_SITES. If this fails (which it > should not...), GARNOME defaults back to the globally defined master > site, which is f.g.o, since most tarballs are located there anyway. So > the last failing download you see is just the last-resort fallback, not > the actually failing source location... > > > That all said... Thanks for the heads-up. :) I already noticed that > (again) missing tarball the other day [1], but did not have the time to > fix it yet. We need a more reliable fallback solution anyway. So either > the RT and me will come up with a solution at GUADEC next week, or you > simply can consider the above mentioned place to be permanent. GAR. > > ...guenther > > > [1] monkey knows about this -- he logged me screaming and ranting, while > no one else was around... ;) > > -- > char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; > main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} > -- joseph_sacco [at] comcast [dot] net From jorgpitts@gmail.com Thu Jun 22 22:38:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8824B3B077E for ; Thu, 22 Jun 2006 22:38:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08608-04 for ; Thu, 22 Jun 2006 22:38:39 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.199]) by menubar.gnome.org (Postfix) with ESMTP id D2CAC3B06F4 for ; Thu, 22 Jun 2006 22:38:38 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so420072wxc for ; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.78.5 with SMTP id a5mr3934063wxb; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Message-ID: <30e9b1510606221938u6a0e57c5iea0c45ebd3e44ff8@mail.gmail.com> Date: Thu, 22 Jun 2006 21:38:38 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: gnome-vfs-2.15.2 in ubuntu dapper missing a depend.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14522_10523074.1151030318247" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.815 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, HTML_10_20=1.351, HTML_MESSAGE=0.001, HTML_SHORT_LENGTH=1.574, SPF_PASS=-0.001] X-Spam-Score: 1.815 X-Spam-Level: * X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 02:38:41 -0000 ------=_Part_14522_10523074.1151030318247 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile.. Jorg ------=_Part_14522_10523074.1151030318247 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile..

Jorg
------=_Part_14522_10523074.1151030318247-- From jorgpitts@gmail.com Fri Jun 23 00:03:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 470493B06C5 for ; Fri, 23 Jun 2006 00:03:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11930-07 for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.193]) by menubar.gnome.org (Postfix) with ESMTP id 54C9F3B052C for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428083wxc for ; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.63.2 with SMTP id l2mr4010040wxa; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Message-ID: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Date: Thu, 22 Jun 2006 23:03:31 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk 2.9.2 failure.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15015_19405876.1151035411724" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.976 tagged_above=-999 required=2 tests=[AWL=1.469, BAYES_00=-2.599, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.976 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:03:33 -0000 ------=_Part_15015_19405876.1151035411724 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' ==> Grabbing download/gtkunixprint.override.patch ==> Trying file//files/gtkunixprint.override.patch make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' [fetch] complete for pygtk. ==> Running checksum on pygtk-2.9.2.tar.bz2 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk-2.9.2.tar.bz2 file pygtk-2.9.2.tar.bz2 passes checksum test! ==> Running checksum on gtkunixprint.override.patch fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch file gtkunixprint.override.patch passes checksum test! [checksum] complete for pygtk. install -d work/main.d ==> Extracting download/pygtk-2.9.2.tar.bz2 [extract] complete for pygtk. ==> Applying patch download/gtkunixprint.override.patch patching file gtk/gtkunixprint.override [patch] complete for pygtk. [fixup] complete for pygtk. ==> Building sandbox/platform/gtk+ as a dependency make: Entering an unknown directory make: *** ../../sandbox/platform/gtk+: No such file or directory. Stop. make: Leaving an unknown directory make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2 make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' make: *** [paranoid-install] Error 2 ------=_Part_15015_19405876.1151035411724 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
 ==> Grabbing download/gtkunixprint.override.patch
        ==> Trying file//files/gtkunixprint.override.patch
make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
        [fetch] complete for pygtk.
 ==> Running checksum on pygtk-2.9.2.tar.bz2
2625ddd1aba04869eb2f9e4d4cc5552b  download/pygtk- 2.9.2.tar.bz2
file pygtk-2.9.2.tar.bz2 passes checksum test!
 ==> Running checksum on gtkunixprint.override.patch
fc1cd230e5d69428a37f72a2122a0837  download/gtkunixprint.override.patch
file gtkunixprint.override.patch passes checksum test!
        [checksum] complete for pygtk.
install -d work/main.d
 ==> Extracting download/pygtk-2.9.2.tar.bz2
        [extract] complete for pygtk.
 ==> Applying patch download/gtkunixprint.override.patch
patching file gtk/gtkunixprint.override
        [patch] complete for pygtk.
        [fixup] complete for pygtk.
 ==> Building sandbox/platform/gtk+ as a dependency
make: Entering an unknown directory
make: *** ../../sandbox/platform/gtk+: No such file or directory.  Stop.
make: Leaving an unknown directory
make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2
make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2
make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet'
make: *** [paranoid-install] Error 2

------=_Part_15015_19405876.1151035411724-- From jorgpitts@gmail.com Fri Jun 23 00:11:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 871043B050E for ; Fri, 23 Jun 2006 00:11:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12349-03 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.202]) by menubar.gnome.org (Postfix) with ESMTP id 91C273B02F8 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428816wxc for ; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.26.1 with SMTP id 1mr3623310wxz; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:11:47 -0700 (PDT) Message-ID: <30e9b1510606222111g75bd7a4fodc8fc8d7b4d2e260@mail.gmail.com> Date: Thu, 22 Jun 2006 23:11:47 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk failure because of depend missing.. depends update for DEPS-LIST MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15075_33183865.1151035907972" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.313 tagged_above=-999 required=2 tests=[AWL=0.337, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -1.313 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:11:49 -0000 ------=_Part_15075_33183865.1151035907972 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg ------=_Part_15075_33183865.1151035907972 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
------=_Part_15075_33183865.1151035907972-- From schollsky@arcor.de Fri Jun 23 03:57:28 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 99CA63B041F for ; Fri, 23 Jun 2006 03:57:28 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24965-05 for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 7EBD33B00EC for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 693E7EEB38 for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 529FC279D0A for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id CC51717CF80 for ; Fri, 23 Jun 2006 09:57:25 +0200 (CEST) Message-ID: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Fri, 23 Jun 2006 09:57:25 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1150997203.8147.64.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.159.30 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.523 tagged_above=-999 required=2 tests=[AWL=0.116, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.523 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 07:57:28 -0000 Hi Guenther, you wrote: > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ Thx for your support! Regarding the storage/download system of GARNOME, I think I've understood it already, since it's always telling what it does when work begins with every package. The iso-codes problem is not new, but until now there was laying around a working archive for local installation somewhere. I wonder if it's possible to find out the reason why the packages sometimes vanishes from f.g.o.?!? Strange thing I also found is that the tarball of the new 51.1-1 for isocodes has no "./configure" (but is stated in the docs/package). Otherwise I've had used that one... Kind regards, Stefan From joseph_sacco@comcast.net Fri Jun 23 08:04:14 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A82E73B08D0 for ; Fri, 23 Jun 2006 08:04:14 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08884-05 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id 142D83B0852 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060623120410m15004kkuoe>; Fri, 23 Jun 2006 12:04:10 +0000 Subject: Re: pygtk 2.9.2 failure.. From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> References: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Content-Type: text/plain Date: Fri, 23 Jun 2006 08:04:09 -0400 Message-Id: <1151064249.2839.1.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 (2.7.3-2) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.647 tagged_above=-999 required=2 tests=[AWL=-1.357, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.647 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 12:04:14 -0000 Fixed in CVS. -Joseph ================================================================= On Thu, 2006-06-22 at 23:03 -0500, Jorg Pitts wrote: > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > ==> Grabbing download/gtkunixprint.override.patch > ==> Trying file//files/gtkunixprint.override.patch > make[3]: Entering directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > [fetch] complete for pygtk. > ==> Running checksum on pygtk-2.9.2.tar.bz2 > 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk- 2.9.2.tar.bz2 > file pygtk-2.9.2.tar.bz2 passes checksum test! > ==> Running checksum on gtkunixprint.override.patch > fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch > file gtkunixprint.override.patch passes checksum test! > [checksum] complete for pygtk. > install -d work/main.d > ==> Extracting download/pygtk-2.9.2.tar.bz2 > [extract] complete for pygtk. > ==> Applying patch download/gtkunixprint.override.patch > patching file gtk/gtkunixprint.override > [patch] complete for pygtk. > [fixup] complete for pygtk. > ==> Building sandbox/platform/gtk+ as a dependency > make: Entering an unknown directory > make: *** ../../sandbox/platform/gtk+: No such file or directory. > Stop. > make: Leaving an unknown directory > make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] > Error 2 > make[2]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 > make[1]: Leaving directory > `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' > make: *** [paranoid-install] Error 2 > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 23 09:10:06 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A4B83B08E6 for ; Fri, 23 Jun 2006 09:10:06 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12727-08 for ; Fri, 23 Jun 2006 09:10:02 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 6759B3B08E0 for ; Fri, 23 Jun 2006 09:10:01 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5ND9wUx010753; Fri, 23 Jun 2006 07:09:59 -0600 (MDT) Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Fri, 23 Jun 2006 15:09:58 +0200 Message-Id: <1151068198.8763.16.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.105 tagged_above=-999 required=2 tests=[AWL=-1.386, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.105 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:10:06 -0000 > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > > variable points to the original location, where that tarball is to be > > expected. Well, to be expected... used to live. Until "someone" removed > > it again. Just as they did with the last tarball. > > > > > > As a quick workaround, I just put the iso-codes tarballs on my personal > > space on f.g.o for your download pleasure. Just grab the tarball you > > need and drop it into the bootstrap/iso-codes/download/ dir. > > > > http://gnome.org/~kbrae/garnome/ > > Thx for your support! Sure, you're welcome. :) > I wonder if it's possible to find out the reason why the packages > sometimes vanishes from f.g.o.?!? [...] No, wait -- *no* package vanishes from f.g.o. In fact, that is our most reliable source, and we'd prefer to have *all* tarballs uploaded there. ;) The iso-codes tarballs vanished from the debian ftp server, which is the master source for iso-codes. And no, we do not have any clue why anyone ever would possibly remove the previous version, when releasing a new tarball... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From made0120@planet.nl Fri Jun 23 09:30:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0CEFF3B01C7 for ; Fri, 23 Jun 2006 09:30:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13838-04 for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from psmtp02.wxs.nl (psmtp02.wxs.nl [195.121.247.11]) by menubar.gnome.org (Postfix) with ESMTP id 9AADE3B07EA for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from po10 ([10.94.53.251]) by psmtp02.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTP id <0J1B00EOCEU5DS@psmtp02.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from planet.nl ([127.0.0.1]) by po10.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jun 24 2005)) with ESMTP id <0J1B00LTIEU5QT@po10.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from [10.94.71.40] (Forwarded-For: [198.176.190.201]) by po10.wxs.nl (mshttpd); Fri, 23 Jun 2006 15:30:05 +0200 Date: Fri, 23 Jun 2006 15:30:05 +0200 From: svdmade@planet.nl Subject: Re: pygtk failure because of depend missing.. depends update for DEPS-LIST To: Jorg Pitts Message-id: <8dba0838db923d.8db923d8dba083@planet.nl> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 2.02 (built Oct 21 2004) Content-type: multipart/mixed; boundary="Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)" Content-language: en X-Accept-Language: en Priority: normal X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.759 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, HTML_00_10=0.795, HTML_MESSAGE=0.001, NO_REAL_NAME=0.961, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: 0.759 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: svdmade@planet.nl List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:30:09 -0000 This is a multi-part message in MIME format. --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline And for non debian users you will need pycairo-1.1.6 to compile the package which rescued my build :-D The software can be found on this location http://cairographics.org/pycairo Cheers, Stef --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: multipart/alternative; boundary="Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)" --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT Content-disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/html; charset=ISO-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
--Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)-- --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline -- garnome-list mailing list garnome-list@gnome.org http://mail.gnome.org/mailman/listinfo/garnome-list --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)-- From schollsky@arcor.de Fri Jun 23 12:16:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A196C3B0959 for ; Fri, 23 Jun 2006 12:16:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23568-01 for ; Fri, 23 Jun 2006 12:16:17 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EFF0F3B08E2 for ; Fri, 23 Jun 2006 12:16:16 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 1DFE71FF24D for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 0F63927A004 for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id F001DEF3B6 for ; Fri, 23 Jun 2006 18:16:14 +0200 (CEST) Message-ID: <18606865.1151079374974.JavaMail.ngmail@webmail12> Date: Fri, 23 Jun 2006 18:16:14 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1151068198.8763.16.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1151068198.8763.16.camel@monkey.loc> <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.190.62 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.538 tagged_above=-999 required=2 tests=[AWL=0.101, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.538 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 16:16:19 -0000 Hi Guenther, you wrote: > No, wait -- *no* package vanishes from f.g.o. In fact, that is our most > reliable source, and we'd prefer to have *all* tarballs uploaded > there. ;) > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Yes, it's amazing and also annoying. The package is in the google-cache everywhere , but not on servers. So maybe it's possible to mirror at least the last two versions of the iso-codes on f.g.o? It could help to maintain some fallback mechanism. (Just some thought). Kind regards, Stefan From svdmade@planet.nl Sun Jun 25 12:08:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B768C3B00D9 for ; Sun, 25 Jun 2006 12:08:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20458-06 for ; Sun, 25 Jun 2006 12:08:31 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 91C4D3B008C for ; Sun, 25 Jun 2006 12:08:30 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5PG82UN002315 for ; Sun, 25 Jun 2006 18:08:02 +0200 Message-ID: <449EB4E2.6030402@planet.nl> Date: Sun, 25 Jun 2006 18:08:02 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050628 MIME-Version: 1.0 To: garnome-list Subject: Issues with building gnome-vfs-2.15.2 Content-Type: multipart/mixed; boundary="------------070003000707020800070600" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.458 tagged_above=-999 required=2 tests=[AWL=-0.672, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_PW=0.077, TW_TP=0.077, TW_WU=0.077] X-Spam-Score: -1.458 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 16:08:33 -0000 This is a multi-part message in MIME format. --------------070003000707020800070600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, On building the latest snapshots of garnome I needed to apply the patch as found in this bug http://bugzilla.gnome.org/show_bug.cgi?id=344491 . I've attached the patch for your convenience. After applying the patch gnome-vfs once more compiles to completion. Kindest regards, Stef --------------070003000707020800070600 Content-Type: text/plain; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch" Index: configure.in =================================================================== RCS file: /cvs/gnome/gnome-vfs/configure.in,v retrieving revision 1.428 diff -u -r1.428 configure.in --- configure.in 8 Jun 2006 14:02:39 -0000 1.428 +++ configure.in 11 Jun 2006 13:09:05 -0000 @@ -1089,12 +1089,54 @@ gvfs_cv_HAVE_POSIX_ACLS=yes, gvfs_cv_HAVE_POSIX_ACLS=no) LIBS=$acl_LIBS]) +AC_CHECK_HEADERS([pwd.h grp.h]) + +if test "$ac_cv_header_pwd_h" = "yes"; then + AC_CACHE_CHECK([for posix getpwuid_r], + ac_cv_func_posix_getpwuid_r, + [AC_TRY_RUN([ +#include +#include +int main () { +char buffer[10000]; +struct passwd pwd, *pwptr = &pwd; +int error; +errno = 0; +error = getpwuid_r (0, &pwd, buffer, + sizeof (buffer), &pwptr); +return (error < 0 && errno == ENOSYS) + || error == ENOSYS; +} ], + [ac_cv_func_posix_getpwuid_r=yes], + [ac_cv_func_posix_getpwuid_r=no])]) + dnl GLIB_ASSERT_SET(ac_cv_func_posix_getpwuid_r) + if test "$ac_cv_func_posix_getpwuid_r" = yes; then + AC_DEFINE(HAVE_POSIX_GETPWUID_R,1, + [Have POSIX function getpwuid_r]) + else + AC_CACHE_CHECK([for nonposix getpwuid_r], + ac_cv_func_nonposix_getpwuid_r, + [AC_TRY_LINK([#include ], + [char buffer[10000]; + struct passwd pwd; + getpwuid_r (0, &pwd, buffer, + sizeof (buffer));], + [ac_cv_func_nonposix_getpwuid_r=yes], + [ac_cv_func_nonposix_getpwuid_r=no])]) + dnl GLIB_ASSERT_SET(ac_cv_func_nonposix_getpwuid_r) + if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then + AC_DEFINE(HAVE_NONPOSIX_GETPWUID_R,1, + [Have non-POSIX function getpwuid_r]) + fi + fi +fi + + if test x"$gvfs_cv_HAVE_SOLARIS_ACLS" = x"yes" ; then have_solaris_acl_support=yes acl_backends="solaris" AC_DEFINE(HAVE_SOLARIS_ACL,1,[Have Solaris ACLs]) - AC_CHECK_HEADERS([pwd.h grp.h]) fi if test x"$gvfs_cv_HAVE_POSIX_ACLS" = x"yes" ; then @@ -1104,48 +1146,6 @@ AC_DEFINE(HAVE_POSIX_ACL,1,[Have POSIX ACLs]) AC_CHECK_FUNCS(acl_extended_file) - AC_CHECK_HEADERS([pwd.h]) - if test "$ac_cv_header_pwd_h" = "yes"; then - AC_CACHE_CHECK([for posix getpwuid_r], - ac_cv_func_posix_getpwuid_r, - [AC_TRY_RUN([ -#include -#include -int main () { - char buffer[10000]; - struct passwd pwd, *pwptr = &pwd; - int error; - errno = 0; - error = getpwuid_r (0, &pwd, buffer, - sizeof (buffer), &pwptr); - return (error < 0 && errno == ENOSYS) - || error == ENOSYS; -} ], - [ac_cv_func_posix_getpwuid_r=yes], - [ac_cv_func_posix_getpwuid_r=no])]) - dnl GLIB_ASSERT_SET(ac_cv_func_posix_getpwuid_r) - if test "$ac_cv_func_posix_getpwuid_r" = yes; then - AC_DEFINE(HAVE_POSIX_GETPWUID_R,1, - [Have POSIX function getpwuid_r]) - else - AC_CACHE_CHECK([for nonposix getpwuid_r], - ac_cv_func_nonposix_getpwuid_r, - [AC_TRY_LINK([#include ], - [char buffer[10000]; - struct passwd pwd; - getpwuid_r (0, &pwd, buffer, - sizeof (buffer));], - [ac_cv_func_nonposix_getpwuid_r=yes], - [ac_cv_func_nonposix_getpwuid_r=no])]) - dnl GLIB_ASSERT_SET(ac_cv_func_nonposix_getpwuid_r) - if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then - AC_DEFINE(HAVE_NONPOSIX_GETPWUID_R,1, - [Have non-POSIX function getpwuid_r]) - fi - fi - fi - - AC_CHECK_HEADERS([grp.h]) AC_CHECK_FUNCS(getgrgid_r) AC_CHECK_FUNCS(getgrnam_r) @@ -1154,8 +1154,8 @@ fi AC_SUBST(ACL_LIBS) -AM_CONDITIONAL(HAVE_POSIX_ACL, test $have_posix_acl_support = yes) -AM_CONDITIONAL(HAVE_SOLARIS_ACL, test $have_solaris_acl_support = yes) +AM_CONDITIONAL(HAVE_POSIX_ACL, test x"$have_posix_acl_support" = "xyes") +AM_CONDITIONAL(HAVE_SOLARIS_ACL, test x"$have_solaris_acl_support" = "xyes") dnl ===================== dnl File system monitors Index: modules/file-method-acl.c =================================================================== RCS file: /cvs/gnome/gnome-vfs/modules/file-method-acl.c,v retrieving revision 1.2 diff -u -r1.2 file-method-acl.c --- modules/file-method-acl.c 8 Jun 2006 13:30:56 -0000 1.2 +++ modules/file-method-acl.c 11 Jun 2006 13:09:06 -0000 @@ -60,6 +60,7 @@ #define CMD_PERM_COND_EXECUTE 8 +#if defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) static char * uid_to_string (uid_t uid) { @@ -209,6 +210,7 @@ return group->gr_gid; } +#endif /* defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) */ /* ************************************************************************** */ @@ -691,6 +693,7 @@ /* ************************************************************************** */ /* Common */ +#if defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) static GnomeVFSResult aclerrno_to_vfserror (int acl_errno) { @@ -716,6 +719,7 @@ return GNOME_VFS_ERROR_GENERIC; } +#endif /* defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) */ GnomeVFSResult file_get_acl (const char *path, --------------070003000707020800070600-- From pd@cipherfunk.org Sun Jun 25 21:35:35 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2FAD93B0150 for ; Sun, 25 Jun 2006 21:35:35 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14225-02 for ; Sun, 25 Jun 2006 21:35:34 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id BE55E3B006F for ; Sun, 25 Jun 2006 21:35:33 -0400 (EDT) Received: (qmail 4589 invoked by uid 0); 26 Jun 2006 01:24:05 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Sun, 25 Jun 2006 18:24:05 -0700 Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: Paul Drain To: guenther In-Reply-To: <1151068198.8763.16.camel@monkey.loc> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> <1151068198.8763.16.camel@monkey.loc> Content-Type: text/plain Date: Mon, 26 Jun 2006 11:35:59 +1000 Message-Id: <1151285760.23468.341.camel@funkeymonkey> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.222 tagged_above=-999 required=2 tests=[AWL=0.377, BAYES_00=-2.599] X-Spam-Score: -2.222 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 01:35:35 -0000 > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Unfortunately, the removal of the 'last-uploaded' version seems common practise for the Debian and Ubuntu distributions -- aside from the sourceforge non-reliability issues, it was the number one reason I used to host certain tarballs myself. I'd hazard a guess there'd be plenty of opportunities to rectify this annoying practise at GUADEC though :) Paul From jorgpitts@gmail.com Mon Jun 26 11:07:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A8D923B0124 for ; Mon, 26 Jun 2006 11:07:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26659-10 for ; Mon, 26 Jun 2006 11:07:28 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.200]) by menubar.gnome.org (Postfix) with ESMTP id AE4903B047F for ; Mon, 26 Jun 2006 11:07:27 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id t5so523851wxc for ; Mon, 26 Jun 2006 08:07:27 -0700 (PDT) Received: by 10.70.32.20 with SMTP id f20mr8410729wxf; Mon, 26 Jun 2006 08:07:26 -0700 (PDT) Received: from ?192.168.0.44? ( [70.234.100.117]) by mx.gmail.com with ESMTP id h37sm5501859wxd.2006.06.26.08.07.25; Mon, 26 Jun 2006 08:07:25 -0700 (PDT) Subject: a couple of things I found while building 2.15.3 From: Jorg Pitts To: garnome-list Content-Type: text/plain Date: Mon, 26 Jun 2006 10:07:18 -0500 Message-Id: <1151334438.5719.15.camel@spock.enterprise.org> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.4 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2, SPF_PASS=-0.001] X-Spam-Score: -2.4 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:07:30 -0000 My distro. Ubuntu Dapper 6.06 LTS release. gcc - gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) glibc - 2.3.6-0ubuntu20 Here is a few things I found while building desktop and some other various things in garnome cvs head. 1) mono/evolution-sharp fails because does not understand evolution 2.8 the configure searches for ESHELL2.2, ESHELL2.4, ESHELL2.6. Because evolution-sharp is a depend of beagle, you can not install beagle. checking for orbit2-config... /opt/garnome-2.15.3/bin/orbit2-config checking for ORBit - version >= 2.9.8... yes checking for orbit-idl-2... /opt/garnome-2.15.3/bin/orbit-idl-2 checking for CORBA include paths... -I /opt/garnome-2.15.3/share/idl/bonobo-2.0 -I /opt/garnome-2.15.3/share/idl/bonobo-activation-2.0 -I /opt/garnome-2.15.3/share/idl/evolution-data-server-1.2 checking for ESHELL22... checking for ESHELL24... checking for ESHELL26... configure: error: You need to install evolution-shell make[1]: *** [configure-work/main.d/evolution-sharp-0.11.1/configure] Error 1 make[1]: Leaving directory `/home/garnome/garnome/fresh/garnome-cvs/mono/evolution-sharp' make: *** [../../mono/evolution-sharp/cookies/main.d/install] Error 2 2) glib-java fails to build for me. What am I missing here? make[2]: Entering directory `/home/garnome/garnome/fresh/garnome-cvs/bindings/glib-java/work/main.d/glib-java-0.2.5' make all-am make[3]: Entering directory `/home/garnome/garnome/fresh/garnome-cvs/bindings/glib-java/work/main.d/glib-java-0.2.5' depbase=`echo src/jni/jg_jnu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME= \"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"glib-java\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/opt/garnome-2.15.3/include -I/opt/garnome-2.15.3/include/glib-2.0 -I/opt/garnome-2.15.3/lib/glib-2.0/include -Isrc/jni -g -I/opt/garnome-2.15.3/include -L/opt/garnome-2.15.3/lib -O2 -pipe -MT src/jni/jg_jnu.lo -MD -MP -MF "$depbase.Tpo" -c -o src/jni/jg_jnu.lo src/jni/jg_jnu.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"glib-java\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/opt/garnome-2.15.3/include -I/opt/garnome-2.15.3/include/glib-2.0 -I/opt/garnome-2.15.3/lib/glib-2.0/include -Isrc/jni -g -I/opt/garnome-2.15.3/include -L/opt/garnome-2.15.3/lib -O2 -pipe -MT src/jni/jg_jnu.lo -MD -MP -MF src/jni/.deps/jg_jnu.Tpo -c src/jni/jg_jnu.c -fPIC -DPIC -o src/jni/.libs/jg_jnu.o In file included from src/jni/jg_jnu.c:6: src/jni/jg_jnu.h:8:17: error: jni.h: No such file or directory In file included from src/jni/jg_jnu.c:6: src/jni/jg_jnu.h:16: error: syntax error before '*' token src/jni/jg_jnu.h:16: error: syntax error before '*' token src/jni/jg_jnu.h:16: error: 'jobject' declared as function returning a function src/jni/jg_jnu.h:23: error: syntax error before '*' token 3) rhythmbox will not configure with the config args: CONFIGURE_ARGS += --enable-ipod-writing --enable-tag-writing checking for RB_CLIENT... yes checking for RHYTHMBOX... yes checking for TOTEM_PLPARSER... yes checking for HAL... yes checking for IPOD... checking for GSTREAMER_0_8... checking for GSTREAMER_0_10... yes configure: WARNING: Tag writing support is experimental, and may corrupt files, use at your own risk checking for GNOME_MEDIA_PROFILES... yes configure: error: iPod write support explicitly requested but iPod support is disabled. make: *** [configure-work/main.d/rhythmbox-0.9.5/configure] Error 1 removing those and rhythmbox compiles fine. Jorg From guenther@rudersport.de Mon Jun 26 11:10:52 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 68C393B0124 for ; Mon, 26 Jun 2006 11:10:52 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27065-07 for ; Mon, 26 Jun 2006 11:10:51 -0400 (EDT) Received: from mail.medianet-world.de (mail.medianet-world.de [213.157.0.167]) by menubar.gnome.org (Postfix) with SMTP id 418943B04CA for ; Mon, 26 Jun 2006 11:10:50 -0400 (EDT) Received: (qmail 15699 invoked by uid 1011); 26 Jun 2006 15:10:25 -0000 Received: from guenther@rudersport.de by mail1 by uid 1003 with qmail-scanner-1.22 (ExcuBAtor: 1.0.2. Clear:RC:1(213.157.9.128):SA:0(0.0/5.0):. Processed in 0.437339 secs); 26 Jun 2006 15:10:25 -0000 Received: from unknown (HELO ?10.0.0.2?) (213.157.9.128) by mail.medianet-world.de with SMTP; 26 Jun 2006 15:10:25 -0000 Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <1151285760.23468.341.camel@funkeymonkey> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> <1151068198.8763.16.camel@monkey.loc> <1151285760.23468.341.camel@funkeymonkey> Content-Type: text/plain Date: Mon, 26 Jun 2006 17:10:23 +0200 Message-Id: <1151334623.8477.4.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.54 tagged_above=-999 required=2 tests=[AWL=0.059, BAYES_00=-2.599] X-Spam-Score: -2.54 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:10:52 -0000 On Mon, 2006-06-26 at 11:35 +1000, Paul Drain wrote: > > > > The iso-codes tarballs vanished from the debian ftp server, which is the > > master source for iso-codes. And no, we do not have any clue why anyone > > ever would possibly remove the previous version, when releasing a new > > tarball... > > Unfortunately, the removal of the 'last-uploaded' version seems common > practise for the Debian and Ubuntu distributions -- aside from the > sourceforge non-reliability issues, it was the number one reason I used > to host certain tarballs myself. > > I'd hazard a guess there'd be plenty of opportunities to rectify this > annoying practise at GUADEC though :) I'll make sure this topic comes up while talking to some particular folks... Greetings from GUADEC, everybody! :-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From morris.walton@gmail.com Sun Jun 25 17:46:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 67F323B00E9 for ; Sun, 25 Jun 2006 17:46:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03985-05 for ; Sun, 25 Jun 2006 17:46:45 -0400 (EDT) Received: from ms-smtp-03.southeast.rr.com (unknown [24.25.9.102]) by menubar.gnome.org (Postfix) with ESMTP id 51D5E3B0152 for ; Sun, 25 Jun 2006 17:46:45 -0400 (EDT) Received: from [192.168.1.10] (cpe-065-190-190-000.nc.res.rr.com [65.190.190.0]) by ms-smtp-03.southeast.rr.com (8.13.6/8.13.6) with ESMTP id k5PLkXM7006365 for ; Sun, 25 Jun 2006 17:46:34 -0400 (EDT) Message-ID: <449F0428.1050605@gmail.com> Date: Sun, 25 Jun 2006 17:46:16 -0400 From: Morris Walton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: garnome-list@gnome.org Subject: bug-buddy unicode compile error 2.14.2.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.53 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, SPF_NEUTRAL=1.069] X-Spam-Score: -1.53 X-Spam-Level: X-Mailman-Approved-At: Mon, 26 Jun 2006 11:16:33 -0400 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 21:46:51 -0000 Whew, I am working my way through the garnome build, and I've hit this bug-buddy problem: [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. [fixup] complete for bug-buddy. [configure] complete for bug-buddy. ==> Running make in work/main.d/bug-buddy-2.14.0 make[2]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make all-recursive make[3]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' Making all in po make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' Making all in pixmaps make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' Making all in src make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' Making all in bugzilla make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' Making all in gnome make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' Making all in ximian make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' Making all in docs make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' if ! test -d es/; then mkdir es/; fi case "." in /*) sd=".";; *) sd="../.";; esac; \ if [ -f "C/bug-buddy.xml" ]; then d="../"; else d="$sd/"; fi; \ (cd es/ && \ `which xml2po` -e -p \ "${d}es/es.po" \ "${d}C/bug-buddy.xml" > bug-buddy.xml.tmp && \ cp bug-buddy.xml.tmp bug-buddy.xml && rm -f bug-buddy.xml.tmp) Traceback (most recent call last): File "/home/mwalton/garnome/bin/xml2po", line 724, in ? doSerialize(doc) File "/home/mwalton/garnome/bin/xml2po", line 482, in doSerialize outtxt += doSerialize(child) File "/home/mwalton/garnome/bin/xml2po", line 476, in doSerialize (starttag, content, endtag, translation) = processElementTag(node, repl, 1) File "/home/mwalton/garnome/bin/xml2po", line 399, in processElementTag (starttag, content, endtag, translation) = processElementTag(child, myrepl, 0) File "/home/mwalton/garnome/bin/xml2po", line 395, in processElementTag myrepl.append(processElementTag(child, myrepl, 1)) File "/home/mwalton/garnome/bin/xml2po", line 407, in processElementTag translation = getTranslation(outtxt, isSpacePreserveNode(node)) File "/home/mwalton/garnome/bin/xml2po", line 223, in getTranslation return gt.ugettext(text.decode('utf-8')) File "/usr/lib/python2.2/gettext.py", line 195, in ugettext return unicode(tmsg, self._charset) TypeError: decoding Unicode is not supported make[4]: *** [es/bug-buddy.xml] Error 1 make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make[1]: *** [build-work/main.d/bug-buddy-2.14.0/Makefile] Error 2 make[1]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy' make: *** [paranoid-install] Error 2 [mwalton@columbia desktop]$ I've googled around , w/o any luck. Any advice? Thanks, Morris From joseph_sacco@comcast.net Mon Jun 26 11:57:36 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EECCB3B017D for ; Mon, 26 Jun 2006 11:57:35 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30456-03 for ; Mon, 26 Jun 2006 11:57:32 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id C17693B03C6 for ; Mon, 26 Jun 2006 11:57:32 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060626155731m15004kjske>; Mon, 26 Jun 2006 15:57:31 +0000 Subject: Re: bug-buddy unicode compile error 2.14.2.1 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <449F0428.1050605@gmail.com> References: <449F0428.1050605@gmail.com> Content-Type: text/plain Date: Mon, 26 Jun 2006 11:57:30 -0400 Message-Id: <1151337450.14595.8.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.725 tagged_above=-999 required=2 tests=[AWL=-1.281, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.725 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:57:36 -0000 Morris, You are running python-2.2, which is too old [take a look at the DEPS-LIST document]. You will need to update to python-2.4.x. If updating the system version of python is not feasible, consider an installation of python-2.4.3 in a "safe" location, for example, /opt/python-2.4.3 After building and installing python-2.4.3, edit gar.conf.mk to use the new version of python. -Joseph ================================================================================ On Sun, 2006-06-25 at 17:46 -0400, Morris Walton wrote: > Whew, > > I am working my way through the garnome build, and I've hit this > bug-buddy problem: > > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > [fixup] complete for bug-buddy. > [configure] complete for bug-buddy. > ==> Running make in work/main.d/bug-buddy-2.14.0 > make[2]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make all-recursive > make[3]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > Making all in po > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' > Making all in pixmaps > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' > Making all in src > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' > Making all in bugzilla > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > Making all in gnome > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' > Making all in ximian > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > make[5]: Nothing to be done for `all-am'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > Making all in docs > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' > if ! test -d es/; then mkdir es/; fi > case "." in /*) sd=".";; *) sd="../.";; esac; \ > if [ -f "C/bug-buddy.xml" ]; then d="../"; else d="$sd/"; fi; \ > (cd es/ && \ > `which xml2po` -e -p \ > "${d}es/es.po" \ > "${d}C/bug-buddy.xml" > bug-buddy.xml.tmp && \ > cp bug-buddy.xml.tmp bug-buddy.xml && rm -f bug-buddy.xml.tmp) > Traceback (most recent call last): > File "/home/mwalton/garnome/bin/xml2po", line 724, in ? > doSerialize(doc) > File "/home/mwalton/garnome/bin/xml2po", line 482, in doSerialize > outtxt += doSerialize(child) > File "/home/mwalton/garnome/bin/xml2po", line 476, in doSerialize > (starttag, content, endtag, translation) = processElementTag(node, > repl, 1) > File "/home/mwalton/garnome/bin/xml2po", line 399, in processElementTag > (starttag, content, endtag, translation) = processElementTag(child, > myrepl, 0) > File "/home/mwalton/garnome/bin/xml2po", line 395, in processElementTag > myrepl.append(processElementTag(child, myrepl, 1)) > File "/home/mwalton/garnome/bin/xml2po", line 407, in processElementTag > translation = getTranslation(outtxt, isSpacePreserveNode(node)) > File "/home/mwalton/garnome/bin/xml2po", line 223, in getTranslation > return gt.ugettext(text.decode('utf-8')) > File "/usr/lib/python2.2/gettext.py", line 195, in ugettext > return unicode(tmsg, self._charset) > TypeError: decoding Unicode is not supported > make[4]: *** [es/bug-buddy.xml] Error 1 > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make[1]: *** [build-work/main.d/bug-buddy-2.14.0/Makefile] Error 2 > make[1]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy' > make: *** [paranoid-install] Error 2 > [mwalton@columbia desktop]$ > > > I've googled around , w/o any luck. Any advice? > > Thanks, > > Morris > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Mon Jun 26 12:15:42 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2E1FE3B030E for ; Mon, 26 Jun 2006 12:15:42 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31685-10 for ; Mon, 26 Jun 2006 12:15:41 -0400 (EDT) Received: from mail.medianet-world.de (mail.medianet-world.de [213.157.0.167]) by menubar.gnome.org (Postfix) with SMTP id 445423B03E6 for ; Mon, 26 Jun 2006 12:15:40 -0400 (EDT) Received: (qmail 5742 invoked by uid 1011); 26 Jun 2006 16:15:39 -0000 Received: from guenther@rudersport.de by mail1 by uid 1003 with qmail-scanner-1.22 (ExcuBAtor: 1.0.2. Clear:RC:1(213.157.9.128):SA:0(0.0/5.0):. Processed in 0.435024 secs); 26 Jun 2006 16:15:39 -0000 Received: from unknown (HELO ?10.0.0.2?) (213.157.9.128) by mail.medianet-world.de with SMTP; 26 Jun 2006 16:15:38 -0000 Subject: Re: bug-buddy unicode compile error 2.14.2.1 From: guenther To: Morris Walton In-Reply-To: <449F0428.1050605@gmail.com> References: <449F0428.1050605@gmail.com> Content-Type: text/plain Date: Mon, 26 Jun 2006 18:15:36 +0200 Message-Id: <1151338537.7637.5.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.54 tagged_above=-999 required=2 tests=[AWL=0.059, BAYES_00=-2.599] X-Spam-Score: -2.54 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 16:15:42 -0000 I just approved your mail manually, which has been held for moderation. Please subscribe to the mailing list before posting (to keep down my administrative overhead, as well as ensuring you'll get any answers). http://mail.gnome.org/mailman/listinfo/garnome-list Actually I intended to send this message right after your post getting through, but the network is quite wonky here currently. So Joseph has been faster... Unfortunately the list archives seem to be broken again, thus I can't even point you to the archived answer. Already forwarded that reply by Joseph to you. ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From kelsang.tsenle@web.de Thu Jun 1 07:18:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A588A3B0119 for ; Thu, 1 Jun 2006 07:18:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29905-02 for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 32C433B00EE for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 5EDF942BF4 for ; Thu, 1 Jun 2006 12:35:31 +0200 (CEST) Received: from [88.73.67.70] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1FlkWZ-0001EP-00 for garnome-list@gnome.org; Thu, 01 Jun 2006 12:35:31 +0200 Message-ID: <447EC2F1.2010000@web.de> Date: Thu, 01 Jun 2006 12:35:29 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.455 tagged_above=-999 required=2 tests=[AWL=-0.145, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -2.455 X-Spam-Level: Subject: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 11:18:20 -0000 Hello, sorry bothering you again. I just tried to install garnome 2.14.2, but I can't compile gtk-doc. It fails with checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc checking for XML catalog (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog checking for DocBook XML DTD V4.1.2 in XML catalog... not found configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed and appears in the docbook. Although there seem to be several docbooks. I don't quite understand that system. Any idea? Gratefully, K. Tsenle From joseph_sacco@comcast.net Thu Jun 1 08:31:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1FA153B0134 for ; Thu, 1 Jun 2006 08:31:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01887-08 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by menubar.gnome.org (Postfix) with ESMTP id 42F7B3B0119 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060601123147012005bupae>; Thu, 1 Jun 2006 12:31:47 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447EC2F1.2010000@web.de> References: <447EC2F1.2010000@web.de> Content-Type: text/plain Date: Thu, 01 Jun 2006 08:31:46 -0400 Message-Id: <1149165106.12208.63.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.569 tagged_above=-999 required=2 tests=[AWL=-1.414, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -0.569 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 12:31:49 -0000 You are not bothering us... [:-)] Try this... * Goto the bootstrap directory and build and install: - expat - docbook-xml - docbook-xsl * goto the gtk-doc directory - make cookieclean - make install -Joseph ========================================================================= On Thu, 2006-06-01 at 12:35 +0200, Kelsang Tsenle wrote: > Hello, > > sorry bothering you again. > I just tried to install garnome 2.14.2, but I can't compile gtk-doc. > It fails with > > checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc > checking for XML catalog > (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found > checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog > checking for DocBook XML DTD V4.1.2 in XML catalog... not found > configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog > make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 > > My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed > and appears in the docbook. Although there seem to be several docbooks. > I don't quite understand that system. > Any idea? > > > Gratefully, > K. Tsenle -- joseph_sacco [at] comcast [dot] net From skg@fluent.co.in Fri Jun 2 01:01:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A2183B0FBA for ; Fri, 2 Jun 2006 01:01:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31222-04 for ; Fri, 2 Jun 2006 01:01:39 -0400 (EDT) Received: from mailhost.fluent.co.in (mhost.fluent.co.in [203.199.153.5]) by menubar.gnome.org (Postfix) with ESMTP id ECDD03B0FAC for ; Fri, 2 Jun 2006 01:01:38 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.fluent.co.in (Postfix) with ESMTP id 1FA37197352; Fri, 2 Jun 2006 10:31:36 +0530 (IST) Received: from mailhost.fluent.co.in ([127.0.0.1]) by localhost (pandu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10162-09; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Received: from [10.14.0.68] (skglnx.fluent.co.in [10.14.0.68]) by mailhost.fluent.co.in (Postfix) with ESMTP id 9E1A2197351; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Message-ID: <447FC62E.8070007@fluent.co.in> Date: Fri, 02 Jun 2006 10:31:34 +0530 From: Surya Kiran Gullapalli User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Joseph E. Sacco, Ph.D." References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> In-Reply-To: <1149165106.12208.63.camel@plantain.jesacco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.483 tagged_above=-999 required=2 tests=[AWL=0.039, BAYES_00=-2.599, TW_GT=0.077] X-Spam-Score: -2.483 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 05:01:41 -0000 Joseph E. Sacco, Ph.D. wrote: >You are not bothering us... [:-)] > >Try this... >* Goto the bootstrap directory and build and install: >- expat >- docbook-xml >- docbook-xsl > >* goto the gtk-doc directory >- make cookieclean >- make install > >-Joseph > > Well, I'm also facing the same problem. I tried the above. But it has done no good. The out put of where its failing is as follows. Command: nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog --noout /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog "-//OASIS//DTD DocBoox XML V4.1.2//EN" Output: No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN The #/etc/xml/catalog file is From kelsang.tsenle@web.de Fri Jun 2 05:22:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D914E3B1075 for ; Fri, 2 Jun 2006 05:22:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14065-10 for ; Fri, 2 Jun 2006 05:22:44 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 0ECCF3B105C for ; Fri, 2 Jun 2006 05:22:43 -0400 (EDT) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id C3F1D387B8; Fri, 2 Jun 2006 11:22:42 +0200 (CEST) Received: from [88.73.103.202] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1Fm5re-0005xW-00; Fri, 02 Jun 2006 11:22:42 +0200 Message-ID: <44800361.80804@web.de> Date: Fri, 02 Jun 2006 11:22:41 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: Surya Kiran Gullapalli References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> In-Reply-To: <447FC62E.8070007@fluent.co.in> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.466 tagged_above=-999 required=2 tests=[AWL=-0.079, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -2.466 X-Spam-Level: Cc: "Joseph E. Sacco, Ph.D." , garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 09:22:50 -0000 Hi all, Same thing for me. I compiled expat. The other two packages were already installed. Nothing changed. Same error message, the output of the command below is also the same. -- Tsenle Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > >> You are not bothering us... [:-)] >> >> Try this... * Goto the bootstrap directory and build and install: >> - expat >> - docbook-xml >> - docbook-xsl >> >> * goto the gtk-doc directory >> - make cookieclean >> - make install >> >> -Joseph >> >> > Well, > I'm also facing the same problem. I tried the above. But it has done > no good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN > > The #/etc/xml/catalog file is > > > V1.0//EN" > "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://www.oasis-open.org/docbook/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > uriStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > > From joseph_sacco@comcast.net Fri Jun 2 08:15:03 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B1D193B0351 for ; Fri, 2 Jun 2006 08:15:03 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24826-04 for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id 9D2C93B03AE for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060602121501012005c07he>; Fri, 2 Jun 2006 12:15:01 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447FC62E.8070007@fluent.co.in> References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> Content-Type: text/plain Date: Fri, 02 Jun 2006 08:15:00 -0400 Message-Id: <1149250500.14130.66.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.53 tagged_above=-999 required=2 tests=[AWL=-1.452, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_BX=0.077, TW_GT=0.077, TW_IB=0.077] X-Spam-Score: -0.53 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 12:15:03 -0000 Discretion is the better half of valor. We have chosen to retreat back to docbook-xml-4.1.2. What to do ??? There are two ways to proceed: * Fetch the latest tarballs [garnome-2.14.2.1 or garnome-2.15.2.2] or * Edit and rebuild bootstrap/docbook-xml and platform/libxml2 (1) uninstall docbook-xml-4.4 - cd bootstap/docbook-xml - make uninstall (2) edit the checksums and Makefile to build docbook-xml-4.1.2 see the CVS repository for what to change http://cvs.gnome.org/viewcvs/garnome/bootstrap/docbook-xml/ (3) install docbook-xml-4.1.2 (4) uninstall platform/libxml2 - cd platform/libxml2 - make uninstall (5) edit checksums and files/buildDocBookCatalog (6) rebuild libxml2 -Joseph =============================================================== On Fri, 2006-06-02 at 10:31 +0530, Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > > >You are not bothering us... [:-)] > > > >Try this... > >* Goto the bootstrap directory and build and install: > >- expat > >- docbook-xml > >- docbook-xsl > > > >* goto the gtk-doc directory > >- make cookieclean > >- make install > > > >-Joseph > > > > > Well, > I'm also facing the same problem. I tried the above. But it has done no > good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 2 19:49:16 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B47373B11C6 for ; Fri, 2 Jun 2006 19:49:16 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32055-01 for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B66CB3B047B for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k52NnDeK094370; Fri, 2 Jun 2006 17:49:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447B68A7.7070900@planet.nl> References: <447B68A7.7070900@planet.nl> Content-Type: text/plain Date: Sat, 03 Jun 2006 01:49:12 +0200 Message-Id: <1149292152.2043.18.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.47 tagged_above=-999 required=2 tests=[AWL=-0.025, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.47 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 23:49:16 -0000 On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > I'm finding 2 issues with the latest snapshot of garnome-daily > > 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version > 4.4. After changing the configure.in and configure scripts I could > continue the compile process. Thanks, Stef. :) This has been corrected in both branches. Current daily snapshots should work again. And we even released new tarballs for both stable and unstable branch with this fixed. I really need more time for mailing lists... :/ > 2 The sourceforge.net download links are failing if I don't use an > mirror site like belnet.dl.sourceforge.net for example. That's an sf.net issue we can do nothing about, unfortunately. The download.sf.net server we use is supposed to pick a working mirror... Apparently this either was a temporary issue only, or it is somewhat specific to your location/ISP. I just checked all sources we get from sf.net, and it worked for me. (15 of 18 total tarballs from sf.net have been retrieved on the first 'make fetch' attempt, 2 tarballs needed a second attempt. The last missing one was successful on the 4th go... Yes, it is commonly known that sf.net pretty much sucks at this, but there are projects that are available only on sf.net, unfortunately. [1]) ...guenther [1] We do switch to non sf.net servers (or more reliable servers, in general) if at all possible. Recently being moved away from sf.net are docbook-xml and libxklavier.) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 20:01:00 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5BC043B0B7F for ; Fri, 2 Jun 2006 20:01:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32590-06 for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 66E293B047B for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5300uja095161; Fri, 2 Jun 2006 18:00:57 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149292152.2043.18.camel@monkey.loc> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain Date: Sat, 03 Jun 2006 02:00:55 +0200 Message-Id: <1149292855.2043.24.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.547 tagged_above=-999 required=2 tests=[AWL=0.052, BAYES_00=-2.599] X-Spam-Score: -2.547 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 00:01:00 -0000 [...] > (15 of 18 total tarballs from sf.net have been retrieved on the first ^^^^^^^^ > 'make fetch' attempt, 2 tarballs needed a second attempt. The last > missing one was successful on the 4th go... Yes, it is commonly known > that sf.net pretty much sucks at this, but there are projects that are > available only on sf.net, unfortunately. [1]) Make that 17 total. :) My quick grep included libxklavier, which currently is available on one of the most reliable servers -- f.g.o. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 22:05:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5C8CE3B043C for ; Fri, 2 Jun 2006 22:05:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05171-02 for ; Fri, 2 Jun 2006 22:04:54 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 183E63B11E3 for ; Fri, 2 Jun 2006 22:04:26 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5324NmL001972; Fri, 2 Jun 2006 20:04:24 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447D9BF4.9050700@internode.on.net> References: <447D9BF4.9050700@internode.on.net> Content-Type: text/plain Date: Sat, 03 Jun 2006 04:04:22 +0200 Message-Id: <1149300262.2043.37.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.548 tagged_above=-999 required=2 tests=[AWL=0.051, BAYES_00=-2.599] X-Spam-Score: -2.548 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 02:05:17 -0000 On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: > hi all > I had garnome fail building gnome 2.15.1 because of a expat checksum error. > I quickly searched and found this link on the gnome forums [1]. > Searching the list archives didn't turn up a a result, incidentally. > The fix in the link is to download the package separately and overwrite > the dud one (which works) [2]. I was wondering if this is something that > could be fixed by garnome or is a sourceforge problem? This seems to be an sf.net issue. To sum it up: The expat fetched automatically by GARNOME from sf.net failed the checksum test. The expat you manually downloaded from sf.net worked. So the only difference is automatically vs. manually -- and frankly, this even is *no* difference at all, in case you used wget to manually fetch. ;) I bet you where hit by sf.net. I have seen them delivering a "404 not found" HTML document, instead of correctly failing. This is most likely what you got. The issue is, that the mirror actually delivered the requested document, although the content is not what has been requested. Thus the failing checksum test. In case you still have that first download, have a look at it. If it is not an HTML document, I'll owe a beer to anyone greeting me with the word GARNOME at the forthcoming GUADEC. ;-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From kamping_kaiser@internode.on.net Sat Jun 3 04:35:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 434893B050B for ; Sat, 3 Jun 2006 04:35:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22444-06 for ; Sat, 3 Jun 2006 04:35:18 -0400 (EDT) Received: from mail.internode.on.net (bld-mail03.adl2.internode.on.net [203.16.214.67]) by menubar.gnome.org (Postfix) with ESMTP id 6D91A3B04F9 for ; Sat, 3 Jun 2006 04:35:17 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 10312940 for ; Sat, 03 Jun 2006 18:05:08 +0930 (CST) Message-ID: <448149C2.2000703@internode.on.net> Date: Sat, 03 Jun 2006 18:05:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: garnome-list@gnome.org References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.6 tagged_above=-999 required=2 tests=[AWL=0.000, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.6 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 08:35:20 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > > To sum it up: The expat fetched automatically by GARNOME from sf.net > failed the checksum test. The expat you manually downloaded from sf.net > worked. So the only difference is automatically vs. manually -- and > frankly, this even is *no* difference at all, in case you used wget to > manually fetch. ;) > > I bet you where hit by sf.net. I have seen them delivering a "404 not > found" HTML document, instead of correctly failing. This is most likely > what you got. i expect your correct, as i got this for a second file after that. > > The issue is, that the mirror actually delivered the requested document, > although the content is not what has been requested. Thus the failing > checksum test. > > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) I clobered it, but it was only a few kb, so probably html :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From kamping_kaiser@internode.on.net Sat Jun 3 11:27:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 12F1F3B03FF for ; Sat, 3 Jun 2006 11:27:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12080-10 for ; Sat, 3 Jun 2006 11:27:21 -0400 (EDT) Received: from mail.internode.on.net (bld-mail07.adl2.internode.on.net [203.16.214.71]) by menubar.gnome.org (Postfix) with ESMTP id D1A663B050A for ; Sat, 3 Jun 2006 11:27:20 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 28025403 for multiple; Sun, 04 Jun 2006 00:56:57 +0930 (CST) Message-ID: <4481AA52.5010407@internode.on.net> Date: Sun, 04 Jun 2006 00:57:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: guenther References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.523 tagged_above=-999 required=2 tests=[AWL=-0.077, BAYES_00=-2.599, SPF_PASS=-0.001, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.523 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 15:27:24 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) Your beers safe: --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 => `download/partial/docbook-xsl-1.70.0.tar.bz2' Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, 212.219.56.167, ... Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [ <=> ] 147 --.--K/s 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' saved [147] make[7]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' [fetch] complete for docbook-xsl. ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 download/docbook-xsl-1.70.0.tar.bz2: FAILED *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR GAR GAR! *** make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 make[6]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' make: *** [paranoid-install] Error 2 karl@Rommel:~/garnome-2.15.2.2/desktop$ cd ../bootstrap/docbook-xsl/download/ karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh total 8.0K -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 docbook-xsl-1.70.0.tar.bz2: HTML document text karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat docbook-xsl-1.70.0.tar.bz2 karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ Not even a 404, not sure what it is though :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From guenther@rudersport.de Sun Jun 4 10:56:37 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 23D563B00CE for ; Sun, 4 Jun 2006 10:56:37 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23739-03 for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 82B213B009F for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k54EuVCl034602; Sun, 4 Jun 2006 08:56:32 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4481AA52.5010407@internode.on.net> References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> <4481AA52.5010407@internode.on.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 16:56:31 +0200 Message-Id: <1149432991.8235.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.471 tagged_above=-999 required=2 tests=[AWL=-0.026, BAYES_00=-2.599, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.471 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 14:56:37 -0000 On Sun, 2006-06-04 at 00:57 +0930, Karl Goetz wrote: > guenther wrote: > > This seems to be an sf.net issue. > > > In case you still have that first download, have a look at it. If it is > > not an HTML document, I'll owe a beer to anyone greeting me with the > > word GARNOME at the forthcoming GUADEC. ;-) > > Your beers safe: > > --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 > => `download/partial/docbook-xsl-1.70.0.tar.bz2' > Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, > 212.219.56.167, ... > Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. > HTTP request sent, awaiting response... 200 OK ^^^^^^ > Length: unspecified > > [ <=> > ] 147 --.--K/s > > 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' > saved [147] ^^^^^^^^^^^ > > make[7]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > [fetch] complete for docbook-xsl. > ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 > 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 > download/docbook-xsl-1.70.0.tar.bz2: FAILED > *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR > GAR GAR! *** > make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 > make[6]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > > make: *** [paranoid-install] Error 2 > karl@Rommel:~/garnome-2.15.2.2/desktop$ cd > ../bootstrap/docbook-xsl/download/ > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh > total 8.0K > -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 > drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 > docbook-xsl-1.70.0.tar.bz2: HTML document text ^^^^^^^^^^^^^^^^^^ Yeah. *sigh* Some mirrors seem to send out crappy HTML documents along with a code 200 OK, even if they are not going to deliver the requested content -- which frankly, should be a 4xx code. > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat > docbook-xsl-1.70.0.tar.bz2 > URL="http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2"> > > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ > > Not even a 404, not sure what it is though :) Looks like a hint to reload the very same requested URL again... Though this is not the duty of HTML code (which is the content being delivered over the HTTP protocol), but rather the protocols duty itself. GAR. So there we have a very poorly configured webserver... :-/ Sorry for the inconvenience, dude. Unfortunately, there is nothing we can do about sf.net... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From p.willis@telus.net Sun Jun 4 21:49:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 272F43B03EB for ; Sun, 4 Jun 2006 21:49:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25836-02 for ; Sun, 4 Jun 2006 21:48:53 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 117243B0681 for ; Sun, 4 Jun 2006 21:48:48 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([64.180.210.171]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060605014848.WAUS14541.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Sun, 4 Jun 2006 19:48:48 -0600 Received: from [192.168.1.10] (d64-180-210-171.bchsia.telus.net [64.180.210.171]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id CDMK5UNBKS for ; Sun, 4 Jun 2006 19:48:47 -0600 (MDT) Message-ID: <44838D75.4000508@telus.net> Date: Sun, 04 Jun 2006 18:48:37 -0700 From: pw User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Accept-Language: en-us, en MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.732 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, SPF_PASS=-0.001] X-Spam-Score: 0.732 X-Spam-Level: Subject: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 01:49:05 -0000 Hello, I am using Garnome to build gnome on Mandrake Linux 10.2. The build indicates that I require popt 1.5 or better to continue the build. When I go to the fsf popt site I am referred to ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz The FTP server is there but there are no directories below /pub . Is there anywhere else I can get a valid source for popt? Thanks Peter From joseph_sacco@comcast.net Sun Jun 4 22:23:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EB1A13B052C for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27596-09 for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id CFF513B03EB for ; Sun, 4 Jun 2006 22:23:56 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <2006060502235101200196jae>; Mon, 5 Jun 2006 02:23:51 +0000 From: "Joseph E. Sacco, Ph.D." To: pw In-Reply-To: <44838D75.4000508@telus.net> References: <44838D75.4000508@telus.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 22:23:50 -0400 Message-Id: <1149474230.14083.27.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.643 tagged_above=-999 required=2 tests=[AWL=-1.334, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.643 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 02:23:58 -0000 Build the version of popt found in the bootstrap directory. -Joseph ========================================================= On Sun, 2006-06-04 at 18:48 -0700, pw wrote: > Hello, > > I am using Garnome to build gnome on Mandrake Linux > 10.2. > > The build indicates that I require popt 1.5 or better > to continue the build. > > When I go to the fsf popt site I am referred to > > ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz > > > The FTP server is there but there are no directories > below /pub . > > Is there anywhere else I can get a valid source > for popt? > > Thanks > > Peter -- joseph_sacco [at] comcast [dot] net From cbarton@metavr.com Mon Jun 5 12:57:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E82E23B0941 for ; Mon, 5 Jun 2006 12:57:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15889-02 for ; Mon, 5 Jun 2006 12:57:27 -0400 (EDT) Received: from mail-ihug.icp-qv1-irony5.iinet.net.au (ihug-mail.icp-qv1-irony5.iinet.net.au [203.59.1.199]) by menubar.gnome.org (Postfix) with ESMTP id A01653B0940 for ; Mon, 5 Jun 2006 12:57:26 -0400 (EDT) Received: from 203-214-88-191.dyn.iinet.net.au (HELO [192.168.1.100]) ([203.214.88.191]) by mail-ihug.icp-qv1-irony5.iinet.net.au with ESMTP; 06 Jun 2006 00:57:24 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,211,1146412800"; d="scan'208"; a="788273094:sNHT21807728" Message-ID: <44846250.7010409@metavr.com> Date: Tue, 06 Jun 2006 02:56:48 +1000 From: Campbell Barton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: pw References: <44838D75.4000508@telus.net> In-Reply-To: <44838D75.4000508@telus.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.246 tagged_above=-999 required=2 tests=[AWL=0.353, BAYES_00=-2.599] X-Spam-Score: -2.246 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cbarton@metavr.com List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 16:57:30 -0000 Hey, I compile most stable garnome builds that are released ;) Id like to be able to compile without evalution, or epiphany- Bothe are big packages and since I use thunderbird and firefox its a lot of overhead I dont need. Also, I have had troubles compiling both.. Some Kind of minimal option would be nice. Also every time I build garnome (on Both Linux installs) - when building glib, I need to manually do and run ./configure --with-libiconv=gnu Otherwise it wont compile. - Realy a problem for glib but thaught Id mention anyhow, would be nice if it could auto detect this. Theres a few missing depancies exchange-data-server (needs OpenLDAP) gnome-panel (needs exchange-data-server) WHY?? - I removed from the makefile and gnome-panel compiled fine. without exchange. deskbar-applet (needs liboil) Cant recall the lib :/ (needs PyRex) From joseph_sacco@comcast.net Mon Jun 5 13:30:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C6BA63B0927 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17526-10 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by menubar.gnome.org (Postfix) with ESMTP id DB72C3B0668 for ; Mon, 5 Jun 2006 13:30:49 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc14) with SMTP id <2006060517304601400o1mege>; Mon, 5 Jun 2006 17:30:46 +0000 From: "Joseph E. Sacco, Ph.D." To: cbarton@metavr.com In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Mon, 05 Jun 2006 13:30:45 -0400 Message-Id: <1149528645.2858.26.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 (2.7.2.1-4) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.711 tagged_above=-999 required=2 tests=[AWL=-1.267, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.711 X-Spam-Level: Cc: garnome-list@gnome.org, pw Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 17:30:51 -0000 Campbell, You can "hide" an application from the build process by by prefixing the name of the application with a '.'. For example, desktop/evolution -> desktop/.evolution When you hide an application, you will also need to hide all other applications that explicitly depend upon it. -Joseph =========================================================== On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) > > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. > > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. > deskbar-applet (needs liboil) > Cant recall the lib :/ (needs PyRex) -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Mon Jun 5 14:44:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 053253B0964 for ; Mon, 5 Jun 2006 14:44:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22455-04 for ; Mon, 5 Jun 2006 14:44:08 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 9AA693B0905 for ; Mon, 5 Jun 2006 14:44:07 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k55Ii9ga001640; Mon, 5 Jun 2006 20:44:10 +0200 Message-ID: <44847B79.8000606@planet.nl> Date: Mon, 05 Jun 2006 20:44:09 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: guenther References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> In-Reply-To: <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.517 tagged_above=-999 required=2 tests=[AWL=-0.654, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -1.517 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 18:44:11 -0000 Hi Guenther, Thanks for the feedback. I'm glad to hear that I've not gone crazy alone ;-) with sourgeforge and their download procedures. I'll just keep on changing the makefiles if the downloads fails it's not a big deal. I'll try the latest snapshot to see how that one performs. Kindest regards, Stef guenther wrote: >On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > > > >>I'm finding 2 issues with the latest snapshot of garnome-daily >> >>1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version >>4.4. After changing the configure.in and configure scripts I could >>continue the compile process. >> >> > >Thanks, Stef. :) This has been corrected in both branches. Current >daily snapshots should work again. And we even released new tarballs for >both stable and unstable branch with this fixed. > >I really need more time for mailing lists... :/ > > > > >>2 The sourceforge.net download links are failing if I don't use an >>mirror site like belnet.dl.sourceforge.net for example. >> >> > >That's an sf.net issue we can do nothing about, unfortunately. The >download.sf.net server we use is supposed to pick a working mirror... > >Apparently this either was a temporary issue only, or it is somewhat >specific to your location/ISP. I just checked all sources we get from >sf.net, and it worked for me. > >(15 of 18 total tarballs from sf.net have been retrieved on the first >'make fetch' attempt, 2 tarballs needed a second attempt. The last >missing one was successful on the 4th go... Yes, it is commonly known >that sf.net pretty much sucks at this, but there are projects that are >available only on sf.net, unfortunately. [1]) > >...guenther > > >[1] We do switch to non sf.net servers (or more reliable servers, in > general) if at all possible. Recently being moved away from sf.net > are docbook-xml and libxklavier.) > > > From go@turix.com.ar Mon Jun 5 16:16:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B761E3B029D for ; Mon, 5 Jun 2006 16:16:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28247-04 for ; Mon, 5 Jun 2006 16:16:23 -0400 (EDT) Received: from marte.xmundo.net (marte.xmundo.net [201.216.232.12]) by menubar.gnome.org (Postfix) with ESMTP id AC2DD3B025B for ; Mon, 5 Jun 2006 16:16:22 -0400 (EDT) Received: from [192.168.0.222] (customer200-41.iplannetworks.net [200.61.176.41] (may be forged)) (authenticated bits=0) by marte.xmundo.net (8.12.11/8.12.11) with ESMTP id k55KGKBa020337 for ; Mon, 5 Jun 2006 17:16:20 -0300 Message-ID: <4484962B.1050907@turix.com.ar> Date: Mon, 05 Jun 2006 17:38:03 -0300 From: Gonzalo Odiard User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 Cc: garnome-list@gnome.org References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> In-Reply-To: <44847B79.8000606@planet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.37 tagged_above=-999 required=2 tests=[AWL=0.075, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.37 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 20:16:24 -0000 I have the same problem with sourceforge and not is a new problem. Gonzalo Odiard Stef van der Made escribió: > > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy > alone ;-) with sourgeforge and their download procedures. I'll just > keep on changing the makefiles if the downloads fails it's not a big > deal. > > I'll try the latest snapshot to see how that one performs. > > Kindest regards, > > Stef > > guenther wrote: > >> On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: >> >> >> >>> I'm finding 2 issues with the latest snapshot of garnome-daily >>> >>> 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to >>> version 4.4. After changing the configure.in and configure scripts I >>> could continue the compile process. >>> >> >> Thanks, Stef. :) This has been corrected in both branches. Current >> daily snapshots should work again. And we even released new tarballs for >> both stable and unstable branch with this fixed. >> >> I really need more time for mailing lists... :/ >> >> >> >> >>> 2 The sourceforge.net download links are failing if I don't use an >>> mirror site like belnet.dl.sourceforge.net for example. >>> >> >> That's an sf.net issue we can do nothing about, unfortunately. The >> download.sf.net server we use is supposed to pick a working mirror... >> >> Apparently this either was a temporary issue only, or it is somewhat >> specific to your location/ISP. I just checked all sources we get from >> sf.net, and it worked for me. >> >> (15 of 18 total tarballs from sf.net have been retrieved on the first >> 'make fetch' attempt, 2 tarballs needed a second attempt. The last >> missing one was successful on the 4th go... Yes, it is commonly known >> that sf.net pretty much sucks at this, but there are projects that are >> available only on sf.net, unfortunately. [1]) >> >> ...guenther >> >> >> [1] We do switch to non sf.net servers (or more reliable servers, in >> general) if at all possible. Recently being moved away from sf.net >> are docbook-xml and libxklavier.) >> >> >> > From pd@cipherfunk.org Mon Jun 5 21:06:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 463C33B0526 for ; Mon, 5 Jun 2006 21:06:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13901-02 for ; Mon, 5 Jun 2006 21:06:21 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id 08D7B3B0837 for ; Mon, 5 Jun 2006 21:06:20 -0400 (EDT) Received: (qmail 19894 invoked by uid 0); 6 Jun 2006 01:02:41 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Mon, 05 Jun 2006 18:02:41 -0700 From: Paul Drain To: garnome-list@gnome.org In-Reply-To: <44847B79.8000606@planet.nl> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> Content-Type: text/plain Organization: ::cipherfunk industries:: Date: Tue, 06 Jun 2006 11:07:57 +1000 Message-Id: <1149556077.29331.68.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.182 tagged_above=-999 required=2 tests=[AWL=0.417, BAYES_00=-2.599] X-Spam-Score: -2.182 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 01:06:24 -0000 On Mon, 2006-06-05 at 20:44 +0200, Stef van der Made wrote: > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy alone > ;-) with sourgeforge and their download procedures. I'll just keep on > changing the makefiles if the downloads fails it's not a big deal. > > I'll try the latest snapshot to see how that one performs. FWIW, this has been a problem ever since Sourceforge moved to the mirroring system script they use now -- everything's fine if all the mirrors sync up, but sometimes your .tar.gz will consist of a broken webpage when the redirection fails. It was one of the main reasons I used to host a bunch of files directly on the cipherfunk FTP site -- so people looking for things like docbook would no longer be 'trapped in the system' as it were. Regards, Paul From suryakiran.gullapalli@gmail.com Mon Jun 5 23:52:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0EF503B000A for ; Mon, 5 Jun 2006 23:52:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20778-03 for ; Mon, 5 Jun 2006 23:52:38 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by menubar.gnome.org (Postfix) with ESMTP id BC5683B00AE for ; Mon, 5 Jun 2006 23:52:37 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so2225453nzo for ; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VYoN+oVMUDftqAms7IToBFmTrUKIPBkOs4bJsuzjgorvzn7uLPAwcbj9LO/m98xqMkr2OqAduRetSPPBW0EXinttMoZRAs6TLtijHJWQDYRKNd3cCkq8ZsM8flj+Kbwjzq8AU9qvx0QitFQqCDPqBl/PU8ze3MPIDrkqxHK/7Xw= Received: by 10.36.19.13 with SMTP id 13mr7390724nzs; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Mon, 5 Jun 2006 20:52:36 -0700 (PDT) Message-ID: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Date: Tue, 6 Jun 2006 09:22:36 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2732_1312467.1149565956475" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.657 tagged_above=-999 required=2 tests=[AWL=-0.486, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077] X-Spam-Score: -1.657 X-Spam-Level: Subject: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 03:52:43 -0000 ------=_Part_2732_1312467.1149565956475 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying to build gnome using garnome-2.14.2. But gamin build fails. Here is the output . ========================== [===== NOW BUILDING: gamin-0.1.7 =====] install -d cookies/main.d install -d download install -d download/partial ==> Grabbing download/gamin-0.1.7.tar.gz ==> Trying file//files/gamin-0.1.7.tar.gz make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 ==> Trying file///nfs/skglnx/home/skg/Builds/gnome-2.14.2/gamin- 0.1.7.tar.gz ==> Grabbing download/python-path-fixes.diff ==> Trying file//files/python-path-fixes.diff [fetch] complete for gamin. ==> Running checksum on gamin-0.1.7.tar.gz 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz file gamin-0.1.7.tar.gz passes checksum test! ==> Running checksum on python-path-fixes.diff 19ff10882346340ed12244d3cc5ab96d download/python-path-fixes.diff file python-path-fixes.diff passes checksum test! [checksum] complete for gamin. install -d work/main.d ==> Extracting download/gamin-0.1.7.tar.gz [extract] complete for gamin. ==> Applying patch download/python-path-fixes.diff patching file configure.in [patch] complete for gamin. [fixup] complete for gamin. acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB ==> Running configure in work/main.d/gamin-0.1.7 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1 /bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3 checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed checking for egrep... grep -E checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ accepts -g... yes checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... gcc3 checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for library containing strerror... none required checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking gtk-doc version >= 1.0... yes checking for usleep... yes checking for setsid... yes checking for setenv... yes checking for putenv... yes checking for getlogin_r... yes checking for nanoseconds field of struct stat.st_mtim... tv_nsec ./configure: line 21414: syntax error near unexpected token `DAEMON,' ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 =================================== If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there. Can i safely ignore the warning message. ? and then there's a syntax error in configure script, again talking about glib. what am i doing wrong? Surya ------=_Part_2732_1312467.1149565956475 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying to build gnome using garnome-2.14.2. But gamin build fails.

Here is the output .

==========================
[===== NOW BUILDING:    gamin-0.1.7     =====]
install -d cookies/main.d
install -d download
install -d download/partial
 ==> Grabbing download/gamin-0.1.7.tar.gz
        ==> Trying file//files/gamin-0.1.7.tar.gz
make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1
        ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- 2.14.2/gamin-0.1.7.tar.gz
 ==> Grabbing download/python-path-fixes.diff
        ==> Trying file//files/python-path-fixes.diff
        [fetch] complete for gamin.
 ==> Running checksum on gamin-0.1.7.tar.gz
1a1991ffa749b7dc2cc0573d6a2867b8  download/gamin-0.1.7.tar.gz
file gamin-0.1.7.tar.gz passes checksum test!
 ==> Running checksum on python-path-fixes.diff
19ff10882346340ed12244d3cc5ab96d  download/python- path-fixes.diff
file python-path-fixes.diff passes checksum test!
        [checksum] complete for gamin.
install -d work/main.d
 ==> Extracting download/gamin-0.1.7.tar.gz
        [extract] complete for gamin.
 ==> Applying patch download/python-path-fixes.diff
patching file configure.in
        [patch] complete for gamin.
        [fixup] complete for gamin.
acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
 ==> Running configure in work/main.d/gamin-0.1.7
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc accepts -g... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3
checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed
checking for egrep... grep -E
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h.. . yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ accepts -g... yes
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... gcc3
checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag  works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for library containing strerror... none required
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking gtk-doc version >= 1.0... yes
checking for usleep... yes
checking for setsid... yes
checking for setenv... yes
checking for putenv... yes
checking for getlogin_r... yes
checking for nanoseconds field of struct stat.st_mtim... tv_nsec
./configure: line 21414: syntax error near unexpected token `DAEMON,'
./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)'
make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2
===================================

If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there.

Can i safely ignore the warning message. ?

and then there's a syntax error in configure script, again talking about glib.
what am i doing wrong?

Surya

------=_Part_2732_1312467.1149565956475-- From joseph_sacco@comcast.net Tue Jun 6 10:31:55 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 879353B0107 for ; Tue, 6 Jun 2006 10:31:55 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29002-07 for ; Tue, 6 Jun 2006 10:31:52 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id A7BAC3B012A for ; Tue, 6 Jun 2006 10:31:37 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060606143136m1100l78u6e>; Tue, 6 Jun 2006 14:31:36 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> References: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 10:31:34 -0400 Message-Id: <1149604294.12352.28.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.606 tagged_above=-999 required=2 tests=[AWL=-1.374, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -0.606 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:31:55 -0000 The python path hack deals with the situation were python-2.4.x is installed in a non-standard location. If python-2.4.x is installed under /usr/bin you can eliminate the hack: * copy Makefile Makefile- * edit Makefile - comment out line beginning with PATHFILES - comment out pre-configure section Otherwise, * build bootstrap/automake-1.9 * cd bootstrap/gamin - make cookieclean - make install -Joseph ============================================================================= On Tue, 2006-06-06 at 09:22 +0530, Surya Kiran Gullapalli wrote: > Hi, > I'm trying to build gnome using garnome-2.14.2. But gamin build fails. > > Here is the output . > > ========================== > [===== NOW BUILDING: gamin-0.1.7 =====] > install -d cookies/main.d > install -d download > install -d download/partial > ==> Grabbing download/gamin-0.1.7.tar.gz > ==> Trying file//files/gamin-0.1.7.tar.gz > make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 > ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- > 2.14.2/gamin-0.1.7.tar.gz > ==> Grabbing download/python-path-fixes.diff > ==> Trying file//files/python-path-fixes.diff > [fetch] complete for gamin. > ==> Running checksum on gamin-0.1.7.tar.gz > 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz > file gamin-0.1.7.tar.gz passes checksum test! > ==> Running checksum on python-path-fixes.diff > 19ff10882346340ed12244d3cc5ab96d download/python- path-fixes.diff > file python-path-fixes.diff passes checksum test! > [checksum] complete for gamin. > install -d work/main.d > ==> Extracting download/gamin-0.1.7.tar.gz > [extract] complete for gamin. > ==> Applying patch download/python-path-fixes.diff > patching file configure.in > [patch] complete for gamin. > [fixup] complete for gamin. > acinclude.m4:4: warning: underquoted definition of > AC_STRUCT_ST_MTIM_NSEC > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending% > 20aclocal > /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of > AM_PATH_GTK > /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of > AM_PATH_GLIB > ==> Running configure in work/main.d/gamin-0.1.7 > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking for > gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc accepts -g... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... > gcc3 > checking for a sed that does not truncate > output... /nfs/skglnx/home/skg/Packages/bin/sed > checking for egrep... grep -E > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h.. . yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking whether we are using the GNU C++ compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ accepts -g... yes > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... > gcc3 > checking how to run the C++ > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ -E > checking for g77... g77 > checking whether we are using the GNU Fortran 77 compiler... yes > checking whether g77 accepts -g... yes > checking the maximum length of command line arguments... 32768 > checking command to parse /usr/bin/nm -B output > from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static > flag works... yes > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > supports -fno-rtti -fno-exceptions... no > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to produce PIC... -fPIC > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC > flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g > ++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > option to produce PIC... -fPIC > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g > ++ PIC flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > appending configuration tag "F77" to libtool > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > checking for g77 option to produce PIC... -fPIC > checking if g77 PIC flag -fPIC works... yes > checking if g77 supports -c -o file.o... yes > checking whether the g77 linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking for library containing strerror... none required > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for ANSI C header files... (cached) yes > checking for a BSD-compatible install... /usr/bin/install -c > checking whether make sets $(MAKE)... (cached) yes > checking gtk-doc version >= 1.0... yes > checking for usleep... yes > checking for setsid... yes > checking for setenv... yes > checking for putenv... yes > checking for getlogin_r... yes > checking for nanoseconds field of struct stat.st_mtim... tv_nsec > ./configure: line 21414: syntax error near unexpected token `DAEMON,' > ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' > make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 > =================================== > > If you look at the beginning of the output, there's a warning message > from aclocal. Apparently, its trying to pick glib/gtk > from /usr/local/share path. But my gnome is not installed there. > > Can i safely ignore the warning message. ? > > and then there's a syntax error in configure script, again talking > about glib. > what am i doing wrong? > > Surya > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Tue Jun 6 16:33:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 999E13B0B52 for ; Tue, 6 Jun 2006 16:33:17 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20061-07 for ; Tue, 6 Jun 2006 16:33:16 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 0C2A13B0AE1 for ; Tue, 6 Jun 2006 16:33:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56KXDE9064909; Tue, 6 Jun 2006 14:33:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4484962B.1050907@turix.com.ar> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:33:12 +0200 Message-Id: <1149625992.8337.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:33:17 -0000 > > guenther wrote: [...] > >> That's an sf.net issue we can do nothing about, unfortunately. The > >> download.sf.net server we use is supposed to pick a working mirror... On Mon, 2006-06-05 at 17:38 -0300, Gonzalo Odiard wrote: > I have the same problem with sourceforge and not is a new problem. Exactly. :) Simply trying again (aka "insisting" ;) already solves the sf.net download issue in almost all cases. The "broken HTML" issue being the notable exception. But I only rarely saw that one myself... Since most of the tarballs we still need to fetch from sf.net tend to not be updated often, a GARCHIVEDIR helps preventing these issues even for new G(AR)NOME releases. Also, I'd like to take this opportunity to introduce a pretty handy 'make' option: -C Without the need to cd to a dir and back again later, just use a command like this to (in this example) insist on downloading the latest gaim release: $ make -C fifth-toe/gaim/ fetch Have fun... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 16:39:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2EA9D3B09D4 for ; Tue, 6 Jun 2006 16:39:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20599-08 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 127CD3B02A9 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56Kd5mL065246; Tue, 6 Jun 2006 14:39:06 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149556077.29331.68.camel@localhost.localdomain> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <1149556077.29331.68.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:39:04 +0200 Message-Id: <1149626345.8337.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:39:09 -0000 On Tue, 2006-06-06 at 11:07 +1000, Paul Drain wrote: > FWIW, this has been a problem ever since Sourceforge moved to the > mirroring system script they use now -- everything's fine if all the > mirrors sync up, but sometimes your .tar.gz will consist of a broken > webpage when the redirection fails. > > It was one of the main reasons I used to host a bunch of files directly > on the cipherfunk FTP site -- so people looking for things like docbook > would no longer be 'trapped in the system' as it were. Yeah, unfortunately we can not do this with our w.g.o accounts. Well, we could, but we really shouldn't. ;) FWIW, besides using other mirrors wherever we can, we are currently pondering some fallback ideas for such and similar cases... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 17:26:38 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0A2B23B00BC for ; Tue, 6 Jun 2006 17:26:38 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23080-02 for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 575653B007E for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56LQXLm068078; Tue, 6 Jun 2006 15:26:34 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 23:26:32 +0200 Message-Id: <1149629192.8337.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 21:26:38 -0000 On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) Thanks, great to hear. :) > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. You easily can disable packages, that you don't want. As Joseph already mentioned, renaming the dir (like epiphany) with a leading dot will do. This is the way to easily get it back in case something else depends on it. (Yes, if there are no lurking deps, you can remove those garballs just as well.) Both Epiphany and Evolution are pretty safe to remove. Note though, that out of the box there are two deps on Epiphany: epiphany-extensions and gwget, both in geektoys. Not an issue if you don't want neither of them. ;) In the Evolution case, there are some other circumstances, too. Mail-notification is the only app that depends on Evo itself, due to the usual use case for MN. Anyway, that could easily be changed if you want MN without the Evo integration. If you do not build Evo, you can safely drop the following garballs too, since they are used by Evo only (all in the desktop/ meta-garball): gtkhtml, libsoup, evolution-webcal, evolution-exchange. However, you can *not* simply opt out of evolution-data-server (see below). Regarding the "minimal" option: I'm sorry, but we won't do that. The most obvious reason: GARNOME is a build utility for the GNOME Desktop -- and Evolution and Epiphany are officially part of GNOME. Another reason is: What to include in the minimal option? Some don't like Epiphany, some don't want Evolution, some don't need Ekiga, dasher, etc... > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) One of the external deps we can not provide. You should install it system wide, if possible. Or edit the evolution-data-server/Makefile and get rid of the --with-openldap option in the CONFIGURE_ARGS. > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. *evolution*-data-server :) Unlike Evolution itself, there are a few apps in the official Desktop stack and extra packages that depend on evolution-data-server. e-d-s has been split up from Evo for that very reason, providing a common backend used across multiple apps sharing the same user data. In the case of gnome-panel, the clock applet actually features integrated Calendar and Tasks and depends on e-d-s for that. Apart from gnome-panel, there is a contact-lookup-applet part of GNOME, that queries your Address Books. Ekiga and Gaim (can) use these Address Books as well. Since our aim is to provide the GNOME Desktop, we sure want this integration to be built out of the box, without any manual tweaking by the user. Thus the LIBDEPS for apps, that optionally support features using other parts of the Desktop. For them to be built, we need to make sure the dependencies are built already. > deskbar-applet (needs liboil) Provided by GARNOME in bootstrap/ for those systems, that don't ship with the required version, since it is a pretty recent one. $ make -C bootstrap/liboil install Also, I believe this is control-center rather than deskbar-applet. ;) And no, please do not ask me what the control-center needs a highly optimized lib for... > Cant recall the lib :/ (needs PyRex) Yes. One of the external deps we can not provide. You should install it system wide, if possible. Hope this explains why. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 18:43:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CA5AE3B00E6 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26787-04 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from priv-edmwes33.telusplanet.net (defout.telus.net [204.209.205.55]) by menubar.gnome.org (Postfix) with ESMTP id 8E2A23B0124 for ; Tue, 6 Jun 2006 18:43:19 -0400 (EDT) Received: from priv-edmwaa06.telusplanet.net ([205.206.110.253]) by priv-edmwes33.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060606224318.TOWX21883.priv-edmwes33.telusplanet.net@priv-edmwaa06.telusplanet.net> for ; Tue, 6 Jun 2006 16:43:18 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edmwaa06.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id E35BV4DGV2 for ; Tue, 6 Jun 2006 16:43:17 -0600 (MDT) Date: Tue, 6 Jun 2006 16:43:07 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.445 tagged_above=-999 required=2 tests=[AWL=-1.797, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.445 X-Spam-Level: Subject: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:43:21 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpIaQ0KVGhl IGJ1aWxkIGlzIGZhaWxpbmcgYmVjYXVzZSBpdCBjYW4ndCBmaW5kIHRoZSB2ZXJzaW9uIHJlcXVl c3RlZC4gVGhlDQpyZWFzb24gZm9yIHRoYXQgaXMgYmVjYXVzZSBuZXcgdmVyc2lvbnMgaGF2ZSBi ZWVuIHJlbGVhc2VkOg0KDQpla2lnYS0yLjAuMi50YXIuZ3oNCm9wYWwtMi4yLjIudGFyLmd6DQpw d2xpYi0xLjEwLjEudGFyLmd6DQoNCkkgdGhpbmsgcHdsaWIgaXMgdGhlIHNhbWUgdmVyc2lvbiBi dXQgYm90aCBvcGFsIGFuZCBla2lnYSBhcmUgbmV3ZXIuDQoNCkkndmUgZCdsb2FkZWQgdGhlIHNv dXJjZXMgYXMgd2VsbCBhcyBycG1zIGZvciBteSBkaXN0cm8gKEZDNSkuIElmIEkgaW5zdGFsbA0K dGhlIHJwbXMgaXQncyBub3QgcmVhbGx5IGdvaW5nIHRvIGRvIG11Y2ggZm9yIGdhcm5vbWUgaXMg aXQ/IElmIG5vdCwgd2hhdA0KZmlsZXMgZG8gSSBuZWVkIHRvIG1vZGlmeSB0byBsb29rIGZvciB0 aGUgbmV3ZXIgZmlsZXMgYWxyZWFkeSBkb3dubG9hZGVkPw0KDQpUaGFua3MhDQpNeWxlcw0KLSAt LSANCk5vIGdyb3VwIG9mIHByb2Zlc3Npb25hbHMgbWVldHMgZXhjZXB0IHRvIGNvbnNwaXJlIGFn YWluc3QgdGhlIHB1YmxpYyBhdA0KbGFyZ2UuIC0tIE1hcmsgVHdhaW4NCi0tLS0tQkVHSU4gUEdQ IFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4 REJRRkVoZ1VCZjhFMStPL0pxNVlSQXR3N0FKOWp6RFhtOGFOMkNEb252blRNN25OMlR4TXNhd0Nl THhMWQ0KOUpMYW02TDgwVWliR0d5eHJYZnpEbDQ9DQo9NHpTeQ0KLS0tLS1FTkQgUEdQIFNJR05B VFVSRS0tLS0tDQo= From guenther@rudersport.de Tue Jun 6 18:52:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E65F13B0327; Tue, 6 Jun 2006 18:52:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27370-08; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 80BCF3B02AB; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56MpvdM073205; Tue, 6 Jun 2006 16:51:58 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: References: Content-Type: text/plain Date: Wed, 07 Jun 2006 00:51:56 +0200 Message-Id: <1149634316.10273.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Cc: gnome-list@gnome.org Subject: Re: [FYI] build interactively X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:52:01 -0000 [ Please do not cross-post, unless you really have to. ] > garnome-2.14.0 composed of 267 packages, > and there are complicate dependencies between different libs. Yes, apart from the official GNOME Desktop and Developer Platform, GARNOME ships with "a host of third-party GNOME packages, Bindings and the Mono(tm) Platform", as mentioned in the release announcements. :) Anyway, please note: The additional packages are optional. When using GARNOME, you are free to build or not build them. > usually not all of them are wanted, > in case garnome is to be built from scratch, > here is the order to take to avoid depency problem. Thanks for your work, I guess. Though you really do not need to care about those deps, since resolving the deps is an important part about GARNOME. It takes care of them for you. > information extracted from garname Makefile's `LIBDEPS=' directive. Exactly that's where the deps are defined. > there seem to be recursive dependencies defined in `LIBDEPS+=' > directive, dependency introduced by these directives are not listed > here. No. That's not recursion. The "LIBDEPS +=" apply some deps by build magic, gathering from your environment if a particular dep needs to be built or is satisfied already. > also some other libs required but not included in garnome, like > libexif etc. you want to build them as needed. Yup. Unfortunately we can not ship with every dependency. Those deps are detailed in the README and should be provided by your distro. > here is the list, the whole build process divided into 19 round, libs > in round 2 depend on libs in round 1, round 3 depend on 2, maybe also > depend on 1, and so on. [ list snipped ] Note that this includes *everything*, even matchbox, which typically is not built. Actually, rather than "19 rounds", this all boils down to *one* single command when using GARNOME: $ make install ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 19:49:32 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4FA333B012A for ; Tue, 6 Jun 2006 19:49:32 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30347-06 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B7F043B0344 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56NnP2T076758; Tue, 6 Jun 2006 17:49:26 -0600 (MDT) From: guenther To: Myles Green In-Reply-To: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 01:49:23 +0200 Message-Id: <1149637764.10273.36.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 23:49:32 -0000 On Tue, 2006-06-06 at 16:43 -0600, Myles Green wrote: > The build is failing because it can't find the version requested. The > reason for that is because new versions have been released: > > ekiga-2.0.2.tar.gz > opal-2.2.2.tar.gz > pwlib-1.10.1.tar.gz Crap. :-( Looks like you are totally right, dude. Rather that *adding* a new release, it seems the old opal and pwlib source tarballs actually have been removed. What an unfriendly and stupid way... (Only ekiga itself still is available, since it is hosted on f.g.o, but the releases hosted on ekiga.org have vanished.) > I think pwlib is the same version but both opal and ekiga are newer. > > I've d'loaded the sources as well as rpms for my distro (FC5). If I install > the rpms it's not really going to do much for garnome is it? If not, what > files do I need to modify to look for the newer files already downloaded? I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your download and build pleasure. You can find them here: http://gnome.org/~kbrae/garnome/ You now have quite a few options how to proceed. * Manually download opal and pwlib and stick them in the download/ dir in bootstrap/opal/ and bootstrap/pwlib respectively (or your GARCHIVEDIR, if you use it). * Adjust the MASTER_SITES line in the Makefile for bootstrap/opal/ and bootstrap/pwlib/ to simply point to the URL mentioned above. * Bump the versions of opal, pwlib and probably ekiga (including correcting the checksums). This unfortunately would mean, that you also need to adjust the MASTER_SITES for ekiga -- since 2.0.2 hasn't been uploaded to f.g.o yet. You can find the relevant changes Joseph did just today in viewcvs: http://cvs.gnome.org/viewcvs/garnome/ HTH ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 23:20:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 36E613B025E for ; Tue, 6 Jun 2006 23:20:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07838-08 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnes09.telusplanet.net (outbound02.telus.net [199.185.220.221]) by menubar.gnome.org (Postfix) with ESMTP id 609E93B0119 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes09.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607032049.KBGV28773.priv-edtnes09.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Tue, 6 Jun 2006 21:20:49 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id A7XGCPJFHR for ; Tue, 6 Jun 2006 21:20:48 -0600 (MDT) Date: Tue, 6 Jun 2006 21:20:43 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149637764.10273.36.camel@monkey.loc> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.174 tagged_above=-999 required=2 tests=[AWL=-1.526, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.174 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 03:20:53 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDAxOjQ5OjIzICswMjAwDQpndWVudGhlciA8Z3VlbnRoZXJAcnVkZXJzcG9y dC5kZT4gd3JvdGU6DQoNCj4gIFlvdSBjYW4gZmluZCB0aGUgcmVsZXZhbnQgY2hhbmdlcyBKb3Nl cGggZGlkIGp1c3QgdG9kYXkgaW4gdmlld2N2czoNCj4gICBodHRwOi8vY3ZzLmdub21lLm9yZy92 aWV3Y3ZzL2dhcm5vbWUvDQoNCk9vb3BzLCBsb29rcyBsaWtlIG15IGxhc3QgcmVwbHkgd2FzIHNl bnQgb25seSB0byBHdWVudGhlciwgc29ycnkgYWJvdXQNCnRoYXQuIEkgc2VlIEpvc2VwaCBmaXhl ZCB0aGluZ3MgdXAgaW4gQ1ZTLCBhcmUgdGhlcmUgaW5zdHJ1Y3Rpb25zIHNvbWV3aGVyZQ0Kb24g aG93IHRvIGdldC91c2UgdGhlIGN2cyB2ZXJzaW9uPyANCg0KVGhhbmtzLCBNeWxlcw0KLSAtLSAN CkhlIHdobyBmZWFycyB0aGUgdW5rbm93biBtYXkgb25lIGRheSBmbGVlIGZyb20gaGlzIG93biBi YWNrc2lkZS4NCgkJLS0gU2luYmFkDQotLS0tLUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0tLQ0KVmVy c2lvbjogR251UEcgdjEuNC4zIChHTlUvTGludXgpDQoNCmlEOERCUUZFaGtZTWY4RTErTy9KcTVZ UkFucmRBS0MvbHE5MWtmL1EydFNJS2dRRjJESERpN1p6cndDYUFwMXcNCnVPOG90QzIrN3plTjEw QWF5VHg5M1lZPQ0KPXFneXINCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From joseph_sacco@comcast.net Wed Jun 7 08:18:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C1EA13B0CB4 for ; Wed, 7 Jun 2006 08:18:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10686-03 for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id 2D6303B08CC for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060607121808m1100l743re>; Wed, 7 Jun 2006 12:18:08 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 08:18:07 -0400 Message-Id: <1149682687.25628.47.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.645 tagged_above=-999 required=2 tests=[AWL=-1.336, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.645 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 12:18:11 -0000 Short term solution -------------------- * Examine the GAR Makefile in CVS and make the appropriate changes to your local makefiles * For each app: run 'make makesum' , which will fetch the tarball and update the checksum you are good to go Longer term solution -------------------- Pull down a copy of GARNOME CVS http://www.gnome.org/projects/garnome/devel.html Once you have done this, you can easily update by running cvs update -dP -Joseph ======================================================================== On Tue, 2006-06-06 at 21:20 -0600, Myles Green wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wed, 07 Jun 2006 01:49:23 +0200 > guenther wrote: > > > You can find the relevant changes Joseph did just today in viewcvs: > > http://cvs.gnome.org/viewcvs/garnome/ > > Ooops, looks like my last reply was sent only to Guenther, sorry about > that. I see Joseph fixed things up in CVS, are there instructions somewhere > on how to get/use the cvs version? > > Thanks, Myles > - -- > He who fears the unknown may one day flee from his own backside. > -- Sinbad > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (GNU/Linux) > > iD8DBQFEhkYMf8E1+O/Jq5YRAnrdAKC/lq91kf/Q2tSIKgQF2DHDi7ZzrwCaAp1w > uO8otC2+7zeN10AayTx93YY= > =qgyr > -----END PGP SIGNATURE----- -- joseph_sacco [at] comcast [dot] net From rmg57@telus.net Wed Jun 7 09:48:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 6FCC63B0407 for ; Wed, 7 Jun 2006 09:48:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17730-03 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 2A7283B02C0 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607134808.BYYK19483.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Wed, 7 Jun 2006 07:48:08 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id 62NT9SHCXJ for ; Wed, 7 Jun 2006 07:48:02 -0600 (MDT) Date: Wed, 7 Jun 2006 07:47:45 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060607074745.27b55c9e@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.014 tagged_above=-999 required=2 tests=[AWL=-1.366, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.014 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 13:48:13 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDA4OjE4OjA3IC0wNDAwDQoiSm9zZXBoIEUuIFNhY2NvLCBQaC5ELiIgPGpv c2VwaF9zYWNjb0Bjb21jYXN0Lm5ldD4gd3JvdGU6DQoNCj4gU2hvcnQgdGVybSBzb2x1dGlvbg0K PiAtLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPiAqIEV4YW1pbmUgdGhlIEdBUiBNYWtlZmlsZSBpbiBD VlMgYW5kIG1ha2UgdGhlIGFwcHJvcHJpYXRlIGNoYW5nZXMgdG8NCj4geW91ciBsb2NhbCBtYWtl ZmlsZXMNCj4gKiBGb3IgZWFjaCBhcHA6DQo+IHJ1biAnbWFrZSBtYWtlc3VtJyAsIHdoaWNoIHdp bGwgZmV0Y2ggdGhlIHRhcmJhbGwgYW5kIHVwZGF0ZSB0aGUNCj4gY2hlY2tzdW0NCj4gDQo+IHlv dSBhcmUgZ29vZCB0byBnbw0KPiANCj4gDQo+IExvbmdlciB0ZXJtIHNvbHV0aW9uDQo+IC0tLS0t LS0tLS0tLS0tLS0tLS0tDQo+IFB1bGwgZG93biBhIGNvcHkgb2YgR0FSTk9NRSBDVlMNCj4gDQo+ ICAgICAgICAgaHR0cDovL3d3dy5nbm9tZS5vcmcvcHJvamVjdHMvZ2Fybm9tZS9kZXZlbC5odG1s DQo+IA0KPiBPbmNlIHlvdSBoYXZlIGRvbmUgdGhpcywgeW91IGNhbiBlYXNpbHkgdXBkYXRlIGJ5 IHJ1bm5pbmcNCj4gDQo+ICAgICAgICAgY3ZzIHVwZGF0ZSAtZFANCg0KTXVjaCBhcHByZWNpYXRl ZCwgdGhhbmtzIQ0KDQpNeWxlcw0KLSAtLSANCkNvbmZlc3MgeW91ciBzaW5zIHRvIHRoZSBMb3Jk IGFuZCB5b3Ugd2lsbCBiZSBmb3JnaXZlbjsNCmNvbmZlc3MgdGhlbSB0byBtYW4gYW5kIHlvdSB3 aWxsIGJlIGxhdWdoZWQgYXQuDQoJCS0tIEpvc2ggQmlsbGluZ3MNCi0tLS0tQkVHSU4gUEdQIFNJ R05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4REJR RkVodGtHZjhFMStPL0pxNVlSQXM2TkFLQ1Fqb1BLWlJQakNxWXhFUHQ5V2U2L29KdXZvQUNnbjNJ Vg0KMVpWc3R4TW9hNVlTZEJKT3IvUFIwNjg9DQo9cTdwUw0KLS0tLS1FTkQgUEdQIFNJR05BVFVS RS0tLS0tDQo= From guenther@rudersport.de Wed Jun 7 17:15:39 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 38E213B0310 for ; Wed, 7 Jun 2006 17:15:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15300-02 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id AF07D3B0135 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LFYww070287; Wed, 7 Jun 2006 15:15:35 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:15:33 +0200 Message-Id: <1149714933.8383.60.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: Myles Green Subject: ekiga, opal, pwlib (was: Re: Building opal fails - garnome-2.15.2.2) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:15:39 -0000 Note: If you found this post cause you are having download issues for ekiga, opal or pwlib, see the following links. The first one is the original post, the latter is the solution for this issue: http://mail.gnome.org/archives/garnome-list/2006-June/msg00023.html http://mail.gnome.org/archives/garnome-list/2006-June/msg00025.html Right, you replied to me only, Myles. ;) On Tue, 2006-06-06 at 21:03 -0600, Myles Green wrote: > > I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your > > download and build pleasure. You can find them here: > > > > http://gnome.org/~kbrae/garnome/ > > > > > > You now have quite a few options how to proceed. > > Thanks Guenther, I've chosen the first option as it sounds like the easiest > with less work :-D > > I don't understand why the ekiga people chose completely replace the old > versions either; doesn't make any sense. At any rate I just wanted to give > you guys a heads up on the problem and inform you of my findings. > > Thanks again! I'm off to re-start that build now. Sure, and we really appreciate the heads-up. :) Some follow up notes on this issue: The ekiga folks actually did not remove the old releases. They just happen to use a pretty bad way to grab source tarballs, which seems to not be discussed on the web site. Turns out all old releases still are available, if you use some special (not browsable) link, with the ekiga version in it. Exactly that corresponding ekiga version the particular opal and pwlib version has been released for... This is fixed in CVS (both gnome-2-14 branch and HEAD) already to point to the correct places which are not going to change. Also, I am currently working with the ekiga team and and the GNOME release team to host opal and pwlib on f.g.o, too. Once this is done, there will no special treatment be required any longer and this issue will be fixed for good. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Wed Jun 7 17:20:10 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 065893B0DC4 for ; Wed, 7 Jun 2006 17:20:10 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15559-06 for ; Wed, 7 Jun 2006 17:20:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id E0FAE3B0C49 for ; Wed, 7 Jun 2006 17:20:03 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LK1FS070551; Wed, 7 Jun 2006 15:20:02 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:20:00 +0200 Message-Id: <1149715200.8383.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:20:10 -0000 > Longer term solution > -------------------- > Pull down a copy of GARNOME CVS > > http://www.gnome.org/projects/garnome/devel.html > > Once you have done this, you can easily update by running > > cvs update -dP Though of course you still will have to 'make clean' and 'make install' the garballs that have been updated. ;) FWIW, redirecting cvs update output to a file and using a tiny bit of shell magic on the results to automate re-building updated tarballs only makes this pretty easy... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From suryakiran.gullapalli@gmail.com Thu Jun 8 01:11:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0FE043B0529 for ; Thu, 8 Jun 2006 01:11:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07930-07 for ; Thu, 8 Jun 2006 01:11:50 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by menubar.gnome.org (Postfix) with ESMTP id EC2423B04D0 for ; Thu, 8 Jun 2006 01:11:49 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so388514nzo for ; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ePvfSqYVxKt73WxOHRrzhDm3s2MU1aW4xLOqFTFiBANo/2qX2uPvM8SUhRAQun8IJWj23vxQaBrpfeOAG91Ess1Ct2o6T/92/WXokY43iuaOk1GCeIKRD15LV/SA2fKl+0N0odHvAFystMdifbh+axRz23PRhOAnBB4oWl2LxOY= Received: by 10.36.120.20 with SMTP id s20mr1821652nzc; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 22:11:49 -0700 (PDT) Message-ID: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> Date: Thu, 8 Jun 2006 10:41:49 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6299_12664175.1149743509204" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.939 tagged_above=-999 required=2 tests=[AWL=-0.135, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -1.939 X-Spam-Level: Subject: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 05:11:51 -0000 ------=_Part_6299_12664175.1149743509204 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm building garnome 2.14.2 and the build fails in building libgda. The error it shows is ====================== /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs' make[7]: *** [gda-xbase-database.lo] Error 1 make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' ====================== I've faced this problem in garnome 2.14.1 also. Surya ------=_Part_6299_12664175.1149743509204 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya
------=_Part_6299_12664175.1149743509204-- From bugzilla@gnome.org Thu Jun 8 02:54:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EBF7F3B0571 for ; Thu, 8 Jun 2006 02:54:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13079-01 for ; Thu, 8 Jun 2006 02:54:28 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id D8B513B0579 for ; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 7CA576CC0C8; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: GARNOME X-Bugzilla-Severity: blocker Content-Disposition: inline X-Bugzilla-Reason: QAcontact X-Bugzilla-Component: general X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.14.x Content-Transfer-Encoding: 8bit From: "GARNOME (bugzilla.gnome.org)" Message-Id: <20060608065427.7CA576CC0C8@window.gnome.org> Date: Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.34 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.018, BAYES_00=-2.599, TW_BG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.34 X-Spam-Level: Subject: [Bug 342220] libgda fails during compilation X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:54:31 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=342220 GARNOME | general | Ver: 2.14.x ------- Comment #1 from Surya Kiran 2006-06-08 06:54 UTC ------- The Same build problem occurs with garnome 2.14.2 also. This time I'm using gcc-4.1.1. I'm unable to proceed further. Could somebody please let me know what am i doing wrong ? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. From suryakiran.gullapalli@gmail.com Thu Jun 8 02:56:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DA8F13B0582 for ; Thu, 8 Jun 2006 02:56:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13062-08 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by menubar.gnome.org (Postfix) with ESMTP id 8BD5F3B0579 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 13so354520nzn for ; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ft/69kBOKHONlaz75vCUJXhZKw7Hdj4JNiCMmeAfjl8+5F9wiJkIIQU0kc+cGTmkJWxlbsAsZWFFewiqK8Khm2zZFQDlEHZZFB23KrcSsw8lr0Z9uWzrUha7klxoLnaXT+QLP4jPNqxHEqdgsGkkzYCmvKs47jqgXC7zu61ryqU= Received: by 10.37.22.49 with SMTP id z49mr1917640nzi; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 23:56:29 -0700 (PDT) Message-ID: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Date: Thu, 8 Jun 2006 12:26:29 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6863_20937453.1149749789722" References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.141 tagged_above=-999 required=2 tests=[AWL=0.084, BAYES_00=-2.599, HTML_30_40=0.374, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -2.141 X-Spam-Level: Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:56:34 -0000 ------=_Part_6863_20937453.1149749789722 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220. Surya On 6/8/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm building garnome 2.14.2 and the build fails in building libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on > member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 > /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > Surya > ------=_Part_6863_20937453.1149749789722 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220.
Surya

On 6/8/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya

------=_Part_6863_20937453.1149749789722-- From joseph_sacco@comcast.net Thu Jun 8 11:14:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4B8D13B0093 for ; Thu, 8 Jun 2006 11:14:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14613-10 for ; Thu, 8 Jun 2006 11:14:42 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id D97A03B09F4 for ; Thu, 8 Jun 2006 11:14:39 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060608151438m1500lag1ne>; Thu, 8 Jun 2006 15:14:38 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Content-Type: text/plain Date: Thu, 08 Jun 2006 11:14:37 -0400 Message-Id: <1149779677.22010.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.254 tagged_above=-999 required=2 tests=[AWL=0.268, BAYES_00=-2.599, TW_BG=0.077] X-Spam-Score: -2.254 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 15:14:46 -0000 Surya, The error indicates that there is an issue with the include files, /usr/include/xbase, which is a distro issue. That being said, what can be done??? (1) check if your distro has any updates for xbase if so, update and try a clean build of libgda. (2) build libgda without xbase support edit the GAR Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-xbase -Joseph =========================================================================== On Thu, 2006-06-08 at 12:26 +0530, Surya Kiran Gullapalli wrote: > I've already entered this bug in bugzilla in garnome module. The Bug > number is 342220. > Surya > > On 6/8/06, Surya Kiran Gullapalli > wrote: > Hi, > I'm building garnome 2.14.2 and the build fails in building > libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification > 'xbNtx::' on member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory > `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > > Surya > > -- joseph_sacco [at] comcast [dot] net From zhangchanglin@yahoo.com Fri Jun 9 03:19:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 3AC8E3B0362 for ; Fri, 9 Jun 2006 03:19:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03463-03 for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: from web55006.mail.re4.yahoo.com (web55006.mail.re4.yahoo.com [206.190.58.140]) by menubar.gnome.org (Postfix) with SMTP id 2F6D63B009A for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: (qmail 23367 invoked by uid 60001); 9 Jun 2006 07:19:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2jGO1TeaI/DrPdNOGPZDf//tWBlfxlzYm8w+i56ZWGzlUvRLnMqDJiziB4QkvWDOXjgtr2JmUnjhOqow3qYcVkzcMnMvxbZebEKroaD62bvbyg7j5R1R4gwOPOA9nOAcOJBfTISN9KJbXPcqBEUHobRfOREvivlOxSpjNPcdxbI= ; Message-ID: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Received: from [194.237.142.11] by web55006.mail.re4.yahoo.com via HTTP; Fri, 09 Jun 2006 00:19:39 PDT Date: Fri, 9 Jun 2006 00:19:39 -0700 (PDT) From: zhang changlin To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.034 tagged_above=-999 required=2 tests=[AWL=-1.986, BAYES_40=-0.185, DNS_FROM_RFC_ABUSE=0.2, DNS_FROM_RFC_WHOIS=1.447, RCVD_IN_BL_SPAMCOP_NET=1.558] X-Spam-Score: 1.034 X-Spam-Level: * Subject: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:19:41 -0000 Hi, I'm a user of Solaris 5.8, I'm not a root. I tried to install GNOME 2.14 by using GARNOME. >cd desktop >make paranoid-install ... [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. /bin/sh: test: argument expected make[1]: *** [fixuplibtool] Error 1 ... I googled the problem, it looks like the /bin/sh of Solaris is not bash, but the scripts of GARNOME assumes it is. I found no answer to this problem in Google. Can anyone help? Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From suryakiran.gullapalli@gmail.com Fri Jun 9 03:37:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 283E73B009A for ; Fri, 9 Jun 2006 03:37:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04197-01 for ; Fri, 9 Jun 2006 03:37:11 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by menubar.gnome.org (Postfix) with ESMTP id 14D283B00C3 for ; Fri, 9 Jun 2006 03:37:10 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so703160nzo for ; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lovM6wFmNNCgXUiucyXNhOcio+26q3hf6k0IxIecV3bEom3Z4sJvsBCplASf8QsH9TlRNllEV5HqDwxMvDfGg+UJBaC8DO9L3K6w0tLlMiwFLdV6sknpMafZ/oy8quyZFEdTJfS5uZndZSaJBaHOXBdwVU9Sm1dQA+NcaVLgOP4= Received: by 10.36.77.20 with SMTP id z20mr3599049nza; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:37:10 -0700 (PDT) Message-ID: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> Date: Fri, 9 Jun 2006 13:07:10 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6567_8517774.1149838630370" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.56 tagged_above=-999 required=2 tests=[AWL=-0.487, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.56 X-Spam-Level: Subject: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:37:13 -0000 ------=_Part_6567_8517774.1149838630370 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension. I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then. I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error. What is the fix for this. Thanks, Surya ------=_Part_6567_8517774.1149838630370 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya
------=_Part_6567_8517774.1149838630370-- From suryakiran.gullapalli@gmail.com Fri Jun 9 03:52:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 400E03B00DF for ; Fri, 9 Jun 2006 03:52:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05075-09 for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by menubar.gnome.org (Postfix) with ESMTP id 997553B010A for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id z3so646538nzf for ; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XhOcTuHLnjC/r0O8R0P2v+aangi6BPSnIxbkJb+9xvxdG9Xs3Ra466hdLPK5V9QSWwdxnv481o+YmDLn04RxU8u6zb45U6VgRJ2x6g59Tp13lP/mrFZHNHbxaPtbm3Ts83rIXLnKt9XONjQOcqI6aNFMYbv/y5MhZ5ejn7iJ6SM= Received: by 10.36.126.17 with SMTP id y17mr3612077nzc; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:52:16 -0700 (PDT) Message-ID: <3462bcdb0606090052j1b1ac81cn47d8807a57b42783@mail.gmail.com> Date: Fri, 9 Jun 2006 13:22:16 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6675_30965181.1149839536760" References: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.961 tagged_above=-999 required=2 tests=[AWL=-0.033, BAYES_00=-2.599, HTML_40_50=0.496, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.961 X-Spam-Level: Subject: Re: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:52:29 -0000 ------=_Part_6675_30965181.1149839536760 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong. Sorry for the trouble. Surya On 6/9/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must > not build firefox with typeaheadfind extension. > > I've faced the same problem with gnome 2.14.0 then i was told to set > LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- > 1.5.0.1 then. > > I've done similar environment setup here. this time it is firefox-1.5.0.3. > Even then it was showing the same error. > > > What is the fix for this. > Thanks, > Surya > ------=_Part_6675_30965181.1149839536760 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong.
Sorry for the trouble.
Surya

On 6/9/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya

------=_Part_6675_30965181.1149839536760-- From Martin.Ward@tsubaki.co.uk Fri Jun 9 07:29:40 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id F16A13B0099 for ; Fri, 9 Jun 2006 07:29:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19192-04 for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by menubar.gnome.org (Postfix) with ESMTP id A52D33B006A for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from mailgate.tsubaki.co.uk ([195.173.213.3]) by anchor-post-30.mail.demon.net with esmtp (Exim 4.42) id 1FofBI-000Mlv-0V for garnome-list@gnome.org; Fri, 09 Jun 2006 11:29:36 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C68BB7.FC92D75C" Date: Fri, 9 Jun 2006 12:29:27 +0100 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 2.14.2.1 compile error - javadoc Thread-Index: AcaLt/eeQ8WLtT5tQVSPZNmWsIsXSg== From: "Martin Ward" To: X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.241 tagged_above=-999 required=2 tests=[AWL=-1.243, BAYES_50=0.001, HTML_MESSAGE=0.001] X-Spam-Score: -1.241 X-Spam-Level: Subject: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 11:29:40 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello friends, Can someone help please? Trying to build the new release of 2.142. I = get the following: =09 error: no acceptable javadoc generator found in $PATH Whilst checking environment pre-requisites for build of glib-java. Where can I find an "acceptable javadoc genersator" ?? Best Regards/ Cordialement / Mit freundlichen Gru=DFen,=20 Martin Ward Nottingham , UK ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 2.14.2.1 compile error - javadoc

Hello = friends,

Can someone help = please?   Trying to build the new release of 2.142. I get the = following:
       =20
error: no = acceptable javadoc generator found in $PATH

Whilst checking = environment  pre-requisites for build of glib-java.

Where can I find an = "acceptable javadoc genersator" ??


Best Regards/ = Cordialement / Mit freundlichen Gru=DFen,
Martin Ward

Nottingham , = UK

------_=_NextPart_001_01C68BB7.FC92D75C-- From joseph_sacco@comcast.net Fri Jun 9 10:00:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E719B3B0349 for ; Fri, 9 Jun 2006 10:00:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29116-07 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by menubar.gnome.org (Postfix) with ESMTP id A4A173B01D8 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060609140045m1500ladb5e>; Fri, 9 Jun 2006 14:00:45 +0000 From: "Joseph E. Sacco, Ph.D." To: Martin Ward In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Fri, 09 Jun 2006 10:00:44 -0400 Message-Id: <1149861644.7402.9.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.295 tagged_above=-999 required=2 tests=[AWL=0.304, BAYES_00=-2.599] X-Spam-Score: -2.295 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:00:50 -0000 Martin, 'configure' is complaining that it cannot find 'javadoc' within its search patch. 'javadoc' is part of the full java2 SDK http://java.sun.com/j2se/javadoc/ You may be missing a "devel" package containing javadoc that can be downloaded from your distro. Check your distro. Looking at the configure file, I see that glib-java can be built without javadoc. To do this: * Edit the GARNOME Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-javadocs * make clean * make -Joseph ======================================================================= On Fri, 2006-06-09 at 12:29 +0100, Martin Ward wrote: > Hello friends, > > Can someone help please? Trying to build the new release of 2.142. I > get the following: > > error: no acceptable javadoc generator found in $PATH > > Whilst checking environment pre-requisites for build of glib-java. > > Where can I find an "acceptable javadoc genersator" ?? > > > Best Regards/ Cordialement / Mit freundlichen Grußen, > Martin Ward > > Nottingham , UK > -- joseph_sacco [at] comcast [dot] net From joseph_sacco@comcast.net Fri Jun 9 10:30:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 120C83B10DD for ; Fri, 9 Jun 2006 10:30:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31219-05 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by menubar.gnome.org (Postfix) with ESMTP id 3E26B3B0222 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc13) with SMTP id <200606091430260130076s30e>; Fri, 9 Jun 2006 14:30:27 +0000 From: "Joseph E. Sacco, Ph.D." To: zhang changlin In-Reply-To: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Content-Type: text/plain Date: Fri, 09 Jun 2006 10:30:26 -0400 Message-Id: <1149863426.7402.22.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.721 tagged_above=-999 required=2 tests=[AWL=-1.277, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.721 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:30:29 -0000 Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a free suite of Open Source GNU tools: http://www.sun.com/software/solaris/freeware/ I am guessing that there are updates for some of these packages. Search the web for sites that host SUN freeware. -Joseph ===================================================================== On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: > Hi, > > I'm a user of Solaris 5.8, I'm not a root. > I tried to install GNOME 2.14 by using GARNOME. > > >cd desktop > >make paranoid-install > ... > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > /bin/sh: test: argument expected > make[1]: *** [fixuplibtool] Error 1 > ... > > I googled the problem, it looks like the /bin/sh of > Solaris is not bash, but the scripts of GARNOME > assumes it is. I found no answer to this problem in > Google. > > Can anyone help? > > Thanks! > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Sat Jun 10 15:30:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 48B1F3B04F8 for ; Sat, 10 Jun 2006 15:30:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22881-05 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id 3AF403B0429 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9B1F421C11 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 8D5B421C00 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Date: Sat, 10 Jun 2006 12:30:35 -0700 From: Carson Gaspar To: garnome-list@gnome.org Message-ID: <1D8F307005C04BD4B34F62C3@[192.168.1.2]> In-Reply-To: <1149863426.7402.22.camel@plantain.jesacco.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> <1149863426.7402.22.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.464 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, FORGED_RCVD_HELO=0.135] X-Spam-Score: -2.464 X-Spam-Level: Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 19:30:43 -0000 > On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: >> ... >> >> I googled the problem, it looks like the /bin/sh of >> Solaris is not bash, but the scripts of GARNOME >> assumes it is. I found no answer to this problem in >> Google. --On Friday, June 09, 2006 10:30 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a > free suite of Open Source GNU tools: > > http://www.sun.com/software/solaris/freeware/ > > > I am guessing that there are updates for some of these packages. Search > the web for sites that host SUN freeware. No. The problem is that Garnome assumes that /bin/sh is a POSIX shell (or perhaps bash - I haven't tested with ksh/zsh/etc.). On Solaris, it is not. You can install as many copies of bash as you like, if you don't install them as /bin/sh, Garnome will break. The solution is to edit the broken Garnome files and replace /bin/sh with $SHELL or some such, and set $SHELL to be a POSIX shell. You'll also need to fix a lot of other things, unless much has changed since the last time I built Garnome on Solaris. -- Carson From ecarreras@gmail.com Mon Jun 12 04:22:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7DB3F3B000D for ; Mon, 12 Jun 2006 04:22:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25766-09 for ; Mon, 12 Jun 2006 04:22:00 -0400 (EDT) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by menubar.gnome.org (Postfix) with ESMTP id 0534E3B00D8 for ; Mon, 12 Jun 2006 04:21:59 -0400 (EDT) Received: by ug-out-1314.google.com with SMTP id o2so2215863uge for ; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ffxer6UVQr1D0vFam5KeAWPIijoOUw5QTu5balPF87qW11erP+kq7ecOcdsXlBiVHSfNW82aZe5bZYZvX/6OUl27hT2LAOtKpcpd7DppEwtuhKW7O6DfjoqLa757EemJLO1LMX8NyfoXR+6ysnYTls5hlMMyW35g4BX4E6eSqZM= Received: by 10.78.47.9 with SMTP id u9mr326979huu; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Received: by 10.78.13.17 with HTTP; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Message-ID: <8c654930606120121h1c4c5a5ch61732be5695dee5b@mail.gmail.com> Date: Mon, 12 Jun 2006 10:21:10 +0200 From: "Eduard Carreras i Nadal" To: garnome MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.739 tagged_above=-999 required=2 tests=[AWL=-0.697, BAYES_00=-2.599, RCVD_IN_BL_SPAMCOP_NET=1.558, SPF_PASS=-0.001] X-Spam-Score: -1.739 X-Spam-Level: Subject: system-tools-backends in Debian (Garnome-CVS) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 08:22:01 -0000 I've found this article[1], that helps compile Net::Dbus in Debian (the perl packege doesn't exist in Debian). [1] http://www.gnome.org/~csaavedr/news-2006-06.html#D06 -- Eduard Carreras i Nadal http://iesdecelra.xtec.net/eduard From schollsky@arcor.de Wed Jun 14 09:37:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 83BBB3B0505 for ; Wed, 14 Jun 2006 09:37:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28505-07 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 669053B0539 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 8CF3BE9BBC for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id 7809996D03 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 5290B174A72 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Message-ID: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:36:52 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Inotify revisited - IN_MOVE_SELF undeclared error... MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.135.97 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.393 tagged_above=-999 required=2 tests=[AWL=-1.168, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.393 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:37:19 -0000 Hi folks, sorry to bother you again with this one: The error mentioned above is a constant pain in the ass, not being able to use gamin with inotify support. I can no longer believe it's related to a broken kernel, as presumed by guenther and others. By now I've tried several 2.6.12.x Kernel Versions and now a type of 2.6.14.3 (Mandriva2006,i686). Gamin always get's into the same trouble. Perhaps anyone with Mandriva who made it? Or any other soft relying on inotify just to check? Best regards, Stefan From schollsky@arcor.de Wed Jun 14 09:48:34 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 81C0B3B0081 for ; Wed, 14 Jun 2006 09:48:34 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26553-02 for ; Wed, 14 Jun 2006 09:48:32 -0400 (EDT) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by menubar.gnome.org (Postfix) with ESMTP id C69C43B0133 for ; Wed, 14 Jun 2006 09:48:31 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id B897A174AF7 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id 984811EB4F1 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 62D4C141C71 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Message-ID: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:47:33 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: gdm not installing all files (garnome 2.14.2.1) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.133.216 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.591 tagged_above=-999 required=2 tests=[AWL=-0.888, BAYES_20=-0.74, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -0.591 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:48:34 -0000 This seems to be a minor one: gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. The new POST-INSTALL tells me to do the following: As root, create three soft links: ln -s $garnome/etc/pam.d/gdm /etc/pam.d ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d Appropriate gdm and gdm-autologin files can be copied manually from the work directory into the install tree, but I don't think it's meant this way. Best regards, Stefan From joseph_sacco@comcast.net Wed Jun 14 10:18:18 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8B2123B0505 for ; Wed, 14 Jun 2006 10:18:18 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26902-01 for ; Wed, 14 Jun 2006 10:18:17 -0400 (EDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by menubar.gnome.org (Postfix) with ESMTP id CBC833B049B for ; Wed, 14 Jun 2006 10:18:16 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc12) with SMTP id <20060614141707m12003vqhge>; Wed, 14 Jun 2006 14:17:07 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: schollsky@arcor.de In-Reply-To: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Content-Type: text/plain Date: Wed, 14 Jun 2006 10:16:54 -0400 Message-Id: <1150294614.4999.11.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 14:18:18 -0000 Stefan, A basic maxim of GARNOME is "do no harm". The GARNOME build process should only install files into the GARNOME install tree. The build process should never *automatically* install any file into a system directory. That being said, we are left to deal with post-install issues like PAM files. The issue with PAM is that it does not support a search path environment variable like python or pkg-config. Using soft links one way to solve the problem. -Joseph =========================================================================== On Wed, 2006-06-14 at 15:47 +0200, schollsky@arcor.de wrote: > This seems to be a minor one: > > gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. > > The new POST-INSTALL tells me to do the following: > > As root, create three soft links: > > ln -s $garnome/etc/pam.d/gdm /etc/pam.d > ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d > ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d > > Appropriate gdm and gdm-autologin files can be copied manually from the work directory > into the install tree, but I don't think it's meant this way. > > > Best regards, > > Stefan > -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Wed Jun 14 14:10:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id BCA983B0222 for ; Wed, 14 Jun 2006 14:10:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16215-03 for ; Wed, 14 Jun 2006 14:10:47 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id C78323B0177 for ; Wed, 14 Jun 2006 14:10:46 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9F41021C08 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 9101121B55 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Date: Wed, 14 Jun 2006 10:43:00 -0700 From: Carson Gaspar To: garnome-list@gnome.org Subject: Re: gdm not installing all files (garnome 2.14.2.1) Message-ID: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> In-Reply-To: <1150294614.4999.11.camel@plantain.jesacco.com> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.681 tagged_above=-999 required=2 tests=[AWL=-0.783, BAYES_05=-1.11, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -1.681 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 18:10:54 -0000 --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > A basic maxim of GARNOME is "do no harm". The GARNOME build process > should only install files into the GARNOME install tree. The build > process should never *automatically* install any file into a system > directory. That being said, we are left to deal with post-install > issues like PAM files. > > The issue with PAM is that it does not support a search path environment > variable like python or pkg-config. Using soft links one way to solve > the problem. You missed his point entirely. The pam files aren't being copied into $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that you like, they won't work... -- Carson From joseph_sacco@comcast.net Wed Jun 14 15:15:44 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 27CB13B01A7 for ; Wed, 14 Jun 2006 15:15:44 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13195-06 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by menubar.gnome.org (Postfix) with ESMTP id 388903B0147 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060614191502m1100c9s26e>; Wed, 14 Jun 2006 19:15:03 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> Content-Type: text/plain Date: Wed, 14 Jun 2006 15:15:01 -0400 Message-Id: <1150312501.3567.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:15:44 -0000 On my system, which is Fedora clone, all of the pam files for gdm are installed under $GARNOME/etc/pam.d. So the question is "What's going on with Stefan's system?". Here is what I see from the install log on my system. system=`uname`; \ if test -f /usr/include/security/pam_appl.h; then \ if test '!' -d /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; then \ /bin/sh ../mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ chmod 755 /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; then \ /usr/bin/install -c -m 644 gdm /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; then \ /usr/bin/install -c -m 644 gdm-autologin /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; \ fi; \ if test $system = SunOS; then \ echo "Please add PAM authentication for gdm and gdm-autologin in /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.conf!"; \ fi; \ fi ... /bin/sh ./mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d /usr/bin/install -c -m 644 ./gdmsetup-pam /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdmsetup -Joseph =================================================================================================== On Wed, 2006-06-14 at 10:43 -0700, Carson Gaspar wrote: > --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." > wrote: > > > A basic maxim of GARNOME is "do no harm". The GARNOME build process > > should only install files into the GARNOME install tree. The build > > process should never *automatically* install any file into a system > > directory. That being said, we are left to deal with post-install > > issues like PAM files. > > > > The issue with PAM is that it does not support a search path environment > > variable like python or pkg-config. Using soft links one way to solve > > the problem. > > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... > > -- > Carson -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Wed Jun 14 15:59:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A45F23B029B for ; Wed, 14 Jun 2006 15:59:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08455-04 for ; Wed, 14 Jun 2006 15:59:42 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 1088D3B0190 for ; Wed, 14 Jun 2006 15:59:41 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5EK22BF001716 for ; Wed, 14 Jun 2006 22:02:04 +0200 Message-ID: <44906B39.7030807@planet.nl> Date: Wed, 14 Jun 2006 22:02:01 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: garnome-list@gnome.org Subject: garnome-daily issues (startup References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> In-Reply-To: <4484962B.1050907@turix.com.ar> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.622 tagged_above=-999 required=2 tests=[AWL=-1.541, BAYES_20=-0.74, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_EG=0.077] X-Spam-Score: -0.622 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:59:43 -0000 Hi Guys, When starting up garnome 2.15.2 + (garnome-daily) I always get the issue that there are a zillion processes called gnome_segv2 startup and freeze my system after a while. In my own profile I have removed all .gnome* folders but when doing that the issue still persists. Did I forget something ? Thanks for your help, Stef From schollsky@arcor.de Wed Jun 14 17:05:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A15343B02E4 for ; Wed, 14 Jun 2006 17:05:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05357-04 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 9856A3B02A3 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-10-z2.arcor-so.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 963DC154B28 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-10-z2.arcor-so.net (Postfix) with ESMTP id 8BB0833A7D0 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 7A65D174751 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Message-ID: <15194193.1150319118491.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:05:18 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: gdm not installing all files (garnome 2.14.2.1) In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.433 tagged_above=-999 required=2 tests=[AWL=-0.006, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -1.433 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 21:05:49 -0000 Hi Carson, you wrote: > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... You're right, the files are not copied into the target location (here: /usr/local/garnome/etc/pam.d) in the first place. Maybe this is due to Mandriva? As this distro is a descendant of RedHat, nearly all settings can be applied here too. But in some cases... Best regards, Stefan From schollsky@arcor.de Thu Jun 15 03:00:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DBD3B3B00A0 for ; Thu, 15 Jun 2006 03:00:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17989-02 for ; Thu, 15 Jun 2006 02:59:59 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EEA033B03BD for ; Thu, 15 Jun 2006 02:59:58 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id D3FE81F88C4 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id C74371EB478 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id BC3662F6038 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Message-ID: <10509137.1150319465761.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:11:05 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Inotify revisited - IN_MOVE_SELF undeclared error... In-Reply-To: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.331 tagged_above=-999 required=2 tests=[AWL=-1.106, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.331 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:00:06 -0000 ...and the same goes to using a kernel version of 2.6.16.1. So...? (I always install sources accordingly after kernel-update.) Best regards, Stefan From guenther@rudersport.de Thu Jun 15 17:06:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1F0DB3B0237; Thu, 15 Jun 2006 17:06:31 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00750-05; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 427033B00D0; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009217.dialin.heagmedianet.de [213.157.9.217]) by rudersport.de (8.12.11.20060308) id k5FL5jDY040713; Thu, 15 Jun 2006 15:05:46 -0600 (MDT) Subject: [ANNOUNCE] GARNOME 2.15.3 From: guenther To: garnome-list@gnome.org Content-Type: text/plain Date: Thu, 15 Jun 2006 23:05:43 +0200 Message-Id: <1150405543.8323.15.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.053 tagged_above=-999 required=2 tests=[AWL=-0.451, BAYES_00=-2.599, SUBJ_ALL_CAPS=0.997] X-Spam-Score: -2.053 X-Spam-Level: Cc: gnome-announce-list@gnome.org, gnome-love@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 21:06:31 -0000 GARNOME 2.15.3 ============== The "It's quiet out there... Yes... Too quiet..." release. What seemed to be no last minute releases turned out to be a broken list server, holding back the official GNOME release for a day. Also, there have been a bunch of build issues this time around, more than usual. Some good cooperation between the Release Team and the GARNOME Team (especially Joseph) hacked around the brokeness, thus... We are pleased to announce the release of GARNOME 2.15.3 Desktop and Developer Platform. This release includes all of GNOME 2.15.3 plus a whole bunch of updates that were released after the GNOME freeze date. This is the third release in the unstable cycle, with more features, more fixes and yet more madness added. It is for anyone who wants to get his hands dirty on the development branch, or who'd like to get a peek at future features. If you want to help spot issues in GARNOME, (or, better yet, fix 'em ;-) this release is for you as well. As usual, you can get the tarball directly from the gnome.org site: http://download.gnome.org/sources/garnome/2.15/ Note: GNOME 2.15.x is an unstable branch and is assumed to be a moving target. Therefore, things in this release may not work as advertised. If you find any issues with this release, feel free to contact the GARNOMEies in the #garnome channel on GIMPNet (irc://irc.gnome.org), where we hang out, or post to the mailing list. More information is available at our project website: http://www.gnome.org/projects/garnome/ Enjoy, The GARNOME Team -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From bugzilla@gnome.org Mon Jun 19 13:35:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D5D393B0AEE for ; Mon, 19 Jun 2006 13:35:58 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23365-04 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id B448E3B0C05 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id A44D26CC1BB; Mon, 19 Jun 2006 13:34:58 -0400 (EDT) Subject: [Bug 345338] New: building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Message-ID: Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Date: Mon, 19 Jun 2006 13:34:58 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:35:59 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Summary: building pygtk-2.9.1/2 fails on gtkmodule.c Product: pygtk Version: 2.9.x Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: gtk AssignedTo: nobody@pygtk.org ReportedBy: svdmade@planet.nl QAContact: python-bindings-maint@gnome.bugs CC: garnome-list@gnome.org GNOME version: 2.15/2.16 GNOME milestone: Unspecified While building garnome-2.15.3 I get the following error: ccache cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.4 -I/usr/test/garnome/include/pygtk-2.0 -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/test/garnome/include -I/usr/test/garnome/include/gtk-2.0 -I/usr/test/garnome/lib/gtk-2.0/include -I/usr/test/garnome/include/atk-1.0 -I/usr/test/garnome/include/cairo -I/usr/test/garnome/include/pango-1.0 -I/usr/test/garnome/include -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/local/include -I/usr/X11R6/include -g -I/usr/test/garnome/include -L/usr/test/garnome/lib -O2 -pipe -m3dnow -mtune=athlon-tbird -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) make[3]: *** [_gtk_la-gtkmodule.lo] Error 1 make[3]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2/gtk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make: *** [build-work/main.d/pygtk-2.9.2/Makefile] Error 2 I've tried upgrading to pygtk-2.9.2 and installing pycairo-1.0.2 but to no avail. -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:48:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 082033B04E3 for ; Mon, 19 Jun 2006 13:48:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23650-07 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 1D00F3B05A6 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id E61C66CC1AB; Mon, 19 Jun 2006 13:47:18 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: NEEDINFO MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619174718.E61C66CC1AB@window.gnome.org> Date: Mon, 19 Jun 2006 13:47:18 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:48:05 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Gustavo Carneiro changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gjc@inescporto.pt Status|UNCONFIRMED |NEEDINFO ------- Comment #1 from Gustavo Carneiro 2006-06-19 17:47 UTC ------- could you attach config.log? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:59:02 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EC34E3B0ADC for ; Mon, 19 Jun 2006 13:59:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24429-01 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 937493B0196 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 6A57A6CC0F8; Mon, 19 Jun 2006 13:58:17 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: RESOLVED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619175817.6A57A6CC0F8@window.gnome.org> Date: Mon, 19 Jun 2006 13:58:17 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:59:02 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Stef van der Made changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |NOTABUG ------- Comment #2 from Stef van der Made 2006-06-19 17:58 UTC ------- I just solved the issue by doing a make clean and then make install :-( Sorry to bother you. I guess I needed to install pycairo 1.0.2 or pycairo 1.1.6 -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From schollsky@arcor.de Thu Jun 22 08:03:15 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 206D53B02D2 for ; Thu, 22 Jun 2006 08:03:15 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22619-06 for ; Thu, 22 Jun 2006 08:03:10 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 40D1B3B0346 for ; Thu, 22 Jun 2006 08:02:58 -0400 (EDT) Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id B2CFC1556EA for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id A1EB81C893B for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id 5736A155B40 for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Message-ID: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Thu, 22 Jun 2006 14:02:56 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: [ANNOUNCE] GARNOME 2.15.3 In-Reply-To: <1150405543.8323.15.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150405543.8323.15.camel@monkey.loc> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.186.160 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.322 tagged_above=-999 required=2 tests=[AWL=-1.097, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.322 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 12:03:15 -0000 Hi Guenther, you wrote: > GARNOME 2.15.3 > ============== > > The "It's quiet out there... Yes... Too quiet..." release. [...] Looks quite good until now. The errors I had before are not gone by now, but I should be content. However, there's no "isocodes" folder on ftp.gnome.org, which forces a stop in building the system. Kind regards, Stefan From guenther@rudersport.de Thu Jun 22 13:27:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5B6A83B06F0 for ; Thu, 22 Jun 2006 13:27:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13095-10 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 8B2103B0413 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5MHQlrD021873; Thu, 22 Jun 2006 11:26:52 -0600 (MDT) Subject: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Thu, 22 Jun 2006 19:26:43 +0200 Message-Id: <1150997203.8147.64.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.108 tagged_above=-999 required=2 tests=[AWL=-1.389, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.108 X-Spam-Level: Cc: schollsky@arcor.de X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 17:27:01 -0000 > > GARNOME 2.15.3 > > ============== > > > > The "It's quiet out there... Yes... Too quiet..." release. > [...] > > Looks quite good until now. The errors I had before are not gone by > now, but I should be content. However, there's no "isocodes" folder on > ftp.gnome.org, which forces a stop in building the system. Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES variable points to the original location, where that tarball is to be expected. Well, to be expected... used to live. Until "someone" removed it again. Just as they did with the last tarball. As a quick workaround, I just put the iso-codes tarballs on my personal space on f.g.o for your download pleasure. Just grab the tarball you need and drop it into the bootstrap/iso-codes/download/ dir. http://gnome.org/~kbrae/garnome/ Regarding "not being on f.g.o": I explained this pretty detailed recently, I believe. Anyway... GARNOME checks some different locations for the tarball, starting with local ones (files and download directories), then the GARCHIVEDIR, and after that it tries the remote locations. In this case, the explicitly set MASTER_SITES. If this fails (which it should not...), GARNOME defaults back to the globally defined master site, which is f.g.o, since most tarballs are located there anyway. So the last failing download you see is just the last-resort fallback, not the actually failing source location... That all said... Thanks for the heads-up. :) I already noticed that (again) missing tarball the other day [1], but did not have the time to fix it yet. We need a more reliable fallback solution anyway. So either the RT and me will come up with a solution at GUADEC next week, or you simply can consider the above mentioned place to be permanent. GAR. ...guenther [1] monkey knows about this -- he logged me screaming and ranting, while no one else was around... ;) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From joseph_sacco@comcast.net Thu Jun 22 14:16:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CB85B3B083D for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16110-10 for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by menubar.gnome.org (Postfix) with ESMTP id 03CD33B0837 for ; Thu, 22 Jun 2006 14:16:45 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc13) with SMTP id <20060622181644m1300h9bb7e>; Thu, 22 Jun 2006 18:16:45 +0000 Subject: Re: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <1150997203.8147.64.camel@monkey.loc> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <1150997203.8147.64.camel@monkey.loc> Content-Type: text/plain Date: Thu, 22 Jun 2006 14:16:43 -0400 Message-Id: <1151000203.731.14.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.723 tagged_above=-999 required=2 tests=[AWL=-1.279, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.723 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 18:16:47 -0000 Fixed [once again] in CVS... -Joseph ============================================================== On Thu, 2006-06-22 at 19:26 +0200, guenther wrote: > > > GARNOME 2.15.3 > > > ============== > > > > > > The "It's quiet out there... Yes... Too quiet..." release. > > [...] > > > > Looks quite good until now. The errors I had before are not gone by > > now, but I should be content. However, there's no "isocodes" folder on > > ftp.gnome.org, which forces a stop in building the system. > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ > > > Regarding "not being on f.g.o": I explained this pretty detailed > recently, I believe. Anyway... GARNOME checks some different locations > for the tarball, starting with local ones (files and download > directories), then the GARCHIVEDIR, and after that it tries the remote > locations. > > In this case, the explicitly set MASTER_SITES. If this fails (which it > should not...), GARNOME defaults back to the globally defined master > site, which is f.g.o, since most tarballs are located there anyway. So > the last failing download you see is just the last-resort fallback, not > the actually failing source location... > > > That all said... Thanks for the heads-up. :) I already noticed that > (again) missing tarball the other day [1], but did not have the time to > fix it yet. We need a more reliable fallback solution anyway. So either > the RT and me will come up with a solution at GUADEC next week, or you > simply can consider the above mentioned place to be permanent. GAR. > > ...guenther > > > [1] monkey knows about this -- he logged me screaming and ranting, while > no one else was around... ;) > > -- > char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; > main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} > -- joseph_sacco [at] comcast [dot] net From jorgpitts@gmail.com Thu Jun 22 22:38:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8824B3B077E for ; Thu, 22 Jun 2006 22:38:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08608-04 for ; Thu, 22 Jun 2006 22:38:39 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.199]) by menubar.gnome.org (Postfix) with ESMTP id D2CAC3B06F4 for ; Thu, 22 Jun 2006 22:38:38 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so420072wxc for ; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.78.5 with SMTP id a5mr3934063wxb; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Message-ID: <30e9b1510606221938u6a0e57c5iea0c45ebd3e44ff8@mail.gmail.com> Date: Thu, 22 Jun 2006 21:38:38 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: gnome-vfs-2.15.2 in ubuntu dapper missing a depend.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14522_10523074.1151030318247" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.815 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, HTML_10_20=1.351, HTML_MESSAGE=0.001, HTML_SHORT_LENGTH=1.574, SPF_PASS=-0.001] X-Spam-Score: 1.815 X-Spam-Level: * X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 02:38:41 -0000 ------=_Part_14522_10523074.1151030318247 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile.. Jorg ------=_Part_14522_10523074.1151030318247 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile..

Jorg
------=_Part_14522_10523074.1151030318247-- From jorgpitts@gmail.com Fri Jun 23 00:03:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 470493B06C5 for ; Fri, 23 Jun 2006 00:03:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11930-07 for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.193]) by menubar.gnome.org (Postfix) with ESMTP id 54C9F3B052C for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428083wxc for ; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.63.2 with SMTP id l2mr4010040wxa; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Message-ID: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Date: Thu, 22 Jun 2006 23:03:31 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk 2.9.2 failure.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15015_19405876.1151035411724" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.976 tagged_above=-999 required=2 tests=[AWL=1.469, BAYES_00=-2.599, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.976 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:03:33 -0000 ------=_Part_15015_19405876.1151035411724 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' ==> Grabbing download/gtkunixprint.override.patch ==> Trying file//files/gtkunixprint.override.patch make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' [fetch] complete for pygtk. ==> Running checksum on pygtk-2.9.2.tar.bz2 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk-2.9.2.tar.bz2 file pygtk-2.9.2.tar.bz2 passes checksum test! ==> Running checksum on gtkunixprint.override.patch fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch file gtkunixprint.override.patch passes checksum test! [checksum] complete for pygtk. install -d work/main.d ==> Extracting download/pygtk-2.9.2.tar.bz2 [extract] complete for pygtk. ==> Applying patch download/gtkunixprint.override.patch patching file gtk/gtkunixprint.override [patch] complete for pygtk. [fixup] complete for pygtk. ==> Building sandbox/platform/gtk+ as a dependency make: Entering an unknown directory make: *** ../../sandbox/platform/gtk+: No such file or directory. Stop. make: Leaving an unknown directory make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2 make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' make: *** [paranoid-install] Error 2 ------=_Part_15015_19405876.1151035411724 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
 ==> Grabbing download/gtkunixprint.override.patch
        ==> Trying file//files/gtkunixprint.override.patch
make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
        [fetch] complete for pygtk.
 ==> Running checksum on pygtk-2.9.2.tar.bz2
2625ddd1aba04869eb2f9e4d4cc5552b  download/pygtk- 2.9.2.tar.bz2
file pygtk-2.9.2.tar.bz2 passes checksum test!
 ==> Running checksum on gtkunixprint.override.patch
fc1cd230e5d69428a37f72a2122a0837  download/gtkunixprint.override.patch
file gtkunixprint.override.patch passes checksum test!
        [checksum] complete for pygtk.
install -d work/main.d
 ==> Extracting download/pygtk-2.9.2.tar.bz2
        [extract] complete for pygtk.
 ==> Applying patch download/gtkunixprint.override.patch
patching file gtk/gtkunixprint.override
        [patch] complete for pygtk.
        [fixup] complete for pygtk.
 ==> Building sandbox/platform/gtk+ as a dependency
make: Entering an unknown directory
make: *** ../../sandbox/platform/gtk+: No such file or directory.  Stop.
make: Leaving an unknown directory
make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2
make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2
make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet'
make: *** [paranoid-install] Error 2

------=_Part_15015_19405876.1151035411724-- From jorgpitts@gmail.com Fri Jun 23 00:11:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 871043B050E for ; Fri, 23 Jun 2006 00:11:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12349-03 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.202]) by menubar.gnome.org (Postfix) with ESMTP id 91C273B02F8 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428816wxc for ; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.26.1 with SMTP id 1mr3623310wxz; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:11:47 -0700 (PDT) Message-ID: <30e9b1510606222111g75bd7a4fodc8fc8d7b4d2e260@mail.gmail.com> Date: Thu, 22 Jun 2006 23:11:47 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk failure because of depend missing.. depends update for DEPS-LIST MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15075_33183865.1151035907972" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.313 tagged_above=-999 required=2 tests=[AWL=0.337, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -1.313 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:11:49 -0000 ------=_Part_15075_33183865.1151035907972 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg ------=_Part_15075_33183865.1151035907972 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
------=_Part_15075_33183865.1151035907972-- From schollsky@arcor.de Fri Jun 23 03:57:28 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 99CA63B041F for ; Fri, 23 Jun 2006 03:57:28 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24965-05 for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 7EBD33B00EC for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 693E7EEB38 for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 529FC279D0A for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id CC51717CF80 for ; Fri, 23 Jun 2006 09:57:25 +0200 (CEST) Message-ID: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Fri, 23 Jun 2006 09:57:25 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1150997203.8147.64.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.159.30 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.523 tagged_above=-999 required=2 tests=[AWL=0.116, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.523 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 07:57:28 -0000 Hi Guenther, you wrote: > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ Thx for your support! Regarding the storage/download system of GARNOME, I think I've understood it already, since it's always telling what it does when work begins with every package. The iso-codes problem is not new, but until now there was laying around a working archive for local installation somewhere. I wonder if it's possible to find out the reason why the packages sometimes vanishes from f.g.o.?!? Strange thing I also found is that the tarball of the new 51.1-1 for isocodes has no "./configure" (but is stated in the docs/package). Otherwise I've had used that one... Kind regards, Stefan From joseph_sacco@comcast.net Fri Jun 23 08:04:14 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A82E73B08D0 for ; Fri, 23 Jun 2006 08:04:14 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08884-05 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id 142D83B0852 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060623120410m15004kkuoe>; Fri, 23 Jun 2006 12:04:10 +0000 Subject: Re: pygtk 2.9.2 failure.. From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> References: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Content-Type: text/plain Date: Fri, 23 Jun 2006 08:04:09 -0400 Message-Id: <1151064249.2839.1.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 (2.7.3-2) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.647 tagged_above=-999 required=2 tests=[AWL=-1.357, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.647 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 12:04:14 -0000 Fixed in CVS. -Joseph ================================================================= On Thu, 2006-06-22 at 23:03 -0500, Jorg Pitts wrote: > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > ==> Grabbing download/gtkunixprint.override.patch > ==> Trying file//files/gtkunixprint.override.patch > make[3]: Entering directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > [fetch] complete for pygtk. > ==> Running checksum on pygtk-2.9.2.tar.bz2 > 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk- 2.9.2.tar.bz2 > file pygtk-2.9.2.tar.bz2 passes checksum test! > ==> Running checksum on gtkunixprint.override.patch > fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch > file gtkunixprint.override.patch passes checksum test! > [checksum] complete for pygtk. > install -d work/main.d > ==> Extracting download/pygtk-2.9.2.tar.bz2 > [extract] complete for pygtk. > ==> Applying patch download/gtkunixprint.override.patch > patching file gtk/gtkunixprint.override > [patch] complete for pygtk. > [fixup] complete for pygtk. > ==> Building sandbox/platform/gtk+ as a dependency > make: Entering an unknown directory > make: *** ../../sandbox/platform/gtk+: No such file or directory. > Stop. > make: Leaving an unknown directory > make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] > Error 2 > make[2]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 > make[1]: Leaving directory > `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' > make: *** [paranoid-install] Error 2 > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 23 09:10:06 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A4B83B08E6 for ; Fri, 23 Jun 2006 09:10:06 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12727-08 for ; Fri, 23 Jun 2006 09:10:02 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 6759B3B08E0 for ; Fri, 23 Jun 2006 09:10:01 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5ND9wUx010753; Fri, 23 Jun 2006 07:09:59 -0600 (MDT) Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Fri, 23 Jun 2006 15:09:58 +0200 Message-Id: <1151068198.8763.16.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.105 tagged_above=-999 required=2 tests=[AWL=-1.386, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.105 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:10:06 -0000 > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > > variable points to the original location, where that tarball is to be > > expected. Well, to be expected... used to live. Until "someone" removed > > it again. Just as they did with the last tarball. > > > > > > As a quick workaround, I just put the iso-codes tarballs on my personal > > space on f.g.o for your download pleasure. Just grab the tarball you > > need and drop it into the bootstrap/iso-codes/download/ dir. > > > > http://gnome.org/~kbrae/garnome/ > > Thx for your support! Sure, you're welcome. :) > I wonder if it's possible to find out the reason why the packages > sometimes vanishes from f.g.o.?!? [...] No, wait -- *no* package vanishes from f.g.o. In fact, that is our most reliable source, and we'd prefer to have *all* tarballs uploaded there. ;) The iso-codes tarballs vanished from the debian ftp server, which is the master source for iso-codes. And no, we do not have any clue why anyone ever would possibly remove the previous version, when releasing a new tarball... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From made0120@planet.nl Fri Jun 23 09:30:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0CEFF3B01C7 for ; Fri, 23 Jun 2006 09:30:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13838-04 for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from psmtp02.wxs.nl (psmtp02.wxs.nl [195.121.247.11]) by menubar.gnome.org (Postfix) with ESMTP id 9AADE3B07EA for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from po10 ([10.94.53.251]) by psmtp02.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTP id <0J1B00EOCEU5DS@psmtp02.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from planet.nl ([127.0.0.1]) by po10.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jun 24 2005)) with ESMTP id <0J1B00LTIEU5QT@po10.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from [10.94.71.40] (Forwarded-For: [198.176.190.201]) by po10.wxs.nl (mshttpd); Fri, 23 Jun 2006 15:30:05 +0200 Date: Fri, 23 Jun 2006 15:30:05 +0200 From: svdmade@planet.nl Subject: Re: pygtk failure because of depend missing.. depends update for DEPS-LIST To: Jorg Pitts Message-id: <8dba0838db923d.8db923d8dba083@planet.nl> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 2.02 (built Oct 21 2004) Content-type: multipart/mixed; boundary="Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)" Content-language: en X-Accept-Language: en Priority: normal X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.759 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, HTML_00_10=0.795, HTML_MESSAGE=0.001, NO_REAL_NAME=0.961, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: 0.759 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: svdmade@planet.nl List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:30:09 -0000 This is a multi-part message in MIME format. --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline And for non debian users you will need pycairo-1.1.6 to compile the package which rescued my build :-D The software can be found on this location http://cairographics.org/pycairo Cheers, Stef --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: multipart/alternative; boundary="Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)" --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT Content-disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/html; charset=ISO-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
--Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)-- --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline -- garnome-list mailing list garnome-list@gnome.org http://mail.gnome.org/mailman/listinfo/garnome-list --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)-- From schollsky@arcor.de Fri Jun 23 12:16:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A196C3B0959 for ; Fri, 23 Jun 2006 12:16:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23568-01 for ; Fri, 23 Jun 2006 12:16:17 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EFF0F3B08E2 for ; Fri, 23 Jun 2006 12:16:16 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 1DFE71FF24D for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 0F63927A004 for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id F001DEF3B6 for ; Fri, 23 Jun 2006 18:16:14 +0200 (CEST) Message-ID: <18606865.1151079374974.JavaMail.ngmail@webmail12> Date: Fri, 23 Jun 2006 18:16:14 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1151068198.8763.16.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1151068198.8763.16.camel@monkey.loc> <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.190.62 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.538 tagged_above=-999 required=2 tests=[AWL=0.101, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.538 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 16:16:19 -0000 Hi Guenther, you wrote: > No, wait -- *no* package vanishes from f.g.o. In fact, that is our most > reliable source, and we'd prefer to have *all* tarballs uploaded > there. ;) > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Yes, it's amazing and also annoying. The package is in the google-cache everywhere , but not on servers. So maybe it's possible to mirror at least the last two versions of the iso-codes on f.g.o? It could help to maintain some fallback mechanism. (Just some thought). Kind regards, Stefan From svdmade@planet.nl Sun Jun 25 12:08:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B768C3B00D9 for ; Sun, 25 Jun 2006 12:08:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20458-06 for ; Sun, 25 Jun 2006 12:08:31 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 91C4D3B008C for ; Sun, 25 Jun 2006 12:08:30 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5PG82UN002315 for ; Sun, 25 Jun 2006 18:08:02 +0200 Message-ID: <449EB4E2.6030402@planet.nl> Date: Sun, 25 Jun 2006 18:08:02 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050628 MIME-Version: 1.0 To: garnome-list Subject: Issues with building gnome-vfs-2.15.2 Content-Type: multipart/mixed; boundary="------------070003000707020800070600" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.458 tagged_above=-999 required=2 tests=[AWL=-0.672, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_PW=0.077, TW_TP=0.077, TW_WU=0.077] X-Spam-Score: -1.458 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 16:08:33 -0000 This is a multi-part message in MIME format. --------------070003000707020800070600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, On building the latest snapshots of garnome I needed to apply the patch as found in this bug http://bugzilla.gnome.org/show_bug.cgi?id=344491 . I've attached the patch for your convenience. After applying the patch gnome-vfs once more compiles to completion. Kindest regards, Stef --------------070003000707020800070600 Content-Type: text/plain; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch" Index: configure.in =================================================================== RCS file: /cvs/gnome/gnome-vfs/configure.in,v retrieving revision 1.428 diff -u -r1.428 configure.in --- configure.in 8 Jun 2006 14:02:39 -0000 1.428 +++ configure.in 11 Jun 2006 13:09:05 -0000 @@ -1089,12 +1089,54 @@ gvfs_cv_HAVE_POSIX_ACLS=yes, gvfs_cv_HAVE_POSIX_ACLS=no) LIBS=$acl_LIBS]) +AC_CHECK_HEADERS([pwd.h grp.h]) + +if test "$ac_cv_header_pwd_h" = "yes"; then + AC_CACHE_CHECK([for posix getpwuid_r], + ac_cv_func_posix_getpwuid_r, + [AC_TRY_RUN([ +#include +#include +int main () { +char buffer[10000]; +struct passwd pwd, *pwptr = &pwd; +int error; +errno = 0; +error = getpwuid_r (0, &pwd, buffer, + sizeof (buffer), &pwptr); +return (error < 0 && errno == ENOSYS) + || error == ENOSYS; +} ], + [ac_cv_func_posix_getpwuid_r=yes], + [ac_cv_func_posix_getpwuid_r=no])]) + dnl GLIB_ASSERT_SET(ac_cv_func_posix_getpwuid_r) + if test "$ac_cv_func_posix_getpwuid_r" = yes; then + AC_DEFINE(HAVE_POSIX_GETPWUID_R,1, + [Have POSIX function getpwuid_r]) + else + AC_CACHE_CHECK([for nonposix getpwuid_r], + ac_cv_func_nonposix_getpwuid_r, + [AC_TRY_LINK([#include ], + [char buffer[10000]; + struct passwd pwd; + getpwuid_r (0, &pwd, buffer, + sizeof (buffer));], + [ac_cv_func_nonposix_getpwuid_r=yes], + [ac_cv_func_nonposix_getpwuid_r=no])]) + dnl GLIB_ASSERT_SET(ac_cv_func_nonposix_getpwuid_r) + if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then + AC_DEFINE(HAVE_NONPOSIX_GETPWUID_R,1, + [Have non-POSIX function getpwuid_r]) + fi + fi +fi + + if test x"$gvfs_cv_HAVE_SOLARIS_ACLS" = x"yes" ; then have_solaris_acl_support=yes acl_backends="solaris" AC_DEFINE(HAVE_SOLARIS_ACL,1,[Have Solaris ACLs]) - AC_CHECK_HEADERS([pwd.h grp.h]) fi if test x"$gvfs_cv_HAVE_POSIX_ACLS" = x"yes" ; then @@ -1104,48 +1146,6 @@ AC_DEFINE(HAVE_POSIX_ACL,1,[Have POSIX ACLs]) AC_CHECK_FUNCS(acl_extended_file) - AC_CHECK_HEADERS([pwd.h]) - if test "$ac_cv_header_pwd_h" = "yes"; then - AC_CACHE_CHECK([for posix getpwuid_r], - ac_cv_func_posix_getpwuid_r, - [AC_TRY_RUN([ -#include -#include -int main () { - char buffer[10000]; - struct passwd pwd, *pwptr = &pwd; - int error; - errno = 0; - error = getpwuid_r (0, &pwd, buffer, - sizeof (buffer), &pwptr); - return (error < 0 && errno == ENOSYS) - || error == ENOSYS; -} ], - [ac_cv_func_posix_getpwuid_r=yes], - [ac_cv_func_posix_getpwuid_r=no])]) - dnl GLIB_ASSERT_SET(ac_cv_func_posix_getpwuid_r) - if test "$ac_cv_func_posix_getpwuid_r" = yes; then - AC_DEFINE(HAVE_POSIX_GETPWUID_R,1, - [Have POSIX function getpwuid_r]) - else - AC_CACHE_CHECK([for nonposix getpwuid_r], - ac_cv_func_nonposix_getpwuid_r, - [AC_TRY_LINK([#include ], - [char buffer[10000]; - struct passwd pwd; - getpwuid_r (0, &pwd, buffer, - sizeof (buffer));], - [ac_cv_func_nonposix_getpwuid_r=yes], - [ac_cv_func_nonposix_getpwuid_r=no])]) - dnl GLIB_ASSERT_SET(ac_cv_func_nonposix_getpwuid_r) - if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then - AC_DEFINE(HAVE_NONPOSIX_GETPWUID_R,1, - [Have non-POSIX function getpwuid_r]) - fi - fi - fi - - AC_CHECK_HEADERS([grp.h]) AC_CHECK_FUNCS(getgrgid_r) AC_CHECK_FUNCS(getgrnam_r) @@ -1154,8 +1154,8 @@ fi AC_SUBST(ACL_LIBS) -AM_CONDITIONAL(HAVE_POSIX_ACL, test $have_posix_acl_support = yes) -AM_CONDITIONAL(HAVE_SOLARIS_ACL, test $have_solaris_acl_support = yes) +AM_CONDITIONAL(HAVE_POSIX_ACL, test x"$have_posix_acl_support" = "xyes") +AM_CONDITIONAL(HAVE_SOLARIS_ACL, test x"$have_solaris_acl_support" = "xyes") dnl ===================== dnl File system monitors Index: modules/file-method-acl.c =================================================================== RCS file: /cvs/gnome/gnome-vfs/modules/file-method-acl.c,v retrieving revision 1.2 diff -u -r1.2 file-method-acl.c --- modules/file-method-acl.c 8 Jun 2006 13:30:56 -0000 1.2 +++ modules/file-method-acl.c 11 Jun 2006 13:09:06 -0000 @@ -60,6 +60,7 @@ #define CMD_PERM_COND_EXECUTE 8 +#if defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) static char * uid_to_string (uid_t uid) { @@ -209,6 +210,7 @@ return group->gr_gid; } +#endif /* defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) */ /* ************************************************************************** */ @@ -691,6 +693,7 @@ /* ************************************************************************** */ /* Common */ +#if defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) static GnomeVFSResult aclerrno_to_vfserror (int acl_errno) { @@ -716,6 +719,7 @@ return GNOME_VFS_ERROR_GENERIC; } +#endif /* defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) */ GnomeVFSResult file_get_acl (const char *path, --------------070003000707020800070600-- From pd@cipherfunk.org Sun Jun 25 21:35:35 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2FAD93B0150 for ; Sun, 25 Jun 2006 21:35:35 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14225-02 for ; Sun, 25 Jun 2006 21:35:34 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id BE55E3B006F for ; Sun, 25 Jun 2006 21:35:33 -0400 (EDT) Received: (qmail 4589 invoked by uid 0); 26 Jun 2006 01:24:05 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Sun, 25 Jun 2006 18:24:05 -0700 Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: Paul Drain To: guenther In-Reply-To: <1151068198.8763.16.camel@monkey.loc> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> <1151068198.8763.16.camel@monkey.loc> Content-Type: text/plain Date: Mon, 26 Jun 2006 11:35:59 +1000 Message-Id: <1151285760.23468.341.camel@funkeymonkey> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.222 tagged_above=-999 required=2 tests=[AWL=0.377, BAYES_00=-2.599] X-Spam-Score: -2.222 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 01:35:35 -0000 > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Unfortunately, the removal of the 'last-uploaded' version seems common practise for the Debian and Ubuntu distributions -- aside from the sourceforge non-reliability issues, it was the number one reason I used to host certain tarballs myself. I'd hazard a guess there'd be plenty of opportunities to rectify this annoying practise at GUADEC though :) Paul From jorgpitts@gmail.com Mon Jun 26 11:07:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A8D923B0124 for ; Mon, 26 Jun 2006 11:07:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26659-10 for ; Mon, 26 Jun 2006 11:07:28 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.200]) by menubar.gnome.org (Postfix) with ESMTP id AE4903B047F for ; Mon, 26 Jun 2006 11:07:27 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id t5so523851wxc for ; Mon, 26 Jun 2006 08:07:27 -0700 (PDT) Received: by 10.70.32.20 with SMTP id f20mr8410729wxf; Mon, 26 Jun 2006 08:07:26 -0700 (PDT) Received: from ?192.168.0.44? ( [70.234.100.117]) by mx.gmail.com with ESMTP id h37sm5501859wxd.2006.06.26.08.07.25; Mon, 26 Jun 2006 08:07:25 -0700 (PDT) Subject: a couple of things I found while building 2.15.3 From: Jorg Pitts To: garnome-list Content-Type: text/plain Date: Mon, 26 Jun 2006 10:07:18 -0500 Message-Id: <1151334438.5719.15.camel@spock.enterprise.org> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.4 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2, SPF_PASS=-0.001] X-Spam-Score: -2.4 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:07:30 -0000 My distro. Ubuntu Dapper 6.06 LTS release. gcc - gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) glibc - 2.3.6-0ubuntu20 Here is a few things I found while building desktop and some other various things in garnome cvs head. 1) mono/evolution-sharp fails because does not understand evolution 2.8 the configure searches for ESHELL2.2, ESHELL2.4, ESHELL2.6. Because evolution-sharp is a depend of beagle, you can not install beagle. checking for orbit2-config... /opt/garnome-2.15.3/bin/orbit2-config checking for ORBit - version >= 2.9.8... yes checking for orbit-idl-2... /opt/garnome-2.15.3/bin/orbit-idl-2 checking for CORBA include paths... -I /opt/garnome-2.15.3/share/idl/bonobo-2.0 -I /opt/garnome-2.15.3/share/idl/bonobo-activation-2.0 -I /opt/garnome-2.15.3/share/idl/evolution-data-server-1.2 checking for ESHELL22... checking for ESHELL24... checking for ESHELL26... configure: error: You need to install evolution-shell make[1]: *** [configure-work/main.d/evolution-sharp-0.11.1/configure] Error 1 make[1]: Leaving directory `/home/garnome/garnome/fresh/garnome-cvs/mono/evolution-sharp' make: *** [../../mono/evolution-sharp/cookies/main.d/install] Error 2 2) glib-java fails to build for me. What am I missing here? make[2]: Entering directory `/home/garnome/garnome/fresh/garnome-cvs/bindings/glib-java/work/main.d/glib-java-0.2.5' make all-am make[3]: Entering directory `/home/garnome/garnome/fresh/garnome-cvs/bindings/glib-java/work/main.d/glib-java-0.2.5' depbase=`echo src/jni/jg_jnu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME= \"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"glib-java\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/opt/garnome-2.15.3/include -I/opt/garnome-2.15.3/include/glib-2.0 -I/opt/garnome-2.15.3/lib/glib-2.0/include -Isrc/jni -g -I/opt/garnome-2.15.3/include -L/opt/garnome-2.15.3/lib -O2 -pipe -MT src/jni/jg_jnu.lo -MD -MP -MF "$depbase.Tpo" -c -o src/jni/jg_jnu.lo src/jni/jg_jnu.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"glib-java\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/opt/garnome-2.15.3/include -I/opt/garnome-2.15.3/include/glib-2.0 -I/opt/garnome-2.15.3/lib/glib-2.0/include -Isrc/jni -g -I/opt/garnome-2.15.3/include -L/opt/garnome-2.15.3/lib -O2 -pipe -MT src/jni/jg_jnu.lo -MD -MP -MF src/jni/.deps/jg_jnu.Tpo -c src/jni/jg_jnu.c -fPIC -DPIC -o src/jni/.libs/jg_jnu.o In file included from src/jni/jg_jnu.c:6: src/jni/jg_jnu.h:8:17: error: jni.h: No such file or directory In file included from src/jni/jg_jnu.c:6: src/jni/jg_jnu.h:16: error: syntax error before '*' token src/jni/jg_jnu.h:16: error: syntax error before '*' token src/jni/jg_jnu.h:16: error: 'jobject' declared as function returning a function src/jni/jg_jnu.h:23: error: syntax error before '*' token 3) rhythmbox will not configure with the config args: CONFIGURE_ARGS += --enable-ipod-writing --enable-tag-writing checking for RB_CLIENT... yes checking for RHYTHMBOX... yes checking for TOTEM_PLPARSER... yes checking for HAL... yes checking for IPOD... checking for GSTREAMER_0_8... checking for GSTREAMER_0_10... yes configure: WARNING: Tag writing support is experimental, and may corrupt files, use at your own risk checking for GNOME_MEDIA_PROFILES... yes configure: error: iPod write support explicitly requested but iPod support is disabled. make: *** [configure-work/main.d/rhythmbox-0.9.5/configure] Error 1 removing those and rhythmbox compiles fine. Jorg From guenther@rudersport.de Mon Jun 26 11:10:52 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 68C393B0124 for ; Mon, 26 Jun 2006 11:10:52 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27065-07 for ; Mon, 26 Jun 2006 11:10:51 -0400 (EDT) Received: from mail.medianet-world.de (mail.medianet-world.de [213.157.0.167]) by menubar.gnome.org (Postfix) with SMTP id 418943B04CA for ; Mon, 26 Jun 2006 11:10:50 -0400 (EDT) Received: (qmail 15699 invoked by uid 1011); 26 Jun 2006 15:10:25 -0000 Received: from guenther@rudersport.de by mail1 by uid 1003 with qmail-scanner-1.22 (ExcuBAtor: 1.0.2. Clear:RC:1(213.157.9.128):SA:0(0.0/5.0):. Processed in 0.437339 secs); 26 Jun 2006 15:10:25 -0000 Received: from unknown (HELO ?10.0.0.2?) (213.157.9.128) by mail.medianet-world.de with SMTP; 26 Jun 2006 15:10:25 -0000 Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <1151285760.23468.341.camel@funkeymonkey> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> <1151068198.8763.16.camel@monkey.loc> <1151285760.23468.341.camel@funkeymonkey> Content-Type: text/plain Date: Mon, 26 Jun 2006 17:10:23 +0200 Message-Id: <1151334623.8477.4.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.54 tagged_above=-999 required=2 tests=[AWL=0.059, BAYES_00=-2.599] X-Spam-Score: -2.54 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:10:52 -0000 On Mon, 2006-06-26 at 11:35 +1000, Paul Drain wrote: > > > > The iso-codes tarballs vanished from the debian ftp server, which is the > > master source for iso-codes. And no, we do not have any clue why anyone > > ever would possibly remove the previous version, when releasing a new > > tarball... > > Unfortunately, the removal of the 'last-uploaded' version seems common > practise for the Debian and Ubuntu distributions -- aside from the > sourceforge non-reliability issues, it was the number one reason I used > to host certain tarballs myself. > > I'd hazard a guess there'd be plenty of opportunities to rectify this > annoying practise at GUADEC though :) I'll make sure this topic comes up while talking to some particular folks... Greetings from GUADEC, everybody! :-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From morris.walton@gmail.com Sun Jun 25 17:46:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 67F323B00E9 for ; Sun, 25 Jun 2006 17:46:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03985-05 for ; Sun, 25 Jun 2006 17:46:45 -0400 (EDT) Received: from ms-smtp-03.southeast.rr.com (unknown [24.25.9.102]) by menubar.gnome.org (Postfix) with ESMTP id 51D5E3B0152 for ; Sun, 25 Jun 2006 17:46:45 -0400 (EDT) Received: from [192.168.1.10] (cpe-065-190-190-000.nc.res.rr.com [65.190.190.0]) by ms-smtp-03.southeast.rr.com (8.13.6/8.13.6) with ESMTP id k5PLkXM7006365 for ; Sun, 25 Jun 2006 17:46:34 -0400 (EDT) Message-ID: <449F0428.1050605@gmail.com> Date: Sun, 25 Jun 2006 17:46:16 -0400 From: Morris Walton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: garnome-list@gnome.org Subject: bug-buddy unicode compile error 2.14.2.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.53 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, SPF_NEUTRAL=1.069] X-Spam-Score: -1.53 X-Spam-Level: X-Mailman-Approved-At: Mon, 26 Jun 2006 11:16:33 -0400 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 21:46:51 -0000 Whew, I am working my way through the garnome build, and I've hit this bug-buddy problem: [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. [fixup] complete for bug-buddy. [configure] complete for bug-buddy. ==> Running make in work/main.d/bug-buddy-2.14.0 make[2]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make all-recursive make[3]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' Making all in po make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' Making all in pixmaps make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' Making all in src make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' Making all in bugzilla make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' Making all in gnome make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' Making all in ximian make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' Making all in docs make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' if ! test -d es/; then mkdir es/; fi case "." in /*) sd=".";; *) sd="../.";; esac; \ if [ -f "C/bug-buddy.xml" ]; then d="../"; else d="$sd/"; fi; \ (cd es/ && \ `which xml2po` -e -p \ "${d}es/es.po" \ "${d}C/bug-buddy.xml" > bug-buddy.xml.tmp && \ cp bug-buddy.xml.tmp bug-buddy.xml && rm -f bug-buddy.xml.tmp) Traceback (most recent call last): File "/home/mwalton/garnome/bin/xml2po", line 724, in ? doSerialize(doc) File "/home/mwalton/garnome/bin/xml2po", line 482, in doSerialize outtxt += doSerialize(child) File "/home/mwalton/garnome/bin/xml2po", line 476, in doSerialize (starttag, content, endtag, translation) = processElementTag(node, repl, 1) File "/home/mwalton/garnome/bin/xml2po", line 399, in processElementTag (starttag, content, endtag, translation) = processElementTag(child, myrepl, 0) File "/home/mwalton/garnome/bin/xml2po", line 395, in processElementTag myrepl.append(processElementTag(child, myrepl, 1)) File "/home/mwalton/garnome/bin/xml2po", line 407, in processElementTag translation = getTranslation(outtxt, isSpacePreserveNode(node)) File "/home/mwalton/garnome/bin/xml2po", line 223, in getTranslation return gt.ugettext(text.decode('utf-8')) File "/usr/lib/python2.2/gettext.py", line 195, in ugettext return unicode(tmsg, self._charset) TypeError: decoding Unicode is not supported make[4]: *** [es/bug-buddy.xml] Error 1 make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make[1]: *** [build-work/main.d/bug-buddy-2.14.0/Makefile] Error 2 make[1]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy' make: *** [paranoid-install] Error 2 [mwalton@columbia desktop]$ I've googled around , w/o any luck. Any advice? Thanks, Morris From joseph_sacco@comcast.net Mon Jun 26 11:57:36 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EECCB3B017D for ; Mon, 26 Jun 2006 11:57:35 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30456-03 for ; Mon, 26 Jun 2006 11:57:32 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id C17693B03C6 for ; Mon, 26 Jun 2006 11:57:32 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060626155731m15004kjske>; Mon, 26 Jun 2006 15:57:31 +0000 Subject: Re: bug-buddy unicode compile error 2.14.2.1 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <449F0428.1050605@gmail.com> References: <449F0428.1050605@gmail.com> Content-Type: text/plain Date: Mon, 26 Jun 2006 11:57:30 -0400 Message-Id: <1151337450.14595.8.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.725 tagged_above=-999 required=2 tests=[AWL=-1.281, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.725 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:57:36 -0000 Morris, You are running python-2.2, which is too old [take a look at the DEPS-LIST document]. You will need to update to python-2.4.x. If updating the system version of python is not feasible, consider an installation of python-2.4.3 in a "safe" location, for example, /opt/python-2.4.3 After building and installing python-2.4.3, edit gar.conf.mk to use the new version of python. -Joseph ================================================================================ On Sun, 2006-06-25 at 17:46 -0400, Morris Walton wrote: > Whew, > > I am working my way through the garnome build, and I've hit this > bug-buddy problem: > > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > [fixup] complete for bug-buddy. > [configure] complete for bug-buddy. > ==> Running make in work/main.d/bug-buddy-2.14.0 > make[2]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make all-recursive > make[3]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > Making all in po > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' > Making all in pixmaps > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' > Making all in src > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' > Making all in bugzilla > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > Making all in gnome > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' > Making all in ximian > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > make[5]: Nothing to be done for `all-am'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > Making all in docs > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' > if ! test -d es/; then mkdir es/; fi > case "." in /*) sd=".";; *) sd="../.";; esac; \ > if [ -f "C/bug-buddy.xml" ]; then d="../"; else d="$sd/"; fi; \ > (cd es/ && \ > `which xml2po` -e -p \ > "${d}es/es.po" \ > "${d}C/bug-buddy.xml" > bug-buddy.xml.tmp && \ > cp bug-buddy.xml.tmp bug-buddy.xml && rm -f bug-buddy.xml.tmp) > Traceback (most recent call last): > File "/home/mwalton/garnome/bin/xml2po", line 724, in ? > doSerialize(doc) > File "/home/mwalton/garnome/bin/xml2po", line 482, in doSerialize > outtxt += doSerialize(child) > File "/home/mwalton/garnome/bin/xml2po", line 476, in doSerialize > (starttag, content, endtag, translation) = processElementTag(node, > repl, 1) > File "/home/mwalton/garnome/bin/xml2po", line 399, in processElementTag > (starttag, content, endtag, translation) = processElementTag(child, > myrepl, 0) > File "/home/mwalton/garnome/bin/xml2po", line 395, in processElementTag > myrepl.append(processElementTag(child, myrepl, 1)) > File "/home/mwalton/garnome/bin/xml2po", line 407, in processElementTag > translation = getTranslation(outtxt, isSpacePreserveNode(node)) > File "/home/mwalton/garnome/bin/xml2po", line 223, in getTranslation > return gt.ugettext(text.decode('utf-8')) > File "/usr/lib/python2.2/gettext.py", line 195, in ugettext > return unicode(tmsg, self._charset) > TypeError: decoding Unicode is not supported > make[4]: *** [es/bug-buddy.xml] Error 1 > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make[1]: *** [build-work/main.d/bug-buddy-2.14.0/Makefile] Error 2 > make[1]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy' > make: *** [paranoid-install] Error 2 > [mwalton@columbia desktop]$ > > > I've googled around , w/o any luck. Any advice? > > Thanks, > > Morris > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Mon Jun 26 12:15:42 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2E1FE3B030E for ; Mon, 26 Jun 2006 12:15:42 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31685-10 for ; Mon, 26 Jun 2006 12:15:41 -0400 (EDT) Received: from mail.medianet-world.de (mail.medianet-world.de [213.157.0.167]) by menubar.gnome.org (Postfix) with SMTP id 445423B03E6 for ; Mon, 26 Jun 2006 12:15:40 -0400 (EDT) Received: (qmail 5742 invoked by uid 1011); 26 Jun 2006 16:15:39 -0000 Received: from guenther@rudersport.de by mail1 by uid 1003 with qmail-scanner-1.22 (ExcuBAtor: 1.0.2. Clear:RC:1(213.157.9.128):SA:0(0.0/5.0):. Processed in 0.435024 secs); 26 Jun 2006 16:15:39 -0000 Received: from unknown (HELO ?10.0.0.2?) (213.157.9.128) by mail.medianet-world.de with SMTP; 26 Jun 2006 16:15:38 -0000 Subject: Re: bug-buddy unicode compile error 2.14.2.1 From: guenther To: Morris Walton In-Reply-To: <449F0428.1050605@gmail.com> References: <449F0428.1050605@gmail.com> Content-Type: text/plain Date: Mon, 26 Jun 2006 18:15:36 +0200 Message-Id: <1151338537.7637.5.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.54 tagged_above=-999 required=2 tests=[AWL=0.059, BAYES_00=-2.599] X-Spam-Score: -2.54 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 16:15:42 -0000 I just approved your mail manually, which has been held for moderation. Please subscribe to the mailing list before posting (to keep down my administrative overhead, as well as ensuring you'll get any answers). http://mail.gnome.org/mailman/listinfo/garnome-list Actually I intended to send this message right after your post getting through, but the network is quite wonky here currently. So Joseph has been faster... Unfortunately the list archives seem to be broken again, thus I can't even point you to the archived answer. Already forwarded that reply by Joseph to you. ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From kelsang.tsenle@web.de Thu Jun 1 07:18:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A588A3B0119 for ; Thu, 1 Jun 2006 07:18:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29905-02 for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 32C433B00EE for ; Thu, 1 Jun 2006 07:18:18 -0400 (EDT) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 5EDF942BF4 for ; Thu, 1 Jun 2006 12:35:31 +0200 (CEST) Received: from [88.73.67.70] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1FlkWZ-0001EP-00 for garnome-list@gnome.org; Thu, 01 Jun 2006 12:35:31 +0200 Message-ID: <447EC2F1.2010000@web.de> Date: Thu, 01 Jun 2006 12:35:29 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.455 tagged_above=-999 required=2 tests=[AWL=-0.145, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -2.455 X-Spam-Level: Subject: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 11:18:20 -0000 Hello, sorry bothering you again. I just tried to install garnome 2.14.2, but I can't compile gtk-doc. It fails with checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc checking for XML catalog (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog checking for DocBook XML DTD V4.1.2 in XML catalog... not found configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed and appears in the docbook. Although there seem to be several docbooks. I don't quite understand that system. Any idea? Gratefully, K. Tsenle From joseph_sacco@comcast.net Thu Jun 1 08:31:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1FA153B0134 for ; Thu, 1 Jun 2006 08:31:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01887-08 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by menubar.gnome.org (Postfix) with ESMTP id 42F7B3B0119 for ; Thu, 1 Jun 2006 08:31:48 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060601123147012005bupae>; Thu, 1 Jun 2006 12:31:47 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447EC2F1.2010000@web.de> References: <447EC2F1.2010000@web.de> Content-Type: text/plain Date: Thu, 01 Jun 2006 08:31:46 -0400 Message-Id: <1149165106.12208.63.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.569 tagged_above=-999 required=2 tests=[AWL=-1.414, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_MD=0.077] X-Spam-Score: -0.569 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 12:31:49 -0000 You are not bothering us... [:-)] Try this... * Goto the bootstrap directory and build and install: - expat - docbook-xml - docbook-xsl * goto the gtk-doc directory - make cookieclean - make install -Joseph ========================================================================= On Thu, 2006-06-01 at 12:35 +0200, Kelsang Tsenle wrote: > Hello, > > sorry bothering you again. > I just tried to install garnome 2.14.2, but I can't compile gtk-doc. > It fails with > > checking for xsltproc... /home/tsenle/bin/garnome-2.14.2/bin/xsltproc > checking for XML catalog > (/home/tsenle/bin/garnome-2.14.2/etc/xml/catalog)... found > checking for xmlcatalog... /home/tsenle/bin/garnome-2.14.2/bin/xmlcatalog > checking for DocBook XML DTD V4.1.2 in XML catalog... not found > configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog > make[7]: *** [configure-work/main.d/gtk-doc-1.6/configure] Error 1 > > My system is a Mandriva 2006, docbook-dtd412-xml-1.0-17mdk is installed > and appears in the docbook. Although there seem to be several docbooks. > I don't quite understand that system. > Any idea? > > > Gratefully, > K. Tsenle -- joseph_sacco [at] comcast [dot] net From skg@fluent.co.in Fri Jun 2 01:01:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A2183B0FBA for ; Fri, 2 Jun 2006 01:01:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31222-04 for ; Fri, 2 Jun 2006 01:01:39 -0400 (EDT) Received: from mailhost.fluent.co.in (mhost.fluent.co.in [203.199.153.5]) by menubar.gnome.org (Postfix) with ESMTP id ECDD03B0FAC for ; Fri, 2 Jun 2006 01:01:38 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.fluent.co.in (Postfix) with ESMTP id 1FA37197352; Fri, 2 Jun 2006 10:31:36 +0530 (IST) Received: from mailhost.fluent.co.in ([127.0.0.1]) by localhost (pandu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10162-09; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Received: from [10.14.0.68] (skglnx.fluent.co.in [10.14.0.68]) by mailhost.fluent.co.in (Postfix) with ESMTP id 9E1A2197351; Fri, 2 Jun 2006 10:31:34 +0530 (IST) Message-ID: <447FC62E.8070007@fluent.co.in> Date: Fri, 02 Jun 2006 10:31:34 +0530 From: Surya Kiran Gullapalli User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Joseph E. Sacco, Ph.D." References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> In-Reply-To: <1149165106.12208.63.camel@plantain.jesacco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.483 tagged_above=-999 required=2 tests=[AWL=0.039, BAYES_00=-2.599, TW_GT=0.077] X-Spam-Score: -2.483 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 05:01:41 -0000 Joseph E. Sacco, Ph.D. wrote: >You are not bothering us... [:-)] > >Try this... >* Goto the bootstrap directory and build and install: >- expat >- docbook-xml >- docbook-xsl > >* goto the gtk-doc directory >- make cookieclean >- make install > >-Joseph > > Well, I'm also facing the same problem. I tried the above. But it has done no good. The out put of where its failing is as follows. Command: nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog --noout /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog "-//OASIS//DTD DocBoox XML V4.1.2//EN" Output: No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN The #/etc/xml/catalog file is From kelsang.tsenle@web.de Fri Jun 2 05:22:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D914E3B1075 for ; Fri, 2 Jun 2006 05:22:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14065-10 for ; Fri, 2 Jun 2006 05:22:44 -0400 (EDT) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by menubar.gnome.org (Postfix) with ESMTP id 0ECCF3B105C for ; Fri, 2 Jun 2006 05:22:43 -0400 (EDT) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id C3F1D387B8; Fri, 2 Jun 2006 11:22:42 +0200 (CEST) Received: from [88.73.103.202] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1Fm5re-0005xW-00; Fri, 02 Jun 2006 11:22:42 +0200 Message-ID: <44800361.80804@web.de> Date: Fri, 02 Jun 2006 11:22:41 +0200 From: Kelsang Tsenle User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: Surya Kiran Gullapalli References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> In-Reply-To: <447FC62E.8070007@fluent.co.in> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kelsang.tsenle@web.de X-Sender: kelsang.tsenle@web.de X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.466 tagged_above=-999 required=2 tests=[AWL=-0.079, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -2.466 X-Spam-Level: Cc: "Joseph E. Sacco, Ph.D." , garnome-list@gnome.org Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 09:22:50 -0000 Hi all, Same thing for me. I compiled expat. The other two packages were already installed. Nothing changed. Same error message, the output of the command below is also the same. -- Tsenle Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > >> You are not bothering us... [:-)] >> >> Try this... * Goto the bootstrap directory and build and install: >> - expat >> - docbook-xml >> - docbook-xsl >> >> * goto the gtk-doc directory >> - make cookieclean >> - make install >> >> -Joseph >> >> > Well, > I'm also facing the same problem. I tried the above. But it has done > no good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN > > The #/etc/xml/catalog file is > > > V1.0//EN" > "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://www.oasis-open.org/docbook/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > systemIdStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > uriStartString="http://docbook.sourceforge.net/release/xsl/" > catalog="file:///nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/docbook"/> > > > From joseph_sacco@comcast.net Fri Jun 2 08:15:03 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B1D193B0351 for ; Fri, 2 Jun 2006 08:15:03 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24826-04 for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id 9D2C93B03AE for ; Fri, 2 Jun 2006 08:15:02 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <20060602121501012005c07he>; Fri, 2 Jun 2006 12:15:01 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <447FC62E.8070007@fluent.co.in> References: <447EC2F1.2010000@web.de> <1149165106.12208.63.camel@plantain.jesacco.com> <447FC62E.8070007@fluent.co.in> Content-Type: text/plain Date: Fri, 02 Jun 2006 08:15:00 -0400 Message-Id: <1149250500.14130.66.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.53 tagged_above=-999 required=2 tests=[AWL=-1.452, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_BX=0.077, TW_GT=0.077, TW_IB=0.077] X-Spam-Score: -0.53 X-Spam-Level: Subject: Re: docbook dtd 4.1.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 12:15:03 -0000 Discretion is the better half of valor. We have chosen to retreat back to docbook-xml-4.1.2. What to do ??? There are two ways to proceed: * Fetch the latest tarballs [garnome-2.14.2.1 or garnome-2.15.2.2] or * Edit and rebuild bootstrap/docbook-xml and platform/libxml2 (1) uninstall docbook-xml-4.4 - cd bootstap/docbook-xml - make uninstall (2) edit the checksums and Makefile to build docbook-xml-4.1.2 see the CVS repository for what to change http://cvs.gnome.org/viewcvs/garnome/bootstrap/docbook-xml/ (3) install docbook-xml-4.1.2 (4) uninstall platform/libxml2 - cd platform/libxml2 - make uninstall (5) edit checksums and files/buildDocBookCatalog (6) rebuild libxml2 -Joseph =============================================================== On Fri, 2006-06-02 at 10:31 +0530, Surya Kiran Gullapalli wrote: > Joseph E. Sacco, Ph.D. wrote: > > >You are not bothering us... [:-)] > > > >Try this... > >* Goto the bootstrap directory and build and install: > >- expat > >- docbook-xml > >- docbook-xsl > > > >* goto the gtk-doc directory > >- make cookieclean > >- make install > > > >-Joseph > > > > > Well, > I'm also facing the same problem. I tried the above. But it has done no > good. The out put of where its failing is as follows. > > Command: > > nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/bin/xmlcatalog > --noout > /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.2/etc/xml/catalog > "-//OASIS//DTD DocBoox XML V4.1.2//EN" > > Output: > No entry for PUBLIC -//OASIS//DTD DocBoox XML V4.1.2//EN -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 2 19:49:16 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B47373B11C6 for ; Fri, 2 Jun 2006 19:49:16 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32055-01 for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B66CB3B047B for ; Fri, 2 Jun 2006 19:49:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k52NnDeK094370; Fri, 2 Jun 2006 17:49:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447B68A7.7070900@planet.nl> References: <447B68A7.7070900@planet.nl> Content-Type: text/plain Date: Sat, 03 Jun 2006 01:49:12 +0200 Message-Id: <1149292152.2043.18.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.47 tagged_above=-999 required=2 tests=[AWL=-0.025, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.47 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 23:49:16 -0000 On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > I'm finding 2 issues with the latest snapshot of garnome-daily > > 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version > 4.4. After changing the configure.in and configure scripts I could > continue the compile process. Thanks, Stef. :) This has been corrected in both branches. Current daily snapshots should work again. And we even released new tarballs for both stable and unstable branch with this fixed. I really need more time for mailing lists... :/ > 2 The sourceforge.net download links are failing if I don't use an > mirror site like belnet.dl.sourceforge.net for example. That's an sf.net issue we can do nothing about, unfortunately. The download.sf.net server we use is supposed to pick a working mirror... Apparently this either was a temporary issue only, or it is somewhat specific to your location/ISP. I just checked all sources we get from sf.net, and it worked for me. (15 of 18 total tarballs from sf.net have been retrieved on the first 'make fetch' attempt, 2 tarballs needed a second attempt. The last missing one was successful on the 4th go... Yes, it is commonly known that sf.net pretty much sucks at this, but there are projects that are available only on sf.net, unfortunately. [1]) ...guenther [1] We do switch to non sf.net servers (or more reliable servers, in general) if at all possible. Recently being moved away from sf.net are docbook-xml and libxklavier.) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 20:01:00 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5BC043B0B7F for ; Fri, 2 Jun 2006 20:01:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32590-06 for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 66E293B047B for ; Fri, 2 Jun 2006 20:00:58 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5300uja095161; Fri, 2 Jun 2006 18:00:57 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149292152.2043.18.camel@monkey.loc> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain Date: Sat, 03 Jun 2006 02:00:55 +0200 Message-Id: <1149292855.2043.24.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.547 tagged_above=-999 required=2 tests=[AWL=0.052, BAYES_00=-2.599] X-Spam-Score: -2.547 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 00:01:00 -0000 [...] > (15 of 18 total tarballs from sf.net have been retrieved on the first ^^^^^^^^ > 'make fetch' attempt, 2 tarballs needed a second attempt. The last > missing one was successful on the 4th go... Yes, it is commonly known > that sf.net pretty much sucks at this, but there are projects that are > available only on sf.net, unfortunately. [1]) Make that 17 total. :) My quick grep included libxklavier, which currently is available on one of the most reliable servers -- f.g.o. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Fri Jun 2 22:05:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5C8CE3B043C for ; Fri, 2 Jun 2006 22:05:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05171-02 for ; Fri, 2 Jun 2006 22:04:54 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 183E63B11E3 for ; Fri, 2 Jun 2006 22:04:26 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k5324NmL001972; Fri, 2 Jun 2006 20:04:24 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <447D9BF4.9050700@internode.on.net> References: <447D9BF4.9050700@internode.on.net> Content-Type: text/plain Date: Sat, 03 Jun 2006 04:04:22 +0200 Message-Id: <1149300262.2043.37.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.548 tagged_above=-999 required=2 tests=[AWL=0.051, BAYES_00=-2.599] X-Spam-Score: -2.548 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 02:05:17 -0000 On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: > hi all > I had garnome fail building gnome 2.15.1 because of a expat checksum error. > I quickly searched and found this link on the gnome forums [1]. > Searching the list archives didn't turn up a a result, incidentally. > The fix in the link is to download the package separately and overwrite > the dud one (which works) [2]. I was wondering if this is something that > could be fixed by garnome or is a sourceforge problem? This seems to be an sf.net issue. To sum it up: The expat fetched automatically by GARNOME from sf.net failed the checksum test. The expat you manually downloaded from sf.net worked. So the only difference is automatically vs. manually -- and frankly, this even is *no* difference at all, in case you used wget to manually fetch. ;) I bet you where hit by sf.net. I have seen them delivering a "404 not found" HTML document, instead of correctly failing. This is most likely what you got. The issue is, that the mirror actually delivered the requested document, although the content is not what has been requested. Thus the failing checksum test. In case you still have that first download, have a look at it. If it is not an HTML document, I'll owe a beer to anyone greeting me with the word GARNOME at the forthcoming GUADEC. ;-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From kamping_kaiser@internode.on.net Sat Jun 3 04:35:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 434893B050B for ; Sat, 3 Jun 2006 04:35:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22444-06 for ; Sat, 3 Jun 2006 04:35:18 -0400 (EDT) Received: from mail.internode.on.net (bld-mail03.adl2.internode.on.net [203.16.214.67]) by menubar.gnome.org (Postfix) with ESMTP id 6D91A3B04F9 for ; Sat, 3 Jun 2006 04:35:17 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 10312940 for ; Sat, 03 Jun 2006 18:05:08 +0930 (CST) Message-ID: <448149C2.2000703@internode.on.net> Date: Sat, 03 Jun 2006 18:05:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: garnome-list@gnome.org References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.6 tagged_above=-999 required=2 tests=[AWL=0.000, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.6 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 08:35:20 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > > To sum it up: The expat fetched automatically by GARNOME from sf.net > failed the checksum test. The expat you manually downloaded from sf.net > worked. So the only difference is automatically vs. manually -- and > frankly, this even is *no* difference at all, in case you used wget to > manually fetch. ;) > > I bet you where hit by sf.net. I have seen them delivering a "404 not > found" HTML document, instead of correctly failing. This is most likely > what you got. i expect your correct, as i got this for a second file after that. > > The issue is, that the mirror actually delivered the requested document, > although the content is not what has been requested. Thus the failing > checksum test. > > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) I clobered it, but it was only a few kb, so probably html :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From kamping_kaiser@internode.on.net Sat Jun 3 11:27:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 12F1F3B03FF for ; Sat, 3 Jun 2006 11:27:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12080-10 for ; Sat, 3 Jun 2006 11:27:21 -0400 (EDT) Received: from mail.internode.on.net (bld-mail07.adl2.internode.on.net [203.16.214.71]) by menubar.gnome.org (Postfix) with ESMTP id D1A663B050A for ; Sat, 3 Jun 2006 11:27:20 -0400 (EDT) Received: from [192.168.0.25] (unverified [203.122.218.91]) by mail.internode.on.net (SurgeMail 3.2f) with ESMTP id 28025403 for multiple; Sun, 04 Jun 2006 00:56:57 +0930 (CST) Message-ID: <4481AA52.5010407@internode.on.net> Date: Sun, 04 Jun 2006 00:57:14 +0930 From: Karl Goetz User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: guenther References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> In-Reply-To: <1149300262.2043.37.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.523 tagged_above=-999 required=2 tests=[AWL=-0.077, BAYES_00=-2.599, SPF_PASS=-0.001, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.523 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 15:27:24 -0000 guenther wrote: > On Wed, 2006-05-31 at 23:06 +0930, Karl Goetz wrote: >> hi all >> I had garnome fail building gnome 2.15.1 because of a expat checksum error. >> I quickly searched and found this link on the gnome forums [1]. >> Searching the list archives didn't turn up a a result, incidentally. >> The fix in the link is to download the package separately and overwrite >> the dud one (which works) [2]. I was wondering if this is something that >> could be fixed by garnome or is a sourceforge problem? > > This seems to be an sf.net issue. > In case you still have that first download, have a look at it. If it is > not an HTML document, I'll owe a beer to anyone greeting me with the > word GARNOME at the forthcoming GUADEC. ;-) Your beers safe: --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 => `download/partial/docbook-xsl-1.70.0.tar.bz2' Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, 212.219.56.167, ... Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [ <=> ] 147 --.--K/s 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' saved [147] make[7]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' [fetch] complete for docbook-xsl. ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 download/docbook-xsl-1.70.0.tar.bz2: FAILED *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR GAR GAR! *** make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 make[6]: Leaving directory `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' make: *** [paranoid-install] Error 2 karl@Rommel:~/garnome-2.15.2.2/desktop$ cd ../bootstrap/docbook-xsl/download/ karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh total 8.0K -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 docbook-xsl-1.70.0.tar.bz2: HTML document text karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat docbook-xsl-1.70.0.tar.bz2 karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ Not even a 404, not sure what it is though :) kk > > ...guenther > > -- Karl Goetz The buck stops there -> $ Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam From guenther@rudersport.de Sun Jun 4 10:56:37 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 23D563B00CE for ; Sun, 4 Jun 2006 10:56:37 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23739-03 for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 82B213B009F for ; Sun, 4 Jun 2006 10:56:34 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k54EuVCl034602; Sun, 4 Jun 2006 08:56:32 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4481AA52.5010407@internode.on.net> References: <447D9BF4.9050700@internode.on.net> <1149300262.2043.37.camel@monkey.loc> <4481AA52.5010407@internode.on.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 16:56:31 +0200 Message-Id: <1149432991.8235.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.471 tagged_above=-999 required=2 tests=[AWL=-0.026, BAYES_00=-2.599, TW_RW=0.077, TW_WX=0.077] X-Spam-Score: -2.471 X-Spam-Level: Subject: Re: garnome failing becaues of expat-2.0.0.tar.gz checksum error X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 14:56:37 -0000 On Sun, 2006-06-04 at 00:57 +0930, Karl Goetz wrote: > guenther wrote: > > This seems to be an sf.net issue. > > > In case you still have that first download, have a look at it. If it is > > not an HTML document, I'll owe a beer to anyone greeting me with the > > word GARNOME at the forthcoming GUADEC. ;-) > > Your beers safe: > > --15:23:01-- http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2 > => `download/partial/docbook-xsl-1.70.0.tar.bz2' > Resolving dl.sourceforge.net... 64.74.207.41, 128.101.240.209, > 212.219.56.167, ... > Connecting to dl.sourceforge.net|64.74.207.41|:80... connected. > HTTP request sent, awaiting response... 200 OK ^^^^^^ > Length: unspecified > > [ <=> > ] 147 --.--K/s > > 15:23:02 (9.35 MB/s) - `download/partial/docbook-xsl-1.70.0.tar.bz2' > saved [147] ^^^^^^^^^^^ > > make[7]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > [fetch] complete for docbook-xsl. > ==> Running checksum on docbook-xsl-1.70.0.tar.bz2 > 1a2fe398e73e269d5d3a71a967ecd346 download/docbook-xsl-1.70.0.tar.bz2 > download/docbook-xsl-1.70.0.tar.bz2: FAILED > *** GAR GAR GAR! docbook-xsl-1.70.0.tar.bz2 failed checksum test! GAR > GAR GAR! *** > make[6]: *** [checksum-docbook-xsl-1.70.0.tar.bz2] Error 1 > make[6]: Leaving directory > `/home/karl/garnome-2.15.2.2/bootstrap/docbook-xsl' > > make: *** [paranoid-install] Error 2 > karl@Rommel:~/garnome-2.15.2.2/desktop$ cd > ../bootstrap/docbook-xsl/download/ > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ ls -lAh > total 8.0K > -rw-r--r-- 1 karl karl 147 Jun 3 15:23 docbook-xsl-1.70.0.tar.bz2 > drwxr-xr-x 2 karl karl 4.0K Jun 3 15:23 partial > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ file docbook-xsl-1.70.0.tar.bz2 > docbook-xsl-1.70.0.tar.bz2: HTML document text ^^^^^^^^^^^^^^^^^^ Yeah. *sigh* Some mirrors seem to send out crappy HTML documents along with a code 200 OK, even if they are not going to deliver the requested content -- which frankly, should be a 4xx code. > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ cat > docbook-xsl-1.70.0.tar.bz2 > URL="http://dl.sourceforge.net/docbook/docbook-xsl-1.70.0.tar.bz2"> > > karl@Rommel:~/garnome-2.15.2.2/bootstrap/docbook-xsl/download$ > > Not even a 404, not sure what it is though :) Looks like a hint to reload the very same requested URL again... Though this is not the duty of HTML code (which is the content being delivered over the HTTP protocol), but rather the protocols duty itself. GAR. So there we have a very poorly configured webserver... :-/ Sorry for the inconvenience, dude. Unfortunately, there is nothing we can do about sf.net... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From p.willis@telus.net Sun Jun 4 21:49:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 272F43B03EB for ; Sun, 4 Jun 2006 21:49:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25836-02 for ; Sun, 4 Jun 2006 21:48:53 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 117243B0681 for ; Sun, 4 Jun 2006 21:48:48 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([64.180.210.171]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060605014848.WAUS14541.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Sun, 4 Jun 2006 19:48:48 -0600 Received: from [192.168.1.10] (d64-180-210-171.bchsia.telus.net [64.180.210.171]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id CDMK5UNBKS for ; Sun, 4 Jun 2006 19:48:47 -0600 (MDT) Message-ID: <44838D75.4000508@telus.net> Date: Sun, 04 Jun 2006 18:48:37 -0700 From: pw User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Accept-Language: en-us, en MIME-Version: 1.0 To: garnome-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.732 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, SPF_PASS=-0.001] X-Spam-Score: 0.732 X-Spam-Level: Subject: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 01:49:05 -0000 Hello, I am using Garnome to build gnome on Mandrake Linux 10.2. The build indicates that I require popt 1.5 or better to continue the build. When I go to the fsf popt site I am referred to ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz The FTP server is there but there are no directories below /pub . Is there anywhere else I can get a valid source for popt? Thanks Peter From joseph_sacco@comcast.net Sun Jun 4 22:23:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EB1A13B052C for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27596-09 for ; Sun, 4 Jun 2006 22:23:57 -0400 (EDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by menubar.gnome.org (Postfix) with ESMTP id CFF513B03EB for ; Sun, 4 Jun 2006 22:23:56 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc12) with SMTP id <2006060502235101200196jae>; Mon, 5 Jun 2006 02:23:51 +0000 From: "Joseph E. Sacco, Ph.D." To: pw In-Reply-To: <44838D75.4000508@telus.net> References: <44838D75.4000508@telus.net> Content-Type: text/plain Date: Sun, 04 Jun 2006 22:23:50 -0400 Message-Id: <1149474230.14083.27.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.643 tagged_above=-999 required=2 tests=[AWL=-1.334, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.643 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome compile problem [popt] X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 02:23:58 -0000 Build the version of popt found in the bootstrap directory. -Joseph ========================================================= On Sun, 2006-06-04 at 18:48 -0700, pw wrote: > Hello, > > I am using Garnome to build gnome on Mandrake Linux > 10.2. > > The build indicates that I require popt 1.5 or better > to continue the build. > > When I go to the fsf popt site I am referred to > > ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz > > > The FTP server is there but there are no directories > below /pub . > > Is there anywhere else I can get a valid source > for popt? > > Thanks > > Peter -- joseph_sacco [at] comcast [dot] net From cbarton@metavr.com Mon Jun 5 12:57:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E82E23B0941 for ; Mon, 5 Jun 2006 12:57:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15889-02 for ; Mon, 5 Jun 2006 12:57:27 -0400 (EDT) Received: from mail-ihug.icp-qv1-irony5.iinet.net.au (ihug-mail.icp-qv1-irony5.iinet.net.au [203.59.1.199]) by menubar.gnome.org (Postfix) with ESMTP id A01653B0940 for ; Mon, 5 Jun 2006 12:57:26 -0400 (EDT) Received: from 203-214-88-191.dyn.iinet.net.au (HELO [192.168.1.100]) ([203.214.88.191]) by mail-ihug.icp-qv1-irony5.iinet.net.au with ESMTP; 06 Jun 2006 00:57:24 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,211,1146412800"; d="scan'208"; a="788273094:sNHT21807728" Message-ID: <44846250.7010409@metavr.com> Date: Tue, 06 Jun 2006 02:56:48 +1000 From: Campbell Barton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: pw References: <44838D75.4000508@telus.net> In-Reply-To: <44838D75.4000508@telus.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.246 tagged_above=-999 required=2 tests=[AWL=0.353, BAYES_00=-2.599] X-Spam-Score: -2.246 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cbarton@metavr.com List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 16:57:30 -0000 Hey, I compile most stable garnome builds that are released ;) Id like to be able to compile without evalution, or epiphany- Bothe are big packages and since I use thunderbird and firefox its a lot of overhead I dont need. Also, I have had troubles compiling both.. Some Kind of minimal option would be nice. Also every time I build garnome (on Both Linux installs) - when building glib, I need to manually do and run ./configure --with-libiconv=gnu Otherwise it wont compile. - Realy a problem for glib but thaught Id mention anyhow, would be nice if it could auto detect this. Theres a few missing depancies exchange-data-server (needs OpenLDAP) gnome-panel (needs exchange-data-server) WHY?? - I removed from the makefile and gnome-panel compiled fine. without exchange. deskbar-applet (needs liboil) Cant recall the lib :/ (needs PyRex) From joseph_sacco@comcast.net Mon Jun 5 13:30:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C6BA63B0927 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17526-10 for ; Mon, 5 Jun 2006 13:30:50 -0400 (EDT) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by menubar.gnome.org (Postfix) with ESMTP id DB72C3B0668 for ; Mon, 5 Jun 2006 13:30:49 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc14) with SMTP id <2006060517304601400o1mege>; Mon, 5 Jun 2006 17:30:46 +0000 From: "Joseph E. Sacco, Ph.D." To: cbarton@metavr.com In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Mon, 05 Jun 2006 13:30:45 -0400 Message-Id: <1149528645.2858.26.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 (2.7.2.1-4) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.711 tagged_above=-999 required=2 tests=[AWL=-1.267, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.711 X-Spam-Level: Cc: garnome-list@gnome.org, pw Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 17:30:51 -0000 Campbell, You can "hide" an application from the build process by by prefixing the name of the application with a '.'. For example, desktop/evolution -> desktop/.evolution When you hide an application, you will also need to hide all other applications that explicitly depend upon it. -Joseph =========================================================== On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) > > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. > > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. > deskbar-applet (needs liboil) > Cant recall the lib :/ (needs PyRex) -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Mon Jun 5 14:44:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 053253B0964 for ; Mon, 5 Jun 2006 14:44:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22455-04 for ; Mon, 5 Jun 2006 14:44:08 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 9AA693B0905 for ; Mon, 5 Jun 2006 14:44:07 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k55Ii9ga001640; Mon, 5 Jun 2006 20:44:10 +0200 Message-ID: <44847B79.8000606@planet.nl> Date: Mon, 05 Jun 2006 20:44:09 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: guenther References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> In-Reply-To: <1149292152.2043.18.camel@monkey.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.517 tagged_above=-999 required=2 tests=[AWL=-0.654, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -1.517 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 18:44:11 -0000 Hi Guenther, Thanks for the feedback. I'm glad to hear that I've not gone crazy alone ;-) with sourgeforge and their download procedures. I'll just keep on changing the makefiles if the downloads fails it's not a big deal. I'll try the latest snapshot to see how that one performs. Kindest regards, Stef guenther wrote: >On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: > > > >>I'm finding 2 issues with the latest snapshot of garnome-daily >> >>1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to version >>4.4. After changing the configure.in and configure scripts I could >>continue the compile process. >> >> > >Thanks, Stef. :) This has been corrected in both branches. Current >daily snapshots should work again. And we even released new tarballs for >both stable and unstable branch with this fixed. > >I really need more time for mailing lists... :/ > > > > >>2 The sourceforge.net download links are failing if I don't use an >>mirror site like belnet.dl.sourceforge.net for example. >> >> > >That's an sf.net issue we can do nothing about, unfortunately. The >download.sf.net server we use is supposed to pick a working mirror... > >Apparently this either was a temporary issue only, or it is somewhat >specific to your location/ISP. I just checked all sources we get from >sf.net, and it worked for me. > >(15 of 18 total tarballs from sf.net have been retrieved on the first >'make fetch' attempt, 2 tarballs needed a second attempt. The last >missing one was successful on the 4th go... Yes, it is commonly known >that sf.net pretty much sucks at this, but there are projects that are >available only on sf.net, unfortunately. [1]) > >...guenther > > >[1] We do switch to non sf.net servers (or more reliable servers, in > general) if at all possible. Recently being moved away from sf.net > are docbook-xml and libxklavier.) > > > From go@turix.com.ar Mon Jun 5 16:16:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B761E3B029D for ; Mon, 5 Jun 2006 16:16:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28247-04 for ; Mon, 5 Jun 2006 16:16:23 -0400 (EDT) Received: from marte.xmundo.net (marte.xmundo.net [201.216.232.12]) by menubar.gnome.org (Postfix) with ESMTP id AC2DD3B025B for ; Mon, 5 Jun 2006 16:16:22 -0400 (EDT) Received: from [192.168.0.222] (customer200-41.iplannetworks.net [200.61.176.41] (may be forged)) (authenticated bits=0) by marte.xmundo.net (8.12.11/8.12.11) with ESMTP id k55KGKBa020337 for ; Mon, 5 Jun 2006 17:16:20 -0300 Message-ID: <4484962B.1050907@turix.com.ar> Date: Mon, 05 Jun 2006 17:38:03 -0300 From: Gonzalo Odiard User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 Cc: garnome-list@gnome.org References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> In-Reply-To: <44847B79.8000606@planet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.37 tagged_above=-999 required=2 tests=[AWL=0.075, BAYES_00=-2.599, TW_GT=0.077, TW_PD=0.077] X-Spam-Score: -2.37 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 20:16:24 -0000 I have the same problem with sourceforge and not is a new problem. Gonzalo Odiard Stef van der Made escribió: > > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy > alone ;-) with sourgeforge and their download procedures. I'll just > keep on changing the makefiles if the downloads fails it's not a big > deal. > > I'll try the latest snapshot to see how that one performs. > > Kindest regards, > > Stef > > guenther wrote: > >> On Mon, 2006-05-29 at 23:33 +0200, Stef van der Made wrote: >> >> >> >>> I'm finding 2 issues with the latest snapshot of garnome-daily >>> >>> 1 gtk-doc-1.6 is not happy with the updgrade of docbook XML to >>> version 4.4. After changing the configure.in and configure scripts I >>> could continue the compile process. >>> >> >> Thanks, Stef. :) This has been corrected in both branches. Current >> daily snapshots should work again. And we even released new tarballs for >> both stable and unstable branch with this fixed. >> >> I really need more time for mailing lists... :/ >> >> >> >> >>> 2 The sourceforge.net download links are failing if I don't use an >>> mirror site like belnet.dl.sourceforge.net for example. >>> >> >> That's an sf.net issue we can do nothing about, unfortunately. The >> download.sf.net server we use is supposed to pick a working mirror... >> >> Apparently this either was a temporary issue only, or it is somewhat >> specific to your location/ISP. I just checked all sources we get from >> sf.net, and it worked for me. >> >> (15 of 18 total tarballs from sf.net have been retrieved on the first >> 'make fetch' attempt, 2 tarballs needed a second attempt. The last >> missing one was successful on the 4th go... Yes, it is commonly known >> that sf.net pretty much sucks at this, but there are projects that are >> available only on sf.net, unfortunately. [1]) >> >> ...guenther >> >> >> [1] We do switch to non sf.net servers (or more reliable servers, in >> general) if at all possible. Recently being moved away from sf.net >> are docbook-xml and libxklavier.) >> >> >> > From pd@cipherfunk.org Mon Jun 5 21:06:24 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 463C33B0526 for ; Mon, 5 Jun 2006 21:06:24 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13901-02 for ; Mon, 5 Jun 2006 21:06:21 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id 08D7B3B0837 for ; Mon, 5 Jun 2006 21:06:20 -0400 (EDT) Received: (qmail 19894 invoked by uid 0); 6 Jun 2006 01:02:41 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Mon, 05 Jun 2006 18:02:41 -0700 From: Paul Drain To: garnome-list@gnome.org In-Reply-To: <44847B79.8000606@planet.nl> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> Content-Type: text/plain Organization: ::cipherfunk industries:: Date: Tue, 06 Jun 2006 11:07:57 +1000 Message-Id: <1149556077.29331.68.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.182 tagged_above=-999 required=2 tests=[AWL=0.417, BAYES_00=-2.599] X-Spam-Score: -2.182 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 01:06:24 -0000 On Mon, 2006-06-05 at 20:44 +0200, Stef van der Made wrote: > Hi Guenther, > > Thanks for the feedback. I'm glad to hear that I've not gone crazy alone > ;-) with sourgeforge and their download procedures. I'll just keep on > changing the makefiles if the downloads fails it's not a big deal. > > I'll try the latest snapshot to see how that one performs. FWIW, this has been a problem ever since Sourceforge moved to the mirroring system script they use now -- everything's fine if all the mirrors sync up, but sometimes your .tar.gz will consist of a broken webpage when the redirection fails. It was one of the main reasons I used to host a bunch of files directly on the cipherfunk FTP site -- so people looking for things like docbook would no longer be 'trapped in the system' as it were. Regards, Paul From suryakiran.gullapalli@gmail.com Mon Jun 5 23:52:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0EF503B000A for ; Mon, 5 Jun 2006 23:52:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20778-03 for ; Mon, 5 Jun 2006 23:52:38 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by menubar.gnome.org (Postfix) with ESMTP id BC5683B00AE for ; Mon, 5 Jun 2006 23:52:37 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so2225453nzo for ; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VYoN+oVMUDftqAms7IToBFmTrUKIPBkOs4bJsuzjgorvzn7uLPAwcbj9LO/m98xqMkr2OqAduRetSPPBW0EXinttMoZRAs6TLtijHJWQDYRKNd3cCkq8ZsM8flj+Kbwjzq8AU9qvx0QitFQqCDPqBl/PU8ze3MPIDrkqxHK/7Xw= Received: by 10.36.19.13 with SMTP id 13mr7390724nzs; Mon, 05 Jun 2006 20:52:36 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Mon, 5 Jun 2006 20:52:36 -0700 (PDT) Message-ID: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Date: Tue, 6 Jun 2006 09:22:36 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2732_1312467.1149565956475" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.657 tagged_above=-999 required=2 tests=[AWL=-0.486, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077] X-Spam-Score: -1.657 X-Spam-Level: Subject: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 03:52:43 -0000 ------=_Part_2732_1312467.1149565956475 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying to build gnome using garnome-2.14.2. But gamin build fails. Here is the output . ========================== [===== NOW BUILDING: gamin-0.1.7 =====] install -d cookies/main.d install -d download install -d download/partial ==> Grabbing download/gamin-0.1.7.tar.gz ==> Trying file//files/gamin-0.1.7.tar.gz make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 ==> Trying file///nfs/skglnx/home/skg/Builds/gnome-2.14.2/gamin- 0.1.7.tar.gz ==> Grabbing download/python-path-fixes.diff ==> Trying file//files/python-path-fixes.diff [fetch] complete for gamin. ==> Running checksum on gamin-0.1.7.tar.gz 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz file gamin-0.1.7.tar.gz passes checksum test! ==> Running checksum on python-path-fixes.diff 19ff10882346340ed12244d3cc5ab96d download/python-path-fixes.diff file python-path-fixes.diff passes checksum test! [checksum] complete for gamin. install -d work/main.d ==> Extracting download/gamin-0.1.7.tar.gz [extract] complete for gamin. ==> Applying patch download/python-path-fixes.diff patching file configure.in [patch] complete for gamin. [fixup] complete for gamin. acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB ==> Running configure in work/main.d/gamin-0.1.7 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1 /bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3 checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed checking for egrep... grep -E checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ accepts -g... yes checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... gcc3 checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ supports -c -o file.o... yes checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for library containing strerror... none required checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking gtk-doc version >= 1.0... yes checking for usleep... yes checking for setsid... yes checking for setenv... yes checking for putenv... yes checking for getlogin_r... yes checking for nanoseconds field of struct stat.st_mtim... tv_nsec ./configure: line 21414: syntax error near unexpected token `DAEMON,' ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 =================================== If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there. Can i safely ignore the warning message. ? and then there's a syntax error in configure script, again talking about glib. what am i doing wrong? Surya ------=_Part_2732_1312467.1149565956475 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying to build gnome using garnome-2.14.2. But gamin build fails.

Here is the output .

==========================
[===== NOW BUILDING:    gamin-0.1.7     =====]
install -d cookies/main.d
install -d download
install -d download/partial
 ==> Grabbing download/gamin-0.1.7.tar.gz
        ==> Trying file//files/gamin-0.1.7.tar.gz
make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1
        ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- 2.14.2/gamin-0.1.7.tar.gz
 ==> Grabbing download/python-path-fixes.diff
        ==> Trying file//files/python-path-fixes.diff
        [fetch] complete for gamin.
 ==> Running checksum on gamin-0.1.7.tar.gz
1a1991ffa749b7dc2cc0573d6a2867b8  download/gamin-0.1.7.tar.gz
file gamin-0.1.7.tar.gz passes checksum test!
 ==> Running checksum on python-path-fixes.diff
19ff10882346340ed12244d3cc5ab96d  download/python- path-fixes.diff
file python-path-fixes.diff passes checksum test!
        [checksum] complete for gamin.
install -d work/main.d
 ==> Extracting download/gamin-0.1.7.tar.gz
        [extract] complete for gamin.
 ==> Applying patch download/python-path-fixes.diff
patching file configure.in
        [patch] complete for gamin.
        [fixup] complete for gamin.
acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
 ==> Running configure in work/main.d/gamin-0.1.7
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc accepts -g... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... gcc3
checking for a sed that does not truncate output... /nfs/skglnx/home/skg/Packages/bin/sed
checking for egrep... grep -E
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h.. . yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ accepts -g... yes
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... gcc3
checking how to run the C++ preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static flag  works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ option to produce PIC... -fPIC
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ PIC flag -fPIC works... yes
checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g++ supports -c -o file.o... yes
checking whether the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for library containing strerror... none required
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for gcc... (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc accepts -g... (cached) yes
checking for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking gtk-doc version >= 1.0... yes
checking for usleep... yes
checking for setsid... yes
checking for setenv... yes
checking for putenv... yes
checking for getlogin_r... yes
checking for nanoseconds field of struct stat.st_mtim... tv_nsec
./configure: line 21414: syntax error near unexpected token `DAEMON,'
./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)'
make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2
===================================

If you look at the beginning of the output, there's a warning message from aclocal. Apparently, its trying to pick glib/gtk from /usr/local/share path. But my gnome is not installed there.

Can i safely ignore the warning message. ?

and then there's a syntax error in configure script, again talking about glib.
what am i doing wrong?

Surya

------=_Part_2732_1312467.1149565956475-- From joseph_sacco@comcast.net Tue Jun 6 10:31:55 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 879353B0107 for ; Tue, 6 Jun 2006 10:31:55 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29002-07 for ; Tue, 6 Jun 2006 10:31:52 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id A7BAC3B012A for ; Tue, 6 Jun 2006 10:31:37 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060606143136m1100l78u6e>; Tue, 6 Jun 2006 14:31:36 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> References: <3462bcdb0606052052l53fe494bx326e02dc3eb12aed@mail.gmail.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 10:31:34 -0400 Message-Id: <1149604294.12352.28.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.606 tagged_above=-999 required=2 tests=[AWL=-1.374, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GT=0.077] X-Spam-Score: -0.606 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Gamin build fails with garnome-2.14.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:31:55 -0000 The python path hack deals with the situation were python-2.4.x is installed in a non-standard location. If python-2.4.x is installed under /usr/bin you can eliminate the hack: * copy Makefile Makefile- * edit Makefile - comment out line beginning with PATHFILES - comment out pre-configure section Otherwise, * build bootstrap/automake-1.9 * cd bootstrap/gamin - make cookieclean - make install -Joseph ============================================================================= On Tue, 2006-06-06 at 09:22 +0530, Surya Kiran Gullapalli wrote: > Hi, > I'm trying to build gnome using garnome-2.14.2. But gamin build fails. > > Here is the output . > > ========================== > [===== NOW BUILDING: gamin-0.1.7 =====] > install -d cookies/main.d > install -d download > install -d download/partial > ==> Grabbing download/gamin-0.1.7.tar.gz > ==> Trying file//files/gamin-0.1.7.tar.gz > make[1]: *** [file//files/gamin-0.1.7.tar.gz] Error 1 > ==> Trying file///nfs/skglnx/home/skg/Builds/gnome- > 2.14.2/gamin-0.1.7.tar.gz > ==> Grabbing download/python-path-fixes.diff > ==> Trying file//files/python-path-fixes.diff > [fetch] complete for gamin. > ==> Running checksum on gamin-0.1.7.tar.gz > 1a1991ffa749b7dc2cc0573d6a2867b8 download/gamin-0.1.7.tar.gz > file gamin-0.1.7.tar.gz passes checksum test! > ==> Running checksum on python-path-fixes.diff > 19ff10882346340ed12244d3cc5ab96d download/python- path-fixes.diff > file python-path-fixes.diff passes checksum test! > [checksum] complete for gamin. > install -d work/main.d > ==> Extracting download/gamin-0.1.7.tar.gz > [extract] complete for gamin. > ==> Applying patch download/python-path-fixes.diff > patching file configure.in > [patch] complete for gamin. > [fixup] complete for gamin. > acinclude.m4:4: warning: underquoted definition of > AC_STRUCT_ST_MTIM_NSEC > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending% > 20aclocal > /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of > AM_PATH_GTK > /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of > AM_PATH_GLIB > ==> Running configure in work/main.d/gamin-0.1.7 > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking for > gcc... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc accepts -g... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/gcc... > gcc3 > checking for a sed that does not truncate > output... /nfs/skglnx/home/skg/Packages/bin/sed > checking for egrep... grep -E > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h.. . yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking whether we are using the GNU C++ compiler... yes > checking whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ accepts -g... yes > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++... > gcc3 > checking how to run the C++ > preprocessor... /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ -E > checking for g77... g77 > checking whether we are using the GNU Fortran 77 compiler... yes > checking whether g77 accepts -g... yes > checking the maximum length of command line arguments... 32768 > checking command to parse /usr/bin/nm -B output > from /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc static > flag works... yes > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > supports -fno-rtti -fno-exceptions... no > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to produce PIC... -fPIC > checking > if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc PIC > flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/gcc supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used > by /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- 4.1.1/bin/g > ++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > option to produce PIC... -fPIC > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g > ++ PIC flag -fPIC works... yes > checking if /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc- > 4.1.1/bin/g++ supports -c -o file.o... yes > checking whether > the /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/g++ > linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > appending configuration tag "F77" to libtool > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > checking for g77 option to produce PIC... -fPIC > checking if g77 PIC flag -fPIC works... yes > checking if g77 supports -c -o file.o... yes > checking whether the g77 linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking for library containing strerror... none required > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for gcc... > (cached) /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > checking whether we are using the GNU C compiler... (cached) yes > checking > whether /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > accepts -g... (cached) yes > checking > for /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc > option to accept ANSI C... (cached) none needed > checking dependency style > of /nfs/skglnx/home/skg/Packages/Gcc-Packages/gcc-4.1.1/bin/gcc... > (cached) gcc3 > checking for ANSI C header files... (cached) yes > checking for a BSD-compatible install... /usr/bin/install -c > checking whether make sets $(MAKE)... (cached) yes > checking gtk-doc version >= 1.0... yes > checking for usleep... yes > checking for setsid... yes > checking for setenv... yes > checking for putenv... yes > checking for getlogin_r... yes > checking for nanoseconds field of struct stat.st_mtim... tv_nsec > ./configure: line 21414: syntax error near unexpected token `DAEMON,' > ./configure: line 21414: `PKG_CHECK_MODULES(DAEMON, glib-2.0)' > make: *** [configure-work/main.d/gamin-0.1.7/configure] Error 2 > =================================== > > If you look at the beginning of the output, there's a warning message > from aclocal. Apparently, its trying to pick glib/gtk > from /usr/local/share path. But my gnome is not installed there. > > Can i safely ignore the warning message. ? > > and then there's a syntax error in configure script, again talking > about glib. > what am i doing wrong? > > Surya > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Tue Jun 6 16:33:17 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 999E13B0B52 for ; Tue, 6 Jun 2006 16:33:17 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20061-07 for ; Tue, 6 Jun 2006 16:33:16 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 0C2A13B0AE1 for ; Tue, 6 Jun 2006 16:33:15 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56KXDE9064909; Tue, 6 Jun 2006 14:33:14 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <4484962B.1050907@turix.com.ar> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:33:12 +0200 Message-Id: <1149625992.8337.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:33:17 -0000 > > guenther wrote: [...] > >> That's an sf.net issue we can do nothing about, unfortunately. The > >> download.sf.net server we use is supposed to pick a working mirror... On Mon, 2006-06-05 at 17:38 -0300, Gonzalo Odiard wrote: > I have the same problem with sourceforge and not is a new problem. Exactly. :) Simply trying again (aka "insisting" ;) already solves the sf.net download issue in almost all cases. The "broken HTML" issue being the notable exception. But I only rarely saw that one myself... Since most of the tarballs we still need to fetch from sf.net tend to not be updated often, a GARCHIVEDIR helps preventing these issues even for new G(AR)NOME releases. Also, I'd like to take this opportunity to introduce a pretty handy 'make' option: -C Without the need to cd to a dir and back again later, just use a command like this to (in this example) insist on downloading the latest gaim release: $ make -C fifth-toe/gaim/ fetch Have fun... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 16:39:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2EA9D3B09D4 for ; Tue, 6 Jun 2006 16:39:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20599-08 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 127CD3B02A9 for ; Tue, 6 Jun 2006 16:39:08 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56Kd5mL065246; Tue, 6 Jun 2006 14:39:06 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149556077.29331.68.camel@localhost.localdomain> References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <1149556077.29331.68.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 06 Jun 2006 22:39:04 +0200 Message-Id: <1149626345.8337.22.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: garnome-daily issues X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:39:09 -0000 On Tue, 2006-06-06 at 11:07 +1000, Paul Drain wrote: > FWIW, this has been a problem ever since Sourceforge moved to the > mirroring system script they use now -- everything's fine if all the > mirrors sync up, but sometimes your .tar.gz will consist of a broken > webpage when the redirection fails. > > It was one of the main reasons I used to host a bunch of files directly > on the cipherfunk FTP site -- so people looking for things like docbook > would no longer be 'trapped in the system' as it were. Yeah, unfortunately we can not do this with our w.g.o accounts. Well, we could, but we really shouldn't. ;) FWIW, besides using other mirrors wherever we can, we are currently pondering some fallback ideas for such and similar cases... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 17:26:38 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0A2B23B00BC for ; Tue, 6 Jun 2006 17:26:38 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23080-02 for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 575653B007E for ; Tue, 6 Jun 2006 17:26:36 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56LQXLm068078; Tue, 6 Jun 2006 15:26:34 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <44846250.7010409@metavr.com> References: <44838D75.4000508@telus.net> <44846250.7010409@metavr.com> Content-Type: text/plain Date: Tue, 06 Jun 2006 23:26:32 +0200 Message-Id: <1149629192.8337.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Subject: Re: Garnome without some extras. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 21:26:38 -0000 On Tue, 2006-06-06 at 02:56 +1000, Campbell Barton wrote: > Hey, I compile most stable garnome builds that are released ;) Thanks, great to hear. :) > Id like to be able to compile without evalution, or epiphany- Bothe are > big packages and since I use thunderbird and firefox its a lot of > overhead I dont need. > Also, I have had troubles compiling both.. > Some Kind of minimal option would be nice. You easily can disable packages, that you don't want. As Joseph already mentioned, renaming the dir (like epiphany) with a leading dot will do. This is the way to easily get it back in case something else depends on it. (Yes, if there are no lurking deps, you can remove those garballs just as well.) Both Epiphany and Evolution are pretty safe to remove. Note though, that out of the box there are two deps on Epiphany: epiphany-extensions and gwget, both in geektoys. Not an issue if you don't want neither of them. ;) In the Evolution case, there are some other circumstances, too. Mail-notification is the only app that depends on Evo itself, due to the usual use case for MN. Anyway, that could easily be changed if you want MN without the Evo integration. If you do not build Evo, you can safely drop the following garballs too, since they are used by Evo only (all in the desktop/ meta-garball): gtkhtml, libsoup, evolution-webcal, evolution-exchange. However, you can *not* simply opt out of evolution-data-server (see below). Regarding the "minimal" option: I'm sorry, but we won't do that. The most obvious reason: GARNOME is a build utility for the GNOME Desktop -- and Evolution and Epiphany are officially part of GNOME. Another reason is: What to include in the minimal option? Some don't like Epiphany, some don't want Evolution, some don't need Ekiga, dasher, etc... > Also every time I build garnome (on Both Linux installs) - when building > glib, I need to manually do and run > ./configure --with-libiconv=gnu > Otherwise it wont compile. - Realy a problem for glib but thaught Id > mention anyhow, would be nice if it could auto detect this. > > Theres a few missing depancies > exchange-data-server (needs OpenLDAP) One of the external deps we can not provide. You should install it system wide, if possible. Or edit the evolution-data-server/Makefile and get rid of the --with-openldap option in the CONFIGURE_ARGS. > gnome-panel (needs exchange-data-server) WHY?? - I removed from the > makefile and gnome-panel compiled fine. without exchange. *evolution*-data-server :) Unlike Evolution itself, there are a few apps in the official Desktop stack and extra packages that depend on evolution-data-server. e-d-s has been split up from Evo for that very reason, providing a common backend used across multiple apps sharing the same user data. In the case of gnome-panel, the clock applet actually features integrated Calendar and Tasks and depends on e-d-s for that. Apart from gnome-panel, there is a contact-lookup-applet part of GNOME, that queries your Address Books. Ekiga and Gaim (can) use these Address Books as well. Since our aim is to provide the GNOME Desktop, we sure want this integration to be built out of the box, without any manual tweaking by the user. Thus the LIBDEPS for apps, that optionally support features using other parts of the Desktop. For them to be built, we need to make sure the dependencies are built already. > deskbar-applet (needs liboil) Provided by GARNOME in bootstrap/ for those systems, that don't ship with the required version, since it is a pretty recent one. $ make -C bootstrap/liboil install Also, I believe this is control-center rather than deskbar-applet. ;) And no, please do not ask me what the control-center needs a highly optimized lib for... > Cant recall the lib :/ (needs PyRex) Yes. One of the external deps we can not provide. You should install it system wide, if possible. Hope this explains why. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 18:43:20 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CA5AE3B00E6 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26787-04 for ; Tue, 6 Jun 2006 18:43:20 -0400 (EDT) Received: from priv-edmwes33.telusplanet.net (defout.telus.net [204.209.205.55]) by menubar.gnome.org (Postfix) with ESMTP id 8E2A23B0124 for ; Tue, 6 Jun 2006 18:43:19 -0400 (EDT) Received: from priv-edmwaa06.telusplanet.net ([205.206.110.253]) by priv-edmwes33.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060606224318.TOWX21883.priv-edmwes33.telusplanet.net@priv-edmwaa06.telusplanet.net> for ; Tue, 6 Jun 2006 16:43:18 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edmwaa06.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id E35BV4DGV2 for ; Tue, 6 Jun 2006 16:43:17 -0600 (MDT) Date: Tue, 6 Jun 2006 16:43:07 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.445 tagged_above=-999 required=2 tests=[AWL=-1.797, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.445 X-Spam-Level: Subject: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:43:21 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpIaQ0KVGhl IGJ1aWxkIGlzIGZhaWxpbmcgYmVjYXVzZSBpdCBjYW4ndCBmaW5kIHRoZSB2ZXJzaW9uIHJlcXVl c3RlZC4gVGhlDQpyZWFzb24gZm9yIHRoYXQgaXMgYmVjYXVzZSBuZXcgdmVyc2lvbnMgaGF2ZSBi ZWVuIHJlbGVhc2VkOg0KDQpla2lnYS0yLjAuMi50YXIuZ3oNCm9wYWwtMi4yLjIudGFyLmd6DQpw d2xpYi0xLjEwLjEudGFyLmd6DQoNCkkgdGhpbmsgcHdsaWIgaXMgdGhlIHNhbWUgdmVyc2lvbiBi dXQgYm90aCBvcGFsIGFuZCBla2lnYSBhcmUgbmV3ZXIuDQoNCkkndmUgZCdsb2FkZWQgdGhlIHNv dXJjZXMgYXMgd2VsbCBhcyBycG1zIGZvciBteSBkaXN0cm8gKEZDNSkuIElmIEkgaW5zdGFsbA0K dGhlIHJwbXMgaXQncyBub3QgcmVhbGx5IGdvaW5nIHRvIGRvIG11Y2ggZm9yIGdhcm5vbWUgaXMg aXQ/IElmIG5vdCwgd2hhdA0KZmlsZXMgZG8gSSBuZWVkIHRvIG1vZGlmeSB0byBsb29rIGZvciB0 aGUgbmV3ZXIgZmlsZXMgYWxyZWFkeSBkb3dubG9hZGVkPw0KDQpUaGFua3MhDQpNeWxlcw0KLSAt LSANCk5vIGdyb3VwIG9mIHByb2Zlc3Npb25hbHMgbWVldHMgZXhjZXB0IHRvIGNvbnNwaXJlIGFn YWluc3QgdGhlIHB1YmxpYyBhdA0KbGFyZ2UuIC0tIE1hcmsgVHdhaW4NCi0tLS0tQkVHSU4gUEdQ IFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4 REJRRkVoZ1VCZjhFMStPL0pxNVlSQXR3N0FKOWp6RFhtOGFOMkNEb252blRNN25OMlR4TXNhd0Nl THhMWQ0KOUpMYW02TDgwVWliR0d5eHJYZnpEbDQ9DQo9NHpTeQ0KLS0tLS1FTkQgUEdQIFNJR05B VFVSRS0tLS0tDQo= From guenther@rudersport.de Tue Jun 6 18:52:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E65F13B0327; Tue, 6 Jun 2006 18:52:00 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27370-08; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 80BCF3B02AB; Tue, 6 Jun 2006 18:51:59 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56MpvdM073205; Tue, 6 Jun 2006 16:51:58 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: References: Content-Type: text/plain Date: Wed, 07 Jun 2006 00:51:56 +0200 Message-Id: <1149634316.10273.17.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.55 tagged_above=-999 required=2 tests=[AWL=0.049, BAYES_00=-2.599] X-Spam-Score: -2.55 X-Spam-Level: Cc: gnome-list@gnome.org Subject: Re: [FYI] build interactively X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:52:01 -0000 [ Please do not cross-post, unless you really have to. ] > garnome-2.14.0 composed of 267 packages, > and there are complicate dependencies between different libs. Yes, apart from the official GNOME Desktop and Developer Platform, GARNOME ships with "a host of third-party GNOME packages, Bindings and the Mono(tm) Platform", as mentioned in the release announcements. :) Anyway, please note: The additional packages are optional. When using GARNOME, you are free to build or not build them. > usually not all of them are wanted, > in case garnome is to be built from scratch, > here is the order to take to avoid depency problem. Thanks for your work, I guess. Though you really do not need to care about those deps, since resolving the deps is an important part about GARNOME. It takes care of them for you. > information extracted from garname Makefile's `LIBDEPS=' directive. Exactly that's where the deps are defined. > there seem to be recursive dependencies defined in `LIBDEPS+=' > directive, dependency introduced by these directives are not listed > here. No. That's not recursion. The "LIBDEPS +=" apply some deps by build magic, gathering from your environment if a particular dep needs to be built or is satisfied already. > also some other libs required but not included in garnome, like > libexif etc. you want to build them as needed. Yup. Unfortunately we can not ship with every dependency. Those deps are detailed in the README and should be provided by your distro. > here is the list, the whole build process divided into 19 round, libs > in round 2 depend on libs in round 1, round 3 depend on 2, maybe also > depend on 1, and so on. [ list snipped ] Note that this includes *everything*, even matchbox, which typically is not built. Actually, rather than "19 rounds", this all boils down to *one* single command when using GARNOME: $ make install ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Tue Jun 6 19:49:32 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4FA333B012A for ; Tue, 6 Jun 2006 19:49:32 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30347-06 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id B7F043B0344 for ; Tue, 6 Jun 2006 19:49:27 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k56NnP2T076758; Tue, 6 Jun 2006 17:49:26 -0600 (MDT) From: guenther To: Myles Green In-Reply-To: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 01:49:23 +0200 Message-Id: <1149637764.10273.36.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 23:49:32 -0000 On Tue, 2006-06-06 at 16:43 -0600, Myles Green wrote: > The build is failing because it can't find the version requested. The > reason for that is because new versions have been released: > > ekiga-2.0.2.tar.gz > opal-2.2.2.tar.gz > pwlib-1.10.1.tar.gz Crap. :-( Looks like you are totally right, dude. Rather that *adding* a new release, it seems the old opal and pwlib source tarballs actually have been removed. What an unfriendly and stupid way... (Only ekiga itself still is available, since it is hosted on f.g.o, but the releases hosted on ekiga.org have vanished.) > I think pwlib is the same version but both opal and ekiga are newer. > > I've d'loaded the sources as well as rpms for my distro (FC5). If I install > the rpms it's not really going to do much for garnome is it? If not, what > files do I need to modify to look for the newer files already downloaded? I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your download and build pleasure. You can find them here: http://gnome.org/~kbrae/garnome/ You now have quite a few options how to proceed. * Manually download opal and pwlib and stick them in the download/ dir in bootstrap/opal/ and bootstrap/pwlib respectively (or your GARCHIVEDIR, if you use it). * Adjust the MASTER_SITES line in the Makefile for bootstrap/opal/ and bootstrap/pwlib/ to simply point to the URL mentioned above. * Bump the versions of opal, pwlib and probably ekiga (including correcting the checksums). This unfortunately would mean, that you also need to adjust the MASTER_SITES for ekiga -- since 2.0.2 hasn't been uploaded to f.g.o yet. You can find the relevant changes Joseph did just today in viewcvs: http://cvs.gnome.org/viewcvs/garnome/ HTH ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From rmg57@telus.net Tue Jun 6 23:20:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 36E613B025E for ; Tue, 6 Jun 2006 23:20:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07838-08 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnes09.telusplanet.net (outbound02.telus.net [199.185.220.221]) by menubar.gnome.org (Postfix) with ESMTP id 609E93B0119 for ; Tue, 6 Jun 2006 23:20:50 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes09.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607032049.KBGV28773.priv-edtnes09.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Tue, 6 Jun 2006 21:20:49 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id A7XGCPJFHR for ; Tue, 6 Jun 2006 21:20:48 -0600 (MDT) Date: Tue, 6 Jun 2006 21:20:43 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149637764.10273.36.camel@monkey.loc> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.174 tagged_above=-999 required=2 tests=[AWL=-1.526, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.174 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 03:20:53 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDAxOjQ5OjIzICswMjAwDQpndWVudGhlciA8Z3VlbnRoZXJAcnVkZXJzcG9y dC5kZT4gd3JvdGU6DQoNCj4gIFlvdSBjYW4gZmluZCB0aGUgcmVsZXZhbnQgY2hhbmdlcyBKb3Nl cGggZGlkIGp1c3QgdG9kYXkgaW4gdmlld2N2czoNCj4gICBodHRwOi8vY3ZzLmdub21lLm9yZy92 aWV3Y3ZzL2dhcm5vbWUvDQoNCk9vb3BzLCBsb29rcyBsaWtlIG15IGxhc3QgcmVwbHkgd2FzIHNl bnQgb25seSB0byBHdWVudGhlciwgc29ycnkgYWJvdXQNCnRoYXQuIEkgc2VlIEpvc2VwaCBmaXhl ZCB0aGluZ3MgdXAgaW4gQ1ZTLCBhcmUgdGhlcmUgaW5zdHJ1Y3Rpb25zIHNvbWV3aGVyZQ0Kb24g aG93IHRvIGdldC91c2UgdGhlIGN2cyB2ZXJzaW9uPyANCg0KVGhhbmtzLCBNeWxlcw0KLSAtLSAN CkhlIHdobyBmZWFycyB0aGUgdW5rbm93biBtYXkgb25lIGRheSBmbGVlIGZyb20gaGlzIG93biBi YWNrc2lkZS4NCgkJLS0gU2luYmFkDQotLS0tLUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0tLQ0KVmVy c2lvbjogR251UEcgdjEuNC4zIChHTlUvTGludXgpDQoNCmlEOERCUUZFaGtZTWY4RTErTy9KcTVZ UkFucmRBS0MvbHE5MWtmL1EydFNJS2dRRjJESERpN1p6cndDYUFwMXcNCnVPOG90QzIrN3plTjEw QWF5VHg5M1lZPQ0KPXFneXINCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From joseph_sacco@comcast.net Wed Jun 7 08:18:11 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C1EA13B0CB4 for ; Wed, 7 Jun 2006 08:18:11 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10686-03 for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by menubar.gnome.org (Postfix) with ESMTP id 2D6303B08CC for ; Wed, 7 Jun 2006 08:18:09 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060607121808m1100l743re>; Wed, 7 Jun 2006 12:18:08 +0000 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 08:18:07 -0400 Message-Id: <1149682687.25628.47.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.645 tagged_above=-999 required=2 tests=[AWL=-1.336, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135] X-Spam-Score: -0.645 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 12:18:11 -0000 Short term solution -------------------- * Examine the GAR Makefile in CVS and make the appropriate changes to your local makefiles * For each app: run 'make makesum' , which will fetch the tarball and update the checksum you are good to go Longer term solution -------------------- Pull down a copy of GARNOME CVS http://www.gnome.org/projects/garnome/devel.html Once you have done this, you can easily update by running cvs update -dP -Joseph ======================================================================== On Tue, 2006-06-06 at 21:20 -0600, Myles Green wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wed, 07 Jun 2006 01:49:23 +0200 > guenther wrote: > > > You can find the relevant changes Joseph did just today in viewcvs: > > http://cvs.gnome.org/viewcvs/garnome/ > > Ooops, looks like my last reply was sent only to Guenther, sorry about > that. I see Joseph fixed things up in CVS, are there instructions somewhere > on how to get/use the cvs version? > > Thanks, Myles > - -- > He who fears the unknown may one day flee from his own backside. > -- Sinbad > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (GNU/Linux) > > iD8DBQFEhkYMf8E1+O/Jq5YRAnrdAKC/lq91kf/Q2tSIKgQF2DHDi7ZzrwCaAp1w > uO8otC2+7zeN10AayTx93YY= > =qgyr > -----END PGP SIGNATURE----- -- joseph_sacco [at] comcast [dot] net From rmg57@telus.net Wed Jun 7 09:48:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 6FCC63B0407 for ; Wed, 7 Jun 2006 09:48:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17730-03 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnes90.telusplanet.net (defout.telus.net [199.185.220.240]) by menubar.gnome.org (Postfix) with ESMTP id 2A7283B02C0 for ; Wed, 7 Jun 2006 09:48:12 -0400 (EDT) Received: from priv-edtnaa05.telusplanet.net ([205.206.110.253]) by priv-edtnes90.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060607134808.BYYK19483.priv-edtnes90.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Wed, 7 Jun 2006 07:48:08 -0600 Received: from d205-206-110-253.abhsia.telus.net (d205-206-110-253.abhsia.telus.net [205.206.110.253]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id 62NT9SHCXJ for ; Wed, 7 Jun 2006 07:48:02 -0600 (MDT) Date: Wed, 7 Jun 2006 07:47:45 -0600 From: Myles Green To: garnome-list@gnome.org Message-ID: <20060607074745.27b55c9e@d205-206-110-253.abhsia.telus.net> In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.014 tagged_above=-999 required=2 tests=[AWL=-1.366, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, FORGED_RCVD_HELO=0.135, MIME_BASE64_NO_NAME=0.224, MIME_BASE64_TEXT=1.885, SPF_PASS=-0.001] X-Spam-Score: -0.014 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 13:48:13 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDA3IEp1biAyMDA2IDA4OjE4OjA3IC0wNDAwDQoiSm9zZXBoIEUuIFNhY2NvLCBQaC5ELiIgPGpv c2VwaF9zYWNjb0Bjb21jYXN0Lm5ldD4gd3JvdGU6DQoNCj4gU2hvcnQgdGVybSBzb2x1dGlvbg0K PiAtLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPiAqIEV4YW1pbmUgdGhlIEdBUiBNYWtlZmlsZSBpbiBD VlMgYW5kIG1ha2UgdGhlIGFwcHJvcHJpYXRlIGNoYW5nZXMgdG8NCj4geW91ciBsb2NhbCBtYWtl ZmlsZXMNCj4gKiBGb3IgZWFjaCBhcHA6DQo+IHJ1biAnbWFrZSBtYWtlc3VtJyAsIHdoaWNoIHdp bGwgZmV0Y2ggdGhlIHRhcmJhbGwgYW5kIHVwZGF0ZSB0aGUNCj4gY2hlY2tzdW0NCj4gDQo+IHlv dSBhcmUgZ29vZCB0byBnbw0KPiANCj4gDQo+IExvbmdlciB0ZXJtIHNvbHV0aW9uDQo+IC0tLS0t LS0tLS0tLS0tLS0tLS0tDQo+IFB1bGwgZG93biBhIGNvcHkgb2YgR0FSTk9NRSBDVlMNCj4gDQo+ ICAgICAgICAgaHR0cDovL3d3dy5nbm9tZS5vcmcvcHJvamVjdHMvZ2Fybm9tZS9kZXZlbC5odG1s DQo+IA0KPiBPbmNlIHlvdSBoYXZlIGRvbmUgdGhpcywgeW91IGNhbiBlYXNpbHkgdXBkYXRlIGJ5 IHJ1bm5pbmcNCj4gDQo+ICAgICAgICAgY3ZzIHVwZGF0ZSAtZFANCg0KTXVjaCBhcHByZWNpYXRl ZCwgdGhhbmtzIQ0KDQpNeWxlcw0KLSAtLSANCkNvbmZlc3MgeW91ciBzaW5zIHRvIHRoZSBMb3Jk IGFuZCB5b3Ugd2lsbCBiZSBmb3JnaXZlbjsNCmNvbmZlc3MgdGhlbSB0byBtYW4gYW5kIHlvdSB3 aWxsIGJlIGxhdWdoZWQgYXQuDQoJCS0tIEpvc2ggQmlsbGluZ3MNCi0tLS0tQkVHSU4gUEdQIFNJ R05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjMgKEdOVS9MaW51eCkNCg0KaUQ4REJR RkVodGtHZjhFMStPL0pxNVlSQXM2TkFLQ1Fqb1BLWlJQakNxWXhFUHQ5V2U2L29KdXZvQUNnbjNJ Vg0KMVpWc3R4TW9hNVlTZEJKT3IvUFIwNjg9DQo9cTdwUw0KLS0tLS1FTkQgUEdQIFNJR05BVFVS RS0tLS0tDQo= From guenther@rudersport.de Wed Jun 7 17:15:39 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 38E213B0310 for ; Wed, 7 Jun 2006 17:15:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15300-02 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id AF07D3B0135 for ; Wed, 7 Jun 2006 17:15:37 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LFYww070287; Wed, 7 Jun 2006 15:15:35 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606210327.293b7b32@d205-206-110-253.abhsia.telus.net> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:15:33 +0200 Message-Id: <1149714933.8383.60.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Cc: Myles Green Subject: ekiga, opal, pwlib (was: Re: Building opal fails - garnome-2.15.2.2) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:15:39 -0000 Note: If you found this post cause you are having download issues for ekiga, opal or pwlib, see the following links. The first one is the original post, the latter is the solution for this issue: http://mail.gnome.org/archives/garnome-list/2006-June/msg00023.html http://mail.gnome.org/archives/garnome-list/2006-June/msg00025.html Right, you replied to me only, Myles. ;) On Tue, 2006-06-06 at 21:03 -0600, Myles Green wrote: > > I just uploaded both opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz for your > > download and build pleasure. You can find them here: > > > > http://gnome.org/~kbrae/garnome/ > > > > > > You now have quite a few options how to proceed. > > Thanks Guenther, I've chosen the first option as it sounds like the easiest > with less work :-D > > I don't understand why the ekiga people chose completely replace the old > versions either; doesn't make any sense. At any rate I just wanted to give > you guys a heads up on the problem and inform you of my findings. > > Thanks again! I'm off to re-start that build now. Sure, and we really appreciate the heads-up. :) Some follow up notes on this issue: The ekiga folks actually did not remove the old releases. They just happen to use a pretty bad way to grab source tarballs, which seems to not be discussed on the web site. Turns out all old releases still are available, if you use some special (not browsable) link, with the ekiga version in it. Exactly that corresponding ekiga version the particular opal and pwlib version has been released for... This is fixed in CVS (both gnome-2-14 branch and HEAD) already to point to the correct places which are not going to change. Also, I am currently working with the ekiga team and and the GNOME release team to host opal and pwlib on f.g.o, too. Once this is done, there will no special treatment be required any longer and this issue will be fixed for good. :) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From guenther@rudersport.de Wed Jun 7 17:20:10 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 065893B0DC4 for ; Wed, 7 Jun 2006 17:20:10 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15559-06 for ; Wed, 7 Jun 2006 17:20:08 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id E0FAE3B0C49 for ; Wed, 7 Jun 2006 17:20:03 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009025.dialin.heagmedianet.de [213.157.9.25]) by rudersport.de (8.12.11.20060308) id k57LK1FS070551; Wed, 7 Jun 2006 15:20:02 -0600 (MDT) From: guenther To: garnome-list@gnome.org In-Reply-To: <1149682687.25628.47.camel@plantain.jesacco.com> References: <20060606164307.6f9ac7b7@d205-206-110-253.abhsia.telus.net> <1149637764.10273.36.camel@monkey.loc> <20060606212043.7fb216fb@d205-206-110-253.abhsia.telus.net> <1149682687.25628.47.camel@plantain.jesacco.com> Content-Type: text/plain Date: Wed, 07 Jun 2006 23:20:00 +0200 Message-Id: <1149715200.8383.62.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.551 tagged_above=-999 required=2 tests=[AWL=0.048, BAYES_00=-2.599] X-Spam-Score: -2.551 X-Spam-Level: Subject: Re: Building opal fails - garnome-2.15.2.2 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:20:10 -0000 > Longer term solution > -------------------- > Pull down a copy of GARNOME CVS > > http://www.gnome.org/projects/garnome/devel.html > > Once you have done this, you can easily update by running > > cvs update -dP Though of course you still will have to 'make clean' and 'make install' the garballs that have been updated. ;) FWIW, redirecting cvs update output to a file and using a tiny bit of shell magic on the results to automate re-building updated tarballs only makes this pretty easy... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From suryakiran.gullapalli@gmail.com Thu Jun 8 01:11:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0FE043B0529 for ; Thu, 8 Jun 2006 01:11:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07930-07 for ; Thu, 8 Jun 2006 01:11:50 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by menubar.gnome.org (Postfix) with ESMTP id EC2423B04D0 for ; Thu, 8 Jun 2006 01:11:49 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so388514nzo for ; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ePvfSqYVxKt73WxOHRrzhDm3s2MU1aW4xLOqFTFiBANo/2qX2uPvM8SUhRAQun8IJWj23vxQaBrpfeOAG91Ess1Ct2o6T/92/WXokY43iuaOk1GCeIKRD15LV/SA2fKl+0N0odHvAFystMdifbh+axRz23PRhOAnBB4oWl2LxOY= Received: by 10.36.120.20 with SMTP id s20mr1821652nzc; Wed, 07 Jun 2006 22:11:49 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 22:11:49 -0700 (PDT) Message-ID: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> Date: Thu, 8 Jun 2006 10:41:49 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6299_12664175.1149743509204" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.939 tagged_above=-999 required=2 tests=[AWL=-0.135, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -1.939 X-Spam-Level: Subject: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 05:11:51 -0000 ------=_Part_6299_12664175.1149743509204 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm building garnome 2.14.2 and the build fails in building libgda. The error it shows is ====================== /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs' make[7]: *** [gda-xbase-database.lo] Error 1 make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' ====================== I've faced this problem in garnome 2.14.1 also. Surya ------=_Part_6299_12664175.1149743509204 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya
------=_Part_6299_12664175.1149743509204-- From bugzilla@gnome.org Thu Jun 8 02:54:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EBF7F3B0571 for ; Thu, 8 Jun 2006 02:54:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13079-01 for ; Thu, 8 Jun 2006 02:54:28 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id D8B513B0579 for ; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 7CA576CC0C8; Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: GARNOME X-Bugzilla-Severity: blocker Content-Disposition: inline X-Bugzilla-Reason: QAcontact X-Bugzilla-Component: general X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.14.x Content-Transfer-Encoding: 8bit From: "GARNOME (bugzilla.gnome.org)" Message-Id: <20060608065427.7CA576CC0C8@window.gnome.org> Date: Thu, 8 Jun 2006 02:54:27 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.34 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.018, BAYES_00=-2.599, TW_BG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.34 X-Spam-Level: Subject: [Bug 342220] libgda fails during compilation X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:54:31 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=342220 GARNOME | general | Ver: 2.14.x ------- Comment #1 from Surya Kiran 2006-06-08 06:54 UTC ------- The Same build problem occurs with garnome 2.14.2 also. This time I'm using gcc-4.1.1. I'm unable to proceed further. Could somebody please let me know what am i doing wrong ? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. From suryakiran.gullapalli@gmail.com Thu Jun 8 02:56:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DA8F13B0582 for ; Thu, 8 Jun 2006 02:56:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13062-08 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by menubar.gnome.org (Postfix) with ESMTP id 8BD5F3B0579 for ; Thu, 8 Jun 2006 02:56:30 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 13so354520nzn for ; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ft/69kBOKHONlaz75vCUJXhZKw7Hdj4JNiCMmeAfjl8+5F9wiJkIIQU0kc+cGTmkJWxlbsAsZWFFewiqK8Khm2zZFQDlEHZZFB23KrcSsw8lr0Z9uWzrUha7klxoLnaXT+QLP4jPNqxHEqdgsGkkzYCmvKs47jqgXC7zu61ryqU= Received: by 10.37.22.49 with SMTP id z49mr1917640nzi; Wed, 07 Jun 2006 23:56:29 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Wed, 7 Jun 2006 23:56:29 -0700 (PDT) Message-ID: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Date: Thu, 8 Jun 2006 12:26:29 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6863_20937453.1149749789722" References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.141 tagged_above=-999 required=2 tests=[AWL=0.084, BAYES_00=-2.599, HTML_30_40=0.374, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -2.141 X-Spam-Level: Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 06:56:34 -0000 ------=_Part_6863_20937453.1149749789722 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220. Surya On 6/8/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm building garnome 2.14.2 and the build fails in building libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on > member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2 > /office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > Surya > ------=_Part_6863_20937453.1149749789722 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've already entered this bug in bugzilla in garnome module. The Bug number is 342220.
Surya

On 6/8/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm building garnome 2.14.2 and the build fails in building libgda.
The error it shows is
======================
/usr/include/xbase/ntx.h:221: error: extra qualification 'xbNtx::' on member 'AllocKeyBufs'
make[7]: *** [gda-xbase-database.lo] Error 1
make[7]: Leaving directory `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase'
======================

I've faced this problem in garnome 2.14.1 also.

Surya

------=_Part_6863_20937453.1149749789722-- From joseph_sacco@comcast.net Thu Jun 8 11:14:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4B8D13B0093 for ; Thu, 8 Jun 2006 11:14:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14613-10 for ; Thu, 8 Jun 2006 11:14:42 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id D97A03B09F4 for ; Thu, 8 Jun 2006 11:14:39 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060608151438m1500lag1ne>; Thu, 8 Jun 2006 15:14:38 +0000 From: "Joseph E. Sacco, Ph.D." To: Surya Kiran Gullapalli In-Reply-To: <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> References: <3462bcdb0606072211n38f7dd4ftea386fd50bda926f@mail.gmail.com> <3462bcdb0606072356w50f5068dr3c8444783d0a1367@mail.gmail.com> Content-Type: text/plain Date: Thu, 08 Jun 2006 11:14:37 -0400 Message-Id: <1149779677.22010.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.254 tagged_above=-999 required=2 tests=[AWL=0.268, BAYES_00=-2.599, TW_BG=0.077] X-Spam-Score: -2.254 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Garnome 2.14.2. build fails for libgda. X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 15:14:46 -0000 Surya, The error indicates that there is an issue with the include files, /usr/include/xbase, which is a distro issue. That being said, what can be done??? (1) check if your distro has any updates for xbase if so, update and try a clean build of libgda. (2) build libgda without xbase support edit the GAR Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-xbase -Joseph =========================================================================== On Thu, 2006-06-08 at 12:26 +0530, Surya Kiran Gullapalli wrote: > I've already entered this bug in bugzilla in garnome module. The Bug > number is 342220. > Surya > > On 6/8/06, Surya Kiran Gullapalli > wrote: > Hi, > I'm building garnome 2.14.2 and the build fails in building > libgda. > The error it shows is > ====================== > /usr/include/xbase/ntx.h:221: error: extra qualification > 'xbNtx::' on member 'AllocKeyBufs' > make[7]: *** [gda-xbase-database.lo] Error 1 > make[7]: Leaving directory > `/nfs/skglnx/home/skg/Builds/garnome-2.14.2/office/libgda/work/main.d/libgda-1.9.102/providers/xbase' > ====================== > > I've faced this problem in garnome 2.14.1 also. > > > Surya > > -- joseph_sacco [at] comcast [dot] net From zhangchanglin@yahoo.com Fri Jun 9 03:19:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 3AC8E3B0362 for ; Fri, 9 Jun 2006 03:19:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03463-03 for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: from web55006.mail.re4.yahoo.com (web55006.mail.re4.yahoo.com [206.190.58.140]) by menubar.gnome.org (Postfix) with SMTP id 2F6D63B009A for ; Fri, 9 Jun 2006 03:19:40 -0400 (EDT) Received: (qmail 23367 invoked by uid 60001); 9 Jun 2006 07:19:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2jGO1TeaI/DrPdNOGPZDf//tWBlfxlzYm8w+i56ZWGzlUvRLnMqDJiziB4QkvWDOXjgtr2JmUnjhOqow3qYcVkzcMnMvxbZebEKroaD62bvbyg7j5R1R4gwOPOA9nOAcOJBfTISN9KJbXPcqBEUHobRfOREvivlOxSpjNPcdxbI= ; Message-ID: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Received: from [194.237.142.11] by web55006.mail.re4.yahoo.com via HTTP; Fri, 09 Jun 2006 00:19:39 PDT Date: Fri, 9 Jun 2006 00:19:39 -0700 (PDT) From: zhang changlin To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.034 tagged_above=-999 required=2 tests=[AWL=-1.986, BAYES_40=-0.185, DNS_FROM_RFC_ABUSE=0.2, DNS_FROM_RFC_WHOIS=1.447, RCVD_IN_BL_SPAMCOP_NET=1.558] X-Spam-Score: 1.034 X-Spam-Level: * Subject: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:19:41 -0000 Hi, I'm a user of Solaris 5.8, I'm not a root. I tried to install GNOME 2.14 by using GARNOME. >cd desktop >make paranoid-install ... [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. /bin/sh: test: argument expected make[1]: *** [fixuplibtool] Error 1 ... I googled the problem, it looks like the /bin/sh of Solaris is not bash, but the scripts of GARNOME assumes it is. I found no answer to this problem in Google. Can anyone help? Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From suryakiran.gullapalli@gmail.com Fri Jun 9 03:37:13 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 283E73B009A for ; Fri, 9 Jun 2006 03:37:13 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04197-01 for ; Fri, 9 Jun 2006 03:37:11 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by menubar.gnome.org (Postfix) with ESMTP id 14D283B00C3 for ; Fri, 9 Jun 2006 03:37:10 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id 9so703160nzo for ; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lovM6wFmNNCgXUiucyXNhOcio+26q3hf6k0IxIecV3bEom3Z4sJvsBCplASf8QsH9TlRNllEV5HqDwxMvDfGg+UJBaC8DO9L3K6w0tLlMiwFLdV6sknpMafZ/oy8quyZFEdTJfS5uZndZSaJBaHOXBdwVU9Sm1dQA+NcaVLgOP4= Received: by 10.36.77.20 with SMTP id z20mr3599049nza; Fri, 09 Jun 2006 00:37:10 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:37:10 -0700 (PDT) Message-ID: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> Date: Fri, 9 Jun 2006 13:07:10 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6567_8517774.1149838630370" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.56 tagged_above=-999 required=2 tests=[AWL=-0.487, BAYES_00=-2.599, HTML_10_20=1.351, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.56 X-Spam-Level: Subject: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:37:13 -0000 ------=_Part_6567_8517774.1149838630370 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension. I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then. I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error. What is the fix for this. Thanks, Surya ------=_Part_6567_8517774.1149838630370 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya
------=_Part_6567_8517774.1149838630370-- From suryakiran.gullapalli@gmail.com Fri Jun 9 03:52:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 400E03B00DF for ; Fri, 9 Jun 2006 03:52:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05075-09 for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by menubar.gnome.org (Postfix) with ESMTP id 997553B010A for ; Fri, 9 Jun 2006 03:52:17 -0400 (EDT) Received: by nz-out-0102.google.com with SMTP id z3so646538nzf for ; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XhOcTuHLnjC/r0O8R0P2v+aangi6BPSnIxbkJb+9xvxdG9Xs3Ra466hdLPK5V9QSWwdxnv481o+YmDLn04RxU8u6zb45U6VgRJ2x6g59Tp13lP/mrFZHNHbxaPtbm3Ts83rIXLnKt9XONjQOcqI6aNFMYbv/y5MhZ5ejn7iJ6SM= Received: by 10.36.126.17 with SMTP id y17mr3612077nzc; Fri, 09 Jun 2006 00:52:16 -0700 (PDT) Received: by 10.37.15.31 with HTTP; Fri, 9 Jun 2006 00:52:16 -0700 (PDT) Message-ID: <3462bcdb0606090052j1b1ac81cn47d8807a57b42783@mail.gmail.com> Date: Fri, 9 Jun 2006 13:22:16 +0530 From: "Surya Kiran Gullapalli" To: garnome-list@gnome.org In-Reply-To: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6675_30965181.1149839536760" References: <3462bcdb0606090037q784e0007xbee0099029cc795d@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.961 tagged_above=-999 required=2 tests=[AWL=-0.033, BAYES_00=-2.599, HTML_40_50=0.496, HTML_MESSAGE=0.001, NORMAL_HTTP_TO_IP=0.175, SPF_PASS=-0.001] X-Spam-Score: -1.961 X-Spam-Level: Subject: Re: Epiphany configure fails due to typeaheadfind extension X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 07:52:29 -0000 ------=_Part_6675_30965181.1149839536760 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong. Sorry for the trouble. Surya On 6/9/06, Surya Kiran Gullapalli wrote: > > Hi, > I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must > not build firefox with typeaheadfind extension. > > I've faced the same problem with gnome 2.14.0 then i was told to set > LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- > 1.5.0.1 then. > > I've done similar environment setup here. this time it is firefox-1.5.0.3. > Even then it was showing the same error. > > > What is the fix for this. > Thanks, > Surya > ------=_Part_6675_30965181.1149839536760 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to do it. The LD_LIBRARY_PATH i set was wrong.
Sorry for the trouble.
Surya

On 6/9/06, Surya Kiran Gullapalli < suryakiran.gullapalli@gmail.com> wrote:
Hi,
I'm trying garnome2.14.2. Epiphany configuration fails, saying that I must not build firefox with typeaheadfind extension.

 I've faced the same problem with gnome 2.14.0 then i was told to set LD_LIBRARY_PATH environment variable to $INSTALLATION_DIR/lib/firefox- 1.5.0.1 then.

I've done similar environment setup here. this time it is firefox-1.5.0.3. Even then it was showing the same error.


What is the fix for this.
Thanks,
Surya

------=_Part_6675_30965181.1149839536760-- From Martin.Ward@tsubaki.co.uk Fri Jun 9 07:29:40 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id F16A13B0099 for ; Fri, 9 Jun 2006 07:29:39 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19192-04 for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by menubar.gnome.org (Postfix) with ESMTP id A52D33B006A for ; Fri, 9 Jun 2006 07:29:38 -0400 (EDT) Received: from mailgate.tsubaki.co.uk ([195.173.213.3]) by anchor-post-30.mail.demon.net with esmtp (Exim 4.42) id 1FofBI-000Mlv-0V for garnome-list@gnome.org; Fri, 09 Jun 2006 11:29:36 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C68BB7.FC92D75C" Date: Fri, 9 Jun 2006 12:29:27 +0100 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 2.14.2.1 compile error - javadoc Thread-Index: AcaLt/eeQ8WLtT5tQVSPZNmWsIsXSg== From: "Martin Ward" To: X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.241 tagged_above=-999 required=2 tests=[AWL=-1.243, BAYES_50=0.001, HTML_MESSAGE=0.001] X-Spam-Score: -1.241 X-Spam-Level: Subject: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 11:29:40 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello friends, Can someone help please? Trying to build the new release of 2.142. I = get the following: =09 error: no acceptable javadoc generator found in $PATH Whilst checking environment pre-requisites for build of glib-java. Where can I find an "acceptable javadoc genersator" ?? Best Regards/ Cordialement / Mit freundlichen Gru=DFen,=20 Martin Ward Nottingham , UK ------_=_NextPart_001_01C68BB7.FC92D75C Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 2.14.2.1 compile error - javadoc

Hello = friends,

Can someone help = please?   Trying to build the new release of 2.142. I get the = following:
       =20
error: no = acceptable javadoc generator found in $PATH

Whilst checking = environment  pre-requisites for build of glib-java.

Where can I find an = "acceptable javadoc genersator" ??


Best Regards/ = Cordialement / Mit freundlichen Gru=DFen,
Martin Ward

Nottingham , = UK

------_=_NextPart_001_01C68BB7.FC92D75C-- From joseph_sacco@comcast.net Fri Jun 9 10:00:50 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E719B3B0349 for ; Fri, 9 Jun 2006 10:00:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29116-07 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by menubar.gnome.org (Postfix) with ESMTP id A4A173B01D8 for ; Fri, 9 Jun 2006 10:00:48 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060609140045m1500ladb5e>; Fri, 9 Jun 2006 14:00:45 +0000 From: "Joseph E. Sacco, Ph.D." To: Martin Ward In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Fri, 09 Jun 2006 10:00:44 -0400 Message-Id: <1149861644.7402.9.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.295 tagged_above=-999 required=2 tests=[AWL=0.304, BAYES_00=-2.599] X-Spam-Score: -2.295 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: 2.14.2.1 compile error - javadoc X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:00:50 -0000 Martin, 'configure' is complaining that it cannot find 'javadoc' within its search patch. 'javadoc' is part of the full java2 SDK http://java.sun.com/j2se/javadoc/ You may be missing a "devel" package containing javadoc that can be downloaded from your distro. Check your distro. Looking at the configure file, I see that glib-java can be built without javadoc. To do this: * Edit the GARNOME Makefile: CONFIGURE_ARGS = $(DIRPATHS) --without-javadocs * make clean * make -Joseph ======================================================================= On Fri, 2006-06-09 at 12:29 +0100, Martin Ward wrote: > Hello friends, > > Can someone help please? Trying to build the new release of 2.142. I > get the following: > > error: no acceptable javadoc generator found in $PATH > > Whilst checking environment pre-requisites for build of glib-java. > > Where can I find an "acceptable javadoc genersator" ?? > > > Best Regards/ Cordialement / Mit freundlichen Grußen, > Martin Ward > > Nottingham , UK > -- joseph_sacco [at] comcast [dot] net From joseph_sacco@comcast.net Fri Jun 9 10:30:29 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 120C83B10DD for ; Fri, 9 Jun 2006 10:30:29 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31219-05 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by menubar.gnome.org (Postfix) with ESMTP id 3E26B3B0222 for ; Fri, 9 Jun 2006 10:30:28 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (sccrmhc13) with SMTP id <200606091430260130076s30e>; Fri, 9 Jun 2006 14:30:27 +0000 From: "Joseph E. Sacco, Ph.D." To: zhang changlin In-Reply-To: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> Content-Type: text/plain Date: Fri, 09 Jun 2006 10:30:26 -0400 Message-Id: <1149863426.7402.22.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.721 tagged_above=-999 required=2 tests=[AWL=-1.277, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.721 X-Spam-Level: Cc: garnome-list@gnome.org Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 14:30:29 -0000 Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a free suite of Open Source GNU tools: http://www.sun.com/software/solaris/freeware/ I am guessing that there are updates for some of these packages. Search the web for sites that host SUN freeware. -Joseph ===================================================================== On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: > Hi, > > I'm a user of Solaris 5.8, I'm not a root. > I tried to install GNOME 2.14 by using GARNOME. > > >cd desktop > >make paranoid-install > ... > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > /bin/sh: test: argument expected > make[1]: *** [fixuplibtool] Error 1 > ... > > I googled the problem, it looks like the /bin/sh of > Solaris is not bash, but the scripts of GARNOME > assumes it is. I found no answer to this problem in > Google. > > Can anyone help? > > Thanks! > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Sat Jun 10 15:30:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 48B1F3B04F8 for ; Sat, 10 Jun 2006 15:30:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22881-05 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id 3AF403B0429 for ; Sat, 10 Jun 2006 15:30:40 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9B1F421C11 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 8D5B421C00 for ; Sat, 10 Jun 2006 12:30:38 -0700 (PDT) Date: Sat, 10 Jun 2006 12:30:35 -0700 From: Carson Gaspar To: garnome-list@gnome.org Message-ID: <1D8F307005C04BD4B34F62C3@[192.168.1.2]> In-Reply-To: <1149863426.7402.22.camel@plantain.jesacco.com> References: <20060609071939.23365.qmail@web55006.mail.re4.yahoo.com> <1149863426.7402.22.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.464 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, FORGED_RCVD_HELO=0.135] X-Spam-Score: -2.464 X-Spam-Level: Subject: Re: Fail to build on Solaris 8, /bin/sh: test: argument expected X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 19:30:43 -0000 > On Fri, 2006-06-09 at 00:19 -0700, zhang changlin wrote: >> ... >> >> I googled the problem, it looks like the /bin/sh of >> Solaris is not bash, but the scripts of GARNOME >> assumes it is. I found no answer to this problem in >> Google. --On Friday, June 09, 2006 10:30 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > Solaris 8, eh??? Hmmm... It's been a while. I know that SUN offers a > free suite of Open Source GNU tools: > > http://www.sun.com/software/solaris/freeware/ > > > I am guessing that there are updates for some of these packages. Search > the web for sites that host SUN freeware. No. The problem is that Garnome assumes that /bin/sh is a POSIX shell (or perhaps bash - I haven't tested with ksh/zsh/etc.). On Solaris, it is not. You can install as many copies of bash as you like, if you don't install them as /bin/sh, Garnome will break. The solution is to edit the broken Garnome files and replace /bin/sh with $SHELL or some such, and set $SHELL to be a POSIX shell. You'll also need to fix a lot of other things, unless much has changed since the last time I built Garnome on Solaris. -- Carson From ecarreras@gmail.com Mon Jun 12 04:22:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7DB3F3B000D for ; Mon, 12 Jun 2006 04:22:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25766-09 for ; Mon, 12 Jun 2006 04:22:00 -0400 (EDT) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by menubar.gnome.org (Postfix) with ESMTP id 0534E3B00D8 for ; Mon, 12 Jun 2006 04:21:59 -0400 (EDT) Received: by ug-out-1314.google.com with SMTP id o2so2215863uge for ; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ffxer6UVQr1D0vFam5KeAWPIijoOUw5QTu5balPF87qW11erP+kq7ecOcdsXlBiVHSfNW82aZe5bZYZvX/6OUl27hT2LAOtKpcpd7DppEwtuhKW7O6DfjoqLa757EemJLO1LMX8NyfoXR+6ysnYTls5hlMMyW35g4BX4E6eSqZM= Received: by 10.78.47.9 with SMTP id u9mr326979huu; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Received: by 10.78.13.17 with HTTP; Mon, 12 Jun 2006 01:21:10 -0700 (PDT) Message-ID: <8c654930606120121h1c4c5a5ch61732be5695dee5b@mail.gmail.com> Date: Mon, 12 Jun 2006 10:21:10 +0200 From: "Eduard Carreras i Nadal" To: garnome MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.739 tagged_above=-999 required=2 tests=[AWL=-0.697, BAYES_00=-2.599, RCVD_IN_BL_SPAMCOP_NET=1.558, SPF_PASS=-0.001] X-Spam-Score: -1.739 X-Spam-Level: Subject: system-tools-backends in Debian (Garnome-CVS) X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 08:22:01 -0000 I've found this article[1], that helps compile Net::Dbus in Debian (the perl packege doesn't exist in Debian). [1] http://www.gnome.org/~csaavedr/news-2006-06.html#D06 -- Eduard Carreras i Nadal http://iesdecelra.xtec.net/eduard From schollsky@arcor.de Wed Jun 14 09:37:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 83BBB3B0505 for ; Wed, 14 Jun 2006 09:37:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28505-07 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 669053B0539 for ; Wed, 14 Jun 2006 09:37:18 -0400 (EDT) Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 8CF3BE9BBC for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id 7809996D03 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 5290B174A72 for ; Wed, 14 Jun 2006 15:36:52 +0200 (CEST) Message-ID: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:36:52 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Inotify revisited - IN_MOVE_SELF undeclared error... MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.135.97 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.393 tagged_above=-999 required=2 tests=[AWL=-1.168, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.393 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:37:19 -0000 Hi folks, sorry to bother you again with this one: The error mentioned above is a constant pain in the ass, not being able to use gamin with inotify support. I can no longer believe it's related to a broken kernel, as presumed by guenther and others. By now I've tried several 2.6.12.x Kernel Versions and now a type of 2.6.14.3 (Mandriva2006,i686). Gamin always get's into the same trouble. Perhaps anyone with Mandriva who made it? Or any other soft relying on inotify just to check? Best regards, Stefan From schollsky@arcor.de Wed Jun 14 09:48:34 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 81C0B3B0081 for ; Wed, 14 Jun 2006 09:48:34 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26553-02 for ; Wed, 14 Jun 2006 09:48:32 -0400 (EDT) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by menubar.gnome.org (Postfix) with ESMTP id C69C43B0133 for ; Wed, 14 Jun 2006 09:48:31 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id B897A174AF7 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id 984811EB4F1 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Received: from webmail-09.arcor-online.net (webmail09.arcor-online.net [151.189.8.90]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 62D4C141C71 for ; Wed, 14 Jun 2006 15:47:33 +0200 (CEST) Message-ID: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Date: Wed, 14 Jun 2006 15:47:33 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: gdm not installing all files (garnome 2.14.2.1) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.63.133.216 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.591 tagged_above=-999 required=2 tests=[AWL=-0.888, BAYES_20=-0.74, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -0.591 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:48:34 -0000 This seems to be a minor one: gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. The new POST-INSTALL tells me to do the following: As root, create three soft links: ln -s $garnome/etc/pam.d/gdm /etc/pam.d ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d Appropriate gdm and gdm-autologin files can be copied manually from the work directory into the install tree, but I don't think it's meant this way. Best regards, Stefan From joseph_sacco@comcast.net Wed Jun 14 10:18:18 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8B2123B0505 for ; Wed, 14 Jun 2006 10:18:18 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26902-01 for ; Wed, 14 Jun 2006 10:18:17 -0400 (EDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by menubar.gnome.org (Postfix) with ESMTP id CBC833B049B for ; Wed, 14 Jun 2006 10:18:16 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc12) with SMTP id <20060614141707m12003vqhge>; Wed, 14 Jun 2006 14:17:07 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: schollsky@arcor.de In-Reply-To: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net> Content-Type: text/plain Date: Wed, 14 Jun 2006 10:16:54 -0400 Message-Id: <1150294614.4999.11.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 14:18:18 -0000 Stefan, A basic maxim of GARNOME is "do no harm". The GARNOME build process should only install files into the GARNOME install tree. The build process should never *automatically* install any file into a system directory. That being said, we are left to deal with post-install issues like PAM files. The issue with PAM is that it does not support a search path environment variable like python or pkg-config. Using soft links one way to solve the problem. -Joseph =========================================================================== On Wed, 2006-06-14 at 15:47 +0200, schollsky@arcor.de wrote: > This seems to be a minor one: > > gdm builds all fine, but only gdmsetup is copied into $GARNOME/etc/pam.d/. > > The new POST-INSTALL tells me to do the following: > > As root, create three soft links: > > ln -s $garnome/etc/pam.d/gdm /etc/pam.d > ln -s $garnome/etc/pam.d/gdm-autologin /etc/pam.d > ln -s $garnome/etc/pam.d/gdmsetup /etc/pam.d > > Appropriate gdm and gdm-autologin files can be copied manually from the work directory > into the install tree, but I don't think it's meant this way. > > > Best regards, > > Stefan > -- joseph_sacco [at] comcast [dot] net From carson+garnome@taltos.org Wed Jun 14 14:10:53 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id BCA983B0222 for ; Wed, 14 Jun 2006 14:10:53 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16215-03 for ; Wed, 14 Jun 2006 14:10:47 -0400 (EDT) Received: from gandalf.taltos.org (dsl081-242-052.sfo1.dsl.speakeasy.net [64.81.242.52]) by menubar.gnome.org (Postfix) with ESMTP id C78323B0177 for ; Wed, 14 Jun 2006 14:10:46 -0400 (EDT) Received: from gandalf.taltos.org (localhost [127.0.0.1]) by gandalf.taltos.org (Postfix) with ESMTP id 9F41021C08 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by gandalf.taltos.org (Postfix) with ESMTP id 9101121B55 for ; Wed, 14 Jun 2006 10:40:59 -0700 (PDT) Date: Wed, 14 Jun 2006 10:43:00 -0700 From: Carson Gaspar To: garnome-list@gnome.org Subject: Re: gdm not installing all files (garnome 2.14.2.1) Message-ID: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> In-Reply-To: <1150294614.4999.11.camel@plantain.jesacco.com> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.681 tagged_above=-999 required=2 tests=[AWL=-0.783, BAYES_05=-1.11, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -1.681 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 18:10:54 -0000 --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." wrote: > A basic maxim of GARNOME is "do no harm". The GARNOME build process > should only install files into the GARNOME install tree. The build > process should never *automatically* install any file into a system > directory. That being said, we are left to deal with post-install > issues like PAM files. > > The issue with PAM is that it does not support a search path environment > variable like python or pkg-config. Using soft links one way to solve > the problem. You missed his point entirely. The pam files aren't being copied into $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that you like, they won't work... -- Carson From joseph_sacco@comcast.net Wed Jun 14 15:15:44 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 27CB13B01A7 for ; Wed, 14 Jun 2006 15:15:44 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13195-06 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by menubar.gnome.org (Postfix) with ESMTP id 388903B0147 for ; Wed, 14 Jun 2006 15:15:43 -0400 (EDT) Received: from plantain.jesacco.com (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc11) with SMTP id <20060614191502m1100c9s26e>; Wed, 14 Jun 2006 19:15:03 +0000 Subject: Re: gdm not installing all files (garnome 2.14.2.1) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> References: <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> Content-Type: text/plain Date: Wed, 14 Jun 2006 15:15:01 -0400 Message-Id: <1150312501.3567.6.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.616 tagged_above=-999 required=2 tests=[AWL=-1.384, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_GD=0.077] X-Spam-Score: -0.616 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:15:44 -0000 On my system, which is Fedora clone, all of the pam files for gdm are installed under $GARNOME/etc/pam.d. So the question is "What's going on with Stefan's system?". Here is what I see from the install log on my system. system=`uname`; \ if test -f /usr/include/security/pam_appl.h; then \ if test '!' -d /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; then \ /bin/sh ../mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ chmod 755 /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; then \ /usr/bin/install -c -m 644 gdm /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm; \ fi; \ if test $system = Linux && test '!' -f /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; then \ /usr/bin/install -c -m 644 gdm-autologin /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdm-autologin; \ fi; \ if test $system = SunOS; then \ echo "Please add PAM authentication for gdm and gdm-autologin in /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.conf!"; \ fi; \ fi ... /bin/sh ./mkinstalldirs /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d /usr/bin/install -c -m 644 ./gdmsetup-pam /usr/local/src/GARNOME/2.14/garnome-2.14.x/etc/pam.d/gdmsetup -Joseph =================================================================================================== On Wed, 2006-06-14 at 10:43 -0700, Carson Gaspar wrote: > --On Wednesday, June 14, 2006 10:16 AM -0400 "Joseph E. Sacco, Ph.D." > wrote: > > > A basic maxim of GARNOME is "do no harm". The GARNOME build process > > should only install files into the GARNOME install tree. The build > > process should never *automatically* install any file into a system > > directory. That being said, we are left to deal with post-install > > issues like PAM files. > > > > The issue with PAM is that it does not support a search path environment > > variable like python or pkg-config. Using soft links one way to solve > > the problem. > > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... > > -- > Carson -- joseph_sacco [at] comcast [dot] net From svdmade@planet.nl Wed Jun 14 15:59:43 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A45F23B029B for ; Wed, 14 Jun 2006 15:59:43 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08455-04 for ; Wed, 14 Jun 2006 15:59:42 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 1088D3B0190 for ; Wed, 14 Jun 2006 15:59:41 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5EK22BF001716 for ; Wed, 14 Jun 2006 22:02:04 +0200 Message-ID: <44906B39.7030807@planet.nl> Date: Wed, 14 Jun 2006 22:02:01 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: garnome-list@gnome.org Subject: garnome-daily issues (startup References: <447B68A7.7070900@planet.nl> <1149292152.2043.18.camel@monkey.loc> <44847B79.8000606@planet.nl> <4484962B.1050907@turix.com.ar> In-Reply-To: <4484962B.1050907@turix.com.ar> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.622 tagged_above=-999 required=2 tests=[AWL=-1.541, BAYES_20=-0.74, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_EG=0.077] X-Spam-Score: -0.622 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:59:43 -0000 Hi Guys, When starting up garnome 2.15.2 + (garnome-daily) I always get the issue that there are a zillion processes called gnome_segv2 startup and freeze my system after a while. In my own profile I have removed all .gnome* folders but when doing that the issue still persists. Did I forget something ? Thanks for your help, Stef From schollsky@arcor.de Wed Jun 14 17:05:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A15343B02E4 for ; Wed, 14 Jun 2006 17:05:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05357-04 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 9856A3B02A3 for ; Wed, 14 Jun 2006 17:05:48 -0400 (EDT) Received: from mail-in-10-z2.arcor-so.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 963DC154B28 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-10-z2.arcor-so.net (Postfix) with ESMTP id 8BB0833A7D0 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 7A65D174751 for ; Wed, 14 Jun 2006 23:05:18 +0200 (CEST) Message-ID: <15194193.1150319118491.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:05:18 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: gdm not installing all files (garnome 2.14.2.1) In-Reply-To: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <8D575046B2ABA0A95CAC92BE@[192.168.1.2]> <798614.1150292853396.JavaMail.ngmail@webmail-09.arcor-online.net > <1150294614.4999.11.camel@plantain.jesacco.com> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.433 tagged_above=-999 required=2 tests=[AWL=-0.006, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, NO_REAL_NAME=0.961, SPF_PASS=-0.001, TW_GD=0.077] X-Spam-Score: -1.433 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 21:05:49 -0000 Hi Carson, you wrote: > You missed his point entirely. The pam files aren't being copied into > $GARNOME. So you can create all the dangling symlinks in /etc/pam.d that > you like, they won't work... You're right, the files are not copied into the target location (here: /usr/local/garnome/etc/pam.d) in the first place. Maybe this is due to Mandriva? As this distro is a descendant of RedHat, nearly all settings can be applied here too. But in some cases... Best regards, Stefan From schollsky@arcor.de Thu Jun 15 03:00:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DBD3B3B00A0 for ; Thu, 15 Jun 2006 03:00:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17989-02 for ; Thu, 15 Jun 2006 02:59:59 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EEA033B03BD for ; Thu, 15 Jun 2006 02:59:58 -0400 (EDT) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id D3FE81F88C4 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id C74371EB478 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id BC3662F6038 for ; Wed, 14 Jun 2006 23:11:05 +0200 (CEST) Message-ID: <10509137.1150319465761.JavaMail.ngmail@webmail12> Date: Wed, 14 Jun 2006 23:11:05 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Inotify revisited - IN_MOVE_SELF undeclared error... In-Reply-To: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20302858.1150292212320.JavaMail.ngmail@webmail-09.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.137.167 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.331 tagged_above=-999 required=2 tests=[AWL=-1.106, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.331 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:00:06 -0000 ...and the same goes to using a kernel version of 2.6.16.1. So...? (I always install sources accordingly after kernel-update.) Best regards, Stefan From guenther@rudersport.de Thu Jun 15 17:06:31 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1F0DB3B0237; Thu, 15 Jun 2006 17:06:31 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00750-05; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 427033B00D0; Thu, 15 Jun 2006 17:06:30 -0400 (EDT) Received: from [10.0.0.2] (IP-213157009217.dialin.heagmedianet.de [213.157.9.217]) by rudersport.de (8.12.11.20060308) id k5FL5jDY040713; Thu, 15 Jun 2006 15:05:46 -0600 (MDT) Subject: [ANNOUNCE] GARNOME 2.15.3 From: guenther To: garnome-list@gnome.org Content-Type: text/plain Date: Thu, 15 Jun 2006 23:05:43 +0200 Message-Id: <1150405543.8323.15.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.053 tagged_above=-999 required=2 tests=[AWL=-0.451, BAYES_00=-2.599, SUBJ_ALL_CAPS=0.997] X-Spam-Score: -2.053 X-Spam-Level: Cc: gnome-announce-list@gnome.org, gnome-love@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 21:06:31 -0000 GARNOME 2.15.3 ============== The "It's quiet out there... Yes... Too quiet..." release. What seemed to be no last minute releases turned out to be a broken list server, holding back the official GNOME release for a day. Also, there have been a bunch of build issues this time around, more than usual. Some good cooperation between the Release Team and the GARNOME Team (especially Joseph) hacked around the brokeness, thus... We are pleased to announce the release of GARNOME 2.15.3 Desktop and Developer Platform. This release includes all of GNOME 2.15.3 plus a whole bunch of updates that were released after the GNOME freeze date. This is the third release in the unstable cycle, with more features, more fixes and yet more madness added. It is for anyone who wants to get his hands dirty on the development branch, or who'd like to get a peek at future features. If you want to help spot issues in GARNOME, (or, better yet, fix 'em ;-) this release is for you as well. As usual, you can get the tarball directly from the gnome.org site: http://download.gnome.org/sources/garnome/2.15/ Note: GNOME 2.15.x is an unstable branch and is assumed to be a moving target. Therefore, things in this release may not work as advertised. If you find any issues with this release, feel free to contact the GARNOMEies in the #garnome channel on GIMPNet (irc://irc.gnome.org), where we hang out, or post to the mailing list. More information is available at our project website: http://www.gnome.org/projects/garnome/ Enjoy, The GARNOME Team -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From bugzilla@gnome.org Mon Jun 19 13:35:58 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D5D393B0AEE for ; Mon, 19 Jun 2006 13:35:58 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23365-04 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id B448E3B0C05 for ; Mon, 19 Jun 2006 13:35:56 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id A44D26CC1BB; Mon, 19 Jun 2006 13:34:58 -0400 (EDT) Subject: [Bug 345338] New: building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: UNCONFIRMED MIME-Version: 1.0 X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Message-ID: Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Date: Mon, 19 Jun 2006 13:34:58 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:35:59 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Summary: building pygtk-2.9.1/2 fails on gtkmodule.c Product: pygtk Version: 2.9.x Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: gtk AssignedTo: nobody@pygtk.org ReportedBy: svdmade@planet.nl QAContact: python-bindings-maint@gnome.bugs CC: garnome-list@gnome.org GNOME version: 2.15/2.16 GNOME milestone: Unspecified While building garnome-2.15.3 I get the following error: ccache cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.4 -I/usr/test/garnome/include/pygtk-2.0 -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/test/garnome/include -I/usr/test/garnome/include/gtk-2.0 -I/usr/test/garnome/lib/gtk-2.0/include -I/usr/test/garnome/include/atk-1.0 -I/usr/test/garnome/include/cairo -I/usr/test/garnome/include/pango-1.0 -I/usr/test/garnome/include -I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include -I/usr/local/include -I/usr/X11R6/include -g -I/usr/test/garnome/include -L/usr/test/garnome/lib -O2 -pipe -m3dnow -mtune=athlon-tbird -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) make[3]: *** [_gtk_la-gtkmodule.lo] Error 1 make[3]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2/gtk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/download/garnome-2.15.3/bindings/pygtk/work/main.d/pygtk-2.9.2' make: *** [build-work/main.d/pygtk-2.9.2/Makefile] Error 2 I've tried upgrading to pygtk-2.9.2 and installing pycairo-1.0.2 but to no avail. -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:48:05 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 082033B04E3 for ; Mon, 19 Jun 2006 13:48:05 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23650-07 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 1D00F3B05A6 for ; Mon, 19 Jun 2006 13:48:04 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id E61C66CC1AB; Mon, 19 Jun 2006 13:47:18 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: NEEDINFO MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619174718.E61C66CC1AB@window.gnome.org> Date: Mon, 19 Jun 2006 13:47:18 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:48:05 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Gustavo Carneiro changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gjc@inescporto.pt Status|UNCONFIRMED |NEEDINFO ------- Comment #1 from Gustavo Carneiro 2006-06-19 17:47 UTC ------- could you attach config.log? -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla@gnome.org Mon Jun 19 13:59:02 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EC34E3B0ADC for ; Mon, 19 Jun 2006 13:59:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24429-01 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: from window.gnome.org (window.gnome.org [209.132.176.176]) by menubar.gnome.org (Postfix) with ESMTP id 937493B0196 for ; Mon, 19 Jun 2006 13:59:00 -0400 (EDT) Received: by window.gnome.org (Postfix, from userid 502) id 6A57A6CC0F8; Mon, 19 Jun 2006 13:58:17 -0400 (EDT) Subject: [Bug 345338] building pygtk-2.9.1/2 fails on gtkmodule.c X-Bugzilla-Status: RESOLVED MIME-Version: 1.0 In-Reply-To: X-Bugzilla-Product: pygtk X-Bugzilla-Severity: normal Content-Disposition: inline X-Bugzilla-Reason: CC X-Bugzilla-Component: gtk X-Bugzilla-Priority: Normal Content-Type: text/plain; charset=utf-8 To: garnome-list@gnome.org X-Bugzilla-Version: 2.9.x Content-Transfer-Encoding: 8bit From: "pygtk (bugzilla.gnome.org)" Message-Id: <20060619175817.6A57A6CC0F8@window.gnome.org> Date: Mon, 19 Jun 2006 13:58:17 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-104.302 tagged_above=-999 required=2 tests=[ALL_TRUSTED=-1.8, AWL=-0.057, BAYES_00=-2.599, TW_GT=0.077, TW_YG=0.077, USER_IN_WHITELIST=-100] X-Spam-Score: -104.302 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 17:59:02 -0000 Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345338 pygtk | gtk | Ver: 2.9.x Stef van der Made changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |NOTABUG ------- Comment #2 from Stef van der Made 2006-06-19 17:58 UTC ------- I just solved the issue by doing a make clean and then make install :-( Sorry to bother you. I guess I needed to install pycairo 1.0.2 or pycairo 1.1.6 -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From schollsky@arcor.de Thu Jun 22 08:03:15 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 206D53B02D2 for ; Thu, 22 Jun 2006 08:03:15 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22619-06 for ; Thu, 22 Jun 2006 08:03:10 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by menubar.gnome.org (Postfix) with ESMTP id 40D1B3B0346 for ; Thu, 22 Jun 2006 08:02:58 -0400 (EDT) Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id B2CFC1556EA for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id A1EB81C893B for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id 5736A155B40 for ; Thu, 22 Jun 2006 14:02:56 +0200 (CEST) Message-ID: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Thu, 22 Jun 2006 14:02:56 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: [ANNOUNCE] GARNOME 2.15.3 In-Reply-To: <1150405543.8323.15.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150405543.8323.15.camel@monkey.loc> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.186.160 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.322 tagged_above=-999 required=2 tests=[AWL=-1.097, BAYES_40=-0.185, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -0.322 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 12:03:15 -0000 Hi Guenther, you wrote: > GARNOME 2.15.3 > ============== > > The "It's quiet out there... Yes... Too quiet..." release. [...] Looks quite good until now. The errors I had before are not gone by now, but I should be content. However, there's no "isocodes" folder on ftp.gnome.org, which forces a stop in building the system. Kind regards, Stefan From guenther@rudersport.de Thu Jun 22 13:27:01 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5B6A83B06F0 for ; Thu, 22 Jun 2006 13:27:01 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13095-10 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 8B2103B0413 for ; Thu, 22 Jun 2006 13:27:00 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5MHQlrD021873; Thu, 22 Jun 2006 11:26:52 -0600 (MDT) Subject: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Thu, 22 Jun 2006 19:26:43 +0200 Message-Id: <1150997203.8147.64.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.108 tagged_above=-999 required=2 tests=[AWL=-1.389, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.108 X-Spam-Level: Cc: schollsky@arcor.de X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 17:27:01 -0000 > > GARNOME 2.15.3 > > ============== > > > > The "It's quiet out there... Yes... Too quiet..." release. > [...] > > Looks quite good until now. The errors I had before are not gone by > now, but I should be content. However, there's no "isocodes" folder on > ftp.gnome.org, which forces a stop in building the system. Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES variable points to the original location, where that tarball is to be expected. Well, to be expected... used to live. Until "someone" removed it again. Just as they did with the last tarball. As a quick workaround, I just put the iso-codes tarballs on my personal space on f.g.o for your download pleasure. Just grab the tarball you need and drop it into the bootstrap/iso-codes/download/ dir. http://gnome.org/~kbrae/garnome/ Regarding "not being on f.g.o": I explained this pretty detailed recently, I believe. Anyway... GARNOME checks some different locations for the tarball, starting with local ones (files and download directories), then the GARCHIVEDIR, and after that it tries the remote locations. In this case, the explicitly set MASTER_SITES. If this fails (which it should not...), GARNOME defaults back to the globally defined master site, which is f.g.o, since most tarballs are located there anyway. So the last failing download you see is just the last-resort fallback, not the actually failing source location... That all said... Thanks for the heads-up. :) I already noticed that (again) missing tarball the other day [1], but did not have the time to fix it yet. We need a more reliable fallback solution anyway. So either the RT and me will come up with a solution at GUADEC next week, or you simply can consider the above mentioned place to be permanent. GAR. ...guenther [1] monkey knows about this -- he logged me screaming and ranting, while no one else was around... ;) -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From joseph_sacco@comcast.net Thu Jun 22 14:16:46 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id CB85B3B083D for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16110-10 for ; Thu, 22 Jun 2006 14:16:46 -0400 (EDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by menubar.gnome.org (Postfix) with ESMTP id 03CD33B0837 for ; Thu, 22 Jun 2006 14:16:45 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc13) with SMTP id <20060622181644m1300h9bb7e>; Thu, 22 Jun 2006 18:16:45 +0000 Subject: Re: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <1150997203.8147.64.camel@monkey.loc> References: <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <1150997203.8147.64.camel@monkey.loc> Content-Type: text/plain Date: Thu, 22 Jun 2006 14:16:43 -0400 Message-Id: <1151000203.731.14.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.723 tagged_above=-999 required=2 tests=[AWL=-1.279, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.723 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 18:16:47 -0000 Fixed [once again] in CVS... -Joseph ============================================================== On Thu, 2006-06-22 at 19:26 +0200, guenther wrote: > > > GARNOME 2.15.3 > > > ============== > > > > > > The "It's quiet out there... Yes... Too quiet..." release. > > [...] > > > > Looks quite good until now. The errors I had before are not gone by > > now, but I should be content. However, there's no "isocodes" folder on > > ftp.gnome.org, which forces a stop in building the system. > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ > > > Regarding "not being on f.g.o": I explained this pretty detailed > recently, I believe. Anyway... GARNOME checks some different locations > for the tarball, starting with local ones (files and download > directories), then the GARCHIVEDIR, and after that it tries the remote > locations. > > In this case, the explicitly set MASTER_SITES. If this fails (which it > should not...), GARNOME defaults back to the globally defined master > site, which is f.g.o, since most tarballs are located there anyway. So > the last failing download you see is just the last-resort fallback, not > the actually failing source location... > > > That all said... Thanks for the heads-up. :) I already noticed that > (again) missing tarball the other day [1], but did not have the time to > fix it yet. We need a more reliable fallback solution anyway. So either > the RT and me will come up with a solution at GUADEC next week, or you > simply can consider the above mentioned place to be permanent. GAR. > > ...guenther > > > [1] monkey knows about this -- he logged me screaming and ranting, while > no one else was around... ;) > > -- > char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; > main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} > -- joseph_sacco [at] comcast [dot] net From jorgpitts@gmail.com Thu Jun 22 22:38:41 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8824B3B077E for ; Thu, 22 Jun 2006 22:38:41 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08608-04 for ; Thu, 22 Jun 2006 22:38:39 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.199]) by menubar.gnome.org (Postfix) with ESMTP id D2CAC3B06F4 for ; Thu, 22 Jun 2006 22:38:38 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so420072wxc for ; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.78.5 with SMTP id a5mr3934063wxb; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 19:38:38 -0700 (PDT) Message-ID: <30e9b1510606221938u6a0e57c5iea0c45ebd3e44ff8@mail.gmail.com> Date: Thu, 22 Jun 2006 21:38:38 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: gnome-vfs-2.15.2 in ubuntu dapper missing a depend.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14522_10523074.1151030318247" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=1.815 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, HTML_10_20=1.351, HTML_MESSAGE=0.001, HTML_SHORT_LENGTH=1.574, SPF_PASS=-0.001] X-Spam-Score: 1.815 X-Spam-Level: * X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 02:38:41 -0000 ------=_Part_14522_10523074.1151030318247 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile.. Jorg ------=_Part_14522_10523074.1151030318247 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I had to install libacl1-dev to get gnome-vfs-2.15.2 to compile..

Jorg
------=_Part_14522_10523074.1151030318247-- From jorgpitts@gmail.com Fri Jun 23 00:03:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 470493B06C5 for ; Fri, 23 Jun 2006 00:03:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11930-07 for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.193]) by menubar.gnome.org (Postfix) with ESMTP id 54C9F3B052C for ; Fri, 23 Jun 2006 00:03:32 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428083wxc for ; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.63.2 with SMTP id l2mr4010040wxa; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:03:31 -0700 (PDT) Message-ID: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Date: Thu, 22 Jun 2006 23:03:31 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk 2.9.2 failure.. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15015_19405876.1151035411724" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.976 tagged_above=-999 required=2 tests=[AWL=1.469, BAYES_00=-2.599, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.976 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:03:33 -0000 ------=_Part_15015_19405876.1151035411724 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' ==> Grabbing download/gtkunixprint.override.patch ==> Trying file//files/gtkunixprint.override.patch make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' [fetch] complete for pygtk. ==> Running checksum on pygtk-2.9.2.tar.bz2 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk-2.9.2.tar.bz2 file pygtk-2.9.2.tar.bz2 passes checksum test! ==> Running checksum on gtkunixprint.override.patch fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch file gtkunixprint.override.patch passes checksum test! [checksum] complete for pygtk. install -d work/main.d ==> Extracting download/pygtk-2.9.2.tar.bz2 [extract] complete for pygtk. ==> Applying patch download/gtkunixprint.override.patch patching file gtk/gtkunixprint.override [patch] complete for pygtk. [fixup] complete for pygtk. ==> Building sandbox/platform/gtk+ as a dependency make: Entering an unknown directory make: *** ../../sandbox/platform/gtk+: No such file or directory. Stop. make: Leaving an unknown directory make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2 make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk' make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' make: *** [paranoid-install] Error 2 ------=_Part_15015_19405876.1151035411724 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
 ==> Grabbing download/gtkunixprint.override.patch
        ==> Trying file//files/gtkunixprint.override.patch
make[3]: Entering directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[3]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
        [fetch] complete for pygtk.
 ==> Running checksum on pygtk-2.9.2.tar.bz2
2625ddd1aba04869eb2f9e4d4cc5552b  download/pygtk- 2.9.2.tar.bz2
file pygtk-2.9.2.tar.bz2 passes checksum test!
 ==> Running checksum on gtkunixprint.override.patch
fc1cd230e5d69428a37f72a2122a0837  download/gtkunixprint.override.patch
file gtkunixprint.override.patch passes checksum test!
        [checksum] complete for pygtk.
install -d work/main.d
 ==> Extracting download/pygtk-2.9.2.tar.bz2
        [extract] complete for pygtk.
 ==> Applying patch download/gtkunixprint.override.patch
patching file gtk/gtkunixprint.override
        [patch] complete for pygtk.
        [fixup] complete for pygtk.
 ==> Building sandbox/platform/gtk+ as a dependency
make: Entering an unknown directory
make: *** ../../sandbox/platform/gtk+: No such file or directory.  Stop.
make: Leaving an unknown directory
make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] Error 2
make[2]: Leaving directory `/home/garnome/garnome/garnome-cvs/bindings/pygtk'
make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2
make[1]: Leaving directory `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet'
make: *** [paranoid-install] Error 2

------=_Part_15015_19405876.1151035411724-- From jorgpitts@gmail.com Fri Jun 23 00:11:49 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 871043B050E for ; Fri, 23 Jun 2006 00:11:49 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12349-03 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.202]) by menubar.gnome.org (Postfix) with ESMTP id 91C273B02F8 for ; Fri, 23 Jun 2006 00:11:48 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id s12so428816wxc for ; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.26.1 with SMTP id 1mr3623310wxz; Thu, 22 Jun 2006 21:11:48 -0700 (PDT) Received: by 10.70.38.9 with HTTP; Thu, 22 Jun 2006 21:11:47 -0700 (PDT) Message-ID: <30e9b1510606222111g75bd7a4fodc8fc8d7b4d2e260@mail.gmail.com> Date: Thu, 22 Jun 2006 23:11:47 -0500 From: "Jorg Pitts" To: garnome-list@gnome.org Subject: pygtk failure because of depend missing.. depends update for DEPS-LIST MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15075_33183865.1151035907972" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.313 tagged_above=-999 required=2 tests=[AWL=0.337, BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -1.313 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 04:11:49 -0000 ------=_Part_15075_33183865.1151035907972 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg ------=_Part_15075_33183865.1151035907972 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
------=_Part_15075_33183865.1151035907972-- From schollsky@arcor.de Fri Jun 23 03:57:28 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 99CA63B041F for ; Fri, 23 Jun 2006 03:57:28 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24965-05 for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by menubar.gnome.org (Postfix) with ESMTP id 7EBD33B00EC for ; Fri, 23 Jun 2006 03:57:27 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 693E7EEB38 for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 529FC279D0A for ; Fri, 23 Jun 2006 09:57:26 +0200 (CEST) Received: from webmail-07.arcor-online.net (webmail07.arcor-online.net [151.189.8.88]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id CC51717CF80 for ; Fri, 23 Jun 2006 09:57:25 +0200 (CEST) Message-ID: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Date: Fri, 23 Jun 2006 09:57:25 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1150997203.8147.64.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.159.30 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.523 tagged_above=-999 required=2 tests=[AWL=0.116, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.523 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 07:57:28 -0000 Hi Guenther, you wrote: > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > variable points to the original location, where that tarball is to be > expected. Well, to be expected... used to live. Until "someone" removed > it again. Just as they did with the last tarball. > > > As a quick workaround, I just put the iso-codes tarballs on my personal > space on f.g.o for your download pleasure. Just grab the tarball you > need and drop it into the bootstrap/iso-codes/download/ dir. > > http://gnome.org/~kbrae/garnome/ Thx for your support! Regarding the storage/download system of GARNOME, I think I've understood it already, since it's always telling what it does when work begins with every package. The iso-codes problem is not new, but until now there was laying around a working archive for local installation somewhere. I wonder if it's possible to find out the reason why the packages sometimes vanishes from f.g.o.?!? Strange thing I also found is that the tarball of the new 51.1-1 for isocodes has no "./configure" (but is stated in the docs/package). Otherwise I've had used that one... Kind regards, Stefan From joseph_sacco@comcast.net Fri Jun 23 08:04:14 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A82E73B08D0 for ; Fri, 23 Jun 2006 08:04:14 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08884-05 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id 142D83B0852 for ; Fri, 23 Jun 2006 08:04:12 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060623120410m15004kkuoe>; Fri, 23 Jun 2006 12:04:10 +0000 Subject: Re: pygtk 2.9.2 failure.. From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> References: <30e9b1510606222103x3974013bq9ba990af5b3e911e@mail.gmail.com> Content-Type: text/plain Date: Fri, 23 Jun 2006 08:04:09 -0400 Message-Id: <1151064249.2839.1.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 (2.7.3-2) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.647 tagged_above=-999 required=2 tests=[AWL=-1.357, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: -0.647 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 12:04:14 -0000 Fixed in CVS. -Joseph ================================================================= On Thu, 2006-06-22 at 23:03 -0500, Jorg Pitts wrote: > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > ==> Grabbing download/gtkunixprint.override.patch > ==> Trying file//files/gtkunixprint.override.patch > make[3]: Entering directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[3]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > [fetch] complete for pygtk. > ==> Running checksum on pygtk-2.9.2.tar.bz2 > 2625ddd1aba04869eb2f9e4d4cc5552b download/pygtk- 2.9.2.tar.bz2 > file pygtk-2.9.2.tar.bz2 passes checksum test! > ==> Running checksum on gtkunixprint.override.patch > fc1cd230e5d69428a37f72a2122a0837 download/gtkunixprint.override.patch > file gtkunixprint.override.patch passes checksum test! > [checksum] complete for pygtk. > install -d work/main.d > ==> Extracting download/pygtk-2.9.2.tar.bz2 > [extract] complete for pygtk. > ==> Applying patch download/gtkunixprint.override.patch > patching file gtk/gtkunixprint.override > [patch] complete for pygtk. > [fixup] complete for pygtk. > ==> Building sandbox/platform/gtk+ as a dependency > make: Entering an unknown directory > make: *** ../../sandbox/platform/gtk+: No such file or directory. > Stop. > make: Leaving an unknown directory > make[2]: *** [../../sandbox/platform/gtk+/cookies/main.d/install] > Error 2 > make[2]: Leaving directory > `/home/garnome/garnome/garnome-cvs/bindings/pygtk' > make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 > make[1]: Leaving directory > `/home/garnome/garnome/garnome-cvs/desktop/deskbar-applet' > make: *** [paranoid-install] Error 2 > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Fri Jun 23 09:10:06 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A4B83B08E6 for ; Fri, 23 Jun 2006 09:10:06 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12727-08 for ; Fri, 23 Jun 2006 09:10:02 -0400 (EDT) Received: from rudersport.de (rudersport.de [192.220.91.203]) by menubar.gnome.org (Postfix) with ESMTP id 6759B3B08E0 for ; Fri, 23 Jun 2006 09:10:01 -0400 (EDT) Received: from [10.0.0.2] (IP-213157027003.dialin.heagmedianet.de [213.157.27.3]) by rudersport.de (8.12.11.20060614) id k5ND9wUx010753; Fri, 23 Jun 2006 07:09:59 -0600 (MDT) Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> Content-Type: text/plain Date: Fri, 23 Jun 2006 15:09:58 +0200 Message-Id: <1151068198.8763.16.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.105 tagged_above=-999 required=2 tests=[AWL=-1.386, BAYES_00=-2.599, RCVD_IN_NJABL_PROXY=0.721, RCVD_IN_SORBS_SOCKS=2.159] X-Spam-Score: -1.105 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:10:06 -0000 > > Have a look at the Makefile for bootstrap/iso-codes. The MASTER_SITES > > variable points to the original location, where that tarball is to be > > expected. Well, to be expected... used to live. Until "someone" removed > > it again. Just as they did with the last tarball. > > > > > > As a quick workaround, I just put the iso-codes tarballs on my personal > > space on f.g.o for your download pleasure. Just grab the tarball you > > need and drop it into the bootstrap/iso-codes/download/ dir. > > > > http://gnome.org/~kbrae/garnome/ > > Thx for your support! Sure, you're welcome. :) > I wonder if it's possible to find out the reason why the packages > sometimes vanishes from f.g.o.?!? [...] No, wait -- *no* package vanishes from f.g.o. In fact, that is our most reliable source, and we'd prefer to have *all* tarballs uploaded there. ;) The iso-codes tarballs vanished from the debian ftp server, which is the master source for iso-codes. And no, we do not have any clue why anyone ever would possibly remove the previous version, when releasing a new tarball... ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From made0120@planet.nl Fri Jun 23 09:30:09 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0CEFF3B01C7 for ; Fri, 23 Jun 2006 09:30:09 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13838-04 for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from psmtp02.wxs.nl (psmtp02.wxs.nl [195.121.247.11]) by menubar.gnome.org (Postfix) with ESMTP id 9AADE3B07EA for ; Fri, 23 Jun 2006 09:30:07 -0400 (EDT) Received: from po10 ([10.94.53.251]) by psmtp02.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTP id <0J1B00EOCEU5DS@psmtp02.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from planet.nl ([127.0.0.1]) by po10.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jun 24 2005)) with ESMTP id <0J1B00LTIEU5QT@po10.wxs.nl> for garnome-list@gnome.org; Fri, 23 Jun 2006 15:30:05 +0200 (MEST) Received: from [10.94.71.40] (Forwarded-For: [198.176.190.201]) by po10.wxs.nl (mshttpd); Fri, 23 Jun 2006 15:30:05 +0200 Date: Fri, 23 Jun 2006 15:30:05 +0200 From: svdmade@planet.nl Subject: Re: pygtk failure because of depend missing.. depends update for DEPS-LIST To: Jorg Pitts Message-id: <8dba0838db923d.8db923d8dba083@planet.nl> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 2.02 (built Oct 21 2004) Content-type: multipart/mixed; boundary="Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)" Content-language: en X-Accept-Language: en Priority: normal X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.759 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, HTML_00_10=0.795, HTML_MESSAGE=0.001, NO_REAL_NAME=0.961, TW_GT=0.077, TW_YG=0.077] X-Spam-Score: 0.759 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: svdmade@planet.nl List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 13:30:09 -0000 This is a multi-part message in MIME format. --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline And for non debian users you will need pycairo-1.1.6 to compile the package which rescued my build :-D The software can be found on this location http://cairographics.org/pycairo Cheers, Stef --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) Content-type: multipart/alternative; boundary="Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)" --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT Content-disposition: inline cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome- 2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0-I/opt/garnome- 2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c -fPIC -DPIC -o .libs/_gtk_la- gtkmodule.o gtkmodule.c:33:22: error: pycairo.h: No such file or directory gtkmodule.c:34: error: syntax error before '*' token gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI' gtkmodule.c:34: warning: data definition has no type or storage class gtkmodule.c: In function 'init_pycairo': gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function) gtkmodule.c:201: error: (Each undeclared identifier is reported only once gtkmodule.c:201: error: for each function it appears in.) it seems pygtk 2.9.2 needs python-cairo-dev to compile after installing python-cairo-dev need to make clean in pygtk of course.. Jorg --Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ) Content-type: text/html; charset=ISO-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/opt/garnome-2.15.x/include/pygtk-2.0 -I/opt/garnome-2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/gtk-2.0 -I/opt/garnome-2.15.x/lib/gtk-2.0/include -I/opt/garnome-2.15.x/include/atk-1.0 -I/opt/garnome-2.15.x/include/cairo -I/opt/garnome-2.15.x/include/pango-1.0 -I/opt/garnome-2.15.x/include -I/opt/garnome- 2.15.x/include/glib-2.0 -I/opt/garnome-2.15.x/lib/glib-2.0/include -g -I/opt/garnome-2.15.x/include -L/opt/garnome-2.15.x/lib -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la- gtkmodule.Tpo -c gtkmodule.c  -fPIC -DPIC -o .libs/_gtk_la-gtkmodule.o
gtkmodule.c:33:22: error: pycairo.h: No such file or directory
gtkmodule.c:34: error: syntax error before '*' token
gtkmodule.c:34: warning: type defaults to 'int' in declaration of 'Pycairo_CAPI'
gtkmodule.c:34: warning: data definition has no type or storage class
gtkmodule.c: In function 'init_pycairo':
gtkmodule.c:201: error: 'Pycairo_IMPORT' undeclared (first use in this function)
gtkmodule.c:201: error: (Each undeclared identifier is reported only once
gtkmodule.c:201: error: for each function it appears in.)


it seems pygtk 2.9.2 needs python-cairo-dev to compile

after installing python-cairo-dev need to make clean in pygtk of course..

Jorg
--Boundary_(ID_1N98UdJIryLn4kb0NIXZHQ)-- --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline -- garnome-list mailing list garnome-list@gnome.org http://mail.gnome.org/mailman/listinfo/garnome-list --Boundary_(ID_mcub6OnFTCbwcMisHl0d1Q)-- From schollsky@arcor.de Fri Jun 23 12:16:19 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A196C3B0959 for ; Fri, 23 Jun 2006 12:16:19 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23568-01 for ; Fri, 23 Jun 2006 12:16:17 -0400 (EDT) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by menubar.gnome.org (Postfix) with ESMTP id EFF0F3B08E2 for ; Fri, 23 Jun 2006 12:16:16 -0400 (EDT) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 1DFE71FF24D for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 0F63927A004 for ; Fri, 23 Jun 2006 18:16:15 +0200 (CEST) Received: from webmail12 (webmail12.arcor-online.net [151.189.8.64]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id F001DEF3B6 for ; Fri, 23 Jun 2006 18:16:14 +0200 (CEST) Message-ID: <18606865.1151079374974.JavaMail.ngmail@webmail12> Date: Fri, 23 Jun 2006 18:16:14 +0200 (CEST) From: schollsky@arcor.de To: garnome-list@gnome.org Subject: Aw: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) In-Reply-To: <1151068198.8763.16.camel@monkey.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1151068198.8763.16.camel@monkey.loc> <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.62.190.62 X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.538 tagged_above=-999 required=2 tests=[AWL=0.101, BAYES_00=-2.599, NO_REAL_NAME=0.961, SPF_PASS=-0.001] X-Spam-Score: -1.538 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 16:16:19 -0000 Hi Guenther, you wrote: > No, wait -- *no* package vanishes from f.g.o. In fact, that is our most > reliable source, and we'd prefer to have *all* tarballs uploaded > there. ;) > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Yes, it's amazing and also annoying. The package is in the google-cache everywhere , but not on servers. So maybe it's possible to mirror at least the last two versions of the iso-codes on f.g.o? It could help to maintain some fallback mechanism. (Just some thought). Kind regards, Stefan From svdmade@planet.nl Sun Jun 25 12:08:33 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B768C3B00D9 for ; Sun, 25 Jun 2006 12:08:33 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20458-06 for ; Sun, 25 Jun 2006 12:08:31 -0400 (EDT) Received: from made0120.speed.planet.nl (ip56572f48.direct-adsl.nl [86.87.47.72]) by menubar.gnome.org (Postfix) with ESMTP id 91C4D3B008C for ; Sun, 25 Jun 2006 12:08:30 -0400 (EDT) Received: from [192.168.2.10] ([192.168.2.10]) by made0120.speed.planet.nl (8.13.6/8.13.6) with ESMTP id k5PG82UN002315 for ; Sun, 25 Jun 2006 18:08:02 +0200 Message-ID: <449EB4E2.6030402@planet.nl> Date: Sun, 25 Jun 2006 18:08:02 +0200 From: Stef van der Made User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050628 MIME-Version: 1.0 To: garnome-list Subject: Issues with building gnome-vfs-2.15.2 Content-Type: multipart/mixed; boundary="------------070003000707020800070600" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.458 tagged_above=-999 required=2 tests=[AWL=-0.672, BAYES_00=-2.599, DNS_FROM_RFC_WHOIS=1.447, FORGED_RCVD_HELO=0.135, TW_PW=0.077, TW_TP=0.077, TW_WU=0.077] X-Spam-Score: -1.458 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 16:08:33 -0000 This is a multi-part message in MIME format. --------------070003000707020800070600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, On building the latest snapshots of garnome I needed to apply the patch as found in this bug http://bugzilla.gnome.org/show_bug.cgi?id=344491 . I've attached the patch for your convenience. After applying the patch gnome-vfs once more compiles to completion. Kindest regards, Stef --------------070003000707020800070600 Content-Type: text/plain; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch" Index: configure.in =================================================================== RCS file: /cvs/gnome/gnome-vfs/configure.in,v retrieving revision 1.428 diff -u -r1.428 configure.in --- configure.in 8 Jun 2006 14:02:39 -0000 1.428 +++ configure.in 11 Jun 2006 13:09:05 -0000 @@ -1089,12 +1089,54 @@ gvfs_cv_HAVE_POSIX_ACLS=yes, gvfs_cv_HAVE_POSIX_ACLS=no) LIBS=$acl_LIBS]) +AC_CHECK_HEADERS([pwd.h grp.h]) + +if test "$ac_cv_header_pwd_h" = "yes"; then + AC_CACHE_CHECK([for posix getpwuid_r], + ac_cv_func_posix_getpwuid_r, + [AC_TRY_RUN([ +#include +#include +int main () { +char buffer[10000]; +struct passwd pwd, *pwptr = &pwd; +int error; +errno = 0; +error = getpwuid_r (0, &pwd, buffer, + sizeof (buffer), &pwptr); +return (error < 0 && errno == ENOSYS) + || error == ENOSYS; +} ], + [ac_cv_func_posix_getpwuid_r=yes], + [ac_cv_func_posix_getpwuid_r=no])]) + dnl GLIB_ASSERT_SET(ac_cv_func_posix_getpwuid_r) + if test "$ac_cv_func_posix_getpwuid_r" = yes; then + AC_DEFINE(HAVE_POSIX_GETPWUID_R,1, + [Have POSIX function getpwuid_r]) + else + AC_CACHE_CHECK([for nonposix getpwuid_r], + ac_cv_func_nonposix_getpwuid_r, + [AC_TRY_LINK([#include ], + [char buffer[10000]; + struct passwd pwd; + getpwuid_r (0, &pwd, buffer, + sizeof (buffer));], + [ac_cv_func_nonposix_getpwuid_r=yes], + [ac_cv_func_nonposix_getpwuid_r=no])]) + dnl GLIB_ASSERT_SET(ac_cv_func_nonposix_getpwuid_r) + if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then + AC_DEFINE(HAVE_NONPOSIX_GETPWUID_R,1, + [Have non-POSIX function getpwuid_r]) + fi + fi +fi + + if test x"$gvfs_cv_HAVE_SOLARIS_ACLS" = x"yes" ; then have_solaris_acl_support=yes acl_backends="solaris" AC_DEFINE(HAVE_SOLARIS_ACL,1,[Have Solaris ACLs]) - AC_CHECK_HEADERS([pwd.h grp.h]) fi if test x"$gvfs_cv_HAVE_POSIX_ACLS" = x"yes" ; then @@ -1104,48 +1146,6 @@ AC_DEFINE(HAVE_POSIX_ACL,1,[Have POSIX ACLs]) AC_CHECK_FUNCS(acl_extended_file) - AC_CHECK_HEADERS([pwd.h]) - if test "$ac_cv_header_pwd_h" = "yes"; then - AC_CACHE_CHECK([for posix getpwuid_r], - ac_cv_func_posix_getpwuid_r, - [AC_TRY_RUN([ -#include -#include -int main () { - char buffer[10000]; - struct passwd pwd, *pwptr = &pwd; - int error; - errno = 0; - error = getpwuid_r (0, &pwd, buffer, - sizeof (buffer), &pwptr); - return (error < 0 && errno == ENOSYS) - || error == ENOSYS; -} ], - [ac_cv_func_posix_getpwuid_r=yes], - [ac_cv_func_posix_getpwuid_r=no])]) - dnl GLIB_ASSERT_SET(ac_cv_func_posix_getpwuid_r) - if test "$ac_cv_func_posix_getpwuid_r" = yes; then - AC_DEFINE(HAVE_POSIX_GETPWUID_R,1, - [Have POSIX function getpwuid_r]) - else - AC_CACHE_CHECK([for nonposix getpwuid_r], - ac_cv_func_nonposix_getpwuid_r, - [AC_TRY_LINK([#include ], - [char buffer[10000]; - struct passwd pwd; - getpwuid_r (0, &pwd, buffer, - sizeof (buffer));], - [ac_cv_func_nonposix_getpwuid_r=yes], - [ac_cv_func_nonposix_getpwuid_r=no])]) - dnl GLIB_ASSERT_SET(ac_cv_func_nonposix_getpwuid_r) - if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then - AC_DEFINE(HAVE_NONPOSIX_GETPWUID_R,1, - [Have non-POSIX function getpwuid_r]) - fi - fi - fi - - AC_CHECK_HEADERS([grp.h]) AC_CHECK_FUNCS(getgrgid_r) AC_CHECK_FUNCS(getgrnam_r) @@ -1154,8 +1154,8 @@ fi AC_SUBST(ACL_LIBS) -AM_CONDITIONAL(HAVE_POSIX_ACL, test $have_posix_acl_support = yes) -AM_CONDITIONAL(HAVE_SOLARIS_ACL, test $have_solaris_acl_support = yes) +AM_CONDITIONAL(HAVE_POSIX_ACL, test x"$have_posix_acl_support" = "xyes") +AM_CONDITIONAL(HAVE_SOLARIS_ACL, test x"$have_solaris_acl_support" = "xyes") dnl ===================== dnl File system monitors Index: modules/file-method-acl.c =================================================================== RCS file: /cvs/gnome/gnome-vfs/modules/file-method-acl.c,v retrieving revision 1.2 diff -u -r1.2 file-method-acl.c --- modules/file-method-acl.c 8 Jun 2006 13:30:56 -0000 1.2 +++ modules/file-method-acl.c 11 Jun 2006 13:09:06 -0000 @@ -60,6 +60,7 @@ #define CMD_PERM_COND_EXECUTE 8 +#if defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) static char * uid_to_string (uid_t uid) { @@ -209,6 +210,7 @@ return group->gr_gid; } +#endif /* defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) */ /* ************************************************************************** */ @@ -691,6 +693,7 @@ /* ************************************************************************** */ /* Common */ +#if defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) static GnomeVFSResult aclerrno_to_vfserror (int acl_errno) { @@ -716,6 +719,7 @@ return GNOME_VFS_ERROR_GENERIC; } +#endif /* defined (HAVE_POSIX_ACL) || defined (HAVE_SOLARIS_ACL) */ GnomeVFSResult file_get_acl (const char *path, --------------070003000707020800070600-- From pd@cipherfunk.org Sun Jun 25 21:35:35 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2FAD93B0150 for ; Sun, 25 Jun 2006 21:35:35 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14225-02 for ; Sun, 25 Jun 2006 21:35:34 -0400 (EDT) Received: from katrina.asdf456.com (katrina.asdf456.com [64.235.41.3]) by menubar.gnome.org (Postfix) with SMTP id BE55E3B006F for ; Sun, 25 Jun 2006 21:35:33 -0400 (EDT) Received: (qmail 4589 invoked by uid 0); 26 Jun 2006 01:24:05 -0000 Received: from unknown (HELO funkeymonkey.dhcp.internal.ridge.com.au) (150.101.222.10) by katrina.asdf456.com with SMTP; Sun, 25 Jun 2006 18:24:05 -0700 Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: Paul Drain To: guenther In-Reply-To: <1151068198.8763.16.camel@monkey.loc> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> <1151068198.8763.16.camel@monkey.loc> Content-Type: text/plain Date: Mon, 26 Jun 2006 11:35:59 +1000 Message-Id: <1151285760.23468.341.camel@funkeymonkey> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.222 tagged_above=-999 required=2 tests=[AWL=0.377, BAYES_00=-2.599] X-Spam-Score: -2.222 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: pd@cipherfunk.org List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 01:35:35 -0000 > > The iso-codes tarballs vanished from the debian ftp server, which is the > master source for iso-codes. And no, we do not have any clue why anyone > ever would possibly remove the previous version, when releasing a new > tarball... Unfortunately, the removal of the 'last-uploaded' version seems common practise for the Debian and Ubuntu distributions -- aside from the sourceforge non-reliability issues, it was the number one reason I used to host certain tarballs myself. I'd hazard a guess there'd be plenty of opportunities to rectify this annoying practise at GUADEC though :) Paul From jorgpitts@gmail.com Mon Jun 26 11:07:30 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A8D923B0124 for ; Mon, 26 Jun 2006 11:07:30 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26659-10 for ; Mon, 26 Jun 2006 11:07:28 -0400 (EDT) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.200]) by menubar.gnome.org (Postfix) with ESMTP id AE4903B047F for ; Mon, 26 Jun 2006 11:07:27 -0400 (EDT) Received: by wx-out-0102.google.com with SMTP id t5so523851wxc for ; Mon, 26 Jun 2006 08:07:27 -0700 (PDT) Received: by 10.70.32.20 with SMTP id f20mr8410729wxf; Mon, 26 Jun 2006 08:07:26 -0700 (PDT) Received: from ?192.168.0.44? ( [70.234.100.117]) by mx.gmail.com with ESMTP id h37sm5501859wxd.2006.06.26.08.07.25; Mon, 26 Jun 2006 08:07:25 -0700 (PDT) Subject: a couple of things I found while building 2.15.3 From: Jorg Pitts To: garnome-list Content-Type: text/plain Date: Mon, 26 Jun 2006 10:07:18 -0500 Message-Id: <1151334438.5719.15.camel@spock.enterprise.org> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.4 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2, SPF_PASS=-0.001] X-Spam-Score: -2.4 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:07:30 -0000 My distro. Ubuntu Dapper 6.06 LTS release. gcc - gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) glibc - 2.3.6-0ubuntu20 Here is a few things I found while building desktop and some other various things in garnome cvs head. 1) mono/evolution-sharp fails because does not understand evolution 2.8 the configure searches for ESHELL2.2, ESHELL2.4, ESHELL2.6. Because evolution-sharp is a depend of beagle, you can not install beagle. checking for orbit2-config... /opt/garnome-2.15.3/bin/orbit2-config checking for ORBit - version >= 2.9.8... yes checking for orbit-idl-2... /opt/garnome-2.15.3/bin/orbit-idl-2 checking for CORBA include paths... -I /opt/garnome-2.15.3/share/idl/bonobo-2.0 -I /opt/garnome-2.15.3/share/idl/bonobo-activation-2.0 -I /opt/garnome-2.15.3/share/idl/evolution-data-server-1.2 checking for ESHELL22... checking for ESHELL24... checking for ESHELL26... configure: error: You need to install evolution-shell make[1]: *** [configure-work/main.d/evolution-sharp-0.11.1/configure] Error 1 make[1]: Leaving directory `/home/garnome/garnome/fresh/garnome-cvs/mono/evolution-sharp' make: *** [../../mono/evolution-sharp/cookies/main.d/install] Error 2 2) glib-java fails to build for me. What am I missing here? make[2]: Entering directory `/home/garnome/garnome/fresh/garnome-cvs/bindings/glib-java/work/main.d/glib-java-0.2.5' make all-am make[3]: Entering directory `/home/garnome/garnome/fresh/garnome-cvs/bindings/glib-java/work/main.d/glib-java-0.2.5' depbase=`echo src/jni/jg_jnu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME= \"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"glib-java\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/opt/garnome-2.15.3/include -I/opt/garnome-2.15.3/include/glib-2.0 -I/opt/garnome-2.15.3/lib/glib-2.0/include -Isrc/jni -g -I/opt/garnome-2.15.3/include -L/opt/garnome-2.15.3/lib -O2 -pipe -MT src/jni/jg_jnu.lo -MD -MP -MF "$depbase.Tpo" -c -o src/jni/jg_jnu.lo src/jni/jg_jnu.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"glib-java\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/opt/garnome-2.15.3/include -I/opt/garnome-2.15.3/include/glib-2.0 -I/opt/garnome-2.15.3/lib/glib-2.0/include -Isrc/jni -g -I/opt/garnome-2.15.3/include -L/opt/garnome-2.15.3/lib -O2 -pipe -MT src/jni/jg_jnu.lo -MD -MP -MF src/jni/.deps/jg_jnu.Tpo -c src/jni/jg_jnu.c -fPIC -DPIC -o src/jni/.libs/jg_jnu.o In file included from src/jni/jg_jnu.c:6: src/jni/jg_jnu.h:8:17: error: jni.h: No such file or directory In file included from src/jni/jg_jnu.c:6: src/jni/jg_jnu.h:16: error: syntax error before '*' token src/jni/jg_jnu.h:16: error: syntax error before '*' token src/jni/jg_jnu.h:16: error: 'jobject' declared as function returning a function src/jni/jg_jnu.h:23: error: syntax error before '*' token 3) rhythmbox will not configure with the config args: CONFIGURE_ARGS += --enable-ipod-writing --enable-tag-writing checking for RB_CLIENT... yes checking for RHYTHMBOX... yes checking for TOTEM_PLPARSER... yes checking for HAL... yes checking for IPOD... checking for GSTREAMER_0_8... checking for GSTREAMER_0_10... yes configure: WARNING: Tag writing support is experimental, and may corrupt files, use at your own risk checking for GNOME_MEDIA_PROFILES... yes configure: error: iPod write support explicitly requested but iPod support is disabled. make: *** [configure-work/main.d/rhythmbox-0.9.5/configure] Error 1 removing those and rhythmbox compiles fine. Jorg From guenther@rudersport.de Mon Jun 26 11:10:52 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 68C393B0124 for ; Mon, 26 Jun 2006 11:10:52 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27065-07 for ; Mon, 26 Jun 2006 11:10:51 -0400 (EDT) Received: from mail.medianet-world.de (mail.medianet-world.de [213.157.0.167]) by menubar.gnome.org (Postfix) with SMTP id 418943B04CA for ; Mon, 26 Jun 2006 11:10:50 -0400 (EDT) Received: (qmail 15699 invoked by uid 1011); 26 Jun 2006 15:10:25 -0000 Received: from guenther@rudersport.de by mail1 by uid 1003 with qmail-scanner-1.22 (ExcuBAtor: 1.0.2. Clear:RC:1(213.157.9.128):SA:0(0.0/5.0):. Processed in 0.437339 secs); 26 Jun 2006 15:10:25 -0000 Received: from unknown (HELO ?10.0.0.2?) (213.157.9.128) by mail.medianet-world.de with SMTP; 26 Jun 2006 15:10:25 -0000 Subject: Re: Aw: iso-codes yet again (was: Re: Aw: [ANNOUNCE] GARNOME 2.15.3) From: guenther To: garnome-list@gnome.org In-Reply-To: <1151285760.23468.341.camel@funkeymonkey> References: <1150997203.8147.64.camel@monkey.loc> <1150405543.8323.15.camel@monkey.loc> <19088738.1150977776336.JavaMail.ngmail@webmail-07.arcor-online.net> <27141775.1151049445826.JavaMail.ngmail@webmail-07.arcor-online.net> <1151068198.8763.16.camel@monkey.loc> <1151285760.23468.341.camel@funkeymonkey> Content-Type: text/plain Date: Mon, 26 Jun 2006 17:10:23 +0200 Message-Id: <1151334623.8477.4.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.54 tagged_above=-999 required=2 tests=[AWL=0.059, BAYES_00=-2.599] X-Spam-Score: -2.54 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:10:52 -0000 On Mon, 2006-06-26 at 11:35 +1000, Paul Drain wrote: > > > > The iso-codes tarballs vanished from the debian ftp server, which is the > > master source for iso-codes. And no, we do not have any clue why anyone > > ever would possibly remove the previous version, when releasing a new > > tarball... > > Unfortunately, the removal of the 'last-uploaded' version seems common > practise for the Debian and Ubuntu distributions -- aside from the > sourceforge non-reliability issues, it was the number one reason I used > to host certain tarballs myself. > > I'd hazard a guess there'd be plenty of opportunities to rectify this > annoying practise at GUADEC though :) I'll make sure this topic comes up while talking to some particular folks... Greetings from GUADEC, everybody! :-) ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} From morris.walton@gmail.com Sun Jun 25 17:46:51 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 67F323B00E9 for ; Sun, 25 Jun 2006 17:46:51 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03985-05 for ; Sun, 25 Jun 2006 17:46:45 -0400 (EDT) Received: from ms-smtp-03.southeast.rr.com (unknown [24.25.9.102]) by menubar.gnome.org (Postfix) with ESMTP id 51D5E3B0152 for ; Sun, 25 Jun 2006 17:46:45 -0400 (EDT) Received: from [192.168.1.10] (cpe-065-190-190-000.nc.res.rr.com [65.190.190.0]) by ms-smtp-03.southeast.rr.com (8.13.6/8.13.6) with ESMTP id k5PLkXM7006365 for ; Sun, 25 Jun 2006 17:46:34 -0400 (EDT) Message-ID: <449F0428.1050605@gmail.com> Date: Sun, 25 Jun 2006 17:46:16 -0400 From: Morris Walton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: garnome-list@gnome.org Subject: bug-buddy unicode compile error 2.14.2.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.53 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, SPF_NEUTRAL=1.069] X-Spam-Score: -1.53 X-Spam-Level: X-Mailman-Approved-At: Mon, 26 Jun 2006 11:16:33 -0400 X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 21:46:51 -0000 Whew, I am working my way through the garnome build, and I've hit this bug-buddy problem: [===== NOW BUILDING: bug-buddy-2.14.0 =====] [fetch] complete for bug-buddy. [checksum] complete for bug-buddy. [extract] complete for bug-buddy. [patch] complete for bug-buddy. [fixup] complete for bug-buddy. [configure] complete for bug-buddy. ==> Running make in work/main.d/bug-buddy-2.14.0 make[2]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make all-recursive make[3]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' Making all in po make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' Making all in pixmaps make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' Making all in src make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' Making all in bugzilla make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' Making all in gnome make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' Making all in ximian make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' make[5]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' Making all in docs make[4]: Entering directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' if ! test -d es/; then mkdir es/; fi case "." in /*) sd=".";; *) sd="../.";; esac; \ if [ -f "C/bug-buddy.xml" ]; then d="../"; else d="$sd/"; fi; \ (cd es/ && \ `which xml2po` -e -p \ "${d}es/es.po" \ "${d}C/bug-buddy.xml" > bug-buddy.xml.tmp && \ cp bug-buddy.xml.tmp bug-buddy.xml && rm -f bug-buddy.xml.tmp) Traceback (most recent call last): File "/home/mwalton/garnome/bin/xml2po", line 724, in ? doSerialize(doc) File "/home/mwalton/garnome/bin/xml2po", line 482, in doSerialize outtxt += doSerialize(child) File "/home/mwalton/garnome/bin/xml2po", line 476, in doSerialize (starttag, content, endtag, translation) = processElementTag(node, repl, 1) File "/home/mwalton/garnome/bin/xml2po", line 399, in processElementTag (starttag, content, endtag, translation) = processElementTag(child, myrepl, 0) File "/home/mwalton/garnome/bin/xml2po", line 395, in processElementTag myrepl.append(processElementTag(child, myrepl, 1)) File "/home/mwalton/garnome/bin/xml2po", line 407, in processElementTag translation = getTranslation(outtxt, isSpacePreserveNode(node)) File "/home/mwalton/garnome/bin/xml2po", line 223, in getTranslation return gt.ugettext(text.decode('utf-8')) File "/usr/lib/python2.2/gettext.py", line 195, in ugettext return unicode(tmsg, self._charset) TypeError: decoding Unicode is not supported make[4]: *** [es/bug-buddy.xml] Error 1 make[4]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' make[1]: *** [build-work/main.d/bug-buddy-2.14.0/Makefile] Error 2 make[1]: Leaving directory `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy' make: *** [paranoid-install] Error 2 [mwalton@columbia desktop]$ I've googled around , w/o any luck. Any advice? Thanks, Morris From joseph_sacco@comcast.net Mon Jun 26 11:57:36 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EECCB3B017D for ; Mon, 26 Jun 2006 11:57:35 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30456-03 for ; Mon, 26 Jun 2006 11:57:32 -0400 (EDT) Received: from rwcrmhc15.comcast.net (unknown [216.148.227.155]) by menubar.gnome.org (Postfix) with ESMTP id C17693B03C6 for ; Mon, 26 Jun 2006 11:57:32 -0400 (EDT) Received: from [192.168.0.1] (c-24-218-44-63.hsd1.ma.comcast.net[24.218.44.63]) by comcast.net (rwcrmhc15) with SMTP id <20060626155731m15004kjske>; Mon, 26 Jun 2006 15:57:31 +0000 Subject: Re: bug-buddy unicode compile error 2.14.2.1 From: "Joseph E. Sacco, Ph.D." To: garnome-list@gnome.org In-Reply-To: <449F0428.1050605@gmail.com> References: <449F0428.1050605@gmail.com> Content-Type: text/plain Date: Mon, 26 Jun 2006 11:57:30 -0400 Message-Id: <1151337450.14595.8.camel@plantain.jesacco.com> Mime-Version: 1.0 X-Mailer: Evolution 2.7.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.725 tagged_above=-999 required=2 tests=[AWL=-1.281, BAYES_00=-2.599, DNS_FROM_RFC_POST=1.708, DNS_FROM_RFC_WHOIS=1.447] X-Spam-Score: -0.725 X-Spam-Level: X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 15:57:36 -0000 Morris, You are running python-2.2, which is too old [take a look at the DEPS-LIST document]. You will need to update to python-2.4.x. If updating the system version of python is not feasible, consider an installation of python-2.4.3 in a "safe" location, for example, /opt/python-2.4.3 After building and installing python-2.4.3, edit gar.conf.mk to use the new version of python. -Joseph ================================================================================ On Sun, 2006-06-25 at 17:46 -0400, Morris Walton wrote: > Whew, > > I am working my way through the garnome build, and I've hit this > bug-buddy problem: > > [===== NOW BUILDING: bug-buddy-2.14.0 =====] > [fetch] complete for bug-buddy. > [checksum] complete for bug-buddy. > [extract] complete for bug-buddy. > [patch] complete for bug-buddy. > [fixup] complete for bug-buddy. > [configure] complete for bug-buddy. > ==> Running make in work/main.d/bug-buddy-2.14.0 > make[2]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make all-recursive > make[3]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > Making all in po > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/po' > Making all in pixmaps > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/pixmaps' > Making all in src > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/src' > Making all in bugzilla > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > Making all in gnome > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/gnome' > Making all in ximian > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla/ximian' > make[5]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > make[5]: Nothing to be done for `all-am'. > make[5]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/bugzilla' > Making all in docs > make[4]: Entering directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' > if ! test -d es/; then mkdir es/; fi > case "." in /*) sd=".";; *) sd="../.";; esac; \ > if [ -f "C/bug-buddy.xml" ]; then d="../"; else d="$sd/"; fi; \ > (cd es/ && \ > `which xml2po` -e -p \ > "${d}es/es.po" \ > "${d}C/bug-buddy.xml" > bug-buddy.xml.tmp && \ > cp bug-buddy.xml.tmp bug-buddy.xml && rm -f bug-buddy.xml.tmp) > Traceback (most recent call last): > File "/home/mwalton/garnome/bin/xml2po", line 724, in ? > doSerialize(doc) > File "/home/mwalton/garnome/bin/xml2po", line 482, in doSerialize > outtxt += doSerialize(child) > File "/home/mwalton/garnome/bin/xml2po", line 476, in doSerialize > (starttag, content, endtag, translation) = processElementTag(node, > repl, 1) > File "/home/mwalton/garnome/bin/xml2po", line 399, in processElementTag > (starttag, content, endtag, translation) = processElementTag(child, > myrepl, 0) > File "/home/mwalton/garnome/bin/xml2po", line 395, in processElementTag > myrepl.append(processElementTag(child, myrepl, 1)) > File "/home/mwalton/garnome/bin/xml2po", line 407, in processElementTag > translation = getTranslation(outtxt, isSpacePreserveNode(node)) > File "/home/mwalton/garnome/bin/xml2po", line 223, in getTranslation > return gt.ugettext(text.decode('utf-8')) > File "/usr/lib/python2.2/gettext.py", line 195, in ugettext > return unicode(tmsg, self._charset) > TypeError: decoding Unicode is not supported > make[4]: *** [es/bug-buddy.xml] Error 1 > make[4]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0/docs' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy/work/main.d/bug-buddy-2.14.0' > make[1]: *** [build-work/main.d/bug-buddy-2.14.0/Makefile] Error 2 > make[1]: Leaving directory > `/home/mwalton/code/pkg/garnome-2.14.2.1/desktop/bug-buddy' > make: *** [paranoid-install] Error 2 > [mwalton@columbia desktop]$ > > > I've googled around , w/o any luck. Any advice? > > Thanks, > > Morris > -- joseph_sacco [at] comcast [dot] net From guenther@rudersport.de Mon Jun 26 12:15:42 2006 Return-Path: X-Original-To: garnome-list@gnome.org Delivered-To: garnome-list@gnome.org Received: from localhost (unknown [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2E1FE3B030E for ; Mon, 26 Jun 2006 12:15:42 -0400 (EDT) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31685-10 for ; Mon, 26 Jun 2006 12:15:41 -0400 (EDT) Received: from mail.medianet-world.de (mail.medianet-world.de [213.157.0.167]) by menubar.gnome.org (Postfix) with SMTP id 445423B03E6 for ; Mon, 26 Jun 2006 12:15:40 -0400 (EDT) Received: (qmail 5742 invoked by uid 1011); 26 Jun 2006 16:15:39 -0000 Received: from guenther@rudersport.de by mail1 by uid 1003 with qmail-scanner-1.22 (ExcuBAtor: 1.0.2. Clear:RC:1(213.157.9.128):SA:0(0.0/5.0):. Processed in 0.435024 secs); 26 Jun 2006 16:15:39 -0000 Received: from unknown (HELO ?10.0.0.2?) (213.157.9.128) by mail.medianet-world.de with SMTP; 26 Jun 2006 16:15:38 -0000 Subject: Re: bug-buddy unicode compile error 2.14.2.1 From: guenther To: Morris Walton In-Reply-To: <449F0428.1050605@gmail.com> References: <449F0428.1050605@gmail.com> Content-Type: text/plain Date: Mon, 26 Jun 2006 18:15:36 +0200 Message-Id: <1151338537.7637.5.camel@monkey.loc> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.54 tagged_above=-999 required=2 tests=[AWL=0.059, BAYES_00=-2.599] X-Spam-Score: -2.54 X-Spam-Level: Cc: garnome-list@gnome.org X-BeenThere: garnome-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: For users and developers of the GARNOME distribution of GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 16:15:42 -0000 I just approved your mail manually, which has been held for moderation. Please subscribe to the mailing list before posting (to keep down my administrative overhead, as well as ensuring you'll get any answers). http://mail.gnome.org/mailman/listinfo/garnome-list Actually I intended to send this message right after your post getting through, but the network is quite wonky here currently. So Joseph has been faster... Unfortunately the list archives seem to be broken again, thus I can't even point you to the archived answer. Already forwarded that reply by Joseph to you. ...guenther -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}