Difference between revisions of "Direct Code Execution portability"

From Nsnam
Jump to: navigation, search
m (Add link to DCE status page)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page is intended to track [http://code.nsnam.org/furbani/ns-3-dce ns-3-dce] portability issues.
+
This page is intended to track [http://code.nsnam.org/furbani/ns-3-dce ns-3-dce] portability issues. [http://www-sop.inria.fr/members/Frederic.Urbani/DCE/getting-started.html DCE Tutorial]
  
 
Currently it's very sensitive to libc version used. It's often best to disable selinux on fedora systems.
 
Currently it's very sensitive to libc version used. It's often best to disable selinux on fedora systems.
Line 11: Line 11:
 
! ./build/bin/ns3test-dce --verbose
 
! ./build/bin/ns3test-dce --verbose
 
! Remarks
 
! Remarks
 +
|-
 +
| Fedora 14
 +
| i686
 +
| 2.13.2
 +
| 09-20-2012
 +
| PASS 
 +
|
 +
|-
 +
| Fedora 14
 +
| x86-64
 +
| 2.13.2
 +
| 09-20-2012
 +
| PASS
 +
|-
 +
| Fedora 15
 +
| i686
 +
| 2.14.1
 +
| 09-20-2012
 +
| PASS
 +
|
 
|-
 
|-
 
| Fedora 15
 
| Fedora 15
 
| x86-64
 
| x86-64
 
| 2.14.5
 
| 2.14.5
| 01-02-2012
+
| 09-20-2012
 
| PASS
 
| PASS
 
|-
 
|-
| Fedora 14
+
| Fedora 16
 +
| i686
 +
| 2.14.90
 +
| 09-20-2012
 +
| PASS
 +
|
 +
|-
 +
| Fedora 16
 
| x86-64
 
| x86-64
| 2.13.2
+
| 2.14.90
| 02-03-2012
+
| 09-20-2012
 
| PASS
 
| PASS
 
|-
 
|-
Line 27: Line 54:
 
| i386
 
| i386
 
| 2.11.1
 
| 2.11.1
| 01-04-2012
+
| 09-20-2012
 
| PASS
 
| PASS
 +
|
 
|-
 
|-
 
| Ubuntu 10.10
 
| Ubuntu 10.10
| i386
+
| i686
 
| 2.12.1
 
| 2.12.1
| 01-09-2012
+
| 09-20-2012
 
| PASS
 
| PASS
 +
|
 +
|-
 +
| Ubuntu 10.10
 +
| x86-64
 +
| 2.12.1
 +
| 09-20-2012
 +
| PASS
 +
|
 
|-
 
|-
 
| Ubuntu 11.04
 
| Ubuntu 11.04
| i386
+
| i686
 
| 2.13
 
| 2.13
| 01-24-2012
+
| 09-20-2012
 
| PASS
 
| PASS
 +
|
 
|-
 
|-
 
| Ubuntu 11.04
 
| Ubuntu 11.04
 
| x86-64
 
| x86-64
 
| 2.13
 
| 2.13
| 01-06-2012
+
| 09-20-2012
 
| PASS
 
| PASS
 +
|
 
|-
 
|-
 
| Ubuntu 11.10
 
| Ubuntu 11.10
| x86-64
+
| i686
 
| 2.13
 
| 2.13
| 02-08-2012
+
| 09-20-2012
 
| PASS
 
| PASS
 +
|
 
|-
 
|-
| Fedora 16
+
| Ubuntu 11.10
 
| x86-64
 
| x86-64
| 2.14.90
+
| 2.13
| 20-02-2012
+
| 09-20-2012
 
| PASS
 
| PASS
 +
|
 
|}
 
|}
 +
 +
== See also ==
 +
[[Direct Code Execution status]]

Latest revision as of 14:38, 10 February 2013

This page is intended to track ns-3-dce portability issues. DCE Tutorial

Currently it's very sensitive to libc version used. It's often best to disable selinux on fedora systems.

Distribution Architecture glibc Last checked revision ./build/bin/ns3test-dce --verbose Remarks
Fedora 14 i686 2.13.2 09-20-2012 PASS
Fedora 14 x86-64 2.13.2 09-20-2012 PASS
Fedora 15 i686 2.14.1 09-20-2012 PASS
Fedora 15 x86-64 2.14.5 09-20-2012 PASS
Fedora 16 i686 2.14.90 09-20-2012 PASS
Fedora 16 x86-64 2.14.90 09-20-2012 PASS
Ubuntu 10.04 i386 2.11.1 09-20-2012 PASS
Ubuntu 10.10 i686 2.12.1 09-20-2012 PASS
Ubuntu 10.10 x86-64 2.12.1 09-20-2012 PASS
Ubuntu 11.04 i686 2.13 09-20-2012 PASS
Ubuntu 11.04 x86-64 2.13 09-20-2012 PASS
Ubuntu 11.10 i686 2.13 09-20-2012 PASS
Ubuntu 11.10 x86-64 2.13 09-20-2012 PASS

See also

Direct Code Execution status