Ns-3.39 errata: Difference between revisions

From Nsnam
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
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.
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 ==
== Python bindings do not work for ARM-based Macs ==


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 (Macs with the M1 or M2 CPU), 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 ==
== 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].
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 17:05, 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 ARM-based Macs

Importing cppyy currently does not work for Apple silicon (Macs with the M1 or M2 CPU), 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.