Hi, Helmut Grohne <[email protected]> 於 2020年11月8日 週日 下午10:51寫道: > > Control: reopen -1 > > On Mon, Oct 19, 2020 at 09:33:23AM +0200, Helmut Grohne wrote: > > For libgpiod, by far the simplest option was using generated pages. > > The proposed patch was only partially applied. > > > +--- libgpiod-1.5.2.orig/man/Makefile.am > > ++++ libgpiod-1.5.2/man/Makefile.am > > +@@ -6,10 +6,10 @@ > > + # Copyright (C) 2019 Bartosz Golaszewski <[email protected]> > > + # > > + > > +-if WITH_MANPAGES > > +- > > + dist_man1_MANS = gpiodetect.man gpioinfo.man gpioget.man gpioset.man > > gpiofind.man gpiomon.man > > + > > ++if WITH_HELP2MAN > > ++ > > + %.man: $(top_builddir)/tools/$(*F) > > + help2man $(top_builddir)/tools/$(*F) --include=$(srcdir)/template > > --output=$(builddir)/$@ --no-info > > + > > This is crucial and seems to be missing.
Oops, fat finger, my bad. Thank you for your information, I believe this commit [1] fixed FTCBFS issue. Please let me know if you have any further suggestions. [1] https://salsa.debian.org/debian/libgpiod/-/commit/967d8b970e24f688e0cccd718b30f58b923323b4 SZ > > Helmut

