realthunder / FreeCADMakeImage

Scripts for making FreeCAD AppImage and more.
BSD 3-Clause "New" or "Revised" License
13 stars 11 forks source link

can I use your script to build appimage for debian on a arm64 based computer #9

Open wywwy opened 3 years ago

wywwy commented 3 years ago

I want to build a appimage for debian10 on a computer installed with arm64 cpu. I run
./mkimg.sh the computer worked for long time,and did configing、compiling rightly,but failed when tried to package.The following information showed on the screen。 ` dh_install: freecad-daily-runtime missing files: usr/share/freecad-daily/Mod/Fem/femtest/testfiles/ccx/Flow1D_mesh.py dh_install: Cannot find (any matches for) "usr/share/freecad-daily/Mod/Fem/femexamples/ccx_cantilever_std.py" (tried in ., debian/tmp)

dh_install: freecad-daily-runtime missing files: usr/share/freecad-daily/Mod/Fem/femexamples/ccx_cantilever_std.py Failed to copy 'usr/share/freecad-daily/freecad-icon-16.png': No such file or directory at /usr/share/dh-exec/dh-exec-install-rename line 51, <> line 2. dh_install: debian/freecad-daily-common.install (executable config) returned exit code 127 make: *** [debian/rules:3:binary] 错误 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 debuild: fatal error at line 1182: dpkg-buildpackage -us -uc -ui -b failed ` The following is the complete information displayed on the screen while running makimg.sh. https://forum.freecadweb.org/download/file.php?id=162600

I checked the file /FreeCADMakeImage/build/img/repo/package/makepkg and find ti including the following script

`

and find ti including the following script

arch=('x86_64')

Is it mean your script could not be used to build appimage for a arm64 based computer.

realthunder commented 3 years ago

I haven't tried it on arm64, so I guess the chance that it will work is very slim.