Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian 7.8, e1000e plus netmap build error #49

Open
GoogleCodeExporter opened this issue Apr 2, 2015 · 2 comments
Open

Debian 7.8, e1000e plus netmap build error #49

GoogleCodeExporter opened this issue Apr 2, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Get git clone version of netmap
2. cd netmap/LINUX 
3../configure --kernel-sources=/usr/src/linux-source-3.2 --drivers=e1000e
4. make 

What is the expected output? What do you see instead?

sin3t@bm:/opt/acts_build/netmap/LINUX$ make
make -C /lib/modules/3.2.0-4-amd64/build M=/opt/acts_build/netmap/LINUX 
EXTRA_CFLAGS='-I/opt/acts_build/netmap/LINUX -I/opt/acts_build/netmap/LINUX 
-I/opt/acts_build/netmap/LINUX/../sys -I/opt/acts_build/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.2.0-4-amd64'
  Building modules, stage 2.
  MODPOST 1 modules
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-4-amd64'
cp -Rp /usr/src/linux-source-3.2/drivers/net/ethernet/intel/e1000e .
if [ -f patches/diff--e1000e--30100--30400 ]; then patch --posix --quiet 
--force -p1 < patches/diff--e1000e--30100--30400; fi
patch: **** malformed patch at line 48: @@ -3468,6 +3484,10 @@ void 
e1000e_down(struct e1000_adapter *adapter)

make: *** [get-e1000e] Error 2


Also after applying patches by hands,I got the next output.log

What version of the product are you using? On what operating system?
Debian: 7.8
git revision of netmap: 32e06f9d18bf82e40a7c5b6e769c0ca7607913fc
Ethernet controller: Intel Corporation 80003ES2LAN Gigabit Ethernet Controller 


Please provide any additional information below.
I was try'ng to build separately default drivers and 
http://downloadmirror.intel.com/15817/eng/e1000e-3.1.0.2.tar.gz. Both compiled 
in OK state, without netmap patches.




Original issue reported on code.google.com by sine...@gmail.com on 10 Mar 2015 at 5:20

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant