juliagoda / antimicroX

Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support
GNU General Public License v3.0
92 stars 13 forks source link

Error when trying to install antimicroX-3.0.0-Linux.deb #122

Closed Ahmed-E-86 closed 4 years ago

Ahmed-E-86 commented 4 years ago

I get this error message when trying to install antimicroX-3.0.0-Linux.deb:

dpkg: error processing archive ./antimicroX-3.0.0-Linux.deb (--install):
 parsing file '/var/lib/dpkg/tmp.ci/control' near line 2:
 'Depends' field, invalid package name 'libsdl2-2.0-0;libqt5x11extras5': character ';' not allowed (only letters, digits and characters '-+._')
juliagoda commented 4 years ago

How is it now? I found one invalid line responsible for that. I don't use deb packages, but I've seen in "Action" on Github, that it has been successfully built

Ahmed-E-86 commented 4 years ago
dpkg: error processing archive ./antimicroX-3.0.0-Linux.deb (--install):
 parsing file '/var/lib/dpkg/tmp.ci/control' near line 2:
 'Depends' field, invalid package name 'qt5-default;libsdl2-2.0-0;libqt5x11extras5': character ';' not allowed (only letters, digits and characters '-+._')
pktiuk commented 4 years ago

I will soon deal with it. There is probably problem with cpack config.

pktiuk commented 4 years ago

I have hotfix for this. https://github.com/juliagoda/antimicroX/pull/123

pktiuk commented 4 years ago

@Ahmed-E-86 Could you check if .deb from this link works for you? (It will expire after 7 days from now)

@juliagoda Now you can just swap old .deb file from release site to new from link, or create new release (I know it is a bit too early, but in this case Github will do this work for you). Sorry for my dumb mistake which caused this problem.

juliagoda commented 4 years ago

Ok, done

Ahmed-E-86 commented 4 years ago

Thanks, I tested the file in your link, and it works fine. Great work from all of you 👍