Getting and setting up EMC software Using RPM Files


Source Install Reports
after August 2000


Summary of Aug

Re: August Rel. compiling errors
Date: Thu, 24 Aug 2000 09:15:25 -0400 (EDT)
From: shackle <shackle@cme.nist.gov>
To: Multiple recipients of list <emc@nist.gov>

On Thu, 24 Aug 2000 07:36:38 -0400 (EDT), Jan said:

>
>  Hello to all,
>
>  I tried to compile the src-code of the august release.  Under you can find
>  my err.log.  Has anyone have a clue?
>
>  Thanks,
>
>  Jan.
>
>  Rcserr.log:
>
>  gnumake: Command not found.
>  /usr/X11R6/bin/makedepend: warning:  _mathprnt.c (reading
>  /usr/local/nist/augsrc2000/rcslib/plat/linux_2_0_36/include/mathprnt.h, line
>  30): cannot find include file "iostream.h"
>   not in
>  /usr/local/nist/augsrc2000/rcslib/plat/linux_2_0_36/include/iostream.h
>   not in /usr/local/nist/augsrc2000/rcslib/etc/phony/include/iostream.h
>   not in /usr/local/lib/gcc-include/iostream.h
>   not in /usr/include/iostream.h
>   not in /usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3/include/iostream.h
>  /usr/X11R6/bin/makedepend: warning:  mathprnt.cc, line 11: cannot find
>  include file "iostream.h"
>   not in
>  /usr/local/nist/augsrc2000/rcslib/plat/linux_2_0_36/include/iostream.h
>   not in /usr/local/nist/augsrc2000/rcslib/etc/phony/include/iostream.h
>   not in /usr/local/lib/gcc-include/iostream.h
>   not in /usr/include/iostream.h
>   not in /usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3/include/iostream.h
>  /usr/X11R6/bin/makedepend: warning:  rtlnml.c, line 50: cannot find include
>  file "mbuff.h"
>   not in mbuff.h
>   not in mbuff.h
>   not in /usr/local/nist/augsrc2000/rcslib/plat/linux_2_0_36/include/mbuff.h
>   not in /usr/local/nist/augsrc2000/rcslib/etc/phony/include/mbuff.h
>   not in /usr/local/lib/gcc-include/mbuff.h
>   not in /usr/include/mbuff.h
>   not in /usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3/include/mbuff.h
>  gnumake: Command not found.
>  /usr/X11R6/bin/makedepend: warning:  _mathprnt.c (reading
>  /usr/local/nist/augsrc2000/rcslib/plat/rtlinux_09J/include/mathprnt.h, line
>  30): cannot find include file "iostream.h"
>   not in
>  /usr/local/nist/augsrc2000/rcslib/plat/rtlinux_09J/include/iostream.h
>   not in /usr/local/nist/augsrc2000/rcslib/etc/phony/include/iostream.h
>   not in /usr/src/rtl/include/iostream.h
>   not in /usr/src/rtl/include/iostream.h
>   not in /usr/local/lib/gcc-include/iostream.h
>   not in /usr/include/iostream.h
>   not in /usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3/include/iostream.h
>  gmake: x: Command not found
>  gmake: [/usr/local/nist/augsrc2000/rcslib/plat/rtlinux_09J/lib/librcs.a]
>  Error 127 (ignored)
>

I think these are  all warnings that can be safely ignored.
If you are interested  I have since checked in some modified versions of
rcslib/buildrcs and rcslib/etc/generic.def to CVS that should clean up most of
them.

-- Will
 

-------------------------------------------------
William Penn Shackleford III                     shackle@nist.gov
National Institute of Standards & Technology     Tel:    (301) 975-4286
100 Bureau Drive Stop 8230                       FAX:    (301) 990-9688
Gaithersburg MD  20899   USA
http://www.isd.mel.nist.gov/personnel/shackleford/
Office Location: Bldg. 220 Rm A253
 


RE: August Rel. compiling errors
Date: Tue, 29 Aug 2000 12:11:08 -0400 (EDT)
From: Tim Goldstein <tgoldstein@mlh-services.com>
To: Multiple recipients of list <emc@nist.gov>
 

> plat/linux_2_0_36/bin/inivar: error in loading shared libraries
> librcs.so: cannot open shared object file: No such file or directory
> plat/linux_2_0_36/bin/inivar: error in loading shared libraries
> librcs.so: cannot open shared object file: No such file or directory
> plat/linux_2_0_36/bin/inivar: error in loading shared libraries
> librcs.so: cannot open shared object file: No such file or directory
> plat/linux_2_0_36/bin/inivar: error in loading shared libraries
> librcs.so: cannot open shared object file: No such file or directory
> plat/linux_2_0_36/bin/inivar: error in loading shared libraries
> librcs.so: cannot open shared object file: No such file or directory
> plat/linux_2_0_36/bin/inivar: error in loading shared libraries
> librcs.so: cannot open shared object file: No such file or directory
> plat/linux_2_0_36/bin/inivar: error in loading shared libraries
> librcs.so: cannot open shared object file: No such file or directory
 

If I remember correctly this is the same error message I was getting when I
did the install on top of an existing EMC that was working fine. This was
with RH 5.2. I continued to get the same error message after I reinstalled
the prior working version and had to delete the directory and reinstall the
prior version to get EMC functional again (Jon Elson did point out that a
./clean would probably have worked).

Tim
[Denver, CO]


RE: August Rel. compiling errors
Date: Tue, 29 Aug 2000 22:45:54 -0400 (EDT)
From: Ray <rehenry@up.net>
To: Multiple recipients of list <emc@nist.gov>

RE: August Rel. compiling errorsDate: Tue, 29 Aug 2000 20:50:48 -0500
From: Ray <rehenry@up.net>
To: emc@nist.gov
Reply to: rehenry@up.net
 

Jan and Tim

On Tue, 29 Aug 2000, Tim wrote:
<snipped>
>
> If I remember correctly this is the same error message I was getting when I
> did the install on top of an existing EMC that was working fine. This was
> with RH 5.2. I continued to get the same error message after I reinstalled
> the prior working version and had to delete the directory and reinstall the
> prior version to get EMC functional again (Jon Elson did point out that a
> ./clean would probably have worked).

One problem here is that the new releases, both bin and src are shipped
without clean.  (perhaps we can get that fixed)  What I do each time I
try a new release is create a new directory and untar the release there.
If it works, I may or may not rename that directory my "nist" directory.

I did go back and install the August emcsrc release under RH5.2 and the
compile went without a hitch.   The iostream.h error was still there but
didn't affect the outcome.  I have the standard RH 2.0.36 release from last
year.  (at this point I can't make the src compile with Mandrake 7.0)

Will indicated that mbuff.h errors shouldn't be a problem and I did not
get that error in this compile, so I looked for that file on the RH5.2 and
it just isn't there.

Perhaps this is a problem of building one release on top of another.

Ray