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.4 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FORGED_MUA_MOZILLA,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9bb65421778ea393 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.79.40 with SMTP id g8mr2869963pax.45.1352406535275; Thu, 08 Nov 2012 12:28:55 -0800 (PST) Path: s9ni146pbb.0!nntp.google.com!news.glorb.com!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 08 Nov 2012 14:28:54 -0600 Date: Thu, 08 Nov 2012 15:28:53 -0500 From: "Peter C. Chapin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Problem getting Adactl to run. References: In-Reply-To: Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-b5KftLag4o/JtTLlE0FTEKmVev9g1XXZe/CqJL3Wmukj9YAqWv+myEm2BoK62I+1sjqJnjIkChaZ+4u!hAAB9sg7UOk+0zYaX6XWwhUOhgpIQjADHzwQXSlhS9+stpSSjAExkYeLr9vH9oI= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2084 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-11-08T15:28:53-05:00 List-Id: On 11/08/2012 10:39 AM, Peter C. Chapin wrote: > I'm trying to run Adactl on my system but it's not working for me. The problem was related to my 64 bit system. I built adactl from source and my earlier problems go away. However, I have new problems. When I try to launch adactl from GPS I get various errors. Most recently there are Python errors appearing in the GPS messages view like this: Traceback (most recent call last): File "", line 1, in File "/home/peter/local/gnat/share/gps/plug-ins/adactl.py", line 453, in run parse (result) File "/home/peter/local/gnat/share/gps/plug-ins/adactl.py", line 87, in parse list.sort(sloc_cmp) File "/home/peter/local/gnat/share/gps/plug-ins/adactl.py", line 84, in sloc_cmp return cmp (int(ls[2+Offset]), int(rs[2+Offset])) ValueError: invalid literal for int() with base 10: 'Error' I'm not sure what this means. Peter