Difference between revisions of "Direct Code Execution portability"

From Nsnam
Jump to: navigation, search
Line 1: Line 1:
This page is intended to track [http://code.nsnam.org/mathieu/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.
  
 
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 9: Line 9:
 
! glibc
 
! glibc
 
! Last checked revision
 
! Last checked revision
! ./test.py -s process-manager
+
! ./build/bin/ns3test-dce --verbose
! Workarounds
+
! Remarks
 
|-
 
|-
| Fedora 12
+
| Fedora 15
 
| x86-64
 
| x86-64
| 2.11.1
+
| 2.14.5
| 16-09-2010
+
| 01-02-2012
 
| PASS
 
| PASS
 
|-
 
|-
| Fedora 12
+
| Fedora 14
 +
| x86-64
 +
| 2.13.2
 +
| 02-03-2012
 +
| PASS
 +
|-
 +
| Ubuntu 10.04
 
| i386
 
| i386
 
| 2.11.1
 
| 2.11.1
| 16-09-2010
+
| 01-04-2012
 
| PASS
 
| PASS
 
|-
 
|-
| Fedora 13
+
| Ubuntu 10.10
| x86-64
+
| i386
| 2.12.?
+
| 2.12.1
| ???
+
| 01-09-2012
| ???
+
| PASS
 
|-
 
|-
| Ubuntu 10.04
+
| Ubuntu 11.04
| x86-64
+
| i386
| 2.11.1
+
| 2.13
| 17-09-2010
+
| 01-24-2012
 
| PASS
 
| PASS
 
|-
 
|-
| Ubuntu 9.10
+
| Ubuntu 11.04
 
| x86-64
 
| x86-64
| 2.10.1
+
| 2.13
| 16-09-2010
+
| 01-06-2012
 
| PASS
 
| PASS
 
|-
 
|-
| Ubuntu 9.10
+
| Ubuntu 11.10
| i386
+
| x86-64
| 2.10.1
+
| 2.13
| 16-09-2010
+
| 01-27-2012
 
| PASS
 
| PASS
 +
| Some examples fail due to linkage need to be investigated
 
|-
 
|-
| Gentoo (as of 2010-08-26)
+
| Fedora 16
| x86
+
| x86-64
| 2.11.2
+
| 2.14.90
| ???
+
| 01-20-2012
 
| FAIL
 
| FAIL
 
|}
 
|}

Revision as of 10:25, 3 February 2012

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

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 15 x86-64 2.14.5 01-02-2012 PASS
Fedora 14 x86-64 2.13.2 02-03-2012 PASS
Ubuntu 10.04 i386 2.11.1 01-04-2012 PASS
Ubuntu 10.10 i386 2.12.1 01-09-2012 PASS
Ubuntu 11.04 i386 2.13 01-24-2012 PASS
Ubuntu 11.04 x86-64 2.13 01-06-2012 PASS
Ubuntu 11.10 x86-64 2.13 01-27-2012 PASS Some examples fail due to linkage need to be investigated
Fedora 16 x86-64 2.14.90 01-20-2012 FAIL