Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 100:09:49 |
Calls: | 290 |
Files: | 905 |
Messages: | 76,507 |
Hi,
#1050486 loong64 patch for netw-ib-ox-ag [1]:
--- netw-ib-ox-ag-5.39.0.orig/src/netwib-src/src/genemake
+++ netw-ib-ox-ag-5.39.0/src/netwib-src/src/genemake
@@ -130,6 +130,9 @@ case $unamem in
"riscv64" )
NETWIBDEF_SYSARCH="riscv64"
;;
+ "loongarch64" )
+ NETWIBDEF_SYSARCH="loongarch64"
+ ;;
* )
echo "Error: Could not guess NETWIBDEF_SYSARCH.";
echo "Edit genemake to set NETWIBDEF_SYSARCH, and rerun genemake.";
Is NETWIBDEF_SYSARCH should be "loong64"? not "loongarch64"?
I test use NETWIBDEF_SYSARCH="loong64", it build success.
I had do NMU for netw-ib-ox-ag package before, I would do NMU for loong64 support.
It should be loongarch64, not loong64. The latter is Debian's architecture name, not the generic GNU triplet arch name.
I test use NETWIBDEF_SYSARCH="loong64", it build success.
I had do NMU for netw-ib-ox-ag package before, I would do NMU for loong64 support.Is there no upstream project for this anymore?
Adrian
This package's upstream is not active now, EOL.
You may see it's homepage: https://ntwox.sourceforge.net/
Also has a bugreport about: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842344
Hello,
On Fri, 2024-12-27 at 11:02 +0800, xiao sheng wen(肖盛文) wrote:
Hi,
#1050486 loong64 patch for netw-ib-ox-ag [1]:
--- netw-ib-ox-ag-5.39.0.orig/src/netwib-src/src/genemake
+++ netw-ib-ox-ag-5.39.0/src/netwib-src/src/genemake
@@ -130,6 +130,9 @@ case $unamem in
"riscv64" )
NETWIBDEF_SYSARCH="riscv64"
;;
+ "loongarch64" )
+ NETWIBDEF_SYSARCH="loongarch64"
+ ;;
* )
echo "Error: Could not guess NETWIBDEF_SYSARCH.";
echo "Edit genemake to set NETWIBDEF_SYSARCH, and rerun genemake.";
Is NETWIBDEF_SYSARCH should be "loong64"? not "loongarch64"?
It should be loongarch64, not loong64. The latter is Debian's architecture name, not the generic GNU triplet arch name.