Re: [arch-general] problem installing custom kernel

2012-02-01 Thread Matthew Monaco
On 02/01/2012 05:24 AM, Madhurya Kakati wrote: On 02/01/12 at 01:13pm, Alexandre Ferrando wrote: provides=('kernel26') conflicts=('kernel26') replaces=('kernel26') That's you problem in the PKGBUILD. Your custom kernel doesn't need to provide, conflict nor replace kernel26, as that is what

Re: [arch-general] problem installing custom kernel

2012-02-01 Thread Jesse Juhani Jaara
keskiviikko, 1. helmikuuta 2012 17:54:37 Madhurya Kakati kirjoitti: > OK. I read the wiki page once more and found out my mistake. Since my kernel > has already been compiled can I create the package without compiling it > again? madkaka@archer# man makepkg signature.asc Description: This is a

Re: [arch-general] problem installing custom kernel

2012-02-01 Thread Alexandre Ferrando
On 1 February 2012 13:24, Madhurya Kakati wrote: > On 02/01/12 at 01:13pm, Alexandre Ferrando wrote: >> provides=('kernel26') >>  conflicts=('kernel26') >>  replaces=('kernel26') >> >> That's you problem in the PKGBUILD. Your custom kernel doesn't need to >> provide, conflict nor replace kernel26,

Re: [arch-general] problem installing custom kernel

2012-02-01 Thread Madhurya Kakati
On 02/01/12 at 01:13pm, Alexandre Ferrando wrote: > provides=('kernel26') > conflicts=('kernel26') > replaces=('kernel26') > > That's you problem in the PKGBUILD. Your custom kernel doesn't need to > provide, conflict nor replace kernel26, as that is what causes it to > conflict with the Arch on

Re: [arch-general] problem installing custom kernel

2012-02-01 Thread Alexandre Ferrando
On 1 February 2012 13:06, Madhurya Kakati wrote: > Hi, > I tried compiling and installing the linux kernel from ABS. I modified the > PKGBUILD file as mentioned in the wiki. The kernel compiles fine and the pkg > gets built with the name linux-custom as specified in the PKGBUILD. But when I > try

[arch-general] problem installing custom kernel

2012-02-01 Thread Madhurya Kakati
Hi, I tried compiling and installing the linux kernel from ABS. I modified the PKGBUILD file as mentioned in the wiki. The kernel compiles fine and the pkg gets built with the name linux-custom as specified in the PKGBUILD. But when I try to install it I get the following error: $ sudo pacman -Uv