From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4e2900b4a74b6c51 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-12 14:47:05 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: almroth@attglobal.net (Andreas Almroth) Newsgroups: comp.lang.ada Subject: Re: Problems compiling test suite in Florist 3.13p Date: 12 Jul 2001 14:47:05 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 213.116.22.198 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 994974425 23204 127.0.0.1 (12 Jul 2001 21:47:05 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 12 Jul 2001 21:47:05 GMT Xref: archiver1.google.com comp.lang.ada:9891 Date: 2001-07-12T21:47:05+00:00 List-Id: I'm now able to compile the test suite. Thanks Carbonne! Now, next question; What is the normal failure rate/distribution for Florist? Well, taken you can measure it that way... I mean, for a Solaris 2.x system, what/where would be the normal failures be? Florist is most likely perfectly fine, I imagine it is the target system that is at fault... Reason asking; I'm seeing a lot of failures in the test logs... :-( /Andreas almroth@attglobal.net (Andreas Almroth) wrote in message news:... > Hi all, > > I seem to frequent this place a lot this week... :) > > In lack of a better forum (that I'm aware of), I'm posting here... > sorry... > > I tried to compile the Florist package version 3.13p today with Gnat > 3.13p (pre-compiled) on a SPARC Solaris 2.6 box, but I have stumbled > into trouble when compiling the test programs. > > The Florist library itself compiles alright, though I have not written > any programs yet, using the library. That is because I thought I would > run the tests first to see that everything is working... > > I get the following message on this and many other files; > gnatmake -g -A../floristlib -L../floristlib p030301 -cargs -gnatag > -largs -lflorist > gcc -c -g -I../floristlib -gnatag p030301.adb > p030301.adb:65:01: (style) incorrect layout > gnatmake: "p030301.adb" compilation error > make[1]: *** [p030301] Error 4 > make[1]: Leaving directory `/export/ada/florist-3.13p-src/tests' > make: *** [run_tests] Error 2 > > When looking in the source code, it looks to me fairly OK, but I tried > to move the use statements up to global scope, and voila, it works... > But surely, it shouldn't be necessary to change the files? > > I get various other errors/warnings as well. > > Soooo, of course, I'm now wondering what I am doing wrong. I'm > following the instructions in the README, and the only thing that is > mentioned is that all tests might not work, but nothing about all test > might not compile... > > Well, any help is appreciated! > > /Andreas