pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham/gr-osmosdr



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun May 18 19:18:32 UTC 2025

Modified Files:
        pkgsrc/ham/gr-osmosdr: Makefile

Log Message:
gr-osmosdr: Add comment about gcc10/gcc12 mismatch

Importing the python module fails with a mismatch between
gnuradio-core and gr-osmosdr.  Technically this isn't news, but note
it.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/ham/gr-osmosdr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gr-osmosdr/Makefile
diff -u pkgsrc/ham/gr-osmosdr/Makefile:1.62 pkgsrc/ham/gr-osmosdr/Makefile:1.63
--- pkgsrc/ham/gr-osmosdr/Makefile:1.62 Wed Mar  5 18:29:29 2025
+++ pkgsrc/ham/gr-osmosdr/Makefile      Sun May 18 19:18:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2025/03/05 18:29:29 gdt Exp $
+# $NetBSD: Makefile,v 1.63 2025/05/18 19:18:32 gdt Exp $
 
 DISTNAME=      gr-osmosdr-0.2.6
 PKGREVISION=   5
@@ -18,6 +18,11 @@ TOOL_DEPENDS+=               ${PYPKGPREFIX}-six-[0-9]
 
 USE_LANGUAGES=         c c++
 USE_CXX_FEATURES=      c++11 filesystem
+# NB: If gnuradio-core and gr-osmosdr are built with gcc10/gc12 or
+# gcc12/gcc10, then "import osmosdr" in python will fail with
+# not-found symbol apparently due to c++ ABI issues.  No accomodations
+# are in place for this, as "mixing gcc versions with c++ leads to UB"
+# is already well known.
 
 .include "../../devel/cmake/build.mk"
 # Suppress warning for developer



Home | Main Index | Thread Index | Old Index