* Can't build alx driver for hardened 3.7 kernel
@ 2013-01-11 22:37 Norman Shulman
2013-01-11 22:50 ` Richard Farina
0 siblings, 1 reply; 3+ messages in thread
From: Norman Shulman @ 2013-01-11 22:37 UTC (permalink / raw)
To: backports, netdev
nshulman@nvshp:~/src/compat-drivers-2013-01-10-2
$ uname -a
Linux nvshp 3.7.0-hardened #4 SMP Wed Jan 9 12:01:45 EST 2013 x86_64
Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz GenuineIntel GNU/Linux
nshulman@nvshp:~/src/compat-drivers-2013-01-10-2
$ ./scripts/driver-select alx
Processing new driver-select request...
Backing up makefile: Makefile.bk
Backup exists: Makefile.bk
Backing up makefile: drivers/net/ethernet/broadcom/Makefile.bk
Backing up makefile: drivers/net/ethernet/atheros/Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: drivers/net/ethernet/broadcom/Makefile.bk
nshulman@nvshp:~/src/compat-drivers-2013-01-10-2
$ make
./scripts/gen-compat-autoconf.sh
/home/nshulman/src/compat-drivers-2013-01-10-2/.config
/home/nshulman/src/compat-drivers-2013-01-10-2/config.mk >
include/linux/compat_autoconf.h
make -C /lib/modules/3.7.0-hardened/build
M=/home/nshulman/src/compat-drivers-2013-01-10-2 modules
make[1]: Entering directory `/usr/src/linux-3.7.0-hardened'
/home/nshulman/src/compat-drivers-2013-01-10-2/config.mk:73: "WARNING:
You are running a kernel >= 2.6.23, you should enable in it
CONFIG_NET_SCHED for 802.11[ne] support"
/home/nshulman/src/compat-drivers-2013-01-10-2/config.mk:252:
"WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working
because kernel was compiled with CONFIG_WIRELESS_EXT=n. Tools using
wext interface like iwconfig will not work. To activate it build your
kernel e.g. with CONFIG_LIBIPW=m."
CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/main.o
CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/compat-3.8.o
CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/cordic.o
CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/crc8.o
LD [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/compat.o
scripts/Makefile.build:44:
/home/nshulman/src/compat-drivers-2013-01-10-2/drivers/net/ethernet/atheros/alx/Makefile:
No such file or directory
make[4]: *** No rule to make target
`/home/nshulman/src/compat-drivers-2013-01-10-2/drivers/net/ethernet/atheros/alx/Makefile'.
Stop.
--
Norman Shulman
Sr. Developer/Architect
N-Dimension Solutions Inc.
9030 Leslie St, Unit 300
Richmond Hill, ON L4B 1G2
Canada
Tel: 905 707-8884 x 226
Fax: 905 707-0886
This email and any files transmitted with it are solely intended for
the use of the named recipient(s) and may contain information that is
privileged and confidential. If you receive this email in error,
please immediately notify the sender and delete this message in all
its forms.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can't build alx driver for hardened 3.7 kernel
2013-01-11 22:37 Can't build alx driver for hardened 3.7 kernel Norman Shulman
@ 2013-01-11 22:50 ` Richard Farina
2013-01-11 23:21 ` Norman Shulman
0 siblings, 1 reply; 3+ messages in thread
From: Richard Farina @ 2013-01-11 22:50 UTC (permalink / raw)
To: Norman Shulman; +Cc: backports, netdev
On 01/11/2013 05:37 PM, Norman Shulman wrote:
> nshulman@nvshp:~/src/compat-drivers-2013-01-10-2
> $ uname -a
> Linux nvshp 3.7.0-hardened #4 SMP Wed Jan 9 12:01:45 EST 2013 x86_64
> Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz GenuineIntel GNU/Linux
Looking at that uname I'm guessing gentoo? My team maintains a
compat-drivers ebuild that supports building on hardened. We only do the
stable releases but if it helps, you can find it in the pentoo overlay.
-Zero_Chaos
>
> nshulman@nvshp:~/src/compat-drivers-2013-01-10-2
> $ ./scripts/driver-select alx
> Processing new driver-select request...
> Backing up makefile: Makefile.bk
> Backup exists: Makefile.bk
> Backing up makefile: drivers/net/ethernet/broadcom/Makefile.bk
> Backing up makefile: drivers/net/ethernet/atheros/Makefile.bk
> Backup exists: Makefile.bk
> Backup exists: Makefile.bk
> Backup exists: drivers/net/ethernet/broadcom/Makefile.bk
>
> nshulman@nvshp:~/src/compat-drivers-2013-01-10-2
> $ make
> ./scripts/gen-compat-autoconf.sh
> /home/nshulman/src/compat-drivers-2013-01-10-2/.config
> /home/nshulman/src/compat-drivers-2013-01-10-2/config.mk >
> include/linux/compat_autoconf.h
> make -C /lib/modules/3.7.0-hardened/build
> M=/home/nshulman/src/compat-drivers-2013-01-10-2 modules
> make[1]: Entering directory `/usr/src/linux-3.7.0-hardened'
> /home/nshulman/src/compat-drivers-2013-01-10-2/config.mk:73: "WARNING:
> You are running a kernel >= 2.6.23, you should enable in it
> CONFIG_NET_SCHED for 802.11[ne] support"
> /home/nshulman/src/compat-drivers-2013-01-10-2/config.mk:252:
> "WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working
> because kernel was compiled with CONFIG_WIRELESS_EXT=n. Tools using
> wext interface like iwconfig will not work. To activate it build your
> kernel e.g. with CONFIG_LIBIPW=m."
> CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/main.o
> CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/compat-3.8.o
> CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/cordic.o
> CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/crc8.o
> LD [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/compat.o
> scripts/Makefile.build:44:
> /home/nshulman/src/compat-drivers-2013-01-10-2/drivers/net/ethernet/atheros/alx/Makefile:
> No such file or directory
> make[4]: *** No rule to make target
> `/home/nshulman/src/compat-drivers-2013-01-10-2/drivers/net/ethernet/atheros/alx/Makefile'.
> Stop.
>
>
> --
> Norman Shulman
> Sr. Developer/Architect
> N-Dimension Solutions Inc.
> 9030 Leslie St, Unit 300
> Richmond Hill, ON L4B 1G2
> Canada
>
> Tel: 905 707-8884 x 226
> Fax: 905 707-0886
>
> This email and any files transmitted with it are solely intended for
> the use of the named recipient(s) and may contain information that is
> privileged and confidential. If you receive this email in error,
> please immediately notify the sender and delete this message in all
> its forms.
> --
> To unsubscribe from this list: send the line "unsubscribe backports" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can't build alx driver for hardened 3.7 kernel
2013-01-11 22:50 ` Richard Farina
@ 2013-01-11 23:21 ` Norman Shulman
0 siblings, 0 replies; 3+ messages in thread
From: Norman Shulman @ 2013-01-11 23:21 UTC (permalink / raw)
To: Richard Farina, backports, netdev
Gentoo alright. Seems the problem is unrelated to hardened; looks like
they're in the process of renaming alx to atlx and are in an
inconsistent state. If this isn't fixed over the weekend, I'll try the
overlay.
Thanks.
Norm
On Fri, Jan 11, 2013 at 5:50 PM, Richard Farina <sidhayn@gmail.com> wrote:
> On 01/11/2013 05:37 PM, Norman Shulman wrote:
>> nshulman@nvshp:~/src/compat-drivers-2013-01-10-2
>> $ uname -a
>> Linux nvshp 3.7.0-hardened #4 SMP Wed Jan 9 12:01:45 EST 2013 x86_64
>> Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz GenuineIntel GNU/Linux
>
> Looking at that uname I'm guessing gentoo? My team maintains a
> compat-drivers ebuild that supports building on hardened. We only do the
> stable releases but if it helps, you can find it in the pentoo overlay.
>
> -Zero_Chaos
>>
>> nshulman@nvshp:~/src/compat-drivers-2013-01-10-2
>> $ ./scripts/driver-select alx
>> Processing new driver-select request...
>> Backing up makefile: Makefile.bk
>> Backup exists: Makefile.bk
>> Backing up makefile: drivers/net/ethernet/broadcom/Makefile.bk
>> Backing up makefile: drivers/net/ethernet/atheros/Makefile.bk
>> Backup exists: Makefile.bk
>> Backup exists: Makefile.bk
>> Backup exists: drivers/net/ethernet/broadcom/Makefile.bk
>>
>> nshulman@nvshp:~/src/compat-drivers-2013-01-10-2
>> $ make
>> ./scripts/gen-compat-autoconf.sh
>> /home/nshulman/src/compat-drivers-2013-01-10-2/.config
>> /home/nshulman/src/compat-drivers-2013-01-10-2/config.mk >
>> include/linux/compat_autoconf.h
>> make -C /lib/modules/3.7.0-hardened/build
>> M=/home/nshulman/src/compat-drivers-2013-01-10-2 modules
>> make[1]: Entering directory `/usr/src/linux-3.7.0-hardened'
>> /home/nshulman/src/compat-drivers-2013-01-10-2/config.mk:73: "WARNING:
>> You are running a kernel >= 2.6.23, you should enable in it
>> CONFIG_NET_SCHED for 802.11[ne] support"
>> /home/nshulman/src/compat-drivers-2013-01-10-2/config.mk:252:
>> "WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working
>> because kernel was compiled with CONFIG_WIRELESS_EXT=n. Tools using
>> wext interface like iwconfig will not work. To activate it build your
>> kernel e.g. with CONFIG_LIBIPW=m."
>> CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/main.o
>> CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/compat-3.8.o
>> CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/cordic.o
>> CC [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/crc8.o
>> LD [M] /home/nshulman/src/compat-drivers-2013-01-10-2/compat/compat.o
>> scripts/Makefile.build:44:
>> /home/nshulman/src/compat-drivers-2013-01-10-2/drivers/net/ethernet/atheros/alx/Makefile:
>> No such file or directory
>> make[4]: *** No rule to make target
>> `/home/nshulman/src/compat-drivers-2013-01-10-2/drivers/net/ethernet/atheros/alx/Makefile'.
>> Stop.
>>
>>
>> --
>> Norman Shulman
>> Sr. Developer/Architect
>> N-Dimension Solutions Inc.
>> 9030 Leslie St, Unit 300
>> Richmond Hill, ON L4B 1G2
>> Canada
>>
>> Tel: 905 707-8884 x 226
>> Fax: 905 707-0886
>>
>> This email and any files transmitted with it are solely intended for
>> the use of the named recipient(s) and may contain information that is
>> privileged and confidential. If you receive this email in error,
>> please immediately notify the sender and delete this message in all
>> its forms.
>> --
>> To unsubscribe from this list: send the line "unsubscribe backports" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
--
Norman Shulman
Sr. Developer/Architect
N-Dimension Solutions Inc.
9030 Leslie St, Unit 300
Richmond Hill, ON L4B 1G2
Canada
Tel: 905 707-8884 x 226
Fax: 905 707-0886
This email and any files transmitted with it are solely intended for
the use of the named recipient(s) and may contain information that is
privileged and confidential. If you receive this email in error,
please immediately notify the sender and delete this message in all
its forms.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-11 23:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 22:37 Can't build alx driver for hardened 3.7 kernel Norman Shulman
2013-01-11 22:50 ` Richard Farina
2013-01-11 23:21 ` Norman Shulman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).