Re: [arch-general] Something Broken with Perl!

2011-07-03 Thread Steve Holmes
Well, I've been messing with cpanplus and the distarch part of it. I have some questions now. Where does cpanp get the information to generate a properly configured PKGBUILD for a module? Right now, I cannot use cpanp to build Params::Util because it keeps sticking a bad dependency in the PKGB

Re: [arch-general] Default sound card

2011-07-03 Thread Christian
Hello, yes, I got it working now. Many thanks for helping! Christian On 2011-07-03 at 19:46 Axel 'the C.L.A.' Müller wrote: >On Sun, 03 Jul 2011 19:07:21 +0200 >"Christian" wrote: > >> Hi all, >> Well, I have been trying to specify my Soundblaster Audigy ZS2 as my >default sound card, but no l

Re: [arch-general] [signoff] mkinitcpio 0.7.1-1, device-mapper/lvm2 2.02.85-3, cryptsetup 1.3.1-2, dmraid 1.0.0.rc16.3-2, mdadm 3.2.2-2, v86d 0.1.10-2

2011-07-03 Thread Gerardo Exequiel Pozzi
On 07/03/2011 09:57 AM, Thomas Bächler wrote: A few fixes to mkinitcpio. One regression was fixed regarding 64 bit kernels with a 32 bit userspace (slows down image generation a bit again), and there were further speedups regarding add_module. Please sign off. Dave Reisner (17): bash-com

Re: [arch-general] Default sound card

2011-07-03 Thread Axel 'the C.L.A.' Müller
On Sun, 03 Jul 2011 19:07:21 +0200 "Christian" wrote: > Hi all, > Well, I have been trying to specify my Soundblaster Audigy ZS2 as my default > sound card, but no luck. > Here is what I do. I typed: > cat /proc//asound/modules > 0 snd_intel > 1 snd_emu10k1 > So I then created the alsa.conf file

[arch-general] Default sound card

2011-07-03 Thread Christian
Hi all, Well, I have been trying to specify my Soundblaster Audigy ZS2 as my default sound card, but no luck. Here is what I do. I typed: cat /proc//asound/modules 0 snd_intel 1 snd_emu10k1 So I then created the alsa.conf file under /etc/modprobe.d and typed: options snd slots=snd_eme10k1x0 I know

Re: [arch-general] [signoff] mkinitcpio 0.7.1-1, device-mapper/lvm2 2.02.85-3, cryptsetup 1.3.1-2, dmraid 1.0.0.rc16.3-2, mdadm 3.2.2-2, v86d 0.1.10-2

2011-07-03 Thread Evangelos Foutras
On 3 July 2011 15:57, Thomas Bächler wrote: > A few fixes to mkinitcpio. One regression was fixed regarding 64 bit > kernels with a 32 bit userspace (slows down image generation a bit > again), and there were further speedups regarding add_module. > > Please sign off. Signoff x86_64.

Re: [arch-general] [signoff] mkinitcpio 0.7.1-1, device-mapper/lvm2 2.02.85-3, cryptsetup 1.3.1-2, dmraid 1.0.0.rc16.3-2, mdadm 3.2.2-2, v86d 0.1.10-2

2011-07-03 Thread Florian Pritz
On 03.07.2011 14:57, Thomas Bächler wrote: > A few fixes to mkinitcpio. One regression was fixed regarding 64 bit > kernels with a 32 bit userspace (slows down image generation a bit > again), and there were further speedups regarding add_module. > > Please sign off. signoff x86_64 mkinitcpio, md

[arch-general] [signoff] mkinitcpio 0.7.1-1, device-mapper/lvm2 2.02.85-3, cryptsetup 1.3.1-2, dmraid 1.0.0.rc16.3-2, mdadm 3.2.2-2, v86d 0.1.10-2

2011-07-03 Thread Thomas Bächler
A few fixes to mkinitcpio. One regression was fixed regarding 64 bit kernels with a 32 bit userspace (slows down image generation a bit again), and there were further speedups regarding add_module. Please sign off. Dave Reisner (17): bash-completion: complete -k on kernel images bash-

Re: [arch-general] Something Broken with Perl!

2011-07-03 Thread Florian Pritz
On 03.07.2011 07:45, Steve Holmes wrote: >> This is what I did: >> pacman -Qm | grep "^perl-" > perlpkgs >> pacman -Rcs $( > Once the perlpkgs file was built, I had to go in and manually remove > all the version numbers; otherwise, pacman threw errors; it could not > recognize them as additional p

Re: [arch-general] Something Broken with Perl!

2011-07-03 Thread Marco Crosio
2011/7/3 Steve Holmes > On Fri, Jul 01, 2011 at 03:20:31PM +0200, Florian Pritz wrote: > > `cpanp i Moose` works fine here. > > It doesn't for me. I'll describe below. > > > IMHO you should install perl-cpanpplus-dist-arch (run setupdistarch as > > your user afterwards) and use cpanp to generate