Le 20/01/2011 13:01, Brice Goglin a écrit : > The online tarball doesn't build here either. It doesn't contain the > gather-topology.1in manpage. But make dist (and distcheck) in v1.1 > branch work fine here. > > I don't know what happen during your make dist. Apart from the missing > manpage. Your tarball contains all files that configure and make > generates (Makefile, .deps, .o, .libs). Your doxygen also created > additional files with -e prefix for each expected html and manpages. >
I meant "-e" *suffix*. Your tarball: $ tar tvfz hwloc-1.1.1rc1.tar.gz | grep get_api_ -rw-r--r-- jsquyres/staff 34 2011-01-19 14:21 hwloc-1.1.1rc1/doc/doxygen-doc/man/man3/hwloc_get_api_version.3 -rw-r--r-- jsquyres/staff 34 2011-01-19 14:21 hwloc-1.1.1rc1/doc/doxygen-doc/man/man3/hwloc_get_api_version.3-e My tarball: $ tar tvfz hwloc-1.1.1rc1r3097.tar.gz | grep get_api_ -rw-r--r-- bgoglin/users 34 2011-01-20 13:12 hwloc-1.1.1rc1r3097/doc/doxygen-doc/man/man3/hwloc_get_api_version.3 > I don't see anything wrong with get_api_version. Once I manually worked > around the missing manpage, make worked fine. > > FWIW, you used autoconf 2.68 and doxygen 1.7.2. I use 2.67 and 1.7.1. > Upgrading from doxygen 1.7.1 to 1.7.3 didn't change anything (it didn't create "-e" suffixed files). Brice