swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: swarm 1.4 to 1.4.1 difference? Or redhat 5.2 vs 6.0? argp.h


From: Rick Riolo
Subject: Re: swarm 1.4 to 1.4.1 difference? Or redhat 5.2 vs 6.0? argp.h
Date: Sat, 5 Jun 1999 07:39:11 -0400 (EDT)

I think I have found the problem here:  Indeed the native
swarm-1.4.1.tar.gz from sfi has the Makefiles as they should be.
But after we applied Paul's patch (or at least the version we 
downloaded a bit ago), those Makefile's were changed, eg:

------->

diff -rc swarm-1.4.1/src/misc/Makefile.am
swarm-1.4.1-new/src/misc/Makefile.am
*** swarm-1.4.1/src/misc/Makefile.am    Mon Feb  8 12:37:44 1999
--- swarm-1.4.1-new/src/misc/Makefile.am    Fri May  7 14:07:57 1999
***************
*** 16,29 ****
    strndup.c strnlen.c strpbrk.c strsep.c

  SRC = getopt.c getopt1.c xmalloc.c find_executable.c \
-   argp-ba.c argp-eexst.c argp-fmtstream.c argp-fs-xinl.c  \
-   argp-help.c argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c \
    dropdir.c

! noinst_HEADERS = argp-fmtstream.h argp-namefrob.h mem.h

  libmisc_la_SOURCES = $(SRC)
  libmisc_la_LIBADD = @LIBOBJS@
  libmisc_la_LDFLAGS = -version-info $(CURRENT):$(REVISION):$(AGE)

! misc_HEADERS = argp.h getopt.h
--- 16,27 ----
    strndup.c strnlen.c strpbrk.c strsep.c

  SRC = getopt.c getopt1.c xmalloc.c find_executable.c \
    dropdir.c

! noinst_HEADERS = mem.h
 
  libmisc_la_SOURCES = $(SRC)
  libmisc_la_LIBADD = @LIBOBJS@
  libmisc_la_LDFLAGS = -version-info $(CURRENT):$(REVISION):$(AGE)
 
! misc_HEADERS = getopt.h

<-------------------------

As you see, the argp.h gets left off misc_HEADERS.   
The above is from a diff file (RH6patch.diff) between the patched version
and the original, from
   swarm-with-hdf5-RH6-1.4.1-1.src.rpm
from
  http://lark.cc.ukans.edu/~pauljohn/Swarm/RPMSforRH6-glibc2.1

Paul, is there a reason you made that change?
That seems to be the source of the argp.h problem in Arguments.h,
at least as best I can figure it out.
(But maybe you and/or Marcus can tell me otherwise.)

What about those changes to 
   noinst_HEADERS
Are those going to cause problems down the road?


- r



Rick Riolo                           address@hidden
Center for Study of Complex Systems (CSCS)
4477 Randall Lab                
University of Michigan         Ann Arbor MI 48109-1120
Phone: 734 763 3323                  Fax: 734 763 9267
http://www.pscs.umich.edu/PEOPLE/rlr-home.html

On 4 Jun 1999, Marcus G. Daniels wrote:

> Date: 04 Jun 1999 09:26:00 -0700
> From: Marcus G. Daniels <address@hidden>
> Reply-To: address@hidden
> To: address@hidden
> Subject: Re: swarm 1.4 to 1.4.1 difference? Or redhat 5.2 vs 6.0?  argp.h
> 
> >>>>> "RLR" == Rick Riolo <address@hidden> writes:
> 
> RLR> Note that my src/misc/Makefile.{am,in} do NOT have argp.h !!
> 
> Beats me.  It's in ftp://ftp.santafe.edu/pub/swarm/swarm-1.4.1.tar.gz.
> 
>                   ==================================
>    Swarm-Support is for discussion of the technical details of the day
>    to day usage of Swarm.  For list administration needs (esp.
>    [un]subscribing), please send a message to <address@hidden>
>    with "help" in the body of the message.
> 
> 




                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]