From gt at fallendusk.org Tue Jul 3 01:37:22 2007 From: gt at fallendusk.org (Greg Helton) Date: Tue, 03 Jul 2007 01:37:22 -0400 Subject: [arch-ports] [PPC] porting x86 [extra] packages Message-ID: <4689E092.6080207@fallendusk.org> Hi all, I've built some currently unported x86 [extra] packages to ppc. (openbox, gtkpod, and sonata so far) They seem to work well on my ibook :) I've attached them to this mail, and would be interested in maintaining them. I'm also interested in any other unported x86 packages from [current] or [extra] that aren't i686/x86_64 specific. Is there a list anywhere? If not, I could probably write a quick script to make one. I'm also willing to help with any other aspect of the archppc project. I love arch and half my computers are ppc so... :) I've started porting some community packages as I use them aswell, and one for some extra pmac-utils from Debian that I find useful. (I hate trackpad tapping, heh) These are in my personal repo at http://www.fallendusk.org/repo/kanoppc/ (link to pkgbuild's are on that page) --Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: gtkpod-pkgbuild.tar.bz2 Type: application/octet-stream Size: 840 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: openbox-pkgbuild.tar.bz2 Type: application/octet-stream Size: 999 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sonata-pkgbuild.tar.bz2 Type: application/octet-stream Size: 755 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: From sacarde at tiscali.it Wed Jul 11 11:36:36 2007 From: sacarde at tiscali.it (sacarde) Date: Wed, 11 Jul 2007 17:36:36 +0200 Subject: [arch-ports] error in kchmviewer Message-ID: <200707111736.36956.sacarde@tiscali.it> hi, to read file .chm in archlinux ppc I have: install package: chmlib build from aur kchmviewer but when I open a book I have error: An error occurred while loading ms-its:/home/sacarde/Linux_Annoyances_forGeeks.chm::/0596008015/linuxannoygks-CHP-1.html: Could not start process Unable to create io-slave: klauncher said: Error loading 'kio_msits'. can you help me ? sacarde at tiscali.it From armin at archlinuxppc.org Wed Jul 11 15:13:31 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Wed, 11 Jul 2007 21:13:31 +0200 Subject: [arch-ports] [PPC] error in kchmviewer In-Reply-To: <200707111736.36956.sacarde@tiscali.it> References: <200707111736.36956.sacarde@tiscali.it> Message-ID: <1184181211.18916.5.camel@localhost.localdomain> I can't reproduce this error. You can find my package here: http://www.unet.univie.ac.at/~a0049387/ppc/kchmviewer-3.1-1-ppc.pkg.tar.gz - Armin Am Mittwoch, den 11.07.2007, 17:36 +0200 schrieb sacarde: > hi, > to read file .chm in archlinux ppc I have: > > install package: chmlib > build from aur kchmviewer > > but when I open a book I have error: > > An error occurred while loading > ms-its:/home/sacarde/Linux_Annoyances_forGeeks.chm::/0596008015/linuxannoygks-CHP-1.html: > Could not start process Unable to create io-slave: > klauncher said: Error loading 'kio_msits'. > > > can you help me ? > > > > sacarde at tiscali.it > > _______________________________________________ > arch-ports mailing list > arch-ports at archlinux.org > http://archlinux.org/mailman/listinfo/arch-ports From sacarde at tiscali.it Wed Jul 11 15:46:20 2007 From: sacarde at tiscali.it (sacarde) Date: Wed, 11 Jul 2007 21:46:20 +0200 Subject: [arch-ports] [PPC] error in kchmviewer In-Reply-To: <1184181211.18916.5.camel@localhost.localdomain> References: <200707111736.36956.sacarde@tiscali.it> <1184181211.18916.5.camel@localhost.localdomain> Message-ID: <200707112146.21009.sacarde@tiscali.it> On Wednesday 11 July 2007 21:13:31 you wrote: > I can't reproduce this error. You can find my package here: > http://www.unet.univie.ac.at/~a0049387/ppc/kchmviewer-3.1-1-ppc.pkg.tar.gz your package is good thankyou p.s. which technique do you use to build package in ppc ? From armin at archlinuxppc.org Thu Jul 12 04:54:42 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Thu, 12 Jul 2007 10:54:42 +0200 Subject: [arch-ports] [PPC] error in kchmviewer In-Reply-To: <200707112146.21009.sacarde@tiscali.it> References: <200707111736.36956.sacarde@tiscali.it> <1184181211.18916.5.camel@localhost.localdomain> <200707112146.21009.sacarde@tiscali.it> Message-ID: <1184230482.5154.23.camel@localhost.localdomain> Am Mittwoch, den 11.07.2007, 21:46 +0200 schrieb sacarde: > p.s. > which technique do you use to build package in ppc ? To avoid clashing into dependency problems we do not use the fakeroot procedure, but build packages inside a chroot with a clean install of Archlinux-PPC. You can find scripts to create such an environment here: http://kth5.telekommunisten.net/makeroot/ Since using this kind of setup actually forces you to have a local mirror of the repos it's probably not worth the effort if you don't build packages on a regular basis. When I build packages for my personal use I normally just do it inside fakeroot and/or use aurbuild as a frontend. greetings, - Armin From kth5 at archlinuxppc.org Thu Jul 12 04:57:50 2007 From: kth5 at archlinuxppc.org (Alexander Baldeck) Date: Thu, 12 Jul 2007 10:57:50 +0200 Subject: [arch-ports] [PPC] error in kchmviewer In-Reply-To: <1184230482.5154.23.camel@localhost.localdomain> References: <200707111736.36956.sacarde@tiscali.it> <1184181211.18916.5.camel@localhost.localdomain> <200707112146.21009.sacarde@tiscali.it> <1184230482.5154.23.camel@localhost.localdomain> Message-ID: <4695ED0E.6030301@archlinuxppc.org> Armin Luntzer wrote: > Am Mittwoch, den 11.07.2007, 21:46 +0200 schrieb sacarde: >> p.s. >> which technique do you use to build package in ppc ? > > Since using this kind of setup actually forces you to have a local > mirror of the repos it's probably not worth the effort if you don't > build packages on a regular basis. When I build packages for my personal > use I normally just do it inside fakeroot and/or use aurbuild as a > frontend. > Not necessarily true. You can as well - although that's not recommended - edit the shipped pacman.conf, which is copied to ~/.makeroot/$CARCH on the first run of makeroot to include external servers instead of http://127.0.0.1/current/os/$CARCH. Cheers, -R From homen3 at gmail.com Thu Jul 12 05:23:49 2007 From: homen3 at gmail.com (gianluca mazza) Date: Thu, 12 Jul 2007 11:23:49 +0200 Subject: [arch-ports] New in ArchPPC and some problem Message-ID: <379CE03B-24D4-46E9-BF45-C84E05ECA642@gmail.com> Hi all, I'm new here. I installed Arch in my macmini (G4) using your wiki (great guide), but I'm having some problem to proceed in arch. I'm trying to install X, so I installed: Xorg (and dependencies), xf86-video-ati, xf86-input-keyboard, xf86-input-mouse. I configured X with xorgconfig (I think correctly) but when I try "startx" I've black screen, and monitor does like there is no signal (appears a popup who search for digital or analogic signal). I modified monitor vertical sync like in monitor manual but nothing, X doesn't start. It's not possible to use hwd on ppc to configure it? I think that this is a great project (and arch is a great distro), thanks for your work. From kth5 at archlinuxppc.org Thu Jul 12 05:27:19 2007 From: kth5 at archlinuxppc.org (Alexander Baldeck) Date: Thu, 12 Jul 2007 11:27:19 +0200 Subject: [arch-ports] New in ArchPPC and some problem In-Reply-To: <379CE03B-24D4-46E9-BF45-C84E05ECA642@gmail.com> References: <379CE03B-24D4-46E9-BF45-C84E05ECA642@gmail.com> Message-ID: <4695F3F7.2010508@archlinuxppc.org> gianluca mazza wrote: > Hi all, I'm new here. > I installed Arch in my macmini (G4) using your wiki (great guide), > but I'm having some problem to proceed in arch. > I'm trying to install X, so I installed: Xorg (and dependencies), > xf86-video-ati, xf86-input-keyboard, xf86-input-mouse. I configured X > with xorgconfig (I think correctly) but when I try "startx" I've > black screen, and monitor does like there is no signal (appears a > popup who search for digital or analogic signal). I modified monitor > vertical sync like in monitor manual but nothing, X doesn't start. > It's not possible to use hwd on ppc to configure it? > You should try X -configure instead of xorgconfig. It actually does a little more than just writing out a config. It detects proper BusId settings and such. Cheers, -U From sleepinggiant08 at gmail.com Thu Jul 12 17:24:44 2007 From: sleepinggiant08 at gmail.com (Julian DeFronzo) Date: Thu, 12 Jul 2007 17:24:44 -0400 Subject: [arch-ports] Arch Linux PPC Message-ID: Hello All, I just wanted to share my successes with installing Archlinux PPC. I was able to use the current installer just fine. Xorg works great. I will be able to test next week (my machine is at work). So far everything works fine. Also, if you guys needed more help. I am sure I could build packages and test or whatever. I am relatively new to linux. But I know hoe to build packages and how to test. Thanks and keep up the good work! ~Julian D. -------------- next part -------------- An HTML attachment was scrubbed... URL: From homen3 at gmail.com Thu Jul 12 17:53:20 2007 From: homen3 at gmail.com (gianluca mazza) Date: Thu, 12 Jul 2007 23:53:20 +0200 Subject: [arch-ports] New in ArchPPC and some problem In-Reply-To: <4695F3F7.2010508@archlinuxppc.org> References: <379CE03B-24D4-46E9-BF45-C84E05ECA642@gmail.com> <4695F3F7.2010508@archlinuxppc.org> Message-ID: <5DACC898-5F1A-4A78-B135-6916975685E4@gmail.com> Il giorno 12/lug/07, alle ore 11:27, Alexander Baldeck ha scritto: > gianluca mazza wrote: >> Hi all, I'm new here. >> I installed Arch in my macmini (G4) using your wiki (great guide), >> but I'm having some problem to proceed in arch. >> I'm trying to install X, so I installed: Xorg (and dependencies), >> xf86-video-ati, xf86-input-keyboard, xf86-input-mouse. I configured X >> with xorgconfig (I think correctly) but when I try "startx" I've >> black screen, and monitor does like there is no signal (appears a >> popup who search for digital or analogic signal). I modified monitor >> vertical sync like in monitor manual but nothing, X doesn't start. >> It's not possible to use hwd on ppc to configure it? >> > > You should try X -configure instead of xorgconfig. It actually does a > little more than just writing out a config. It detects proper BusId > settings and such. Ok, I solved the problem. I used a vga/dvi adaptor for the same monitor and X started. Thanks for reply. From sacarde at tiscali.it Fri Jul 13 01:54:35 2007 From: sacarde at tiscali.it (sacarde) Date: Fri, 13 Jul 2007 07:54:35 +0200 Subject: [arch-ports] building gplflash Message-ID: <200707130754.35566.sacarde@tiscali.it> Hi, someone can help me to build gplflash on archppc ? I have problem to dependencies: Dependencies: libjpeg, zlib, madlib and a X-server (and their devel-packages libjpeg OK zlib OK madlib ??? X-server ?? thankyou sacarde at tiscali.it From belanger at ASTRO.UMontreal.CA Fri Jul 13 02:12:35 2007 From: belanger at ASTRO.UMontreal.CA (Eric Belanger) Date: Fri, 13 Jul 2007 02:12:35 -0400 (EDT) Subject: [arch-ports] building gplflash In-Reply-To: <200707130754.35566.sacarde@tiscali.it> References: <200707130754.35566.sacarde@tiscali.it> Message-ID: On Fri, 13 Jul 2007, sacarde wrote: > Hi, > someone can help me to build gplflash on archppc ? > > I have problem to dependencies: > > > Dependencies: libjpeg, zlib, madlib and a X-server (and their > devel-packages > > libjpeg OK > zlib OK > > madlib ??? Maybe they mean libmad. > X-server ?? Probably its common libs that are already installed if X is setup on the machine. If not, the error message you'll get when building will tell you wich one is missing. > > > thankyou > > > sacarde at tiscali.it > > _______________________________________________ > arch-ports mailing list > arch-ports at archlinux.org > http://archlinux.org/mailman/listinfo/arch-ports > > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From armin at archlinuxppc.org Fri Jul 13 02:41:10 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Fri, 13 Jul 2007 08:41:10 +0200 Subject: [arch-ports] building gplflash In-Reply-To: References: <200707130754.35566.sacarde@tiscali.it> Message-ID: <1184308870.5313.8.camel@localhost.localdomain> Am Freitag, den 13.07.2007, 02:12 -0400 schrieb Eric Belanger: > On Fri, 13 Jul 2007, sacarde wrote: > > > Hi, > > someone can help me to build gplflash on archppc ? > > > > I have problem to dependencies: > > > > > > Dependencies: libjpeg, zlib, madlib and a X-server (and their > > devel-packages > > > > libjpeg OK > > zlib OK > > > > madlib ??? > > Maybe they mean libmad. > > > X-server ?? > > Probably its common libs that are already installed if X is setup on the > machine. If not, the error message you'll get when building will tell you > wich one is missing. > You'll find the x-server header files in the xorg-headers package. The development of gplflash has been stopped, therefore I'd recommend to use gnash, which is in the extra-repo. The latest version can even play YouTube. - Armin From sacarde at tiscali.it Fri Jul 13 02:42:00 2007 From: sacarde at tiscali.it (sacarde) Date: Fri, 13 Jul 2007 08:42:00 +0200 Subject: [arch-ports] building gplflash In-Reply-To: References: <200707130754.35566.sacarde@tiscali.it> Message-ID: <200707130842.00264.sacarde@tiscali.it> On Friday 13 July 2007 08:12:35 you wrote: > Maybe they mean libmad. ok is installed > > X-server ?? xorg-server is installed but error in configure is : http://rafb.net/p/g58jKT88.html From sacarde at tiscali.it Fri Jul 13 02:44:40 2007 From: sacarde at tiscali.it (sacarde) Date: Fri, 13 Jul 2007 08:44:40 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184308870.5313.8.camel@localhost.localdomain> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> Message-ID: <200707130844.40084.sacarde@tiscali.it> > You'll find the x-server header files in the xorg-headers package. > > The development of gplflash has been stopped, therefore I'd recommend to > use gnash, which is in the extra-repo. The latest version can even play > YouTube. I already have gnash-0.8.0-2 but I cannot view flash, ... From armin at archlinuxppc.org Fri Jul 13 02:58:41 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Fri, 13 Jul 2007 08:58:41 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <200707130842.00264.sacarde@tiscali.it> References: <200707130754.35566.sacarde@tiscali.it> <200707130842.00264.sacarde@tiscali.it> Message-ID: <1184309921.5313.9.camel@localhost.localdomain> Am Freitag, den 13.07.2007, 08:42 +0200 schrieb sacarde: > On Friday 13 July 2007 08:12:35 you wrote: > > > Maybe they mean libmad. > > ok is installed > > > > X-server ?? > > xorg-server is installed > > but error in configure is : > > http://rafb.net/p/g58jKT88.html installing the xorg-headers package should fix it From homen3 at gmail.com Fri Jul 13 01:03:11 2007 From: homen3 at gmail.com (Gianluca Mazza) Date: Fri, 13 Jul 2007 07:03:11 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184308870.5313.8.camel@localhost.localdomain> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> Message-ID: <1184302992.3206.1.camel@ArchPowePC> Il giorno ven, 13/07/2007 alle 08.41 +0200, Armin Luntzer ha scritto: > Am Freitag, den 13.07.2007, 02:12 -0400 schrieb Eric Belanger: > > On Fri, 13 Jul 2007, sacarde wrote: > > > > > Hi, > > > someone can help me to build gplflash on archppc ? > > > > > > I have problem to dependencies: > > > > > > > > > Dependencies: libjpeg, zlib, madlib and a X-server (and their > > > devel-packages > > > > > > libjpeg OK > > > zlib OK > > > > > > madlib ??? > > > > Maybe they mean libmad. > > > > > X-server ?? > > > > Probably its common libs that are already installed if X is setup on the > > machine. If not, the error message you'll get when building will tell you > > wich one is missing. > > > > You'll find the x-server header files in the xorg-headers package. > > The development of gplflash has been stopped, therefore I'd recommend to > use gnash, which is in the extra-repo. The latest version can even play > YouTube. > > - Armin How can you play youtube's video? they doesn't start. did you used latest gnash on repo? stable or testing? Thanks, Gianluca Mazza From armin at archlinuxppc.org Fri Jul 13 03:04:10 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Fri, 13 Jul 2007 09:04:10 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <200707130844.40084.sacarde@tiscali.it> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> <200707130844.40084.sacarde@tiscali.it> Message-ID: <1184310250.5313.12.camel@localhost.localdomain> Ah, I can see the problem, I'll updated the package asap. Am Freitag, den 13.07.2007, 08:44 +0200 schrieb sacarde: > > You'll find the x-server header files in the xorg-headers package. > > > > The development of gplflash has been stopped, therefore I'd recommend to > > use gnash, which is in the extra-repo. The latest version can even play > > YouTube. > > I already have gnash-0.8.0-2 but I cannot view flash, ... > > > _______________________________________________ > arch-ports mailing list > arch-ports at archlinux.org > http://archlinux.org/mailman/listinfo/arch-ports From sacarde at tiscali.it Fri Jul 13 03:08:17 2007 From: sacarde at tiscali.it (sacarde) Date: Fri, 13 Jul 2007 09:08:17 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184302992.3206.1.camel@ArchPowePC> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> <1184302992.3206.1.camel@ArchPowePC> Message-ID: <200707130908.18001.sacarde@tiscali.it> > How can you play youtube's video? they doesn't start. did you used > latest gnash on repo? stable or testing? I try to play with firefox with gnash 0.8.0-2 I have to do: ln -s /usr/lib/libboost_date_time-mt.so /usr/lib/libboost_date_time-mt.so.1.33.1 ln -s /usr/lib/libboost_thread-mt.so /usr/lib/libboost_thread-mt.so.1.33.1 but is not working From sacarde at tiscali.it Fri Jul 13 03:09:43 2007 From: sacarde at tiscali.it (sacarde) Date: Fri, 13 Jul 2007 09:09:43 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184309921.5313.9.camel@localhost.localdomain> References: <200707130754.35566.sacarde@tiscali.it> <200707130842.00264.sacarde@tiscali.it> <1184309921.5313.9.camel@localhost.localdomain> Message-ID: <200707130909.43507.sacarde@tiscali.it> On Friday 13 July 2007 08:58:41 you wrote: > xorg-headers I have it.... same error configure: error: cannot find X11 development files From armin at archlinuxppc.org Fri Jul 13 03:37:52 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Fri, 13 Jul 2007 09:37:52 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184302992.3206.1.camel@ArchPowePC> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> <1184302992.3206.1.camel@ArchPowePC> Message-ID: <1184312272.5313.17.camel@localhost.localdomain> Am Freitag, den 13.07.2007, 07:03 +0200 schrieb Gianluca Mazza: > How can you play youtube's video? they doesn't start. did you used > latest gnash on repo? stable or testing? > Thanks, Gianluca Mazza > please update to gnash 0.8.0-3 (extra) From armin at archlinuxppc.org Fri Jul 13 03:39:44 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Fri, 13 Jul 2007 09:39:44 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <200707130909.43507.sacarde@tiscali.it> References: <200707130754.35566.sacarde@tiscali.it> <200707130842.00264.sacarde@tiscali.it> <1184309921.5313.9.camel@localhost.localdomain> <200707130909.43507.sacarde@tiscali.it> Message-ID: <1184312384.5313.20.camel@localhost.localdomain> Am Freitag, den 13.07.2007, 09:09 +0200 schrieb sacarde: > On Friday 13 July 2007 08:58:41 you wrote: > > xorg-headers > > I have it.... same error > > configure: error: cannot find X11 development files > You could look into config.log to see what's going on or just try the updated gnash package. -Armin From sacarde at tiscali.it Fri Jul 13 03:42:24 2007 From: sacarde at tiscali.it (sacarde) Date: Fri, 13 Jul 2007 09:42:24 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184312272.5313.17.camel@localhost.localdomain> References: <200707130754.35566.sacarde@tiscali.it> <1184302992.3206.1.camel@ArchPowePC> <1184312272.5313.17.camel@localhost.localdomain> Message-ID: <200707130942.24629.sacarde@tiscali.it> > > please update to gnash 0.8.0-3 (extra) great ...... it works !! thankyou vm From homen3 at gmail.com Fri Jul 13 01:44:00 2007 From: homen3 at gmail.com (gianluca mazza) Date: Fri, 13 Jul 2007 07:44:00 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184312272.5313.17.camel@localhost.localdomain> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> <1184302992.3206.1.camel@ArchPowePC> <1184312272.5313.17.camel@localhost.localdomain> Message-ID: <46971120.20708@gmail.com> Armin Luntzer wrote: > Am Freitag, den 13.07.2007, 07:03 +0200 schrieb Gianluca Mazza: > > >> How can you play youtube's video? they doesn't start. did you used >> latest gnash on repo? stable or testing? >> Thanks, Gianluca Mazza >> >> > > please update to gnash 0.8.0-3 (extra) > It doesn't work for me, i've a gray squared. How do you setup it? I only installed gnash 0.8.0-3. (I'm using firefox) From armin at archlinuxppc.org Fri Jul 13 03:54:38 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Fri, 13 Jul 2007 09:54:38 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <46971120.20708@gmail.com> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> <1184302992.3206.1.camel@ArchPowePC> <1184312272.5313.17.camel@localhost.localdomain> <46971120.20708@gmail.com> Message-ID: <1184313278.5313.28.camel@localhost.localdomain> Am Freitag, den 13.07.2007, 07:44 +0200 schrieb gianluca mazza: > It doesn't work for me, i've a gray squared. How do you setup it? I only > installed gnash 0.8.0-3. (I'm using firefox) It should work by just installing it and restarting firefox. Try to start firefox from a terminal and look at the output for any error messages. From homen3 at gmail.com Fri Jul 13 01:58:15 2007 From: homen3 at gmail.com (gianluca mazza) Date: Fri, 13 Jul 2007 07:58:15 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184313278.5313.28.camel@localhost.localdomain> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> <1184302992.3206.1.camel@ArchPowePC> <1184312272.5313.17.camel@localhost.localdomain> <46971120.20708@gmail.com> <1184313278.5313.28.camel@localhost.localdomain> Message-ID: <46971477.7070703@gmail.com> Armin Luntzer wrote: > Am Freitag, den 13.07.2007, 07:44 +0200 schrieb gianluca mazza: > >> It doesn't work for me, i've a gray squared. How do you setup it? I only >> installed gnash 0.8.0-3. (I'm using firefox) >> > > It should work by just installing it and restarting firefox. Try to > start firefox from a terminal and look at the output for any error > messages. > (gnash:4101): GdkGLExt-WARNING **: Window system doesn't support OpenGL. 4100] 07:56:25: ERROR: Unimplemented: FileAttributes tag in the SWF requests that network access is not granted to this movie (or application?). Anyway Gnash won't care; use white/black listing in your .gnashrc instead From armin at archlinuxppc.org Fri Jul 13 04:27:39 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Fri, 13 Jul 2007 10:27:39 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <46971477.7070703@gmail.com> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> <1184302992.3206.1.camel@ArchPowePC> <1184312272.5313.17.camel@localhost.localdomain> <46971120.20708@gmail.com> <1184313278.5313.28.camel@localhost.localdomain> <46971477.7070703@gmail.com> Message-ID: <1184315259.5313.38.camel@localhost.localdomain> Am Freitag, den 13.07.2007, 07:58 +0200 schrieb gianluca mazza: > (gnash:4101): GdkGLExt-WARNING **: Window system doesn't support OpenGL. > 4100] 07:56:25: ERROR: Unimplemented: FileAttributes tag in the SWF > requests that network access is not granted to this movie (or > application?). Anyway Gnash won't care; use white/black listing in your > .gnashrc instead Looks like you don't have 3D-acceleration configured in your xorg.conf. I've built another package with cairo as rendering engine, but it doesn't work at all (it's still in an experimental state). I'll try to build with Anti-Grain Geometry as renderer later this day, but for now your only chance is to get 3D running. - Armin From homen3 at gmail.com Fri Jul 13 02:29:00 2007 From: homen3 at gmail.com (gianluca mazza) Date: Fri, 13 Jul 2007 08:29:00 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184315259.5313.38.camel@localhost.localdomain> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> <1184302992.3206.1.camel@ArchPowePC> <1184312272.5313.17.camel@localhost.localdomain> <46971120.20708@gmail.com> <1184313278.5313.28.camel@localhost.localdomain> <46971477.7070703@gmail.com> <1184315259.5313.38.camel@localhost.localdomain> Message-ID: <46971BAC.7090406@gmail.com> Armin Luntzer wrote: > Am Freitag, den 13.07.2007, 07:58 +0200 schrieb gianluca mazza: > >> (gnash:4101): GdkGLExt-WARNING **: Window system doesn't support OpenGL. >> 4100] 07:56:25: ERROR: Unimplemented: FileAttributes tag in the SWF >> requests that network access is not granted to this movie (or >> application?). Anyway Gnash won't care; use white/black listing in your >> .gnashrc instead >> > > Looks like you don't have 3D-acceleration configured in your xorg.conf. > I've built another package with cairo as rendering engine, but it > doesn't work at all (it's still in an experimental state). I'll try to > build with Anti-Grain Geometry as renderer later this day, but for now > your only chance is to get 3D running. > > - Armin > Yes, never tryed to configure 3d, I'll try now. thanks From homen3 at gmail.com Fri Jul 13 02:35:59 2007 From: homen3 at gmail.com (gianluca mazza) Date: Fri, 13 Jul 2007 08:35:59 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184315259.5313.38.camel@localhost.localdomain> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> <1184302992.3206.1.camel@ArchPowePC> <1184312272.5313.17.camel@localhost.localdomain> <46971120.20708@gmail.com> <1184313278.5313.28.camel@localhost.localdomain> <46971477.7070703@gmail.com> <1184315259.5313.38.camel@localhost.localdomain> Message-ID: <46971D4F.6020905@gmail.com> Armin Luntzer wrote: > Am Freitag, den 13.07.2007, 07:58 +0200 schrieb gianluca mazza: > >> (gnash:4101): GdkGLExt-WARNING **: Window system doesn't support OpenGL. >> 4100] 07:56:25: ERROR: Unimplemented: FileAttributes tag in the SWF >> requests that network access is not granted to this movie (or >> application?). Anyway Gnash won't care; use white/black listing in your >> .gnashrc instead >> > > Looks like you don't have 3D-acceleration configured in your xorg.conf. > I've built another package with cairo as rendering engine, but it > doesn't work at all (it's still in an experimental state). I'll try to > build with Anti-Grain Geometry as renderer later this day, but for now > your only chance is to get 3D running. > > - Armin > Ok, 3D works and youtube too. thanks you :) From sacarde at tiscali.it Fri Jul 13 04:58:12 2007 From: sacarde at tiscali.it (sacarde) Date: Fri, 13 Jul 2007 10:58:12 +0200 Subject: [arch-ports] problem sound device in ppc Message-ID: <200707131058.12306.sacarde@tiscali.it> hi, when I try to configure sond in kde I have: Sound server informational message: Error while initializing the sound driver: device: default can't be opened for playback (No such file or directory) but if I run: mplay local-file.flv I view and hear sound OK p.s. I have load all modules: dmesg | grep snd usbcore: registered new interface driver snd-usb-audio snd-powermac no longer handles any machines with a layout-id property in the device-tree, use snd-aoa. snd-aoa-fabric-layout: found bus with layout 58 snd-aoa-fabric-layout: Using direct GPIOs snd-aoa-fabric-layout: can use this codec thankyou sacarde at tiscali.it From sacarde at tiscali.it Fri Jul 13 06:37:38 2007 From: sacarde at tiscali.it (sacarde) Date: Fri, 13 Jul 2007 12:37:38 +0200 Subject: [arch-ports] problem sound device in ppc In-Reply-To: <200707131058.12306.sacarde@tiscali.it> References: <200707131058.12306.sacarde@tiscali.it> Message-ID: <200707131237.38647.sacarde@tiscali.it> On Friday 13 July 2007 10:58:12 sacarde wrote: I try installing alsa-driver + change player from aplay to mplayer and now I can hear kde's sound too but I have same error message on startup Error while initializing the sound driver: device: default can't be opened for capture (No such device) The sound server will continue, using the null output device. From kth5 at archlinuxppc.org Fri Jul 13 06:40:34 2007 From: kth5 at archlinuxppc.org (Alexander Baldeck) Date: Fri, 13 Jul 2007 12:40:34 +0200 Subject: [arch-ports] problem sound device in ppc In-Reply-To: <200707131237.38647.sacarde@tiscali.it> References: <200707131058.12306.sacarde@tiscali.it> <200707131237.38647.sacarde@tiscali.it> Message-ID: <469756A2.9000404@archlinuxppc.org> sacarde wrote: > On Friday 13 July 2007 10:58:12 sacarde wrote: > > I try installing alsa-driver + change player from aplay to mplayer > > and now I can hear kde's sound too > > but I have same error message on startup > > Error while initializing the sound driver: > device: default can't be opened for capture (No such device) > The sound server will continue, using the null output device. Disable the sound system in KDE's control center. This will start artsd and hog your sound device most of the time. Simply disable it all over and all should be fine. :) Cheers, -T From armin at archlinuxppc.org Fri Jul 13 11:17:17 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Fri, 13 Jul 2007 17:17:17 +0200 Subject: [arch-ports] building gplflash In-Reply-To: <1184315259.5313.38.camel@localhost.localdomain> References: <200707130754.35566.sacarde@tiscali.it> <1184308870.5313.8.camel@localhost.localdomain> <1184302992.3206.1.camel@ArchPowePC> <1184312272.5313.17.camel@localhost.localdomain> <46971120.20708@gmail.com> <1184313278.5313.28.camel@localhost.localdomain> <46971477.7070703@gmail.com> <1184315259.5313.38.camel@localhost.localdomain> Message-ID: <1184339837.5313.11.camel@localhost.localdomain> Am Freitag, den 13.07.2007, 10:27 +0200 schrieb Armin Luntzer: > Am Freitag, den 13.07.2007, 07:58 +0200 schrieb gianluca mazza: > > (gnash:4101): GdkGLExt-WARNING **: Window system doesn't support OpenGL. > > 4100] 07:56:25: ERROR: Unimplemented: FileAttributes tag in the SWF > > requests that network access is not granted to this movie (or > > application?). Anyway Gnash won't care; use white/black listing in your > > .gnashrc instead > > Looks like you don't have 3D-acceleration configured in your xorg.conf. > I've built another package with cairo as rendering engine, but it > doesn't work at all (it's still in an experimental state). I'll try to > build with Anti-Grain Geometry as renderer later this day, but for now > your only chance is to get 3D running. > > - Armin gnash-antigrain is now available from the extra-repo. The performance is a lot better on my iBook (Radeon 9550) than with the opengl-renderer, most probably due to some bottlenecks in the r300 ati-driver. enjoy, - Armin From homen3 at gmail.com Fri Jul 13 17:42:46 2007 From: homen3 at gmail.com (gianluca mazza) Date: Fri, 13 Jul 2007 23:42:46 +0200 Subject: [arch-ports] alunn port for ppc Message-ID: <4697F1D6.50909@gmail.com> do you think is possible to make a port of this tool for PPC arch? alunn From homen3 at gmail.com Fri Jul 13 19:46:18 2007 From: homen3 at gmail.com (gianluca mazza) Date: Sat, 14 Jul 2007 01:46:18 +0200 Subject: [arch-ports] alunn port for ppc In-Reply-To: <4697F1D6.50909@gmail.com> References: <4697F1D6.50909@gmail.com> Message-ID: <46980ECA.8090907@gmail.com> gianluca mazza wrote: > do you think is possible to make a port of this tool for PPC arch? > alunn > Ok, I tryed to install it, I only changed in source the feed rss with my country archlinux feed. (we haven't feeds for archppc?) This app automatic search from pacman mirrors, so it's not necessary to modify them. I've this error when I try to launch it: [gianluca at ArchPowePC ~]$ alunn [2007-07-07 01:40] [WARNING] System is not able to show notifications. [2007-07-07 01:40] ALUNN starting, first run in 5 min. It's ok I think, but there is no notify. An other question: how can you build a package for binary install from source? I wanna try to compile some program to share. From sacarde at tiscali.it Sat Jul 14 01:53:01 2007 From: sacarde at tiscali.it (sacarde) Date: Sat, 14 Jul 2007 07:53:01 +0200 Subject: [arch-ports] skype on ppc Message-ID: <200707140753.01586.sacarde@tiscali.it> hi, someone can help me to installa skype on archlinux ppc ? I have problem with dependencies like qt 4 thankyou sacarde at tiscali.it From homen3 at gmail.com Sat Jul 14 02:17:27 2007 From: homen3 at gmail.com (gianluca mazza) Date: Sat, 14 Jul 2007 08:17:27 +0200 Subject: [arch-ports] skype on ppc In-Reply-To: <200707140753.01586.sacarde@tiscali.it> References: <200707140753.01586.sacarde@tiscali.it> Message-ID: <46986A77.7040003@gmail.com> sacarde wrote: > hi, > someone can help me to installa skype on archlinux ppc ? > > I have problem with dependencies like qt 4 > > > > thankyou > It's not possible to install it, ppc version is not supported, and source are not avaible. (you probably are istalling a binary version). Read this, http://forum.skype.com/index.php?showtopic=4153&st=0 It seems that they'll release a specific build for ppc. From armin at archlinuxppc.org Sat Jul 14 02:53:02 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Sat, 14 Jul 2007 08:53:02 +0200 Subject: [arch-ports] alunn port for ppc In-Reply-To: <46980ECA.8090907@gmail.com> References: <4697F1D6.50909@gmail.com> <46980ECA.8090907@gmail.com> Message-ID: <1184395982.5285.10.camel@localhost.localdomain> Am Samstag, den 14.07.2007, 01:46 +0200 schrieb gianluca mazza: > gianluca mazza wrote: > An other question: how can you build a package for binary install from > source? I wanna try to compile some program to share. for a start: http://aur.archlinux.org http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System http://wiki.archlinux.org/index.php/AUR http://wiki.archlinux.org/index.php/Arch_CVS_%26_SVN_PKGBUILD_guidelines http://wiki.archlinux.org/index.php/Arch_Packaging_Standards http://wiki.archlinux.org/index.php/Makepkg http://wiki.archlinux.org/index.php/Custom_local_repository note: we don't have abs/cvsup on ppc at this time - Armin From homen3 at gmail.com Sat Jul 14 03:42:56 2007 From: homen3 at gmail.com (gianluca mazza) Date: Sat, 14 Jul 2007 09:42:56 +0200 Subject: [arch-ports] alunn port for ppc In-Reply-To: <1184395982.5285.10.camel@localhost.localdomain> References: <4697F1D6.50909@gmail.com> <46980ECA.8090907@gmail.com> <1184395982.5285.10.camel@localhost.localdomain> Message-ID: <46987E80.9070306@gmail.com> Armin Luntzer wrote: > Am Samstag, den 14.07.2007, 01:46 +0200 schrieb gianluca mazza: > >> gianluca mazza wrote: >> An other question: how can you build a package for binary install from >> source? I wanna try to compile some program to share. >> > > for a start: > > http://aur.archlinux.org > http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System > http://wiki.archlinux.org/index.php/AUR > http://wiki.archlinux.org/index.php/Arch_CVS_%26_SVN_PKGBUILD_guidelines > http://wiki.archlinux.org/index.php/Arch_Packaging_Standards > http://wiki.archlinux.org/index.php/Makepkg > http://wiki.archlinux.org/index.php/Custom_local_repository > > note: we don't have abs/cvsup on ppc at this time > > > - Armin > I'm doing a pkg for test, I created PKGBUILD but I don't know what I must write in blank spaces, can you see plz?^^ are necessary to make a pkg correctly? I followed wiki. # Contributor: Gianluca Mazza pkgname=xchat-gnome pkgver=0.18 pkgrel=1 pkgdesc="GNOME frontend to the popular X-Chat IRC client." arch=ppc url=http://xchat-gnome.navi.cx/ license=('GPL') depends=('libgnomeui libsexy scrollkeeper gconf') provides=() conflicts=() replaces=() backup=() groups=() options=() install= source=($pkgname-$pkgver.tar.gz) noextract=() md5sums=(generate with makepkg -g) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install || return 1 } From homen3 at gmail.com Sat Jul 14 03:54:16 2007 From: homen3 at gmail.com (gianluca mazza) Date: Sat, 14 Jul 2007 09:54:16 +0200 Subject: [arch-ports] alunn port for ppc In-Reply-To: <46987E80.9070306@gmail.com> References: <4697F1D6.50909@gmail.com> <46980ECA.8090907@gmail.com> <1184395982.5285.10.camel@localhost.localdomain> <46987E80.9070306@gmail.com> Message-ID: <46988128.4020200@gmail.com> gianluca mazza wrote: > Armin Luntzer wrote: >> Am Samstag, den 14.07.2007, 01:46 +0200 schrieb gianluca mazza: >> >>> gianluca mazza wrote: >>> An other question: how can you build a package for binary install >>> from source? I wanna try to compile some program to share. >>> >> >> for a start: >> >> http://aur.archlinux.org >> http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System >> http://wiki.archlinux.org/index.php/AUR >> http://wiki.archlinux.org/index.php/Arch_CVS_%26_SVN_PKGBUILD_guidelines >> http://wiki.archlinux.org/index.php/Arch_Packaging_Standards >> http://wiki.archlinux.org/index.php/Makepkg >> http://wiki.archlinux.org/index.php/Custom_local_repository >> >> note: we don't have abs/cvsup on ppc at this time >> >> >> - Armin >> > I'm doing a pkg for test, I created PKGBUILD but I don't know what I > must write in blank spaces, can you see plz?^^ are necessary to make a > pkg correctly? I followed wiki. > > # Contributor: Gianluca Mazza > pkgname=xchat-gnome > pkgver=0.18 > pkgrel=1 > pkgdesc="GNOME frontend to the popular X-Chat IRC client." > arch=ppc > url=http://xchat-gnome.navi.cx/ > license=('GPL') > depends=('libgnomeui libsexy scrollkeeper gconf') > provides=() > conflicts=() > replaces=() > backup=() > groups=() > options=() > install= > source=($pkgname-$pkgver.tar.gz) > noextract=() > md5sums=(generate with makepkg -g) > > build() { > cd $startdir/src/$pkgname-$pkgver > ./configure --prefix=/usr > make || return 1 > make DESTDIR=$startdir/pkg install || return 1 > } > Sorry,the first was bad. this is ok I think: # Contributor: Gianluca Mazza pkgname=xchat-gnome pkgver=0.18 pkgrel=1 pkgdesc="GNOME frontend to the popular X-Chat IRC client." arch=ppc url=http://xchat-gnome.navi.cx/ license=('GPL') depends=('libgnomeui' 'libsexy' 'scrollkeeper' 'gconf') source=($pkgname-$pkgver.tar.gz) md5sums=('af93ea5f18ba7bad7a4947362e21d202') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install || return 1 } From armin at archlinuxppc.org Sat Jul 14 04:07:32 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Sat, 14 Jul 2007 10:07:32 +0200 Subject: [arch-ports] alunn port for ppc In-Reply-To: <46987E80.9070306@gmail.com> References: <4697F1D6.50909@gmail.com> <46980ECA.8090907@gmail.com> <1184395982.5285.10.camel@localhost.localdomain> <46987E80.9070306@gmail.com> Message-ID: <1184400452.11907.9.camel@localhost.localdomain> Am Samstag, den 14.07.2007, 09:42 +0200 schrieb gianluca mazza: > I'm doing a pkg for test, I created PKGBUILD but I don't know what I > must write in blank spaces, can you see plz?^^ are necessary to make a > pkg correctly? I followed wiki. > Look at the xchat-gnome pkgbuild in arch-cvs for a comparison: http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/gnome/xchat-gnome/?cvsroot=Extra&only_with_tag=CURRENT And please, use the forum at http://bbs.archlinux.org/ (Newbie Corner / PKGBUILDs & ABS Support) since this is not related to porting Archlinux or port specific problems. - Armin From homen3 at gmail.com Sat Jul 14 04:15:09 2007 From: homen3 at gmail.com (gianluca mazza) Date: Sat, 14 Jul 2007 10:15:09 +0200 Subject: [arch-ports] alunn port for ppc In-Reply-To: <1184400452.11907.9.camel@localhost.localdomain> References: <4697F1D6.50909@gmail.com> <46980ECA.8090907@gmail.com> <1184395982.5285.10.camel@localhost.localdomain> <46987E80.9070306@gmail.com> <1184400452.11907.9.camel@localhost.localdomain> Message-ID: <4698860D.9000900@gmail.com> Armin Luntzer wrote: > Am Samstag, den 14.07.2007, 09:42 +0200 schrieb gianluca mazza: > >> I'm doing a pkg for test, I created PKGBUILD but I don't know what I >> must write in blank spaces, can you see plz?^^ are necessary to make a >> pkg correctly? I followed wiki. >> >> > > > Look at the xchat-gnome pkgbuild in arch-cvs for a comparison: > http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/gnome/xchat-gnome/?cvsroot=Extra&only_with_tag=CURRENT > > And please, use the forum at http://bbs.archlinux.org/ (Newbie Corner / > PKGBUILDs & ABS Support) since this is not related to porting Archlinux > or port specific problems. > > - Armin > Ok, thanks. From n4rc0s at gmail.com Sat Jul 14 05:19:33 2007 From: n4rc0s at gmail.com (Marco Pensallorto) Date: Sat, 14 Jul 2007 11:19:33 +0200 Subject: [arch-ports] skype on ppc In-Reply-To: <46986A77.7040003@gmail.com> References: <200707140753.01586.sacarde@tiscali.it> <46986A77.7040003@gmail.com> Message-ID: > > > It's not possible to install it, ppc version is not supported, and > source are not avaible. (you probably are istalling a binary version). > Read this, http://forum.skype.com/index.php?showtopic=4153&st=0 > > It seems that they'll release a specific build for ppc. > mmhhh... you think so? I'm afraid this is simply not going to happen any time soon. The please-make-ppc-build thread on skype's forum started on 2004 and there is no sign whatsoever the company is putting any effort in it :( [QUOTE] As of today, there are no defined plans to make Skype for Linux available on other architectures. [/QUOTE] from https://developer.skype.com/jira/browse/SDS-91 I even tried to install mol (mac on linux) on my iBook G4 and run MAC OS X version on it, but currently mol has no support for recording: that is no microphone, so it's useless :( Seems like we ppc guys must wait till some smart hacker reverse-engineers the protocol (see http://en.wikipedia.org/wiki/Skype_Protocol) Cheers, n4 From homen3 at gmail.com Sat Jul 14 13:37:19 2007 From: homen3 at gmail.com (gianluca mazza) Date: Sat, 14 Jul 2007 19:37:19 +0200 Subject: [arch-ports] Installing Kaffeine Message-ID: <469909CF.2060600@gmail.com> Hi, I'm trying to install kaffeine from ppc arch repository. It says that I need to install gst-plugins, but I don't find it. how can I install it? From armin at archlinuxppc.org Sun Jul 15 02:21:41 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Sun, 15 Jul 2007 08:21:41 +0200 Subject: [arch-ports] Installing Kaffeine In-Reply-To: <469909CF.2060600@gmail.com> References: <469909CF.2060600@gmail.com> Message-ID: <1184480501.5094.2.camel@localhost.localdomain> Am Samstag, den 14.07.2007, 19:37 +0200 schrieb gianluca mazza: > Hi, I'm trying to install kaffeine from ppc arch repository. It says > that I need to install gst-plugins, but I don't find it. how can I > install it? fixed. -A From sacarde at tiscali.it Sun Jul 15 10:58:32 2007 From: sacarde at tiscali.it (sacarde) Date: Sun, 15 Jul 2007 16:58:32 +0200 Subject: [arch-ports] updating dynamic address dns Message-ID: <200707151658.32276.sacarde@tiscali.it> hi, I have a dynamic address, I try to install ddclient (from aur) but I havent positive result ... with conf: daemon=300 syslog=yes mail=root mail-failure=root pid=/var/run/ddclient.pid ssl=yes protocol=dyndns2 server=dyndns.it login=xxxxxxxx password=yyyyyyyy sacarde.homepc.it is there any other package to update address for dynamic-DNS ? on ppc of course thankyou sacarde at tiscali.it From kth5 at archlinuxppc.org Sun Jul 15 11:03:27 2007 From: kth5 at archlinuxppc.org (Alexander Baldeck) Date: Sun, 15 Jul 2007 17:03:27 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <200707151658.32276.sacarde@tiscali.it> References: <200707151658.32276.sacarde@tiscali.it> Message-ID: <469A373F.1040101@archlinuxppc.org> Would be interesting to see what it actually says about why it failed. sacarde wrote: > hi, > I have a dynamic address, I try to install ddclient (from aur) > but I havent positive result ... > > with conf: > > daemon=300 > syslog=yes > mail=root > mail-failure=root > pid=/var/run/ddclient.pid > ssl=yes > protocol=dyndns2 > server=dyndns.it > login=xxxxxxxx > password=yyyyyyyy > sacarde.homepc.it > > > is there any other package to update address for dynamic-DNS ? > > on ppc of course > > > thankyou > > sacarde at tiscali.it > > _______________________________________________ > arch-ports mailing list > arch-ports at archlinux.org > http://archlinux.org/mailman/listinfo/arch-ports From sacarde at tiscali.it Sun Jul 15 11:21:40 2007 From: sacarde at tiscali.it (sacarde) Date: Sun, 15 Jul 2007 17:21:40 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <469A373F.1040101@archlinuxppc.org> References: <200707151658.32276.sacarde@tiscali.it> <469A373F.1040101@archlinuxppc.org> Message-ID: <200707151721.41092.sacarde@tiscali.it> On Sunday 15 July 2007 17:03:27 you wrote: > Would be interesting to see what it actually says about why it failed. I view that IP address is not updated I use script on /etc/rc.d/ddclient like the one for i386 if I run, I have: ddclient -daemon=0-debug -verbose Use of uninitialized value in numeric lt (<) at /usr/sbin/ddclient line 1005. From armin at archlinuxppc.org Sun Jul 15 13:14:04 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Sun, 15 Jul 2007 19:14:04 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <200707151721.41092.sacarde@tiscali.it> References: <200707151658.32276.sacarde@tiscali.it> <469A373F.1040101@archlinuxppc.org> <200707151721.41092.sacarde@tiscali.it> Message-ID: <1184519644.5222.3.camel@localhost.localdomain> Am Sonntag, den 15.07.2007, 17:21 +0200 schrieb sacarde: > On Sunday 15 July 2007 17:03:27 you wrote: > > Would be interesting to see what it actually says about why it failed. > > I view that IP address is not updated > > I use script on /etc/rc.d/ddclient like the one for i386 > > if I run, I have: > > ddclient -daemon=0-debug -verbose > Use of uninitialized value in numeric lt (<) at /usr/sbin/ddclient line 1005. the reason for this message is a missing space, try again with: ddclient -daemon=0 -debug -verbose From sacarde at tiscali.it Sun Jul 15 13:17:57 2007 From: sacarde at tiscali.it (sacarde) Date: Sun, 15 Jul 2007 19:17:57 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <1184519644.5222.3.camel@localhost.localdomain> References: <200707151658.32276.sacarde@tiscali.it> <200707151721.41092.sacarde@tiscali.it> <1184519644.5222.3.camel@localhost.localdomain> Message-ID: <200707151917.57400.sacarde@tiscali.it> On Sunday 15 July 2007 19:14:04 you wrote: > ddclient -daemon=0 -debug -verbose ddclient -daemon=0 -debug -verbose WARNING: file /var/cache/ddclient/ddclient.cache, line 4: Invalid Value for keyword 'ip' = '' === opt ==== opt{cache} : opt{cmd} : opt{cmd-skip} : opt{daemon} : 0 opt{debug} : 1 opt{exec} : opt{facility} : opt{file} : opt{force} : opt{fw} : opt{fw-login} : opt{fw-password} : opt{fw-skip} : opt{geturl} : opt{help} : opt{host} : opt{if} : opt{if-skip} : opt{ip} : opt{login} : opt{mail} : opt{mail-failure} : opt{max-interval} : 2160000 opt{min-error-interval} : 300 opt{min-interval} : 30 opt{options} : opt{password} : opt{pid} : opt{priority} : opt{protocol} : opt{proxy} : opt{query} : opt{quiet} : 0 opt{retry} : opt{server} : opt{ssl} : opt{syslog} : opt{test} : opt{timeout} : opt{use} : opt{verbose} : 1 opt{web} : opt{web-skip} : === globals ==== globals{daemon} : 60 globals{debug} : 1 globals{login} : sacarde globals{mail} : root globals{mail-failure} : root globals{password} : Cardell1 globals{pid} : /var/run/ddclient.pid globals{protocol} : dyndns2 globals{quiet} : 0 globals{server} : dyndns.it globals{ssl} : 1 globals{syslog} : 1 globals{verbose} : 1 === config ==== config{sacarde.homepc.it}{atime} : 1184509530 config{sacarde.homepc.it}{backupmx} : 0 config{sacarde.homepc.it}{cacheable} : ARRAY(0x103ec460) config{sacarde.homepc.it}{custom} : 0 config{sacarde.homepc.it}{host} : sacarde.homepc.it config{sacarde.homepc.it}{ip} : config{sacarde.homepc.it}{login} : sacarde config{sacarde.homepc.it}{max-interval} : 2160000 config{sacarde.homepc.it}{min-error-interval} : 300 config{sacarde.homepc.it}{min-interval} : 30 config{sacarde.homepc.it}{mtime} : 0 config{sacarde.homepc.it}{mx} : config{sacarde.homepc.it}{password} : Cardell1 config{sacarde.homepc.it}{protocol} : dyndns2 config{sacarde.homepc.it}{server} : dyndns.it config{sacarde.homepc.it}{static} : 0 config{sacarde.homepc.it}{status} : noconnect config{sacarde.homepc.it}{warned-min-error-interval} : 0 config{sacarde.homepc.it}{warned-min-interval} : 0 config{sacarde.homepc.it}{wildcard} : 0 config{sacarde.homepc.it}{wtime} : 30 === cache ==== cache{c.org}{host} : c.org cache{sacarde.homepc.it}{atime} : 1184509530 cache{sacarde.homepc.it}{backupmx} : 0 cache{sacarde.homepc.it}{custom} : 0 cache{sacarde.homepc.it}{host} : sacarde.homepc.it cache{sacarde.homepc.it}{mtime} : 0 cache{sacarde.homepc.it}{mx} : cache{sacarde.homepc.it}{static} : 0 cache{sacarde.homepc.it}{status} : noconnect cache{sacarde.homepc.it}{warned-min-error-interval} : 0 cache{sacarde.homepc.it}{warned-min-interval} : 0 cache{sacarde.homepc.it}{wildcard} : 0 cache{sacarde.homepc.it}{wtime} : 30 cache{sacarde.homepc.org}{atime} : 1184444504 cache{sacarde.homepc.org}{backupmx} : 0 cache{sacarde.homepc.org}{custom} : 0 cache{sacarde.homepc.org}{host} : sacarde.homepc.org cache{sacarde.homepc.org}{mtime} : 0 cache{sacarde.homepc.org}{mx} : cache{sacarde.homepc.org}{static} : 0 cache{sacarde.homepc.org}{status} : noconnect cache{sacarde.homepc.org}{warned-min-error-interval} : 1184444575 cache{sacarde.homepc.org}{warned-min-interval} : 0 cache{sacarde.homepc.org}{wildcard} : 0 cache{sacarde.homepc.org}{wtime} : 30 DEBUG: get_ip: using ip, ip reports WARNING: unable to determine IP address Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line 1344. ddclient: cannot execute command | sendmail -oi root. From gt at fallendusk.org Sun Jul 15 13:27:25 2007 From: gt at fallendusk.org (Greg Helton) Date: Sun, 15 Jul 2007 13:27:25 -0400 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <200707151917.57400.sacarde@tiscali.it> References: <200707151658.32276.sacarde@tiscali.it> <200707151721.41092.sacarde@tiscali.it> <1184519644.5222.3.camel@localhost.localdomain> <200707151917.57400.sacarde@tiscali.it> Message-ID: <469A58FD.1060401@archlinuxppc.org> You might want to change your password now... you posted it to a public ML >.< sacarde wrote: > On Sunday 15 July 2007 19:14:04 you wrote: >> ddclient -daemon=0 -debug -verbose > > ddclient -daemon=0 -debug -verbose > WARNING: file /var/cache/ddclient/ddclient.cache, line 4: Invalid Value for > keyword 'ip' = '' > === opt ==== > opt{cache} : > opt{cmd} : > opt{cmd-skip} : > opt{daemon} : 0 > opt{debug} : 1 > opt{exec} : > opt{facility} : > opt{file} : > opt{force} : > opt{fw} : > opt{fw-login} : > opt{fw-password} : > opt{fw-skip} : > opt{geturl} : > opt{help} : > opt{host} : > opt{if} : > opt{if-skip} : > opt{ip} : > opt{login} : > opt{mail} : > opt{mail-failure} : > opt{max-interval} : 2160000 > opt{min-error-interval} : 300 > opt{min-interval} : 30 > opt{options} : > opt{password} : > opt{pid} : > opt{priority} : > opt{protocol} : > opt{proxy} : > opt{query} : > opt{quiet} : 0 > opt{retry} : > opt{server} : > opt{ssl} : > opt{syslog} : > opt{test} : > opt{timeout} : > opt{use} : > opt{verbose} : 1 > opt{web} : > opt{web-skip} : > === globals ==== > globals{daemon} : 60 > globals{debug} : 1 > globals{login} : sacarde > globals{mail} : root > globals{mail-failure} : root > globals{password} : Cardell1 > globals{pid} : /var/run/ddclient.pid > globals{protocol} : dyndns2 > globals{quiet} : 0 > globals{server} : dyndns.it > globals{ssl} : 1 > globals{syslog} : 1 > globals{verbose} : 1 > === config ==== > config{sacarde.homepc.it}{atime} : 1184509530 > config{sacarde.homepc.it}{backupmx} : 0 > config{sacarde.homepc.it}{cacheable} : ARRAY(0x103ec460) > config{sacarde.homepc.it}{custom} : 0 > config{sacarde.homepc.it}{host} : sacarde.homepc.it > config{sacarde.homepc.it}{ip} : > config{sacarde.homepc.it}{login} : sacarde > config{sacarde.homepc.it}{max-interval} : 2160000 > config{sacarde.homepc.it}{min-error-interval} : 300 > config{sacarde.homepc.it}{min-interval} : 30 > config{sacarde.homepc.it}{mtime} : 0 > config{sacarde.homepc.it}{mx} : > config{sacarde.homepc.it}{password} : Cardell1 > config{sacarde.homepc.it}{protocol} : dyndns2 > config{sacarde.homepc.it}{server} : dyndns.it > config{sacarde.homepc.it}{static} : 0 > config{sacarde.homepc.it}{status} : noconnect > config{sacarde.homepc.it}{warned-min-error-interval} : 0 > config{sacarde.homepc.it}{warned-min-interval} : 0 > config{sacarde.homepc.it}{wildcard} : 0 > config{sacarde.homepc.it}{wtime} : 30 > === cache ==== > cache{c.org}{host} : c.org > cache{sacarde.homepc.it}{atime} : 1184509530 > cache{sacarde.homepc.it}{backupmx} : 0 > cache{sacarde.homepc.it}{custom} : 0 > cache{sacarde.homepc.it}{host} : sacarde.homepc.it > cache{sacarde.homepc.it}{mtime} : 0 > cache{sacarde.homepc.it}{mx} : > cache{sacarde.homepc.it}{static} : 0 > cache{sacarde.homepc.it}{status} : noconnect > cache{sacarde.homepc.it}{warned-min-error-interval} : 0 > cache{sacarde.homepc.it}{warned-min-interval} : 0 > cache{sacarde.homepc.it}{wildcard} : 0 > cache{sacarde.homepc.it}{wtime} : 30 > cache{sacarde.homepc.org}{atime} : 1184444504 > cache{sacarde.homepc.org}{backupmx} : 0 > cache{sacarde.homepc.org}{custom} : 0 > cache{sacarde.homepc.org}{host} : sacarde.homepc.org > cache{sacarde.homepc.org}{mtime} : 0 > cache{sacarde.homepc.org}{mx} : > cache{sacarde.homepc.org}{static} : 0 > cache{sacarde.homepc.org}{status} : noconnect > cache{sacarde.homepc.org}{warned-min-error-interval} : 1184444575 > cache{sacarde.homepc.org}{warned-min-interval} : 0 > cache{sacarde.homepc.org}{wildcard} : 0 > cache{sacarde.homepc.org}{wtime} : 30 > DEBUG: get_ip: using ip, ip reports > WARNING: unable to determine IP address > Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line > 1344. > ddclient: cannot execute command | sendmail -oi root. > > _______________________________________________ > arch-ports mailing list > arch-ports at archlinux.org > http://archlinux.org/mailman/listinfo/arch-ports > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: From armin at archlinuxppc.org Sun Jul 15 13:39:06 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Sun, 15 Jul 2007 19:39:06 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <469A58FD.1060401@archlinuxppc.org> References: <200707151658.32276.sacarde@tiscali.it> <200707151721.41092.sacarde@tiscali.it> <1184519644.5222.3.camel@localhost.localdomain> <200707151917.57400.sacarde@tiscali.it> <469A58FD.1060401@archlinuxppc.org> Message-ID: <1184521146.5222.9.camel@localhost.localdomain> Am Sonntag, den 15.07.2007, 13:27 -0400 schrieb Greg Helton: > You might want to change your password now... you posted it to a public > ML >.< Just what I wanted to say. Shit happens ;-). You're behind some sort of router, right? The script can't find your ip-address, you need to configure the (use=...) section according to your hardware. From sacarde at tiscali.it Sun Jul 15 13:37:11 2007 From: sacarde at tiscali.it (sacarde) Date: Sun, 15 Jul 2007 19:37:11 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <469A58FD.1060401@archlinuxppc.org> References: <200707151658.32276.sacarde@tiscali.it> <200707151917.57400.sacarde@tiscali.it> <469A58FD.1060401@archlinuxppc.org> Message-ID: <200707151937.12006.sacarde@tiscali.it> On Sunday 15 July 2007 19:27:25 Greg Helton wrote: > You might want to change your password now... you posted it to a public > ML >.< sorry I changed it thankyou From sacarde at tiscali.it Sun Jul 15 13:44:08 2007 From: sacarde at tiscali.it (sacarde) Date: Sun, 15 Jul 2007 19:44:08 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <1184521146.5222.9.camel@localhost.localdomain> References: <200707151658.32276.sacarde@tiscali.it> <469A58FD.1060401@archlinuxppc.org> <1184521146.5222.9.camel@localhost.localdomain> Message-ID: <200707151944.08760.sacarde@tiscali.it> On Sunday 15 July 2007 19:39:06 Armin Luntzer wrote: > Am Sonntag, den 15.07.2007, 13:27 -0400 schrieb Greg Helton: > > You might want to change your password now... you posted it to a public > > ML >.< > > Just what I wanted to say. Shit happens ;-). > > You're behind some sort of router, right? > The script can't find your ip-address, you need to configure the > (use=...) section according to your hardware. I try with use=web, web=http://checkip.dyndns.org, web-skip='Current IP Address: ' or with use=web, web=checkip.dyndns.org or only use=web same error, ip isnot updated > > > > _______________________________________________ > arch-ports mailing list > arch-ports at archlinux.org > http://archlinux.org/mailman/listinfo/arch-ports From armin at archlinuxppc.org Sun Jul 15 14:00:06 2007 From: armin at archlinuxppc.org (Armin Luntzer) Date: Sun, 15 Jul 2007 20:00:06 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <200707151944.08760.sacarde@tiscali.it> References: <200707151658.32276.sacarde@tiscali.it> <469A58FD.1060401@archlinuxppc.org> <1184521146.5222.9.camel@localhost.localdomain> <200707151944.08760.sacarde@tiscali.it> Message-ID: <1184522406.5222.14.camel@localhost.localdomain> Am Sonntag, den 15.07.2007, 19:44 +0200 schrieb sacarde: > I try with > > use=web, web=http://checkip.dyndns.org, web-skip='Current IP Address: ' > > or with > > use=web, web=checkip.dyndns.org > > or only > > use=web > > same error, ip isnot updated works for me with: use=web, web=checkip.dyndns.org/, web-skip='Current IP Address: ' From sacarde at tiscali.it Sun Jul 15 15:54:56 2007 From: sacarde at tiscali.it (sacarde) Date: Sun, 15 Jul 2007 21:54:56 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <1184522406.5222.14.camel@localhost.localdomain> References: <200707151658.32276.sacarde@tiscali.it> <200707151944.08760.sacarde@tiscali.it> <1184522406.5222.14.camel@localhost.localdomain> Message-ID: <200707152154.57069.sacarde@tiscali.it> > works for me with: > > use=web, web=checkip.dyndns.org/, web-skip='Current IP Address: ' I have standard configuration on my NETGEAR DG834G may be there the problem thankyou From sacarde at tiscali.it Mon Jul 16 11:22:06 2007 From: sacarde at tiscali.it (sacarde) Date: Mon, 16 Jul 2007 17:22:06 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <200707152154.57069.sacarde@tiscali.it> References: <200707151658.32276.sacarde@tiscali.it> <1184522406.5222.14.camel@localhost.localdomain> <200707152154.57069.sacarde@tiscali.it> Message-ID: <200707161722.07024.sacarde@tiscali.it> > > I have standard configuration on my NETGEAR DG834G > > may be there the problem I think have updated and configured my router I ask you... when I run ddclient -daemon=0 -debug -verbose I read at bottom ... ... RECEIVE: Current IP CheckCurrent IP Address: 151.72.111.227 DEBUG: get_ip: using web, http://checkip.dyndns.org/ reports 151.72.111.227 Use of uninitialized value in string ne at /usr/sbin/ddclient line 1966. WARNING: skipping update of sacarde.homepc.it from to 151.72.111.227. WARNING: last updated but last attempt on Mon Jul 16 17:13:06 2007 failed. WARNING: Wait at least 5 minutes between update attempts. Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line 1344. ddclient: cannot execute command | sendmail -oi root. I havent sendmail.... it reach my ip right why sendmail ?? thankyou From sacarde at tiscali.it Mon Jul 16 12:32:01 2007 From: sacarde at tiscali.it (sacarde) Date: Mon, 16 Jul 2007 18:32:01 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <200707161722.07024.sacarde@tiscali.it> References: <200707151658.32276.sacarde@tiscali.it> <200707152154.57069.sacarde@tiscali.it> <200707161722.07024.sacarde@tiscali.it> Message-ID: <200707161832.01824.sacarde@tiscali.it> > Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line > 1344. > ddclient: cannot execute command | sendmail -oi root. I installed postfix, now I have: RECEIVE: Current IP CheckCurrent IP Address: 151.72.111.227 DEBUG: get_ip: using web, http://checkip.dyndns.org/ reports 151.72.111.227 Use of uninitialized value in string ne at /usr/sbin/ddclient line 1966. WARNING: skipping update of sacarde.homepc.it from to 151.72.111.227. WARNING: last updated but last attempt on Mon Jul 16 18:25:26 2007 failed. WARNING: Wait at least 5 minutes between update attempts. postdrop: warning: unable to look up public/pickup: No such file or directory I dont understand: means of: and what is: public/pickup From matt at mattcox.ca Mon Jul 16 14:28:14 2007 From: matt at mattcox.ca (Matthew William Cox) Date: Mon, 16 Jul 2007 14:28:14 -0400 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <200707161832.01824.sacarde@tiscali.it> References: <200707151658.32276.sacarde@tiscali.it> <200707152154.57069.sacarde@tiscali.it> <200707161722.07024.sacarde@tiscali.it> <200707161832.01824.sacarde@tiscali.it> Message-ID: <20070716182814.GA5541@iron.mattcox.ca> On Mon, Jul 16, 2007 at 06:32:01PM +0200, sacarde wrote: > > Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line > > 1344. > > ddclient: cannot execute command | sendmail -oi root. > > I installed postfix, now I have: > > RECEIVE: Current IP CheckCurrent IP > Address: 151.72.111.227 > DEBUG: get_ip: using web, http://checkip.dyndns.org/ reports 151.72.111.227 > Use of uninitialized value in string ne at /usr/sbin/ddclient line 1966. > WARNING: skipping update of sacarde.homepc.it from to > 151.72.111.227. > WARNING: last updated but last attempt on Mon Jul 16 18:25:26 2007 > failed. > WARNING: Wait at least 5 minutes between update attempts. > postdrop: warning: unable to look up public/pickup: No such file or directory > > > I dont understand: > means of: > and what is: public/pickup This seems to be a problem in your postfix configuration... you did configure it, right? At the very least, you'll want to: edit /etc/postfix/aliases # set alias of root to your username to get # admin mail postalias /etc/postfix/aliases # hash this table edit /etc/postfix/main.cf # edit a few things here: myhostname # shouldn't need to change this from the default # (unspecified, it uses the value set in /etc/rc.conf mydomain # again, shouldn't need to change this unless you # didn't set it in /etc/rc.conf. If your box isn't a # mail host online, then just ignor ethis entirely.. myorigin # you probably want to leave this as the default # $myhostname inetinterfaces = localhost # this makes your mail daemon not # listen on network interfaces for # new mail mydestination = $myhostname, localhost.$mydomain, localhost # if you know why you need it, you can append other # things here. Otherwise, stick with those three. mynetworks_style = host # don't trust remote users, don't relay their mail. This # is probably redundant in light of inetinterfaces being # set to only bind to localhost, but paranoia is good. Now, fire up postfix: /etc/rc.d/postfix start Use sendmail to make sure mail sent to root ends up in your mail spool: > $ sendmail -t # enter what comes below > to: root > from: > subject: testing alias map > > Test > ^D > $ And check that it ends up in the local mailspool. If you use a gui client to read email, any decent one should be able to add a local mailspool. It'll be called "unix mail" or something like that. The spool is at /var/mail/$user Now you have mail delivery set up on your local machine. Now, as for ddclient... it is, in my opinion, crap. Use updatedd. I've attached a package build. Edit the configuration of your service in /usr/etc/updatedd-wrapper.conf, and then put updatedd-wrapper in a cron job. Do, as root: > # crontab -e and then insert this line: */10 * * * * /usr/bin/updatedd-wrapper which runs the updatedd-wrapper script every ten minutes. Matthew -------------- next part -------------- pkgname=updatedd pkgver=2.6 pkgrel=1 pkgdesc="A client for multiple dynamic dns sites" arch=(i686 ppc) url="http://www.philipp-benner.de/updatedd/" license=('GPL') depends=() makedepends=() provides=() conflicts=() replaces=() backup=() install= source=(http://download.savannah.gnu.org/releases/updatedd/${pkgname}_$pkgver.tar.gz) noextract=() md5sums=('95655596eb6e0e381d60a458f6a45fee') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install } From matt at mattcox.ca Mon Jul 16 15:52:41 2007 From: matt at mattcox.ca (Matthew William Cox) Date: Mon, 16 Jul 2007 15:52:41 -0400 Subject: [arch-ports] [arch-ppc] Broken build of gvim package Message-ID: <20070716195240.GA7486@iron.mattcox.ca> Woops, problem with the gvim build... > $ gvim foo.cpp > E25: GUI cannot be used: Not enabled at compile time Looks like the package needs a rebuild. Until then, reverting to vim-7.1.12-1 and gvim-7.1.28-1 fixes things. From sacarde at tiscali.it Tue Jul 17 02:31:55 2007 From: sacarde at tiscali.it (sacarde) Date: Tue, 17 Jul 2007 08:31:55 +0200 Subject: [arch-ports] some problem in sound powermac Message-ID: <200707170831.55801.sacarde@tiscali.it> Hi, in my archlinuxppc I have some problem playing sound... for example: mpg321 /usr/share/sounds/alsa/Rear_Left.wav ALSA lib pcm_dmix.c:866:(snd_pcm_dmix_open) unable to open slave No default libao driver available. aplay /usr/share/sounds/alsa/Rear_Left.wav ALSA lib pcm_dmix.c:866:(snd_pcm_dmix_open) unable to open slave aplay: main:545: audio open error: No such file or directory mplayer /usr/share/sounds/alsa/Rear_Left.wav work OK my sound card is snd-powermac, package I have: alsautils, alsalib, libao,... module loaded: snd-aoa snd-aoa-fabric-layout snd-powermac... thankyou sacarde at tiscali.it From matt at mattcox.ca Tue Jul 17 02:45:46 2007 From: matt at mattcox.ca (Matthew William Cox) Date: Tue, 17 Jul 2007 02:45:46 -0400 Subject: [arch-ports] some problem in sound powermac In-Reply-To: <200707170831.55801.sacarde@tiscali.it> References: <200707170831.55801.sacarde@tiscali.it> Message-ID: <20070717064546.GA12384@iron.mattcox.ca> Check to see that your user is in the audio group: # usermod -a -G audio You'll need to login again after making that change to see if it's had any effect. If it hasn't, try playing again as root and see if that helps. Matt From sacarde at tiscali.it Tue Jul 17 03:14:07 2007 From: sacarde at tiscali.it (sacarde) Date: Tue, 17 Jul 2007 09:14:07 +0200 Subject: [arch-ports] some problem in sound powermac In-Reply-To: <20070717064546.GA12384@iron.mattcox.ca> References: <200707170831.55801.sacarde@tiscali.it> <20070717064546.GA12384@iron.mattcox.ca> Message-ID: <200707170914.07640.sacarde@tiscali.it> On Tuesday 17 July 2007 08:45:46 Matthew William Cox wrote: > Check to see that your user is in the audio group: > # usermod -a -G audio user is in audio group > You'll need to login again after making that change to see if it's had > any effect. If it hasn't, try playing again as root and see if that > helps. I do it, but same errors with aplay and mpg321 but mplayer works OK From sacarde at tiscali.it Tue Jul 17 11:32:39 2007 From: sacarde at tiscali.it (sacarde) Date: Tue, 17 Jul 2007 17:32:39 +0200 Subject: [arch-ports] updating dynamic address dns In-Reply-To: <200707161832.01824.sacarde@tiscali.it> References: <200707151658.32276.sacarde@tiscali.it> <200707161722.07024.sacarde@tiscali.it> <200707161832.01824.sacarde@tiscali.it> Message-ID: <200707171732.39173.sacarde@tiscali.it> I solved ... removing /var/cache/ddclient/ddclient.cache there is an error in that file thankyou From sleepinggiant08 at gmail.com Wed Jul 18 11:07:26 2007 From: sleepinggiant08 at gmail.com (Julian DeFronzo) Date: Wed, 18 Jul 2007 11:07:26 -0400 Subject: [arch-ports] Gdk::PixbufError Message-ID: I am trying to build nitrogen for archlinux-ppc and have succesfully built it. But when i run it i get: 'terminat called after throwing an instance of 'Gdk::PixbufError' Is this a problem with nitrogen or glib/glib or gdk-pixbuf? Please let me know so i can share my packages with the Archlinux-ppc community. ~Julian D. -------------- next part -------------- An HTML attachment was scrubbed... URL: From kth5 at archlinuxppc.org Wed Jul 18 11:23:00 2007 From: kth5 at archlinuxppc.org (Alexander Baldeck) Date: Wed, 18 Jul 2007 17:23:00 +0200 Subject: [arch-ports] [arch-ppc] Broken build of gvim package In-Reply-To: <20070716195240.GA7486@iron.mattcox.ca> References: <20070716195240.GA7486@iron.mattcox.ca> Message-ID: <469E3054.1020508@archlinuxppc.org> Matthew William Cox wrote: > Woops, problem with the gvim build... > >> $ gvim foo.cpp >> E25: GUI cannot be used: Not enabled at compile time > > Looks like the package needs a rebuild. > > Until then, reverting to vim-7.1.12-1 and gvim-7.1.28-1 fixes things. Should be fixed now, sorry for the delay. Cheers, -u From sleepinggiant08 at gmail.com Wed Jul 18 14:54:49 2007 From: sleepinggiant08 at gmail.com (Julian DeFronzo) Date: Wed, 18 Jul 2007 14:54:49 -0400 Subject: [arch-ports] SOLVED:Gdk::PixbufError Message-ID: Never mind. Everything is ok. Nitrogen runs fine. Once I set up my server, I will share my ppc packages: - gtk-chtheme - gtk-engine-murrine - gtk-engine-ubuntulooks - nitrogen - transmission ~Julian D On 7/18/07, Julian DeFronzo wrote: > > I am trying to build nitrogen for archlinux-ppc and have succesfully built > it. But when i run it i get: 'terminat called after throwing an instance of > 'Gdk::PixbufError' > > Is this a problem with nitrogen or glib/glib or gdk-pixbuf? > > Please let me know so i can share my packages with the Archlinux-ppc > community. > > ~Julian D. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at mattcox.ca Wed Jul 18 15:17:48 2007 From: matt at mattcox.ca (Matthew William Cox) Date: Wed, 18 Jul 2007 15:17:48 -0400 Subject: [arch-ports] [arch-ppc] Broken build of gvim package In-Reply-To: <469E3054.1020508@archlinuxppc.org> References: <20070716195240.GA7486@iron.mattcox.ca> <469E3054.1020508@archlinuxppc.org> Message-ID: <20070718191748.GB5020@iron.mattcox.ca> On Wed, Jul 18, 2007 at 05:23:00PM +0200, Alexander Baldeck wrote: > Should be fixed now, sorry for the delay. Confirm that it's fixed. Thanks MC From sleepinggiant08 at gmail.com Wed Jul 18 15:37:22 2007 From: sleepinggiant08 at gmail.com (Julian DeFronzo) Date: Wed, 18 Jul 2007 15:37:22 -0400 Subject: [arch-ports] [arch-ppc] Broken build of gvim package In-Reply-To: <20070718191748.GB5020@iron.mattcox.ca> References: <20070716195240.GA7486@iron.mattcox.ca> <469E3054.1020508@archlinuxppc.org> <20070718191748.GB5020@iron.mattcox.ca> Message-ID: Yup it works, good thing too ~Julian D. On 7/18/07, Matthew William Cox wrote: > > On Wed, Jul 18, 2007 at 05:23:00PM +0200, Alexander Baldeck wrote: > > Should be fixed now, sorry for the delay. > > Confirm that it's fixed. Thanks > > MC > > > _______________________________________________ > arch-ports mailing list > arch-ports at archlinux.org > http://archlinux.org/mailman/listinfo/arch-ports > -------------- next part -------------- An HTML attachment was scrubbed... URL: From homen3 at gmail.com Wed Jul 18 18:46:10 2007 From: homen3 at gmail.com (gianluca mazza) Date: Thu, 19 Jul 2007 00:46:10 +0200 Subject: [arch-ports] Installing gwget Message-ID: <469E9832.6050806@gmail.com> I'm trying to install gwget from source, but first I need to install perl-xml-parser, I tryed to use PKGBUILD from community, but I get this error that I don't understand: * > [gianluca at ArchPowePC xml-parser]$ makepkg > ==> Entering fakeroot environment > ==> Making package: perl-xml-parser 2.34-2 (gio lug 19 00:45:03 CEST 2007) > ==> Checking Runtime Dependencies... > ==> Checking Buildtime Dependencies... > ==> Retrieving Sources... > -> Found XML-Parser-2.34.tar.gz in build dir > ==> Validating source files with md5sums > XML-Parser-2.34.tar.gz ... Passed > ==> Extracting Sources... > -> tar -xf XML-Parser-2.34.tar.gz > ==> Removing existing pkg/ directory... > ==> Starting build()... > Can't locate Config.pm in @INC (@INC contains: > /usr/lib/perl5/5.8.8/ppc-linux-thread-multi /usr/lib/perl5/5.8.8 > /usr/lib/perl5/site_perl/5.8.8/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.8 > /usr/lib/perl5/site_perl/5.8.7/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.7 > /usr/lib/perl5/site_perl/5.8.6/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.6 > /usr/lib/perl5/site_perl/5.8.5/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.5 > /usr/lib/perl5/site_perl/5.8.4/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.4 > /usr/lib/perl5/site_perl/5.8.3/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.3 > /usr/lib/perl5/site_perl/5.8.2/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.2 > /usr/lib/perl5/site_perl/5.8.1/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.1 > /usr/lib/perl5/site_perl/5.8.0/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .). > BEGIN failed--compilation aborted. > Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: > /usr/lib/perl5/5.8.8/ppc-linux-thread-multi /usr/lib/perl5/5.8.8 > /usr/lib/perl5/site_perl/5.8.8/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.8 > /usr/lib/perl5/site_perl/5.8.7/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.7 > /usr/lib/perl5/site_perl/5.8.6/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.6 > /usr/lib/perl5/site_perl/5.8.5/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.5 > /usr/lib/perl5/site_perl/5.8.4/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.4 > /usr/lib/perl5/site_perl/5.8.3/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.3 > /usr/lib/perl5/site_perl/5.8.2/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.2 > /usr/lib/perl5/site_perl/5.8.1/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.1 > /usr/lib/perl5/site_perl/5.8.0/ppc-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at > Makefile.PL line 1. > BEGIN failed--compilation aborted at Makefile.PL line 1. > ==> ERROR: Build Failed. Aborting... *Can you help me? Thanks, Gianluca Mazza From belanger at ASTRO.UMontreal.CA Wed Jul 18 19:04:25 2007 From: belanger at ASTRO.UMontreal.CA (Eric Belanger) Date: Wed, 18 Jul 2007 19:04:25 -0400 (EDT) Subject: [arch-ports] Installing gwget In-Reply-To: <469E9832.6050806@gmail.com> References: <469E9832.6050806@gmail.com> Message-ID: On Thu, 19 Jul 2007, gianluca mazza wrote: > I'm trying to install gwget from source, but first I need to install > perl-xml-parser, I tryed to use PKGBUILD from community, but I get this > error that I don't understand: > * Install perlxml from current. perl-xml-parser is a duplicate of that packages and will eventually be removed from community repo. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From homen3 at gmail.com Wed Jul 18 19:18:46 2007 From: homen3 at gmail.com (gianluca mazza) Date: Thu, 19 Jul 2007 01:18:46 +0200 Subject: [arch-ports] Installing gwget In-Reply-To: References: <469E9832.6050806@gmail.com> Message-ID: <469E9FD6.4000408@gmail.com> Eric Belanger wrote: > On Thu, 19 Jul 2007, gianluca mazza wrote: > > >> I'm trying to install gwget from source, but first I need to install >> perl-xml-parser, I tryed to use PKGBUILD from community, but I get this >> error that I don't understand: >> * >> > > Install perlxml from current. perl-xml-parser is a duplicate of that > packages and will eventually be removed from community repo. > > perlxml is installed, but when I try to install from source gwget on ./configure I get this error: > checking for XML::Parser... configure: error: XML::Parser perl module > is required for intltool this is not perlxml? From tardo at nagi-fanboi.net Wed Jul 18 20:57:57 2007 From: tardo at nagi-fanboi.net (tardo at nagi-fanboi.net) Date: Wed, 18 Jul 2007 17:57:57 -0700 (PDT) Subject: [arch-ports] Installing gwget In-Reply-To: <469E9FD6.4000408@gmail.com> References: <469E9832.6050806@gmail.com> <469E9FD6.4000408@gmail.com> Message-ID: <60875.68.159.102.112.1184806677.squirrel@webmail.nagi-fanboi.net> > Eric Belanger wrote: >> On Thu, 19 Jul 2007, gianluca mazza wrote: >> >> >>> I'm trying to install gwget from source, but first I need to install >>> perl-xml-parser, I tryed to use PKGBUILD from community, but I get this >>> error that I don't understand: >>> * >>> >> >> Install perlxml from current. perl-xml-parser is a duplicate of that >> packages and will eventually be removed from community repo. >> >> > perlxml is installed, but when I try to install from source gwget on > ./configure I get this error: >> checking for XML::Parser... configure: error: XML::Parser perl module >> is required for intltool > this is not perlxml? Try adding --prefix=/usr to your configure line. If that doesn't work, pastebin the config.log From belanger at ASTRO.UMontreal.CA Wed Jul 18 22:49:08 2007 From: belanger at ASTRO.UMontreal.CA (Eric Belanger) Date: Wed, 18 Jul 2007 22:49:08 -0400 (EDT) Subject: [arch-ports] Installing gwget In-Reply-To: <60875.68.159.102.112.1184806677.squirrel@webmail.nagi-fanboi.net> References: <469E9832.6050806@gmail.com> <469E9FD6.4000408@gmail.com> <60875.68.159.102.112.1184806677.squirrel@webmail.nagi-fanboi.net> Message-ID: On Wed, 18 Jul 2007, tardo at nagi-fanboi.net wrote: >> Eric Belanger wrote: >>> On Thu, 19 Jul 2007, gianluca mazza wrote: >>> >>> >>>> I'm trying to install gwget from source, but first I need to install >>>> perl-xml-parser, I tryed to use PKGBUILD from community, but I get this >>>> error that I don't understand: >>>> * >>>> >>> >>> Install perlxml from current. perl-xml-parser is a duplicate of that >>> packages and will eventually be removed from community repo. >>> >>> >> perlxml is installed, but when I try to install from source gwget on >> ./configure I get this error: >>> checking for XML::Parser... configure: error: XML::Parser perl module >>> is required for intltool >> this is not perlxml? > > Try adding --prefix=/usr to your configure line. If that doesn't work, > pastebin the config.log > > Also, make sure you have pkgconfig installed. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From homen3 at gmail.com Thu Jul 19 02:59:35 2007 From: homen3 at gmail.com (gianluca mazza) Date: Thu, 19 Jul 2007 08:59:35 +0200 Subject: [arch-ports] Installing gwget In-Reply-To: References: <469E9832.6050806@gmail.com> <469E9FD6.4000408@gmail.com> <60875.68.159.102.112.1184806677.squirrel@webmail.nagi-fanboi.net> Message-ID: <469F0BD7.2070609@gmail.com> Eric Belanger wrote: > On Wed, 18 Jul 2007, tardo at nagi-fanboi.net wrote: > > >>> Eric Belanger wrote: >>> >>>> On Thu, 19 Jul 2007, gianluca mazza wrote: >>>> >>>> >>>> >>>>> I'm trying to install gwget from source, but first I need to install >>>>> perl-xml-parser, I tryed to use PKGBUILD from community, but I get this >>>>> error that I don't understand: >>>>> * >>>>> >>>>> >>>> Install perlxml from current. perl-xml-parser is a duplicate of that >>>> packages and will eventually be removed from community repo. >>>> >>>> >>>> >>> perlxml is installed, but when I try to install from source gwget on >>> ./configure I get this error: >>> >>>> checking for XML::Parser... configure: error: XML::Parser perl module >>>> is required for intltool >>>> >>> this is not perlxml? >>> >> Try adding --prefix=/usr to your configure line. If that doesn't work, >> pastebin the config.log >> >> >> > > Also, make sure you have pkgconfig installed. > > pkgconfig is installed, but doesn't work. (with --prefix too) This is config.log: > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure, which was > generated by GNU Autoconf 2.61. Invocation command line was > > $ ./configure --prefix=/usr > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = ArchPowePC > uname -m = ppc > uname -r = 2.6.21-ARCH > uname -s = Linux > uname -v = #1 Mon Jul 9 16:08:43 UTC 2007 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = ppc > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /bin > PATH: /usr/bin > PATH: /sbin > PATH: /usr/sbin > PATH: /usr/X11R6/bin > PATH: /opt/bin > PATH: /opt/gnome/bin > PATH: /opt/kde/bin > PATH: /opt/mozilla/bin > PATH: /opt/qt/bin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2068: checking for a BSD-compatible install > configure:2124: result: /bin/install -c > configure:2135: checking whether build environment is sane > configure:2178: result: yes > configure:2211: checking for gawk > configure:2227: found /bin/gawk > configure:2238: result: gawk > configure:2249: checking whether make sets $(MAKE) > configure:2270: result: yes > configure:2455: checking for gconftool-2 > configure:2473: found /usr/bin/gconftool-2 > configure:2485: result: /usr/bin/gconftool-2 > configure:2505: checking for style of include used by make > configure:2533: result: GNU > configure:2606: checking for gcc > configure:2622: found /usr/bin/gcc > configure:2633: result: gcc > configure:2871: checking for C compiler version > configure:2878: gcc --version >&5 > gcc (GCC) 4.1.2 > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > > configure:2881: $? = 0 > configure:2888: gcc -v >&5 > Using built-in specs. > Target: powerpc-unknown-linux-gnu > Configured with: ../gcc-4.1.2/configure --prefix=/usr --enable-shared > --enable-languages=c,c++,objc --enable-threads=posix > --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib > --libexecdir=/usr/lib --enable-clocale=gnu > Thread model: posix > gcc version 4.1.2 > configure:2891: $? = 0 > configure:2898: gcc -V >&5 > gcc: '-V' option must have argument > configure:2901: $? = 1 > configure:2924: checking for C compiler default output file name > configure:2951: gcc conftest.c >&5 > configure:2954: $? = 0 > configure:2992: result: a.out > configure:3009: checking whether the C compiler works > configure:3019: ./a.out > configure:3022: $? = 0 > configure:3039: result: yes > configure:3046: checking whether we are cross compiling > configure:3048: result: no > configure:3051: checking for suffix of executables > configure:3058: gcc -o conftest conftest.c >&5 > configure:3061: $? = 0 > configure:3085: result: > configure:3091: checking for suffix of object files > configure:3117: gcc -c conftest.c >&5 > configure:3120: $? = 0 > configure:3143: result: o > configure:3147: checking whether we are using the GNU C compiler > configure:3176: gcc -c conftest.c >&5 > configure:3182: $? = 0 > configure:3199: result: yes > configure:3204: checking whether gcc accepts -g > configure:3234: gcc -c -g conftest.c >&5 > configure:3240: $? = 0 > configure:3339: result: yes > configure:3356: checking for gcc option to accept ISO C89 > configure:3430: gcc -c -g -O2 conftest.c >&5 > configure:3436: $? = 0 > configure:3459: result: none needed > configure:3479: checking dependency style of gcc > configure:3562: result: gcc3 > configure:3592: checking for intltool >= 0.29 > configure:3599: result: 0.35.5 found > configure:3655: checking for perl > configure:3673: found /usr/bin/perl > configure:3685: result: /usr/bin/perl > configure:3704: checking for XML::Parser > configure:3710: error: XML::Parser perl module is required for intltool > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CC_set= > ac_cv_env_CC_value= > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CPP_set= > ac_cv_env_CPP_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_value= > ac_cv_env_DBUS_CFLAGS_set= > ac_cv_env_DBUS_CFLAGS_value= > ac_cv_env_DBUS_LIBS_set= > ac_cv_env_DBUS_LIBS_value= > ac_cv_env_EPIPHANY_DEPENDENCY_CFLAGS_set= > ac_cv_env_EPIPHANY_DEPENDENCY_CFLAGS_value= > ac_cv_env_EPIPHANY_DEPENDENCY_LIBS_set= > ac_cv_env_EPIPHANY_DEPENDENCY_LIBS_value= > ac_cv_env_F77_set= > ac_cv_env_F77_value= > ac_cv_env_FFLAGS_set= > ac_cv_env_FFLAGS_value= > ac_cv_env_GNOME_CFLAGS_set= > ac_cv_env_GNOME_CFLAGS_value= > ac_cv_env_GNOME_LIBS_set= > ac_cv_env_GNOME_LIBS_value= > ac_cv_env_LDFLAGS_set= > ac_cv_env_LDFLAGS_value= > ac_cv_env_LIBS_set= > ac_cv_env_LIBS_value= > ac_cv_env_NOTIFY_CFLAGS_set= > ac_cv_env_NOTIFY_CFLAGS_value= > ac_cv_env_NOTIFY_LIBS_set= > ac_cv_env_NOTIFY_LIBS_value= > ac_cv_env_PKG_CONFIG_set= > ac_cv_env_PKG_CONFIG_value= > ac_cv_env_build_alias_set= > ac_cv_env_build_alias_value= > ac_cv_env_host_alias_set= > ac_cv_env_host_alias_value= > ac_cv_env_target_alias_set= > ac_cv_env_target_alias_value= > ac_cv_objext=o > ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2 > ac_cv_path_INTLTOOL_PERL=/usr/bin/perl > ac_cv_path_install='/bin/install -c' > ac_cv_prog_AWK=gawk > ac_cv_prog_ac_ct_CC=gcc > ac_cv_prog_cc_c89= > ac_cv_prog_cc_g=yes > ac_cv_prog_make_make_set=yes > am_cv_CC_dependencies_compiler_type=gcc3 > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > ACLOCAL='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run > aclocal-1.7' > ALL_LINGUAS='' > AMDEPBACKSLASH='\' > AMDEP_FALSE='#' > AMDEP_TRUE='' > AMTAR='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run tar' > AR='' > AUTOCONF='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run > autoconf' > AUTOHEADER='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run > autoheader' > AUTOMAKE='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run > automake-1.7' > AWK='gawk' > CATALOGS='' > CATOBJEXT='' > CC='gcc' > CCDEPMODE='depmode=gcc3' > CFLAGS='-g -O2' > CPP='' > CPPFLAGS='' > CXX='' > CXXCPP='' > CXXDEPMODE='' > CXXFLAGS='' > CYGPATH_W='echo' > DATADIRNAME='' > DBUS_BINDING_TOOL='' > DBUS_CFLAGS='' > DBUS_LIBS='' > DBUS_TOOL_NO_PREFIX_FALSE='' > DBUS_TOOL_NO_PREFIX_TRUE='' > DEFS='' > DEPDIR='.deps' > ECHO='echo' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='' > ENABLE_DBUS_FALSE='' > ENABLE_DBUS_TRUE='' > ENABLE_EPIPHANY_EXTENSION_FALSE='' > ENABLE_EPIPHANY_EXTENSION_TRUE='' > EPIPHANY_DEPENDENCY_CFLAGS='' > EPIPHANY_DEPENDENCY_LIBS='' > EPIPHANY_EXTENSIONS_DIR='' > EPIPHANY_REQUIRED='' > EXEEXT='' > EXTENSION_PREFIX='' > F77='' > FFLAGS='' > GCONFTOOL='/usr/bin/gconftool-2' > GCONF_SCHEMAS_INSTALL_FALSE='' > GCONF_SCHEMAS_INSTALL_TRUE='' > GCONF_SCHEMA_CONFIG_SOURCE='' > GCONF_SCHEMA_FILE_DIR='' > GETTEXT_PACKAGE='' > GLIB_GENMARSHAL='' > GMOFILES='' > GMSGFMT='' > GNOME_CFLAGS='' > GNOME_LIBS='' > GREP='' > GWGET_CFLAGS='' > GWGET_LIBS='' > INSTALL_DATA='${INSTALL} -m 644' > INSTALL_PROGRAM='${INSTALL}' > INSTALL_SCRIPT='${INSTALL}' > INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' > INSTOBJEXT='' > INTLLIBS='' > INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract' > INTLTOOL_ICONV='' > INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u > -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_MERGE='$(top_builddir)/intltool-merge' > INTLTOOL_MSGFMT='' > INTLTOOL_MSGMERGE='' > INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p > $(top_srcdir)/po $< $@' > INTLTOOL_PERL='/usr/bin/perl' > INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_UPDATE='$(top_builddir)/intltool-update' > INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > INTLTOOL_XGETTEXT='' > INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in > $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' > INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) > $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u > -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' > LDFLAGS='' > LIBGLIB_REQUIRED='' > LIBGTK_REQUIRED='' > LIBOBJS='' > LIBS='' > LIBTOOL='' > LN_S='' > LTLIBOBJS='' > MAKEINFO='${SHELL} /home/gianluca/Desktop/gwget-0.99/missing --run > makeinfo' > MKINSTALLDIRS='' > MSGFMT='' > MSGFMT_OPTS='' > NOTIFY_CFLAGS='' > NOTIFY_LIBS='' > OBJEXT='o' > ORBIT_IDL='' > PACKAGE='gwget' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > PKG_CONFIG='' > POFILES='' > POSUB='' > PO_IN_DATADIR_FALSE='' > PO_IN_DATADIR_TRUE='' > RANLIB='' > SET_MAKE='' > SHELL='/bin/sh' > STRIP='' > USE_NLS='' > USE_NOTIFY_FALSE='' > USE_NOTIFY_TRUE='' > VERSION='0.99' > XGETTEXT='' > ac_ct_CC='gcc' > ac_ct_CXX='' > ac_ct_F77='' > am__fastdepCC_FALSE='#' > am__fastdepCC_TRUE='' > am__fastdepCXX_FALSE='' > am__fastdepCXX_TRUE='' > am__include='include' > am__leading_dot='.' > am__quote='' > bindir='${exec_prefix}/bin' > build='' > build_alias='' > build_cpu='' > build_os='' > build_vendor='' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='NONE' > host='' > host_alias='' > host_cpu='' > host_os='' > host_vendor='' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${datarootdir}/info' > install_sh='/home/gianluca/Desktop/gwget-0.99/install-sh' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='${datarootdir}/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > pixmapsdir='' > prefix='/usr' > program_transform_name='s,x,x,' > psdir='${docdir}' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define PACKAGE "gwget" > #define VERSION "0.99" > > configure: exit 1 From sacarde at tiscali.it Thu Jul 19 11:56:00 2007 From: sacarde at tiscali.it (sacarde) Date: Thu, 19 Jul 2007 17:56:00 +0200 Subject: [arch-ports] installing lexmark printer Message-ID: <200707191756.01169.sacarde@tiscali.it> Hi, I hace lexmark printer Z515, in i386 system I follow this hint to install it: http://www.linuxfromscratch.org/hints/downloads/files/lexmark-printer.txt now, in ppc system can you give me suggest to reinstall it ? thankyou sacarde at tiscali.it From matt at mattcox.ca Thu Jul 19 14:28:38 2007 From: matt at mattcox.ca (Matthew William Cox) Date: Thu, 19 Jul 2007 14:28:38 -0400 Subject: [arch-ports] installing lexmark printer In-Reply-To: <200707191756.01169.sacarde@tiscali.it> References: <200707191756.01169.sacarde@tiscali.it> Message-ID: <20070719182838.GA4691@iron.mattcox.ca> On Thu, Jul 19, 2007 at 05:56:00PM +0200, sacarde wrote: > now, in ppc system can you give me suggest to reinstall it ? Try http://wiki.archlinux.org/index.php/CUPS_Setup and see if that helps you. Printing in the linux world has converged on CUPS. Matt From sacarde at tiscali.it Sat Jul 21 06:16:15 2007 From: sacarde at tiscali.it (sacarde) Date: Sat, 21 Jul 2007 12:16:15 +0200 Subject: [arch-ports] installing lexmark printer In-Reply-To: <20070719182838.GA4691@iron.mattcox.ca> References: <200707191756.01169.sacarde@tiscali.it> <20070719182838.GA4691@iron.mattcox.ca> Message-ID: <200707211216.15149.sacarde@tiscali.it> > Try http://wiki.archlinux.org/index.php/CUPS_Setup and see if that helps > you. Printing in the linux world has converged on CUPS. I try to install compatible driver z600 ppd, but document is queued but not printed From matt at mattcox.ca Sat Jul 21 13:25:28 2007 From: matt at mattcox.ca (Matthew William Cox) Date: Sat, 21 Jul 2007 13:25:28 -0400 Subject: [arch-ports] installing lexmark printer In-Reply-To: <200707211216.15149.sacarde@tiscali.it> References: <200707191756.01169.sacarde@tiscali.it> <20070719182838.GA4691@iron.mattcox.ca> <200707211216.15149.sacarde@tiscali.it> Message-ID: <20070721172528.GA4679@iron.mattcox.ca> On Sat, Jul 21, 2007 at 12:16:15PM +0200, sacarde wrote: > I try to install compatible driver z600 ppd, but document is queued but not > printed Go to http://localhost:631/printers and see if your printer is paused or offline. Enable it if it is. Otherwise, as on a cups IRC channel or mailing list. Matt From sacarde at tiscali.it Sat Jul 21 13:39:51 2007 From: sacarde at tiscali.it (sacarde) Date: Sat, 21 Jul 2007 19:39:51 +0200 Subject: [arch-ports] installing lexmark printer In-Reply-To: <20070721172528.GA4679@iron.mattcox.ca> References: <200707191756.01169.sacarde@tiscali.it> <200707211216.15149.sacarde@tiscali.it> <20070721172528.GA4679@iron.mattcox.ca> Message-ID: <200707211939.51893.sacarde@tiscali.it> > Go to http://localhost:631/printers and see if your printer is paused or > offline. Enable it if it is. Otherwise, as on a cups IRC channel or > mailing list. document is active and printing status but printer is quite I ask in ML-cups and Linuxprinting-ML From kth5 at archlinuxppc.org Sat Jul 21 14:52:04 2007 From: kth5 at archlinuxppc.org (Alexander Baldeck) Date: Sat, 21 Jul 2007 20:52:04 +0200 Subject: [arch-ports] Usage of arch-ports mailing list Message-ID: <46A255D4.7070904@archlinuxppc.org> Dear readers of arch-ports, I would like to recommend to only use arch-ports for architecture specific questions. Topic involved would be: * booting & installation * architecture dependent compilation * architecture specific bugs * packages that do not exits on any other platform * package requests Anything else should go to the regular arch mailing list. It is much more likely to get your questions answered there as well. Recent examples such as printing are by no means architecture specific unless there's a bug only on that one architecture, which is in most of the cases very unlikely. Cheers, -L From kth5 at archlinuxppc.org Sat Jul 21 14:54:09 2007 From: kth5 at archlinuxppc.org (Alexander Baldeck) Date: Sat, 21 Jul 2007 20:54:09 +0200 Subject: [arch-ports] [ppc] Bugtracker Message-ID: <46A25651.3010409@archlinuxppc.org> Hey all, I bet many have just not noticed but we put our own bugtracker up online. It is available below: http://bugs.archlinuxppc.org Happy filing! :) -G From matt at mattcox.ca Sat Jul 21 21:09:27 2007 From: matt at mattcox.ca (Matthew William Cox) Date: Sat, 21 Jul 2007 21:09:27 -0400 Subject: [arch-ports] [ppc] Bugtracker In-Reply-To: <46A25651.3010409@archlinuxppc.org> References: <46A25651.3010409@archlinuxppc.org> Message-ID: <20070722010927.GA7353@iron.mattcox.ca> On Sat, Jul 21, 2007 at 08:54:09PM +0200, Alexander Baldeck wrote: > Hey all, > > I bet many have just not noticed but we put our own bugtracker up > online. It is available below: > > http://bugs.archlinuxppc.org > > > Happy filing! :) Seems the permissions need to be relaxed a bit. I just registered a new user and can't file a bug. mwc From sacarde at tiscali.it Mon Jul 23 02:25:07 2007 From: sacarde at tiscali.it (sacarde) Date: Mon, 23 Jul 2007 08:25:07 +0200 Subject: [arch-ports] some problem in sound powermac In-Reply-To: <200707170914.07640.sacarde@tiscali.it> References: <200707170831.55801.sacarde@tiscali.it> <20070717064546.GA12384@iron.mattcox.ca> <200707170914.07640.sacarde@tiscali.it> Message-ID: <200707230825.07188.sacarde@tiscali.it> > I do it, but same errors with aplay and mpg321 > but mplayer works OK may be that sound running in kernelspace are KO and in userspace are OK ? I think that because I have message at startup: Sound server informational message: Error while initializing the sound driver: device: default can't be opened for playback (No such file or directory) I have this: http://img525.imageshack.us/my.php?image=snapshot3zc8.png in kde kinfo From matt at mattcox.ca Mon Jul 23 02:56:30 2007 From: matt at mattcox.ca (Matthew William Cox) Date: Mon, 23 Jul 2007 02:56:30 -0400 Subject: [arch-ports] [PPC] One Last Bug Report For the List! Message-ID: <20070723065630.GA2658@iron.mattcox.ca> The bug tracker on bugs.archlinuxppc.org is still broken (can't submit bugs.) I'll post this here. It seems that the openssh package was broken when it was built. The problem is that it contains hardcoded strings to the wrong xauth. This breaks X11 forwarding (to and from) unless a corrected address is inserted in the config files. > $ pacman -Qo /usr/bin/xauth /usr/bin/ssh /usr/sbin/sshd > /usr/bin/xauth is owned by xorg-xauth 1.0.2-1 > /usr/bin/ssh is owned by openssh 4.6p1-5 > /usr/sbin/sshd is owned by openssh 4.6p1-5 > $ strings /usr/bin/ssh | grep xauth Wrong path here: > /usr/X11R6/bin/xauth > xauthlocation > No xauth program. > %s/xauthfile > Warning: No xauth data; using fake authentication data for X11 forwarding. > $ strings /usr/sbin/sshd | grep xauth and again here: > /usr/X11R6/bin/xauth > xauthlocation > maxauthtries > No xauth program; cannot forward with spoofing. Package needs a rebuild. Matt From sacarde at tiscali.it Mon Jul 23 16:00:46 2007 From: sacarde at tiscali.it (sacarde) Date: Mon, 23 Jul 2007 22:00:46 +0200 Subject: [arch-ports] New in ArchPPC and some problem In-Reply-To: <5DACC898-5F1A-4A78-B135-6916975685E4@gmail.com> References: <379CE03B-24D4-46E9-BF45-C84E05ECA642@gmail.com> <4695F3F7.2010508@archlinuxppc.org> <5DACC898-5F1A-4A78-B135-6916975685E4@gmail.com> Message-ID: <200707232200.47039.sacarde@tiscali.it> ciao, come va il porting di arch su ppc ? sacarde From n4rc0s at gmail.com Tue Jul 24 03:40:45 2007 From: n4rc0s at gmail.com (Markus Wolf) Date: Tue, 24 Jul 2007 09:40:45 +0200 Subject: [arch-ports] New in ArchPPC and some problem In-Reply-To: <200707232200.47039.sacarde@tiscali.it> References: <379CE03B-24D4-46E9-BF45-C84E05ECA642@gmail.com> <4695F3F7.2010508@archlinuxppc.org> <5DACC898-5F1A-4A78-B135-6916975685E4@gmail.com> <200707232200.47039.sacarde@tiscali.it> Message-ID: 2007/7/23, sacarde : > > ciao, > come va il porting di arch su ppc ? > This is not a local mailing list, so pls write in english. Anyway, to anwser your question, arch on ppc is great! I've been running it on my iBook in the last year and it gets better and better every day. I definitely got rid of MAC OS X. While still not as complete as the i686 version, it's still fairly complete. And of course you can use AUR (works ok 99.9% of the times) to build packages not present in repositories. A great "thank you" to every dev involved in the project! Cheers Markus From sacarde at tiscali.it Tue Jul 24 04:00:20 2007 From: sacarde at tiscali.it (sacarde) Date: Tue, 24 Jul 2007 10:00:20 +0200 Subject: [arch-ports] New in ArchPPC and some problem In-Reply-To: References: <379CE03B-24D4-46E9-BF45-C84E05ECA642@gmail.com> <200707232200.47039.sacarde@tiscali.it> Message-ID: <200707241000.20326.sacarde@tiscali.it> > This is not a local mailing list, so pls write in english. sorry > Anyway, to > anwser your question, arch on ppc is great! I've been running it on my > iBook in the last year and it gets better and better every day. I > definitely got rid of MAC OS X. While still not as complete as the > i686 version, it's still fairly complete. And of course you can use > AUR (works ok 99.9% of the times) to build packages not present in > repositories. A great "thank you" to every dev involved in the > project! I have this problems yet: printer kde-audio skype flash opera that you can read in this ml archlinuxppc is well, but not verywell yet From kth5 at archlinuxppc.org Tue Jul 24 04:18:52 2007 From: kth5 at archlinuxppc.org (Alexander Baldeck) Date: Tue, 24 Jul 2007 10:18:52 +0200 Subject: [arch-ports] New in ArchPPC and some problem In-Reply-To: <200707241000.20326.sacarde@tiscali.it> References: <379CE03B-24D4-46E9-BF45-C84E05ECA642@gmail.com> <200707232200.47039.sacarde@tiscali.it> <200707241000.20326.sacarde@tiscali.it> Message-ID: <46A5B5EC.8090201@archlinuxppc.org> sacarde wrote: > > I have this problems yet: > > printer not ppc specific > kde-audio likewise > skype does not exist for ppc for it is a binary blob > flash does not exist for ppc for it is a binary blob, gnash is the only more or less decent alternative > opera binary blob and thus unfixable, we are considering to drop it completely Cheers, -G From matt at mattcox.ca Tue Jul 24 04:51:01 2007 From: matt at mattcox.ca (Matthew William Cox) Date: Tue, 24 Jul 2007 04:51:01 -0400 Subject: [arch-ports] New in ArchPPC and some problem In-Reply-To: <46A5B5EC.8090201@archlinuxppc.org> References: <379CE03B-24D4-46E9-BF45-C84E05ECA642@gmail.com> <200707232200.47039.sacarde@tiscali.it> <200707241000.20326.sacarde@tiscali.it> <46A5B5EC.8090201@archlinuxppc.org> Message-ID: <20070724085101.GA4871@iron.mattcox.ca> Hello, I'll just clarify what's going on here, Alexander's responses were a little terse. On Tue, Jul 24, 2007 at 10:18:52AM +0200, Alexander Baldeck wrote: > sacarde wrote: > > > > I have this problems yet: > > > > printer > not ppc specific > > kde-audio > likewise The problems you're having here are not PPC specific. You'll find it more productive to ask on the CUPS and KDE mailing lists, respectively. There you'll find people knowledgeable about those systems who can help you troubleshoot things. > > skype > does not exist for ppc for it is a binary blob > > flash > does not exist for ppc for it is a binary blob, gnash is the only more > or less decent alternative > > opera > binary blob and thus unfixable, we are considering to drop it completely Binary blobs are non-Free software that is not distributed in source form. In the case of skype and flash, the developers have decided not to support PPC/linux. You will not be able to use these programs on any distribution of linux on PPC hardware. (At least, not until somebody reverse engineers them to a useful point. See Gnash, which is a work-in-progress Gnu Flash engine.) You'll need to go to Mac OS X, which the manufacturers do support. In the case of Opera, binaries are provided by Opera. Any problems with that binary cannot be fixed by the ArchPPC team, or any distro for that matter, becaue Opera provides them in a form which is impractical to fix. If you really, really need opera, you're out of luck. Find out what distro Opera builds their PPC binaries against, and try that. Or run Mac OS X. Or just use firefox. Matthew From kth5 at archlinuxppc.org Fri Jul 27 11:26:03 2007 From: kth5 at archlinuxppc.org (Alexander Baldeck) Date: Fri, 27 Jul 2007 17:26:03 +0200 Subject: [arch-ports] [PPC] One Last Bug Report For the List! In-Reply-To: <20070723065630.GA2658@iron.mattcox.ca> References: <20070723065630.GA2658@iron.mattcox.ca> Message-ID: <46AA0E8B.7060702@archlinuxppc.org> Matthew William Cox wrote: > The bug tracker on bugs.archlinuxppc.org is still broken (can't submit > bugs.) I'll post this here. > > Should be fixed now. :) Cheers, -kth5