You are not logged in.

#1 2010-05-09 21:00:03

lastgreatsea
Member
Registered: 2010-05-09
Posts: 24

Aurget "Build Failed"

Tried upgrading my broadcom-wl with aurget and am getting this error. Thank you for helping.

==> Validating source files with md5sums...
    hybrid-portsrc-x86_64-v5.60.48.36.tar.gz ... Passed
==> Extracting Sources...
  -> Extracting hybrid-portsrc-x86_64-v5.60.48.36.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting build()...
make: Entering directory `/lib/modules/2.6.32-ARCH/build'
make: *** No targets specified and no makefile found.  Stop.
make: Leaving directory `/lib/modules/2.6.32-ARCH/build'
==> ERROR: Build Failed.
    Aborting...

Offline

#2 2010-05-09 21:01:03

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: Aurget "Build Failed"

um, i don't think this is an aurget problem.  try building by hand and see if you have the same problem.

Offline

#3 2010-05-09 21:05:58

lastgreatsea
Member
Registered: 2010-05-09
Posts: 24

Re: Aurget "Build Failed"

brisbin33 wrote:

um, i don't think this is an aurget problem.  try building by hand and see if you have the same problem.

will try this, but shouldn't aurget work so you dont have to build it by hand? also while trying to update xf86-video-ati-git I got this. should i just try to build this by hand too?

==> Starting configure...
autoreconf: `configure.ac' or `configure.in' is required

Offline

#4 2010-05-09 21:15:26

yngwin
Member
Registered: 2009-05-08
Posts: 67

Re: Aurget "Build Failed"

Sounds like you don't have kernel headers installed.

Offline

#5 2010-05-09 21:20:09

lastgreatsea
Member
Registered: 2010-05-09
Posts: 24

Re: Aurget "Build Failed"

yngwin wrote:

Sounds like you don't have kernel headers installed.

I just -S kernel-headers and installed linux-api-headers and I'm still having the same results.

Offline

#6 2010-05-09 23:05:35

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Aurget "Build Failed"

kernel26-headers are what you need. linux-api-headers (which used to be called kernel-headers) are different.

Offline

#7 2010-05-10 05:10:40

lastgreatsea
Member
Registered: 2010-05-09
Posts: 24

Re: Aurget "Build Failed"

falconindy wrote:

kernel26-headers are what you need. linux-api-headers (which used to be called kernel-headers) are different.

i've also tried this and its not doing anything.

Offline

#8 2010-05-10 13:19:43

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: Aurget "Build Failed"

lastgreatsea wrote:
brisbin33 wrote:

um, i don't think this is an aurget problem.  try building by hand and see if you have the same problem.

will try this, but shouldn't aurget work so you dont have to build it by hand? also while trying to update xf86-video-ati-git I got this. should i just try to build this by hand too?

==> Starting configure...
autoreconf: `configure.ac' or `configure.in' is required

aurget just wraps the build-by-hand process.  if building it by hand succeeds, that would tell me there is in fact a bug in my script.  if not, i can safely ignore this thread (and you should change the title tongue)...

so, does it work or not when you build it by hand?

Offline

#9 2010-05-10 14:31:55

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Aurget "Build Failed"

broadcom-wl needs updating to work with 2.6.33. But why are you trying to use it? Most broadcom cards works now with the in kernel driver.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#10 2010-05-10 18:28:41

lastgreatsea
Member
Registered: 2010-05-09
Posts: 24

Re: Aurget "Build Failed"

brisbin33 wrote:
lastgreatsea wrote:
brisbin33 wrote:

um, i don't think this is an aurget problem.  try building by hand and see if you have the same problem.

will try this, but shouldn't aurget work so you dont have to build it by hand? also while trying to update xf86-video-ati-git I got this. should i just try to build this by hand too?

==> Starting configure...
autoreconf: `configure.ac' or `configure.in' is required

aurget just wraps the build-by-hand process.  if building it by hand succeeds, that would tell me there is in fact a bug in my script.  if not, i can safely ignore this thread (and you should change the title tongue)...

so, does it work or not when you build it by hand?

when i try to build it by hand it does the same thing as in my first post, but if what im understanding from the Mr.Elendig i wont have to update this.

Mr.Elendig wrote:

broadcom-wl needs updating to work with 2.6.33. But why are you trying to use it? Most broadcom cards works now with the in kernel driver.

So my wireless should work if i delete it with "-Rd broadcom-wl"? My wireless card is a BCM4322 on a hp pavilion dv2-1030us.

Offline

#11 2010-05-10 19:31:22

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Aurget "Build Failed"

afaik that card works with b43 in 2.6.33
But if you can't get it to work, then you either have to yell at broadcom to get them to update their driver, or update the paths yourself. (lots of stuff was moved from linux/  to generated/ in 2.6.33)

Edit: aparently there is a couple of other issues with broadcom-wl with .33 too, see http://bbs.archlinux.org/viewtopic.php?pid=716862 and http://bugs.gentoo.org/248450

Edit2: in your original post, it looked like you were trying to build for .32, but the latest kernel in arch is .33. Have you rebooted after updating the kernel?

Last edited by Mr.Elendig (2010-05-10 20:05:08)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#12 2010-05-10 21:13:55

lastgreatsea
Member
Registered: 2010-05-09
Posts: 24

Re: Aurget "Build Failed"

Mr.Elendig wrote:

afaik that card works with b43 in 2.6.33
But if you can't get it to work, then you either have to yell at broadcom to get them to update their driver, or update the paths yourself. (lots of stuff was moved from linux/  to generated/ in 2.6.33)

Edit: aparently there is a couple of other issues with broadcom-wl with .33 too, see http://bbs.archlinux.org/viewtopic.php?pid=716862 and http://bugs.gentoo.org/248450

Edit2: in your original post, it looked like you were trying to build for .32, but the latest kernel in arch is .33. Have you rebooted after updating the kernel?

i havnt updated because last time i did -Syu after i rebooted my screen started flickering a few seconds after grub. Arch is working fine with my desktop but my laptop is having all kinds of issues.

Offline

#13 2010-05-11 04:12:56

steve___
Member
Registered: 2008-02-24
Posts: 452

Re: Aurget "Build Failed"

I suggest changing the title so other people can see it is an issue with your wireless drivers.

re: flickering a few seconds after grub - If your video card used the intel chipset then try disabling KMS and down grading the video card driver -- http://bbs.archlinux.org/viewtopic.php? … 84#p754384

Offline

#14 2010-05-11 10:53:45

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Aurget "Build Failed"

lastgreatsea wrote:

i havnt updated because last time i did -Syu after i rebooted my screen started flickering a few seconds after grub. Arch is working fine with my desktop but my laptop is having all kinds of issues.

What version of the kernel26-headers package do you have?


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#15 2010-05-11 15:51:43

pseudonomous
Member
Registered: 2008-04-23
Posts: 349

Re: Aurget "Build Failed"

Just for the record, broadcom-wl builds on kernel 2.6.33-1 w/ kernel26-headers 2.6.33.3-1 on my netbook.

Last edited by pseudonomous (2010-05-11 15:52:18)

Offline

Board footer

Powered by FluxBB