xmm1989218 / netmap

Automatically exported from code.google.com/p/netmap
0 stars 0 forks source link

ubuntu 14.04 e1000e make error 1 #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. git clone https://code.google.com/p/netmap/
2. cd netmap/LINUX/
3. rm unnecessary patches in patches directory, everything except all e1000 + 
e1000e files
4. ./configure --kernel-sources=/usr/src/linux-source-3.13.0/linux-source-3.13.0
5. make
6. 1 out of 8 hunks FAILED -- saving rejects to file e1000e/netdev.c.rej
make: *** [get-e1000e] Error 1

What is the expected output? What do you see instead?
Make should correctly finish but it doesn't.

root@span:/home/user/netmap/LINUX# make
make -C /lib/modules/3.16.0-30-generic/build M=/home/user/netmap/LINUX 
EXTRA_CFLAGS='-I/home/user/netmap/LINUX -I/home/user/netmap/LINUX 
-I/home/user/netmap/LINUX/../sys -I/home/user/netmap/LINUX/../sys/dev 
-DCONFIG_NETMAP -Wno-unused-but-set-variable -DCONFIG_NETMAP_GENERIC 
-DCONFIG_NETMAP_MONITOR -DCONFIG_NETMAP_PIPE -DCONFIG_NETMAP_VALE'  modules 
CONFIG_NETMAP=m
make[1]: Entering directory `/usr/src/linux-headers-3.16.0-30-generic'
  CC [M]  /home/user/netmap/LINUX/netmap_mem2.o
  CC [M]  /home/user/netmap/LINUX/netmap_mbq.o
  CC [M]  /home/user/netmap/LINUX/netmap_vale.o
  CC [M]  /home/user/netmap/LINUX/netmap_offloadings.o
  CC [M]  /home/user/netmap/LINUX/netmap_pipe.o
  CC [M]  /home/user/netmap/LINUX/netmap_monitor.o
  CC [M]  /home/user/netmap/LINUX/netmap_generic.o
  CC [M]  /home/user/netmap/LINUX/netmap_common.o
  CC [M]  /home/user/netmap/LINUX/netmap_linux.o
  LD [M]  /home/user/netmap/LINUX/netmap.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/user/netmap/LINUX/netmap.mod.o
  LD [M]  /home/user/netmap/LINUX/netmap.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.16.0-30-generic'
cp -Rp 
/usr/src/linux-source-3.13.0/linux-source-3.13.0/drivers/net/ethernet/intel/e100
0e .
if [ -f patches/diff--e1000e--30f00--99999 ]; then patch --posix --quiet 
--force -p1 < patches/diff--e1000e--30f00--99999; fi
1 out of 8 hunks FAILED -- saving rejects to file e1000e/netdev.c.rej
make: *** [get-e1000e] Error 1

What version of the product are you using? On what operating system?
OS: ubuntu-14.04.2-server-amd64
uname -r: 3.16.0-30-generic
interface: 
ethtool -i eth0
driver: e1000e
version: 2.3.2-k
firmware-version: 1.6-12
bus-info: 0000:05:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no

lspci | grep -i ethernet
05:00.0 Ethernet controller: Intel Corporation 80003ES2LAN Gigabit Ethernet 
Controller (Copper) (rev 01)

Please provide any additional information below.
Basically same result on debian with 3.2 kernel (no specific details, removed 
installation).

Attached netdev.c.rej output

Original issue reported on code.google.com by prange...@gmail.com on 30 Jun 2015 at 2:23

Attachments: