intel / idxd-config

Accel-config / libaccel-config
Other
56 stars 35 forks source link

debian buster support #55

Open jinjunzh opened 4 months ago

jinjunzh commented 4 months ago

when build deb on ubuntu 18.04, below build error happen:

dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper-compat (= 13) dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.) debuild: fatal error at line 1152:

so, i tried to modify debhelper-compat to 11 as below: --- a/debian/control .......

but it still run into another error: dh_install: Cannot find (any matches for) "usr/lib/${DEB_HOST_MULTIARCH}/libaccel-config.so.1" (tried in ., debian/tmp) dh_install: libaccel-config1 missing files: usr/lib/${DEB_HOST_MULTIARCH}/libaccel-config.so.1 dh_install: Cannot find (any matches for) "usr/lib/${DEB_HOST_MULTIARCH}/libaccel-config.so" (tried in ., debian/tmp) dh_install: libaccel-config-dev missing files: usr/lib/${DEB_HOST_MULTIARCH}/libaccel-config.so dh_install: Cannot find (any matches for) "usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/" (tried in ., debian/tmp) dh_install: libaccel-config-dev missing files: usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/

Can we support debian package build on ubuntu 18.04 which debian_version is buster/sid?

ramesh-thomas commented 4 months ago

I am not sure what you are trying to do. You can try using the debbuild.sh script that I had created to automate the build. You can also use the deb packages uploaded in debian.