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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.yTvCNOh9TRCAIcX40YItlQ.user.gioia.aioe.org!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: ANN: MAX! home automation v2.15 Date: Wed, 20 Feb 2019 18:00:38 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <4e8a1cee-64f7-4e04-bbe7-ae15f30e8eb1@googlegroups.com> <5808618d-81f2-4dbd-8ed0-588c8e2149ed@googlegroups.com> NNTP-Posting-Host: yTvCNOh9TRCAIcX40YItlQ.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:55609 Date: 2019-02-20T18:00:38+01:00 List-Id: On 2019-02-20 17:40, malik.marouby@gmail.com wrote: > Le mercredi 20 février 2019 09:43:04 UTC+1, Dmitry A. Kazakov a écrit : >> On 2019-02-19 21:53, wrote: >>> Le mardi 19 février 2019 21:11:20 UTC+1, Dmitry A. Kazakov a écrit : >>>> On 2019-02-19 11:51, wrote: >>>> >>>>> Thanks for your answer >>>>> however I haven't been able to install, even by adding the Buster sources to my sources.list :| >>>> >>>> Did you do apt update? >>> Yes I did! 😁 >> >> You might have to add "testing" to: >> >> deb http://ftp.de.debian.org/debian stretch main >> >> and try -t testing > > that worked! > but now I have an issue when I try to enter the cube IP address, the software closes and I have the following error: > > max_home_automation: symbol lookup error: /usr/lib/arm-linux-gnueabihf/libsimple-components-4.38.so.1: undefined symbol: __atomic_load_8 > > I guess it is also related to buster? To GCC-8. It is a GCC procedure used because 32-bit GNAT still does not implement atomic aspect for some scalar types. Did you install libatomic1? -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de