Difference between revisions of "Ns-3.39 errata"

From Nsnam
Jump to: navigation, search
(create ns-3.39 errata page)
 
Line 4: Line 4:
  
 
Importing cppyy currently does not work for Apple silicon, as discussed in [https://gitlab.com/nsnam/ns-3-dev/-/issues/930 this issue].  There is no current workaround, as this appears to be an upstream issue.
 
Importing cppyy currently does not work for Apple silicon, as discussed in [https://gitlab.com/nsnam/ns-3-dev/-/issues/930 this issue].  There is no current workaround, as this appears to be an upstream issue.
 +
 +
== pkgconfig pc files incorrect ==
 +
 +
As discussed in [https://gitlab.com/nsnam/ns-3-dev/-/issues/928 this issue], the pkgconfig files installed by bake into the build/lib/pkgconfig directory have an incorrect libpthread specifier.  This was fixed in [https://gitlab.com/nsnam/ns-3-dev/-/commit/2d69a053710d2acdcc5911c8cebabc3361b275ed this ns-3-dev commit].

Revision as of 04:57, 15 July 2023

On July 5, 2023, ns-3.39 was published. This page lists some issues that have been fixed in the mainline since that time. The maintainers may make an update to this release to cover some or all of these issues.

Python bindings do not work for macOS m1/m2 systems

Importing cppyy currently does not work for Apple silicon, as discussed in this issue. There is no current workaround, as this appears to be an upstream issue.

pkgconfig pc files incorrect

As discussed in this issue, the pkgconfig files installed by bake into the build/lib/pkgconfig directory have an incorrect libpthread specifier. This was fixed in this ns-3-dev commit.