Skip to content
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

The --output command does nothing on sucessful build; no files are written #29

Open
dbeckham opened this issue Sep 10, 2015 · 0 comments

Comments

@dbeckham
Copy link

After a successful build, no rpm files are copied to the output directory. The documentation says that the default output dir is ., but no files are written to the local directory, nor does a custom option like --output=/tmp work either.

This is what I see at the end of a build for collectd:

Processing files: collectd-debuginfo-5.5.0-1.el6.x86_64
Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/collectd-5.5.0-1.el6.x86_64
Wrote: /root/rpmbuild/SRPMS/collectd-5.5.0-1.el6.src.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/collectd-5.5.0-1.el6.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/collectd-amqp-5.5.0-1.el6.x86_64.rpm
... skipped package lines ...
Wrote: /root/rpmbuild/RPMS/x86_64/collectd-utils-5.5.0-1.el6.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/collectd-debuginfo-5.5.0-1.el6.x86_64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0rwcNF
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd collectd-5.5.0
+ rm -rf /root/rpmbuild/BUILDROOT/collectd-5.5.0-1.el6.x86_64
+ exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant