-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu Debian 0.9.13 no build in autotools and glade #768
Comments
gtk3 version uses meson. |
except that since you put the source code in a subfolder can't use meson in deb packaging for packaging in meson the source code must be at the root of the project and not in subfolders the meson plugin for deb packaging does not allow you to work in subfolders otherwise either said it is wrong or put all the source code back to the root as with 0.9.11 either make it work with autotools it is because of this that on the official ubuntu and debian repositories the version available and always 0.9.11 and not 0.9.13 because it is impossible to compile packages with the code as you currently provide it latest version available for debian 0.9.11 https://packages.debian.org/search?keywords=desmume for ubuntu 0.9.11 https://packages.ubuntu.com/search?keywords=desmume As long as this problem is not resolved it will be impossible to have packages in versions more recent than 0.9.11 on this distribution. |
we will not move the source files. |
read debhelper full man https://man7.org/linux/man-pages/man7/debhelper.7.html
try this in file debian/rules
|
ok but that doesn't seem to work either
|
Reconfigure your build environment to not have "some warnings being treated as errors" |
even adding your patch https://github.com/TASEmulators/desmume/commit/6508c2b115f954afece4243e36e9e35e1d459ea8.patch it's still in error
|
for information I use ubuntu 22.04 jammy LTS if you are not on this distribution you can use pbuilder for pbuilder information and available on all official repositories of debian ubuntu and fedora distributions as well as on epel for redhat
you can see it's still the same please help to solve it |
I have the impression that the patch provided by zeromus is not applied correctly can you check if they are applied in the file when the build gives you this error |
actually it was not applied never put 9 in the compat except debhelper 9 and clearly obsolete but it gives an error
|
I think the problem comes from the flags used by debian and ubuntu in manual its build and if we delete them too debian/rules
I don't know if this is the right solution but in any case it's a solution that works.
|
Ubuntu and Debian require build with gtk3 with autoconf for build 0.9.13
you build not work please solve
if errorplease sovel
The text was updated successfully, but these errors were encountered: