r26918 was the previous nightly tarball -- the create failure was in making the 
current nightly tarball.  So it's something that happened during the day 
yesterday that caused the failure (e.g., some header file was forgotten to be 
added to a Makefile.am).

I think Ralph fixed it in r26934.  I'll spin up a new tarball now, just to 
verify...


On Aug 1, 2012, at 12:43 AM, Paul Hargrove wrote:

> I've just built from openmpi-1.9a1r26918.tar.bz2 on a Linux/x86-64 machine 
> w/o any problems.
> So, that would seem to discount something missing from the tarball.
> 
> -Paul
> 
> On Tue, Jul 31, 2012 at 9:07 PM, Ralph Castain <r...@open-mpi.org> wrote:
> Agreed - but I checked and didn't see anything missing. <shrug> will take 
> another look...
> 
> On Jul 31, 2012, at 9:04 PM, Paul Hargrove <phhargr...@lbl.gov> wrote:
> 
>> The most likely reason for a "distcheck" to fail in this manner when a 
>> checkout is fine would be a header not getting included in the tarball due 
>> to some omission from Makefile.am
>> 
>> -Paul
>> 
>> On Tue, Jul 31, 2012 at 9:00 PM, Ralph Castain <r...@open-mpi.org> wrote:
>> I'm not sure what to make of this one. I checked the code out and built it 
>> just fine on a linux box, including watching this file build. For whatever 
>> reason, the tarball maker just didn't find some include file?
>> 
>> 
>> On Jul 31, 2012, at 6:33 PM, MPI Team <mpit...@osl.iu.edu> wrote:
>> 
>> >
>> > ERROR: Command returned a non-zero exist status (trunk):
>> >       make distcheck
>> >
>> > Start time: Tue Jul 31 21:00:01 EDT 2012
>> > End time:   Tue Jul 31 21:33:05 EDT 2012
>> >
>> > =======================================================================
>> > [... previous lines snipped ...]
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:453: error: `buf' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:454: error: `max_data' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:455: error: `iov' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:456: error: `iovec_count' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c: At top level:
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:466: error: syntax error 
>> > before "ompi_file_t"
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c: In function 
>> > `mca_io_ompio_datatype_is_contiguous':
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:468: error: 
>> > `mca_io_ompio_data_t' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:468: error: `data' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:469: error: 
>> > `mca_io_ompio_file_t' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:469: error: `fh' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:471: error: syntax error 
>> > before ')' token
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:474: error: `datatype' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:475: error: 
>> > `OMPIO_CONTIGUOUS_MEMORY' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c: At top level:
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:483: error: syntax error 
>> > before '*' token
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c: In function 
>> > `mca_io_ompio_set_aggregator_props':
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:488: error: 
>> > `mca_io_ompio_data_t' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:488: error: `data' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:489: error: 
>> > `mca_io_ompio_file_t' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:489: error: `fh' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:491: error: syntax error 
>> > before ')' token
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:494: error: 
>> > `num_aggregators' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:495: error: 
>> > `bytes_per_proc' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c: At top level:
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:504: error: syntax error 
>> > before '*' token
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c: In function 
>> > `mca_io_ompio_generate_current_file_view':
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:510: error: 
>> > `mca_io_ompio_data_t' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:510: error: `data' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:511: error: 
>> > `mca_io_ompio_file_t' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:511: error: `fh' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:513: error: syntax error 
>> > before ')' token
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:516: error: `max_data' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:517: error: `f_iov' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:518: error: `iov_count' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c: At top level:
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:527: error: syntax error 
>> > before '*' token
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c: In function 
>> > `mca_io_ompio_free_f_io_array':
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:529: error: 
>> > `mca_io_ompio_data_t' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:529: error: `data' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:530: error: 
>> > `mca_io_ompio_file_t' undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:530: error: `fh' 
>> > undeclared (first use in this function)
>> > ../../../../../ompi/mca/io/ompio/io_ompio_nbc.c:532: error: syntax error 
>> > before ')' token
>> > make[3]: *** [io_ompio_nbc.lo] Error 1
>> > make[3]: Leaving directory 
>> > `/home/mpiteam/openmpi/nightly-tarball-build-root/trunk/create-r26933/ompi/openmpi-1.9a1r26933/_build/ompi/mca/io/ompio'
>> > make[2]: *** [all-recursive] Error 1
>> > make[2]: Leaving directory 
>> > `/home/mpiteam/openmpi/nightly-tarball-build-root/trunk/create-r26933/ompi/openmpi-1.9a1r26933/_build/ompi'
>> > make[1]: *** [all-recursive] Error 1
>> > make[1]: Leaving directory 
>> > `/home/mpiteam/openmpi/nightly-tarball-build-root/trunk/create-r26933/ompi/openmpi-1.9a1r26933/_build'
>> > make: *** [distcheck] Error 1
>> > =======================================================================
>> >
>> > Your friendly daemon,
>> > Cyrador
>> > _______________________________________________
>> > testing mailing list
>> > test...@open-mpi.org
>> > http://www.open-mpi.org/mailman/listinfo.cgi/testing
>> 
>> 
>> _______________________________________________
>> devel mailing list
>> de...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/devel
>> 
>> 
>> 
>> -- 
>> Paul H. Hargrove                          phhargr...@lbl.gov
>> Future Technologies Group
>> Computer and Data Sciences Department     Tel: +1-510-495-2352
>> Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900
>> 
>> _______________________________________________
>> devel mailing list
>> de...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/devel
> 
> 
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel
> 
> 
> 
> -- 
> Paul H. Hargrove                          phhargr...@lbl.gov
> Future Technologies Group
> Computer and Data Sciences Department     Tel: +1-510-495-2352
> Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900
> 
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to