From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_20 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 24 May 93 15:00:57 GMT From: mcsun!sun4nl!dascnl!bambam!gmo@uunet.uu.net (Gijs Mos) Subject: SunAda 1.1, lock problem when compiling generic instantiations Message-ID: List-Id: Hi, I'm posting this for sombody who can't read news. He can't even receive mail from the internet. I myself don't read this newsgroup so please reply by *MAIL* to me. Thanks in advance, Gijs Mos ---------------------------------------------------------------------- | gmo@dasc.nl Gijs Mos, Data Sciences BV, +31 20 6520 514/652 | | X400: /C=nl/ADMD=400net/PRMD=surf/O=dasc/S=gmo | |--------------------------------------------------------------------| | From 15 July 1993: gjm@actrix.gen.nz | ---------------------------------------------------------------------- --------------------- The Problem ------------------------------------------ After installing release 1.1 of SunAda I encountered the following problem. The compilation of a certain application, already tested using SunAda 1.0, seemed to be succesful. However, an attempt to run the created executable failed. During the compilation I had noticed that the expected building of instantiations: 'compiling instantiations in /usr/SunAda/standard' was not reported. A second attempt to compile the application, after 'touch'-ing several packages that use instantiations of generic packages, failed. The a.make utility reported that the generic library was locked. Below the output from the compilation: | [65] a.make -All -v -O0 -o | compiling instantiations in /usr/SunAda/standard | /usr/SunAda/standard/INSTXX, line 0, char 0:fatal: timeout. generic library locked (lock file is /usr/SunAda/standard/gnrx.lock) | ra.ld -o A search on the lock file stated that the lock file does not exist at all: | [66] cd /usr | [67] find . -name '*.lock' -ls | [68] SunAda 1.1 was installed on /usr using /cdrom/cdm (cd manager). The Ada host used is a SPARCstation IPX. This SPARCstation IPX uses SunOS 4.1.1 with the following patches: rpc.lockd jumbo patch (ID 100075-II) SIGIO signal for async io fails to pend a.. (ID 100357-01) setitimer sometimes fails to deliver (ID 100458-03) This problem has been reported to Sun but a solution hasn't been found yet. Any solutions? Thanks, Walter #include This might not be the view of my employer.