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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:2c48:: with SMTP id s69-v6mr13898660ios.66.1525363257384; Thu, 03 May 2018 09:00:57 -0700 (PDT) X-Received: by 2002:a9d:5511:: with SMTP id l17-v6mr1702559oth.14.1525363256300; Thu, 03 May 2018 09:00:56 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder4.news.weretis.net!newsreader5.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!f199-v6no754264itd.0!news-out.google.com!15-v6ni848itg.0!nntp.google.com!v8-v6no756359itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 3 May 2018 09:00:56 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.39; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.39 References: <4ccf46d5-ceea-43fb-88af-cb7ab076b26e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <69bbad40-dd5a-4bda-b9aa-b81cac478c77@googlegroups.com> Subject: Re: Inter-process communication in Ada with Simple Components v 4.28 From: Anh Vo Injection-Date: Thu, 03 May 2018 16:00:57 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1920 X-Received-Body-CRC: 2440859289 Xref: reader02.eternal-september.org comp.lang.ada:51938 Date: 2018-05-03T09:00:56-07:00 List-Id: On Thursday, May 3, 2018 at 12:29:51 AM UTC-7, Dmitry A. Kazakov wrote: > On 03/05/2018 00:52, Anh Vo wrote: > > > By the way, I had trouble to untar after downloading it. The output error are "tar: Archive value 197608 is out of uid_t range 0..65535" > > > zcat components_4_28.tgz | tar -xvf - I used command "tar xvfz componentz_4_28.tgz". It worked for all previous releases. It should be equivalent to the above command. I just downloaded it again and used your command above. I got the same error message.