Description of problem: Line 62 reads for module in $(grep -h -P -o "imports.gi.([^\s'\";]+)\ " $file | grep -v "imports.gi.version" | sed 's,imports.gi.,,'); do It should read for module in $(grep -h -P -o "imports\.gi\.([^\s'\";]+)\ " $file | grep -v "imports.gi.version" | sed 's,imports.gi.,,'); do As it is, this matches "imports github" which is incorrect.... Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3.
Would you mind providing a patch?
CC: (none) => fundawang
Created attachment 3420 [details] Regexp change
This script was taken from opensuse so I added their svn url as reference, AFAICS the problem is still there as well.
URL: (none) => https://build.opensuse.org/package/view_file?file=gi-find-deps.sh&package=gobject-introspection&project=openSUSE%3AFactoryCC: (none) => cjw
It looks like this issue was fixed in rpm-mageia-setup 1.168-1.mga3 (:
Status: NEW => RESOLVEDResolution: (none) => FIXED