[hwloc-devel] Create success (hwloc git dev-154-g4cf1ec7)

2014-04-07 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success. Snapshot: hwloc dev-154-g4cf1ec7 Start time: Mon Apr 7 21:01:01 EDT 2014 End time: Mon Apr 7 21:03:27 EDT 2014 Your friendly daemon, Cyrador

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Jeff Squyres (jsquyres)
How about this: diff --git a/config/distscript.sh b/config/distscript.sh index d7bdfa4..9f05a2f 100755 --- a/config/distscript.sh +++ b/config/distscript.sh @@ -69,7 +69,7 @@ fi # Trivial helper function doit() { echo $* -$* +eval $* } echo "*** Copying doxygen-doc tree to

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Brice Goglin
Same error. Brice Le 07/04/2014 23:43, Jeff Squyres (jsquyres) a écrit : > How about: > > tar c -C /home/ci/hwloc-gitclone -h -f - doc/doxygen-doc | tar x -C > /home/ci/hwloc-gitclone/build/hwloc-gitclone -f - > > > > On Apr 7, 2014, at 5:36 PM, Brice Goglin > wrote: >

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Jeff Squyres (jsquyres)
How about: tar c -C /home/ci/hwloc-gitclone -h -f - doc/doxygen-doc | tar x -C /home/ci/hwloc-gitclone/build/hwloc-gitclone -f - On Apr 7, 2014, at 5:36 PM, Brice Goglin wrote: > Works on my Linux but fails on Solaris: > tar -c -C /home/ci/hwloc-gitclone -h -f -

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Brice Goglin
Works on my Linux but fails on Solaris: tar -c -C /home/ci/hwloc-gitclone -h -f - doc/doxygen-doc | tar -x -C /home/ci/hwloc-gitclone/build/hwloc-gitclone -f - tar: /dev/rmt/0: No such file or directory Le 07/04/2014 23:29, Jeff Squyres (jsquyres) a écrit : > --- a/config/distscript.sh > +++

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Jeff Squyres (jsquyres)
On Apr 7, 2014, at 5:06 PM, "Jeff Squyres (jsquyres)" wrote: > Ok, lemme look at tar -- there's a canonical way to copy dir trees with tar; > let me look it up... Does this work for you? It seems to do the Right Thing for me on OS X and Linux. diff --git

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Jeff Squyres (jsquyres)
On Apr 7, 2014, at 5:05 PM, Brice Goglin wrote: > So you just broke my make dist :/ Really? Doh! :-( > I don't have MacOS to test things. If rsync or tar or whatever can > dereference symlinks, that'll work for me. Ok, lemme look at tar -- there's a canonical way to

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Brice Goglin
So you just broke my make dist :/ I don't have MacOS to test things. If rsync or tar or whatever can dereference symlinks, that'll work for me. commit 0ebeff689e9414d5eedbf53e7c8697a3af5e4b72 Author: Brice Goglin List-Post: hwloc-devel@lists.open-mpi.org Date: Fri Mar

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Jeff Squyres (jsquyres)
On Apr 7, 2014, at 4:33 PM, Brice Goglin wrote: > So you're (always?) getting tarballs without any doc/doxygen-doc > subdirectories? That's correct -- doc/doxygen-doc is in the source tree, but does not end up in the tarball. > Does "make dist" say that it's copying the

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Brice Goglin
So you're (always?) getting tarballs without any doc/doxygen-doc subdirectories? Does "make dist" say that it's copying the doxygen-doc subdirectory? Any idea who's removing it later? I managed to get such a tarball without doc only once, but it disappeared after I added some debug commands to

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Jeff Squyres (jsquyres)
Right -- I've done that (i.e., if I do "make doc" again, it does nothing because it's already done). And "make dist" works fine. But "make distcheck" fails when it runs "make dist" in the subdir of the expanded tarball fails because doc/doxygen-doc doesn't exist in there. On Apr 7, 2014,

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Brice Goglin
In v1.9+, you need make doc before make dist or make distcheck. It may explain your problem? I changed this a couple weeks ago to make things much easier to understand/maintain (but a little bit harder to use :)) Brice Le 07/04/2014 21:37, Jeff Squyres (jsquyres) a écrit : > I just pushed

Re: [hwloc-devel] GIT: hwloc branch master updated. 0e6fe307c10d47efee3fb95c50aee9c0f01bc8ec

2014-04-07 Thread Jeff Squyres (jsquyres)
I just pushed 143e27248f928797e2e8532747386c67c9f8d873, which converted distscript.csh to distscript.sh. If it works well on master, we can pull it to the v1.9 branch. I notice that "make distcheck" is broken, however -- when it goes to "make dist" in the expanded tarball, I get the following