On 6/1/19 10:40 AM, Georg Sauthoff wrote:
$ mkdir -p o ; rpm2cpio dpm-copy-server-mysql-1.12.0-2.fc29.x86_64.rpm | cpio -di -D o -v
./etc/dpm-mysql/dpmcopyd.logrotate
./usr/lib/.build-id
./usr/lib/.build-id/70/bf043a9b1a0954bb464faa59261f8edb0564d3
./usr/lib64/dpm-mysql/dpmcopyd
./usr/lib64/dpm-mysql/dpmcopyd.8
./usr/share/dpm-mysql
./usr/share/dpm-mysql/dpmcopyd.service
1589 blocks
$ ls -l o/usr/share/man/man8/dpmcopyd.8.gz
ls: cannot access 'o/usr/share/man/man8/dpmcopyd.8.gz': No such file or directory
That means there is no /usr/share/man/man8/dpmcopyd.8.gz - just:
Why are you going through cpio, instead of just using rpm itself?
$ rpm -qlp dpm-copy-server-mysql-1.12.0-2.fc29.x86_64.rpm
/etc/dpm-mysql/dpmcopyd.logrotate
/etc/logrotate.d/dpmcopyd
/usr/lib/.build-id
/usr/lib/.build-id/70/bf043a9b1a0954bb464faa59261f8edb0564d3
/usr/lib/systemd/system/dpmcopyd.service
/usr/lib64/dpm-mysql/dpmcopyd
/usr/lib64/dpm-mysql/dpmcopyd.8
/usr/sbin/dpmcopyd
/usr/share/dpm-mysql
/usr/share/dpm-mysql/dpmcopyd.service
/usr/share/man/man8/dpmcopyd.8.gz
I don't know why cpio isn't seeing the files. Did you try installing
the package? I don't want to do that because it pulls in a whole bunch
of other dependencies I don't want.
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx