[hwloc-devel] Create success (hwloc r1.0a1r1671)

2010-01-25 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success.

Snapshot:   hwloc 1.0a1r1671
Start time: Mon Jan 25 21:01:01 EST 2010
End time:   Mon Jan 25 21:03:06 EST 2010

Your friendly daemon,
Cyrador


Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1664

2010-01-25 Thread Jeff Squyres
On Jan 25, 2010, at 8:39 AM, Brice Goglin wrote:

> By the way, when building out of the source dir, I am getting a latex
> error because it cannot find the "diagram" picture. I worked in the
> past, I don't know what changed recently and broke this. Can anybody
> reproduce the problem ?

I've always gotten a bunch of latex errors in the last latex build; I just 
kinda ignored them.  For example:

LaTeX Warning: There were undefined references.

! pdfTeX warning (dest): name{a5} has been referenced but does not exist, 
replaced by a fixed one
(several others similar to this one)

...these seem to be the last two kinds I can find these days.  I don't see any 
warnings/errors about not finding "diagram".

-- 
Jeff Squyres
jsquy...@cisco.com




Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1664

2010-01-25 Thread Samuel Thibault
Jeff Squyres, le Mon 25 Jan 2010 08:35:40 -0500, a écrit :
> Ick!

Yes :/

> Does this mean that some versions of doxy have this bug and some don't?

Yes.

Samuel


Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1664

2010-01-25 Thread Brice Goglin
Jeff Squyres wrote:
> Ick!
>
> Does this mean that some versions of doxy have this bug and some don't?
>   

I don't think we used \page in 0.9 so we probably never tested this bug
before I switched glossary/tools/envvar/plpa/embed to \plpa about a
month ago. The bug occurs with doxygen 1.6.2 here, I don't know about
earlier versions.


By the way, when building out of the source dir, I am getting a latex
error because it cannot find the "diagram" picture. I worked in the
past, I don't know what changed recently and broke this. Can anybody
reproduce the problem ?

Brice



Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1664

2010-01-25 Thread Jeff Squyres
Ick!

Does this mean that some versions of doxy have this bug and some don't?



On Jan 24, 2010, at 9:07 PM,   wrote:

> Author: sthibaul
> Date: 2010-01-24 21:07:42 EST (Sun, 24 Jan 2010)
> New Revision: 1664
> URL: https://svn.open-mpi.org/trac/hwloc/changeset/1664
> 
> Log:
> ignore errors when renaming the bogus files
> Text files modified:
>trunk/doc/Makefile.am |20 ++--   
>1 files changed, 10 insertions(+), 10 deletions(-)
> 
> Modified: trunk/doc/Makefile.am
> ==
> --- trunk/doc/Makefile.am   (original)
> +++ trunk/doc/Makefile.am   2010-01-24 21:07:42 EST (Sun, 24 Jan 2010)
> @@ -123,16 +123,16 @@
> @rm -rf $(DOX_DIR)/man/man3
> @mv $(DOX_DIR)/man.tmp $(DOX_DIR)/man/man3
> @echo "Work-around buggy doxygen filenames..."
> -   @mv -f $(DOX_DIR)/html/termsanddefs.html $(DOX_DIR)/html/a1.html
> -   @mv -f $(DOX_DIR)/latex/termsanddefs.tex $(DOX_DIR)/latex/a1.tex
> -   @mv -f $(DOX_DIR)/html/tools.html $(DOX_DIR)/html/a2.html
> -   @mv -f $(DOX_DIR)/latex/tools.tex $(DOX_DIR)/latex/a2.tex
> -   @mv -f $(DOX_DIR)/html/envvar.html $(DOX_DIR)/html/a3.html
> -   @mv -f $(DOX_DIR)/latex/envvar.tex $(DOX_DIR)/latex/a3.tex
> -   @mv -f $(DOX_DIR)/html/embed.html $(DOX_DIR)/html/a4.html
> -   @mv -f $(DOX_DIR)/latex/embed.tex $(DOX_DIR)/latex/a4.tex
> -   @mv -f $(DOX_DIR)/html/switchfromplpa.html $(DOX_DIR)/html/a5.html
> -   @mv -f $(DOX_DIR)/latex/switchfromplpa.tex $(DOX_DIR)/latex/a5.tex
> +   -@mv -f $(DOX_DIR)/html/termsanddefs.html $(DOX_DIR)/html/a1.html
> +   -@mv -f $(DOX_DIR)/latex/termsanddefs.tex $(DOX_DIR)/latex/a1.tex
> +   -@mv -f $(DOX_DIR)/html/tools.html $(DOX_DIR)/html/a2.html
> +   -@mv -f $(DOX_DIR)/latex/tools.tex $(DOX_DIR)/latex/a2.tex
> +   -@mv -f $(DOX_DIR)/html/envvar.html $(DOX_DIR)/html/a3.html
> +   -@mv -f $(DOX_DIR)/latex/envvar.tex $(DOX_DIR)/latex/a3.tex
> +   -@mv -f $(DOX_DIR)/html/embed.html $(DOX_DIR)/html/a4.html
> +   -@mv -f $(DOX_DIR)/latex/embed.tex $(DOX_DIR)/latex/a4.tex
> +   -@mv -f $(DOX_DIR)/html/switchfromplpa.html 
> $(DOX_DIR)/html/a5.html
> +   -@mv -f $(DOX_DIR)/latex/switchfromplpa.tex 
> $(DOX_DIR)/latex/a5.tex
>  endif
> 
>  #
> ___
> hwloc-svn mailing list
> hwloc-...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-svn
> 


-- 
Jeff Squyres
jsquy...@cisco.com