Description of problem: rpmdep dies with a perl error Version-Release number of selected component (if applicable): 1.11-1.fc19 How to reproduce: $ rpmdep rpm Result: Can't use an undefined value as a SCALAR reference at /usr/bin/rpmorphan-lib.pl line 93.
The solution is to change return statement of function is_set from "return ${$r_value}" to "return $r_value and ${$r_value}".
You need to take this up with upstream: http://rpmorphan.sourceforge.net/
(In reply to comment #2) > You need to take this up with upstream: > http://rpmorphan.sourceforge.net/ I assumed that as maintainer you would report this upstream.
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19
rpmorphan-1.12-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/rpmorphan-1.12-1.fc19
Package rpmorphan-1.12-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing rpmorphan-1.12-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-13757/rpmorphan-1.12-1.fc19 then log in and leave karma (feedback).
rpmorphan-1.12-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.