Good day dear all,
Experienced this issue:
My lispworks71-64bit-7.1.txz contain folder "usr" and files +MANIFEST +COMPACT_MANIFEST
After hundreds of googling attempts & daily reading of our nice forum rather doubt I'll be able to solve this alone..
What I've found out and done:
1) Extract .txz
2) The version has to be changed in +MANIFEST and +COMPACT_MANIFEST files (10 replaced with 12 simply by editor and saved)
3) tar -cf lispworks.tar usr +Manifest +COMPACT_MANIFEST
4) xz -c -z lispworks.tar > lispworks.txz
Thus probably to get same package but modified with proper FreeBSD 12.0-RELEASE 64bit version of mine.
Next
5) pkg add lispworks.txz
-pkg: lispworks.txz is not a valid package: no manifest found
other words I can't nor add nor install my lispworks.txz with pkg
I'm sure mostly that is my newbiest just started from zero knowledge of FreeBSD and all rest, but as self-learning person I would like to find out and fix that as well as all other interesting things))
How may I install LispWorks? May that be done with synth ?
Thanks a lot for your time and patience, any info regarding operation of LispWorks or Allegro CL with FreeBSD is highly appreciated.
Experienced this issue:
Code:
pkg add lispworks71-64bit-7.1.txz
-Installing lispworks71-64bit-7.1...
-pkg: wrong architecture: FreeBSD:10:amd64 instead of FreeBSD:12:amd64
-Failed to install the following 1 package(s): lispworks71-64bit-7.1.txz
After hundreds of googling attempts & daily reading of our nice forum rather doubt I'll be able to solve this alone..
What I've found out and done:
1) Extract .txz
2) The version has to be changed in +MANIFEST and +COMPACT_MANIFEST files (10 replaced with 12 simply by editor and saved)
3) tar -cf lispworks.tar usr +Manifest +COMPACT_MANIFEST
4) xz -c -z lispworks.tar > lispworks.txz
Thus probably to get same package but modified with proper FreeBSD 12.0-RELEASE 64bit version of mine.
Next
5) pkg add lispworks.txz
-pkg: lispworks.txz is not a valid package: no manifest found
other words I can't nor add nor install my lispworks.txz with pkg
I'm sure mostly that is my newbiest just started from zero knowledge of FreeBSD and all rest, but as self-learning person I would like to find out and fix that as well as all other interesting things))
How may I install LispWorks? May that be done with synth ?
Thanks a lot for your time and patience, any info regarding operation of LispWorks or Allegro CL with FreeBSD is highly appreciated.