Re: [Rpm-maint] [rpm-software-management/rpm] Not ignoring generator failure shows strange issue (#1285)

2020-06-24 Thread Panu Matilainen
Closed #1285.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1285#event-3476588512___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Not ignoring generator failure shows strange issue (#1285)

2020-06-24 Thread Panu Matilainen
Fixed in master and beta3, thanks again for reporting.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1285#issuecomment-648702816___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Not ignoring generator failure shows strange issue (#1285)

2020-06-24 Thread Panu Matilainen
Right, there are ... issues with the error code handling in rpmfcExec().

For now, it's best to just revert the "always fail" commit 
fb5299b2a49460216c38674b7398296d3a6d767c, it's just broken.

Thanks for the report.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1285#issuecomment-648637078___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Not ignoring generator failure shows strange issue (#1285)

2020-06-24 Thread soig
Adding:
+   printf("mname='%s', cmd='%s' (callable=%d)\n", mname, cmd, callable);

Shows the following:
grep _font RES1 -1
mname='__elf_provides', cmd='/usr/lib/rpm/elfdeps --provides  ' (callable=0)
mname='__font_provides', cmd=' ' (callable=0)
mname='__gobjectintrospection_provides', cmd='/usr/lib/rpm/gi-find-deps.sh -P ' 
(callable=0)
--
mname='__elf_requires', cmd='/usr/lib/rpm/elfdeps --requires  ' (callable=0)
mname='__font_requires', cmd=' ' (callable=0)
mname='__gobjectintrospection_requires', cmd='/usr/lib/rpm/gi-find-deps.sh -R ' 
(callable=0)
--
mname='__elf_recommends', cmd='' (callable=0)
mname='__font_recommends', cmd='' (callable=0)
mname='__gobjectintrospection_recommends', cmd='' (callable=0)
--
mname='__elf_suggests', cmd='' (callable=0)
mname='__font_suggests', cmd='' (callable=0)
mname='__gobjectintrospection_suggests', cmd='' (callable=0)
--
mname='__elf_supplements', cmd='' (callable=0)
mname='__font_supplements', cmd='' (callable=0)
mname='__gobjectintrospection_supplements', cmd='' (callable=0)
--
mname='__elf_enhances', cmd='' (callable=0)
mname='__font_enhances', cmd='' (callable=0)
mname='__gobjectintrospection_enhances', cmd='' (callable=0)
--
mname='__elf_conflicts', cmd='' (callable=0)
mname='__font_conflicts', cmd='' (callable=0)
mname='__gobjectintrospection_conflicts', cmd='' (callable=0)
--
mname='__elf_obsoletes', cmd='' (callable=0)
mname='__font_obsoletes', cmd='' (callable=0)
mname='__gobjectintrospection_obsoletes', cmd='' (callable=0)

So for both __font_requires  & __font_provides, applyAttr generates a one char 
(space) command for font…

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1285#issuecomment-648628790___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint