You are not logged in.

#1 2008-02-01 03:27:44

circleback
Member
Registered: 2007-04-14
Posts: 49

error trying to build kernel26zen-git

I get this message when i try to build kernel26zen-git.

Failed... Your source tree might be broken. Run 'make mrproper' in src/zen-sources to clean it up

However, I follow the instructions and run make mrproper in the zen-sources directory, re-run the kernel26zen package and still get the same error. Is there something I must do that I am not aware of to make it compile properly?  I had this kernel working once before. Thanks ahead of time.

Offline

#2 2008-02-01 04:06:19

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: error trying to build kernel26zen-git

Did you try to switch to master branch ?

Offline

#3 2008-02-01 04:21:51

circleback
Member
Registered: 2007-04-14
Posts: 49

Re: error trying to build kernel26zen-git

I no i just used the standard downloaded the package in AUR via yaourt, and let it run. I dont think it switched to the master branch.

==> Creating branch: v2.6.24-rc6-zen0...
==> Switching to branch: v2.6.24-rc6-zen0...
Switched to branch "v2.6.24-rc6-zen0"
==> Generating commit ChangeLog...
warning: refname 'v2.6.24-rc6-zen0' is ambiguous.
==> Testing if current kernel version is supported by this PKGBUILD...
==> Loading configuration...
  -> Running make menuconfig...

Offline

#4 2008-02-01 04:38:23

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: error trying to build kernel26zen-git

Then you may want to try the master branch, I had better results in the past with this one.

Simply edit the PKGBUILD:

_branch="v2.6.24-rc6-zen0"
#_branch="master"

to become:

#_branch="v2.6.24-rc6-zen0"
_branch="master"

Offline

#5 2008-02-01 04:40:59

wavenator
Member
Registered: 2007-12-03
Posts: 62

Re: error trying to build kernel26zen-git

do you try to do it by yourself?
if so just do
"git clone git://repo.or.cz/linux-2.6/zen-sources.git"
and you'll have the current version
2.6.24-rc6 is old and i dont know if it is possible to download it

Offline

#6 2008-02-01 04:56:36

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: error trying to build kernel26zen-git

wavenator wrote:

do you try to do it by yourself?
if so just do
"git clone git://repo.or.cz/linux-2.6/zen-sources.git"
and you'll have the current version
2.6.24-rc6 is old and i dont know if it is possible to download it

That's what switching to master branch is supposed to do...

Offline

#7 2008-02-02 02:27:14

circleback
Member
Registered: 2007-04-14
Posts: 49

Re: error trying to build kernel26zen-git

Thanks I switched to master and everything works fine.

Offline

Board footer

Powered by FluxBB