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
libaio-devel requirement breaks built on Debian Sid #7829
Labels
Type: Building
Indicates an issue related to building binaries
Comments
13 tasks
behlendorf
pushed a commit
that referenced
this issue
Aug 26, 2018
BuildRequires tags for "-devel" packages in the RPM spec file do not work when building on Debian-based distributions. Fix this issue by making this requirement conditional to RPM-based distributions. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes #7829 Closes #7831
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Aug 28, 2018
BuildRequires tags for "-devel" packages in the RPM spec file do not work when building on Debian-based distributions. Fix this issue by making this requirement conditional to RPM-based distributions. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes openzfs#7829 Closes openzfs#7831
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Aug 30, 2018
BuildRequires tags for "-devel" packages in the RPM spec file do not work when building on Debian-based distributions. Fix this issue by making this requirement conditional to RPM-based distributions. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes openzfs#7829 Closes openzfs#7831
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Sep 5, 2018
BuildRequires tags for "-devel" packages in the RPM spec file do not work when building on Debian-based distributions. Fix this issue by making this requirement conditional to RPM-based distributions. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes openzfs#7829 Closes openzfs#7831
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear ZoL Developers,
since the last commit (55972a6) I can't build ZoL on my Debian Sid box anymore.
I don't really want to bother You, since this is just my local toy box, but wanted to bring this to your attention.
I installed the Debian package libaio-dev but no success:
Since this might just be an isolated error resulting from some new/exotic constellation, please feel free to close this bug by your considerations.
In any way: thank You all for your great work, I am using ZoL for years now and enjoy using the fruits of your labor :).
System information
Describe the problem you're observing
Since including libaio-devel into the requirements, building on my Debian system fails.
Describe how to reproduce the problem
(setting env var to circumvent "make deb" fails due to "error: bad date in %changelog #7825 with my limited know how ;))
Include any warning/errors/backtraces from the system logs
make deb run exits at this:
I removed the requirement from rpm/generic/zfs.spec.in and make deb succeeded, maybe the Debian package does not provide files at the expected places or some other distribution specific characteristics?
Please ask for any possible helpful information, I will be happy to provide it ASAP.
Kind regards,
Martin
The text was updated successfully, but these errors were encountered: