- Edited
I am trying to build .eopkg for zoom-client, using official .deb file, mostly as a learning exercise as I usually prefer to use the appimage for it.
As a starting point, I am using the script for 3rd-party repos (viber/oceanaudio/bitwise) as base, as they are also using deb to generate eopkg file.
I have used these base to successfully build eopkgs for many other apps that only provide debian downloads. But zoom is only one I am stuck with.
It's not like it is throwing any meaningful error message, Viber spits out way more debug junk, and still builds working eopkg file, but zoom is really annoying me. I have made sure all dependencies are met.
abhinav@abhinav-sol ~/Project/Solus-3rd-Party/packages/zoom-client $ sudo eopkg bi --ignore-safety pspec.xml
Building source package: Zoom
DEBUG: InstallDB initialized in 0.00589203834534.
DEBUG: RepoDB initialized in 0.000128984451294.
zoom_amd64.deb [cached]
Unpacking archive(s)...
unpacked (/var/eopkg/Zoom-5.12.9.367-2/work)
Setting up source...
/var/eopkg/Zoom-5.12.9.367-2/work
DEBUG: return value for "pwd" is 0
DEBUG: return value for "ar xf zoom_amd64.deb" is 0
DEBUG: return value for "tar xf data.tar.xz" is 0
Building source...
Testing package...
Installing...
There are abandoned files under the install dir (/var/eopkg/Zoom-5.12.9.367-2/install):
- /opt/zoom/libQt5QuickWidgets.so.5.12
- /opt/zoom/Embedded.properties
........// *All the files from /opt are listed
*** 1 error(s), 0 warning(s)
Program terminated.
Please use 'eopkg help' for general help.
Any helpful pointers are welcome.