On mardi 27 février 2018 19:39:47 CET you wrote: > > 6) When I finally got the macros right enough for %prep, %build, and > > %install to proceed, the build failed due to missing debuginfo files (and > > warnings about duplicate files) - well, it's a source-only library > > package, > > how do I specify this with the new macros? > > I have the same problem, looking at the log it seems every command is run > twice? Thus it lists the files twice. > > Also the file list is containing folders than should't be there: > > %%dir "//usr/share/gocode/src/bazil.org/fuse//builddir" > %%dir "//usr/share/gocode/src/bazil.org/fuse//builddir/build" > %%dir "//usr/share/gocode/src/bazil.org/fuse//builddir/build/BUILD" > %%dir > "//usr/share/gocode/src/bazil.org/fuse//builddir/build/BUILD/fuse-371fbbdaa > 8987b715bdd21d6adc4c9b20155f748" %%dir > "//usr/share/gocode/src/bazil.org/fuse//builddir/build/BUILD/fuse-371fbbdaa > 8987b715bdd21d6adc4c9b20155f748/_build" %%dir > "//usr/share/gocode/src/bazil.org/fuse//builddir/build/BUILD/fuse-371fbbdaa > 8987b715bdd21d6adc4c9b20155f748/_build/src" %%dir > "//usr/share/gocode/src/bazil.org/fuse//builddir/build/BUILD/fuse-371fbbdaa > 8987b715bdd21d6adc4c9b20155f748/_build/src/bazil.org" > > These seems to be remnant from the build process and shouldn't be included.
I think I've found the bug and filed a PR for it: https://github.com/gofed/go-macros/pull/4 _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org