Before:
[Package] Creating /home/build/work/guile-3.0.7-10-1-x86_64.eopkg ... [History] Constructing new history entry [Package] Building complete INFO[11:21:47] Building succeeded make[1]: Leaving directory '/home/ermo/solus-packages/guile' make abireport make[1]: Entering directory '/home/ermo/solus-packages/guile' "../."/common/Go/yabi/yabi *.eopkg ⮞ Scanning 'guile-3.0.7-10-1-x86_64.eopkg'... ? Failed to add file 'usr/lib64/guile/3.0/ccache/ice-9/and-let-star.go', reason: no symbol section make[1]: *** [../Makefile.common:15: abireport] Error 1 make[1]: Leaving directory '/home/ermo/solus-packages/guile' make: *** [../Makefile.common:12: complete] Error 2
After:
The make abireport target works as expected:
$ make abireport "../."/common/Go/yabi/yabi *.eopkg ⮞ Scanning 'guile-3.0.7-10-1-x86_64.eopkg'... ? Done ⮞ Scanning 'guile-32bit-3.0.7-10-1-x86_64.eopkg'... ? Done ⮞ Scanning 'guile-32bit-devel-3.0.7-10-1-x86_64.eopkg'... ? Done ⮞ Scanning 'guile-devel-3.0.7-10-1-x86_64.eopkg'... ? Done
I can't see this impacting Go source files (foo.go) in any appreciable way, so I think the simple glob match should be sufficient for what I'm trying to achieve here.