Re: [arch] compiling Gimp 2.4 - perl XML::Parser not in path - PROBLEM GONE

2007-10-25 Thread Attila
On Donnerstag, 25. Oktober 2007 22:14 waldek wrote: > I did not have intltool installed, but installing it did not help still the > same message. Same for gimp 2.2.17. Oh, i must correct myself because my PKGBUILD depends on gimp-devel from AUR because i used this the whole time. Here be my lines

Re: [arch] compiling Gimp 2.4 - perl XML::Parser not in path

2007-10-25 Thread Mezoko
Mezoko wrote: > waldek wrote: > >> hi, >> I've tried to compile Gimp 2.4 today. During the process I hit a strange >> problem, apparently perl cannot find XML::Parser on my system although >> it is installed. >> >> configure gives the following error message: >> >> checking for perl... /usr/bi

Re: [arch] compiling Gimp 2.4 - perl XML::Parser not in path

2007-10-25 Thread Mezoko
waldek wrote: > hi, > I've tried to compile Gimp 2.4 today. During the process I hit a strange > problem, apparently perl cannot find XML::Parser on my system although > it is installed. > > configure gives the following error message: > > checking for perl... /usr/bin/perl > checking for XML::Pa

Re: [arch] compiling Gimp 2.4 - perl XML::Parser not in path - PROBLEM GONE

2007-10-25 Thread waldek
Attila wrote: > On Donnerstag, 25. Oktober 2007 20:07 waldek wrote: > >>> http://bugs.archlinux.org/task/8389 >>> >> >> I downgraded perl. > > Perhaps too early because with the same configure options as for the > package 2.2.17 from extra i get this: > > checking for XML::Parser... ok > > I

Re: [arch] compiling Gimp 2.4 - perl XML::Parser not in path

2007-10-25 Thread Attila
On Donnerstag, 25. Oktober 2007 20:07 waldek wrote: >> http://bugs.archlinux.org/task/8389 >> > > I downgraded perl. Perhaps too early because with the same configure options as for the package 2.2.17 from extra i get this: checking for XML::Parser... ok I have perl 5.8.8-8, perlxml 2.34-4, p

Re: [arch] compiling Gimp 2.4 - perl XML::Parser not in path

2007-10-25 Thread Xavier
On Thu, Oct 25, 2007 at 02:31:35PM -0400, Eric Belanger wrote: > > The perl-xml-parser package is one of the numerous duplicates perl > module packages that entered the community repo when xterminus added his > perl repo packages to community. These duplicates have been removed since > then, if

Re: [arch] Community PKGBUILD submission

2007-10-25 Thread Rodrigo Coacci
On 10/25/07, Jason Chu <[EMAIL PROTECTED]> wrote: > > () > Not trying to push some sort of developer agenda here, but we've always > tried to use the bug tracker for things like this. If the update is > complicated, it's great to attach a PKGBUILD to a bug report and it also > makes it very ea

Re: [arch] compiling Gimp 2.4 - perl XML::Parser not in path

2007-10-25 Thread Eric Belanger
On Thu, 25 Oct 2007, Xavier wrote: > On Thu, Oct 25, 2007 at 03:56:23PM +0200, waldek wrote: >> $ pacman -Q perlxml >> perlxml 2.34-4 >> >> $pacman -Ql perlxml >> /usr/lib/perl5/site_perl/current/i686-linux-thread-multi/XML/Parser.pm >> > > What is this perlxml package? Why do I have perl-xml-pars

Re: [arch] Community PKGBUILD submission

2007-10-25 Thread Jason Chu
On Thu, Oct 25, 2007 at 02:18:41PM -0200, Rodrigo Coacci wrote: > On 10/25/07, David Rosenstrauch <[EMAIL PROTECTED]> wrote: > (...) > > In any case, this is really probably a communication issue more than > > anything else. People might not be so inclined to go and build > > workaround packages

Re: [arch] compiling Gimp 2.4 - perl XML::Parser not in path

2007-10-25 Thread waldek
Roman Kyrylych wrote: > > http://bugs.archlinux.org/task/8389 > I downgraded perl. cheers waldek ___ arch mailing list arch@archlinux.org http://archlinux.org/mailman/listinfo/arch

Re: [arch] compiling Gimp 2.4 - perl XML::Parser not in path

2007-10-25 Thread Xavier
On Thu, Oct 25, 2007 at 03:56:23PM +0200, waldek wrote: > $ pacman -Q perlxml > perlxml 2.34-4 > > $pacman -Ql perlxml > /usr/lib/perl5/site_perl/current/i686-linux-thread-multi/XML/Parser.pm > What is this perlxml package? Why do I have perl-xml-parser here, owning the above file? It seems like

Re: [arch] Community PKGBUILD submission

2007-10-25 Thread Rodrigo Coacci
On 10/25/07, David Rosenstrauch <[EMAIL PROTECTED]> wrote: (...) In any case, this is really probably a communication issue more than > anything else. People might not be so inclined to go and build > workaround packages if they knew *why* the package was being held and > therefore *when* they mi

Re: [arch] compiling Gimp 2.4 - perl XML::Parser not in path

2007-10-25 Thread Roman Kyrylych
2007/10/25, waldek <[EMAIL PROTECTED]>: > hi, > I've tried to compile Gimp 2.4 today. During the process I hit a strange > problem, apparently perl cannot find XML::Parser on my system although > it is installed. > > configure gives the following error message: > > checking for perl... /usr/bin/per

Re: [arch] Community PKGBUILD submission

2007-10-25 Thread David Rosenstrauch
Allan McRae wrote: > I have noticed over the years that every so often a package in the main > repos stagnates. > This has > happened with eclipse & eclipse-cdt. Eclipse has not been updated to > version 3.3 in the months since it was released. Going off on a tangent a bit here, but regardin

Re: [arch] PackageKit and Pacman

2007-10-25 Thread nesl247
There's already some pkgbuilds for it. You can see the forum post for more information. (It's in contributions) On 10/22/07, Travis Willard <[EMAIL PROTECTED]> wrote: > On Mon, 22 Oct 2007 10:56:54 -0500, Aaron Griffin wrote > > On 10/22/07, gan lu <[EMAIL PROTECTED]> wrote: > > > Is there any pla

Re: [arch] Community PKGBUILD submission

2007-10-25 Thread Jesse Young
On Thu, Oct 25, 2007 at 18:04:01 +1000, Allan McRae wrote: > A possible solution would be to have a website where users could submit > a PKGBUILD for a package needing updated in the main repos. Then this > PKGBUILD could be taken by a developer, reviewed and added to the main > repositories.

[arch] compiling Gimp 2.4 - perl XML::Parser not in path

2007-10-25 Thread waldek
hi, I've tried to compile Gimp 2.4 today. During the process I hit a strange problem, apparently perl cannot find XML::Parser on my system although it is installed. configure gives the following error message: checking for perl... /usr/bin/perl checking for XML::Parser... configure: error: XML:

Re: [arch] Community PKGBUILD submission

2007-10-25 Thread Alexandros K-K
this actually sounds like adding a "comments" box as found in aur to arch packages page and making it more formal so that a list of posted PKGBUILDs can be displayed. this could also mean "alternative" builds for the same version could be displayed... it's a good idea, but it can get messy On 10/2

[arch] Community PKGBUILD submission

2007-10-25 Thread Allan McRae
Let me prefix this by saying that I know the developers have lots of things to do (including "real-life" stuff) and I am not intending to offend anyone by this idea - especially the maintainer of the eclipse package which I am going to use as an example. Also this may be a really bad idea! :)

[arch] Calibration Utility for 3M Touch screen

2007-10-25 Thread Loris Strozzini
Hi all, anyone know a Calibration Utility for 3M Touch Screen USB. On the web I' had find package only for serial TS or package for RPM based distro. I want to install it on embedded system based on Archlinux and RPM is not good for this. Thanks in advance. Loris _