Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gentoo-sources 2.6.23-r3 & ipw3945
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dankira
n00b
n00b


Joined: 22 Mar 2004
Posts: 10

PostPosted: Wed Dec 05, 2007 9:53 am    Post subject: gentoo-sources 2.6.23-r3 & ipw3945 Reply with quote

After kernel update to gentoo-sources 2.6.23 r3 the package ipw3945 doesn't compile anymore! Anyone
knows how to solve the problem?

/bin/sh: scripts/mod/modpost: No such file or directory
make[2]: *** [__modpost] Error 127
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.23-gentoo-r3'
make: *** [modules] Error 2
*
* ERROR: net-wireless/ipw3945-1.2.0 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 1334: Called linux-mod_src_compile
* linux-mod.eclass, line 518: Called die
*
* Unable to make KSRC=/usr/src/linux KSRC_OUTPUT=/usr/src/linux all.
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-wireless/ipw3945-1.2.0/temp/build.log'.
*
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-net-wireless_-_ipw3945-1.2.0-9564.log"

open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/.lst
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
--------------------------------------------------------------------------------

* Messages for package net-wireless/ipw3945-1.2.0:

*
* ERROR: net-wireless/ipw3945-1.2.0 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 1334: Called linux-mod_src_compile
* linux-mod.eclass, line 518: Called die
*
Back to top
View user's profile Send private message
michel7
Guru
Guru


Joined: 04 May 2006
Posts: 461
Location: localhost

PostPosted: Wed Dec 05, 2007 10:40 am    Post subject: Reply with quote

you must use ipw3945-1.2.2 for 23 kernel
_________________
Software is like sex. It's better when it's free
Back to top
View user's profile Send private message
dankira
n00b
n00b


Joined: 22 Mar 2004
Posts: 10

PostPosted: Wed Dec 05, 2007 4:17 pm    Post subject: Reply with quote

similar problem with ipw3945 1.2.2


--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-net-wireless_-_ipw3945-1.2.2-3690.log"

open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
--------------------------------------------------------------------------------

* Messages for package net-wireless/ipw3945-1.2.2:

*
* ERROR: net-wireless/ipw3945-1.2.2 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 1334: Called linux-mod_src_compile
* linux-mod.eclass, line 518: Called die
*
* Unable to make KSRC=/usr/src/linux KSRC_OUTPUT=/usr/src/linux SHELL=/bin/bash T=/var/tmp/portage/net-wireless/ipw3945-1.2.2/temp CONFIG_IPW3945_MONITOR=y CONFIG_IEEE80211_RADIOTAP=y CONFIG_IPW3945_PROMISCUOUS=y CONFIG_IPW3945_DEBUG=n all.
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-wireless/ipw3945-1.2.2/temp/build.log'.
Back to top
View user's profile Send private message
hoacker
Guru
Guru


Joined: 04 Aug 2007
Posts: 505
Location: Bürstadt, Germany

PostPosted: Wed Dec 05, 2007 10:47 pm    Post subject: Re: gentoo-sources 2.6.23-r3 & ipw3945 Reply with quote

dankira wrote:

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-net-wireless_-_ipw3945-1.2.0-9564.log"


A sandbox problem. You could try a sandbox update (if available) or
Code:

FEATURES="-sandbox" emerge ipw3945
Back to top
View user's profile Send private message
mikegpitt
Advocate
Advocate


Joined: 22 May 2004
Posts: 3224

PostPosted: Thu Dec 06, 2007 2:01 am    Post subject: Reply with quote

I'd say post a bug report. If there a sandbox problem, it is likely a problem with the ebuild.
Back to top
View user's profile Send private message
k1ll3r
n00b
n00b


Joined: 17 Feb 2005
Posts: 12
Location: Bochum

PostPosted: Thu Dec 06, 2007 1:47 pm    Post subject: Reply with quote

simply delete /usr/src/linux-2.6.23-gentoo-r3/null.gcda and recompile

worked for me =)
_________________
CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe -ffast-math -mmmx -mfpmath=sse -msse -msse2"
Back to top
View user's profile Send private message
dankira
n00b
n00b


Joined: 22 Mar 2004
Posts: 10

PostPosted: Thu Dec 06, 2007 10:35 pm    Post subject: Reply with quote

Thx, with FEATURES="-sandbox" emerge ipw3945 it is working
Back to top
View user's profile Send private message
bltngshp
n00b
n00b


Joined: 20 Jan 2005
Posts: 54

PostPosted: Sun Dec 09, 2007 1:19 am    Post subject: Reply with quote

Doing a fresh build on my new machine and I'm getting the same while emerging nvidia-drivers-100.14.19 against the gentoo sources 2.6.23r3
The workaround (FEATURES="-sandbox") stopped the failure, but I was kinda looking forward to playing with a gcc4.3 sandbox if only for the amdfam10 opts.
Did someone previous already post a bug report I can contribute my logs too?
Back to top
View user's profile Send private message
philpep-tlse
n00b
n00b


Joined: 09 Dec 2007
Posts: 11

PostPosted: Sun Dec 09, 2007 1:24 am    Post subject: Reply with quote

MERCI,

I have my first experience on gentoo today and this fuck*** ipw3945 give me somethings like 3 hours of war with the tty...

I try yours solutions tomorow and i'll come back.

Excuse my english :roll:
_________________
"to be is to do" platon
"to do is to be" sartre
"to be do be do.." sinatra
Back to top
View user's profile Send private message
webfishrune
n00b
n00b


Joined: 29 Apr 2007
Posts: 24

PostPosted: Sun Dec 09, 2007 9:55 am    Post subject: Reply with quote

For me, the ipw3945-1.2.2 build does not work with WPA (wpa_supplicant) but will work unencrypted. Downgrading to ipw3945-1.2.0 works fine, however
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum