[Fink-devel] How to remove a certain group of packages

2010-06-06 Thread Koen van der Drift
Hi, Is there a way to remove a certain group of packages in fink? For instance, all packages that I maintain, or all installed perlmodules? I can list them: fink list --installed -m 'driftkop' or fink list --installed | grep pm588 But then how to proceed? Thanks, - Koen.

[Fink-devel] abstract method called directly! error

2010-06-06 Thread Koen van der Drift
Hi, I am getting the following error with one of my perlmodules: make test || exit 2 PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') t/*.t t/compat/*.t abstract method called directly! at /sw/src/fink.build/tap-parser-

Re: [Fink-devel] How to remove a certain group of packages

2010-06-06 Thread Martin Costabel
Koen van der Drift wrote: Hi, Is there a way to remove a certain group of packages in fink? For instance, all packages that I maintain, or all installed perlmodules? I can list them: fink list --installed -m 'driftkop' or fink list --installed | grep pm588 But then how to

Re: [Fink-devel] abstract method called directly! error

2010-06-06 Thread Koen van der Drift
On Jun 6, 2010, at 11:13 AM, Daniel Macks wrote: ccording to CPAN search, TAP::Parser is now (not sure as of how recently) part of the Test::Harness distro, and the Tap::Parser docs say the goal of that package was to eventually migrate into Test::Harness. Do we still need a stand-alone

Re: [Fink-devel] How to remove a certain group of packages

2010-06-06 Thread Koen van der Drift
On Jun 6, 2010, at 7:45 AM, Martin Costabel wrote: For example (1 line) sudo dpkg -r --force-all `fink list -i -m 'driftkop' | awk '{print $2}'` Excellent, thanks! - Koen. -- ThinkGeek and WIRED's GeekDad team

[Fink-devel] arch: Unknown architecture: powerpc error on PPC

2010-06-06 Thread Koen van der Drift
Hi, I am trying to update most of my perlmodules to include the -pm5100 variant. For module-build-pm5100, I now get the following error: sudo -u fink-bld [ENV] sh -c/var/tmp/tmp.38.5B2RQl /var/tmp/tmp.0.Ld9wPl + exec + perlversion=5.10.0 + perlexe=perl5.10.0 + '[' 5100 = 5100 ']' +

Re: [Fink-devel] arch: Unknown architecture: powerpc error on PPC

2010-06-06 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/6/10 4:52 PM, Koen van der Drift wrote: Hi, I am trying to update most of my perlmodules to include the -pm5100 variant. For module-build-pm5100, I now get the following error: sudo -u fink-bld [ENV] sh -c/var/tmp/tmp.38.5B2RQl