[01:30:55] --- haba has become available [02:55:25] --- haba has left [04:02:05] --- haba has become available [06:41:35] --- haba has left [07:43:10] --- haba has become available [08:15:11] --- haba has left [09:04:00] --- haba has become available [09:40:58] --- lama has become available [09:41:17] --- lama has left [12:59:41] --- mfelliott has become available [13:53:37] --- andersk has become available [13:55:57] --- andersk has left [13:56:24] --- andersk has become available [14:05:37] --- andersk has left [14:05:40] --- andersk has become available [14:15:10] What’s up with this spew from the Debian build logs? cd /build/buildd-openafs_1.6.0~pre7-1-amd64-k7eQxH/openafs-1.6.0~pre7/debian/openafs-doc/usr/share/doc/openafs-doc/html/arch-overview && doxygen *.h && rm *.h && mv html/* . \ && rm -r latex html warning: ignoring unknown tag `page' at line 2, file arch-overview.h warning: ignoring unknown tag `title' at line 2, file arch-overview.h warning: ignoring unknown tag `AFS' at line 2, file arch-overview.h warning: ignoring unknown tag `3' at line 2, file arch-overview.h warning: ignoring unknown tag `Programmer' at line 2, file arch-overview.h warning: ignoring unknown tag `s' at line 2, file arch-overview.h warning: ignoring unknown tag `Reference' at line 2, file arch-overview.h warning: ignoring unknown tag `Architectural' at line 2, file arch-overview.h warning: ignoring unknown tag `Overview' at line 2, file arch-overview.h … (This continues for 121152 lines.) [14:26:52] Oh, the argument to doxygen is supposed to be a Doxygen configuration file, not ‘*.h’. [14:54:47] --- rra has become available [14:55:35] Oh, is that the problem? [14:55:47] I've been wondering about that for a while. I wonder if someone has a configuration file. [15:05:36] ‘doxygen -g’ generates the default configuration file, which seems to work fine: --- a/debian/rules +++ b/debian/rules @@ -158,12 +158,12 @@ override_dh_install: cp doc/xml/AdminGuide/*.png $(DOCS)/html/AdminGuide/ mkdir $(DOCS)/html/arch-overview cp doc/arch/arch-overview.h $(DOCS)/html/arch-overview - cd $(DOCS)/html/arch-overview && doxygen *.h && rm *.h && mv html/* . \ + cd $(DOCS)/html/arch-overview && doxygen -g && doxygen && rm Doxyfile *.h && mv html/* . \ && rm -r latex html set -e; for h in doc/protocol/*.h ; do \ mkdir $(DOCS)/html/`basename $$h .h` ; \ cp $$h $(DOCS)/html/`basename $$h .h` ; \ - cd $(DOCS)/html/`basename $$h .h` && doxygen *.h && rm *.h \ + cd $(DOCS)/html/`basename $$h .h` && doxygen -g && doxygen && rm Doxyfile *.h \ && mv html/* . && rm -r latex html && cd $(CURDIR) ; \ done [15:07:10] Thanks! [17:05:31] --- haba has left [17:27:09] It looks like you only fixed the second doxygen call? [17:28:42] And I think you’re leaving the generated Doxyfile around in the binary package. [17:30:04] Ah, yeah, I missed that. Will be fixed in the next release. [17:37:31] I should have just applied your patch, but because it was in IM, I instead read it for the idea and reimplemented it and then left out chunks of it. *wry grin* [21:50:32] --- rra has left: Disconnected [22:13:49] --- Russ has become available [22:46:59] --- jaltman/FrogsLeap has left: Disconnected [22:47:49] --- jaltman/FrogsLeap has become available