discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

OpenSCAD on Debian

NH
nop head
Mon, Jul 15, 2019 7:42 PM

Yes we used to be able to do su root, before unix became a nany like
thieving else these days.

On Mon, 15 Jul 2019 at 20:38, Bryan Lee leebc11@acm.org wrote:

Yeah.. Don't....  Dont' do it like that.  That makes the privledge
seperation pointless and you may as well run everything as root.

Thus A. Craig West hast written on Mon, Jul 15, 2019 at 03:11:23PM -0400,
and, according to prophecy, it shall come to pass that:

This is where 'sudo bash' is your friend...

On Mon, 15 Jul 2019, 15:05 Bryan Lee, leebc11@acm.org wrote:

Try it as:
sudo ls
then    wget -qO - https://files.openscad.org/OBS-Repository-Key.pub |
sudo apt-key add -

I have had problems before because sudo needs you to authenticate, but
piping
into sudo redirects stdin and stdout, making authentication impossible.

Thus Torsten Paul hast written on Mon, Jul 15, 2019 at 08:48:08PM

+0200,

and, according to prophecy, it shall come to pass that:

On 15.07.19 09:03, MichaelAtOz wrote:

I tried 'wget -qO -

| sudo

apt-key add -'

gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

I've never seen that fail really, I suspect that maybe wget is
just not installed?

Does it work separately?

wget https://files.openscad.org/OBS-Repository-Key.pub
apt-key add OBS-Repository-Key.pub

Yes we used to be able to do su root, before unix became a nany like thieving else these days. On Mon, 15 Jul 2019 at 20:38, Bryan Lee <leebc11@acm.org> wrote: > Yeah.. Don't.... Dont' do it like that. That makes the privledge > seperation pointless and you may as well run everything as root. > > Thus A. Craig West hast written on Mon, Jul 15, 2019 at 03:11:23PM -0400, > and, according to prophecy, it shall come to pass that: > > This is where 'sudo bash' is your friend... > > > > On Mon, 15 Jul 2019, 15:05 Bryan Lee, <leebc11@acm.org> wrote: > > > > > Try it as: > > > sudo ls > > > then wget -qO - https://files.openscad.org/OBS-Repository-Key.pub | > > > sudo apt-key add - > > > > > > > > > I have had problems before because sudo needs you to authenticate, but > > > piping > > > into sudo redirects stdin and stdout, making authentication impossible. > > > > > > > > > Thus Torsten Paul hast written on Mon, Jul 15, 2019 at 08:48:08PM > +0200, > > > and, according to prophecy, it shall come to pass that: > > > > On 15.07.19 09:03, MichaelAtOz wrote: > > > > > I tried 'wget -qO - > https://files.openscad.org/OBS-Repository-Key.pub > > > | sudo > > > > > apt-key add -' > > > > > > > > > > gpg: WARNING: nothing exported > > > > > gpg: no valid OpenPGP data found. > > > > > gpg: Total number processed: 0 > > > > > > > > I've never seen that fail really, I suspect that maybe wget is > > > > just not installed? > > > > > > > > Does it work separately? > > > > > > > > wget https://files.openscad.org/OBS-Repository-Key.pub > > > > apt-key add OBS-Repository-Key.pub > > > > > > _______________________________________________ > > > OpenSCAD mailing list > > > Discuss@lists.openscad.org > > > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > > > > > _______________________________________________ > > OpenSCAD mailing list > > Discuss@lists.openscad.org > > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
AC
A. Craig West
Mon, Jul 15, 2019 7:51 PM

I mean sudo bash, if you are doing a lot of root tasks, and then if one of
the tasks doesn't need root, su -c "do unprivileged command" username

On Mon, 15 Jul 2019, 15:43 nop head, nop.head@gmail.com wrote:

Yes we used to be able to do su root, before unix became a nany like
thieving else these days.

On Mon, 15 Jul 2019 at 20:38, Bryan Lee leebc11@acm.org wrote:

Yeah.. Don't....  Dont' do it like that.  That makes the privledge
seperation pointless and you may as well run everything as root.

Thus A. Craig West hast written on Mon, Jul 15, 2019 at 03:11:23PM -0400,
and, according to prophecy, it shall come to pass that:

This is where 'sudo bash' is your friend...

On Mon, 15 Jul 2019, 15:05 Bryan Lee, leebc11@acm.org wrote:

Try it as:
sudo ls
then    wget -qO - https://files.openscad.org/OBS-Repository-Key.pub

|

sudo apt-key add -

I have had problems before because sudo needs you to authenticate, but
piping
into sudo redirects stdin and stdout, making authentication

impossible.

Thus Torsten Paul hast written on Mon, Jul 15, 2019 at 08:48:08PM

+0200,

and, according to prophecy, it shall come to pass that:

On 15.07.19 09:03, MichaelAtOz wrote:

I tried 'wget -qO -

| sudo

apt-key add -'

gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

I've never seen that fail really, I suspect that maybe wget is
just not installed?

Does it work separately?

wget https://files.openscad.org/OBS-Repository-Key.pub
apt-key add OBS-Repository-Key.pub

I mean sudo bash, if you are doing a lot of root tasks, and then if one of the tasks doesn't need root, su -c "do unprivileged command" username On Mon, 15 Jul 2019, 15:43 nop head, <nop.head@gmail.com> wrote: > Yes we used to be able to do su root, before unix became a nany like > thieving else these days. > > On Mon, 15 Jul 2019 at 20:38, Bryan Lee <leebc11@acm.org> wrote: > >> Yeah.. Don't.... Dont' do it like that. That makes the privledge >> seperation pointless and you may as well run everything as root. >> >> Thus A. Craig West hast written on Mon, Jul 15, 2019 at 03:11:23PM -0400, >> and, according to prophecy, it shall come to pass that: >> > This is where 'sudo bash' is your friend... >> > >> > On Mon, 15 Jul 2019, 15:05 Bryan Lee, <leebc11@acm.org> wrote: >> > >> > > Try it as: >> > > sudo ls >> > > then wget -qO - https://files.openscad.org/OBS-Repository-Key.pub >> | >> > > sudo apt-key add - >> > > >> > > >> > > I have had problems before because sudo needs you to authenticate, but >> > > piping >> > > into sudo redirects stdin and stdout, making authentication >> impossible. >> > > >> > > >> > > Thus Torsten Paul hast written on Mon, Jul 15, 2019 at 08:48:08PM >> +0200, >> > > and, according to prophecy, it shall come to pass that: >> > > > On 15.07.19 09:03, MichaelAtOz wrote: >> > > > > I tried 'wget -qO - >> https://files.openscad.org/OBS-Repository-Key.pub >> > > | sudo >> > > > > apt-key add -' >> > > > > >> > > > > gpg: WARNING: nothing exported >> > > > > gpg: no valid OpenPGP data found. >> > > > > gpg: Total number processed: 0 >> > > > >> > > > I've never seen that fail really, I suspect that maybe wget is >> > > > just not installed? >> > > > >> > > > Does it work separately? >> > > > >> > > > wget https://files.openscad.org/OBS-Repository-Key.pub >> > > > apt-key add OBS-Repository-Key.pub >> > > >> > > _______________________________________________ >> > > OpenSCAD mailing list >> > > Discuss@lists.openscad.org >> > > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> > > >> >> > _______________________________________________ >> > OpenSCAD mailing list >> > Discuss@lists.openscad.org >> > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
M
MichaelAtOz
Mon, Jul 15, 2019 11:17 PM

0
tp3 wrote

Does it work separately?

I'm currently sudo with ALL=(ALL) NOPASSWD:ALL so it isn't password
related.(Yes I know...)

mebd@mebd:~$ wget https://files.openscad.org/OBS-Repository-Key.pub
--2019-07-16 09:02:56--  https://files.openscad.org/OBS-Repository-Key.pub
Resolving files.openscad.org (files.openscad.org)... 104.236.249.91
Connecting to files.openscad.org (files.openscad.org)|104.236.249.91|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 1093 (1.1K) [application/octet-stream]
Saving to: ‘OBS-Repository-Key.pub’

OBS-Repository-Key.pub
100%[
---============================>]  1.07K
--.-KB/s    in 0s

2019-07-16 09:02:57 (14.8 MB/s) - ‘OBS-Repository-Key.pub’ saved [1093/1093]

mebd@mebd:~$ sudo apt-key add OBS-Repository-Key.pub
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
mebd@mebd:~$ cat OBS-Repository-Key.pub
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.5 (GNU/Linux)

mQENBFQdlgQBCADEDeFYNagWst5cKF6EKnEK3cFwwlvM/COud60KuOZceMBVy/uF
71zia+5OsG9JXx+VOR7jzbobao10paczZJ0BmKpZ3fAU5Uge2HQlneT/UrzknjnC
gOfSJPzvmwwAVF7DJ87Q2NyE9JfDopsgUG8UWdu16o0QoqxZhoDnkhEqB8CoYvSC
jO+HyfS/ysWbZq/JqbYWtqLCELqKhMm+HPw+N5adUndvzLWv0EDq/dZ9xUrBxVTw
zYNNHCzqAVHWnlH1EHj83sMhF8s5oge0TPGwWepYyyjNk2E7jMITUpE6J+t2FoBX
b6UBiboP7arSrC8FbVMNx0/+iMsabnk/LkoFABEBAAG0OGhvbWU6dC1wYXVsIE9C
UyBQcm9qZWN0IDxob21lOnQtcGF1bEBidWlsZC5vcGVuc3VzZS5vcmc+iQE+BBMB
AgAoBQJcXUMdAhsDBQkMXl0ZBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRB1
8yFPMOuOCOgNB/9x9pIsEzXKDQghGQ/q+oelDUpjh1/5bhZwchCATh/FgCPoE+DF
KUuREO3q8xnaE/B7Ku8spOoHyS3XQBqfsn8BE8ymipBb8KKY+UdJ0NOduAso5JaV
9zzy7IPhGefyYT61gn5ld/88KxiLNOY2JN/PD28qj64564jx7BR+CGeVv2rBAO7p
65HkBbJJRIiCJYscCDUWObKd9f7OE58jX6LjKnR/8xAlCyPFxj6LWo/CtZPYChi8
G55GOc1E0xo2prFQcSgsxjinsPHOY0qFhbnrWjipT3unibNRNekpTRjd3VOIQbOj
f6VD0IrFPkbw/xDpZZcCcQnJnZmZdlh4cHJYiEYEExECAAYFAlQdlgUACgkQOzAR
t2udZSM9mACdFKkz2Kh5EENO5cE4dh+0iOFxHz4AmwYUWtX+HtEiXSsY5IFe+80q
iMnK
=KL4Z
-----END PGP PUBLIC KEY BLOCK-----
mebd@mebd:~$


Admin - email* me if you need anything, or if I've done something stupid...

  • click on my MichaelAtOz label, there is a link to email me.

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

Sent from: http://forum.openscad.org/

0 tp3 wrote > Does it work separately? I'm currently sudo with ALL=(ALL) NOPASSWD:ALL so it isn't password related.(Yes I know...) *mebd@mebd:~$ wget https://files.openscad.org/OBS-Repository-Key.pub* --2019-07-16 09:02:56-- https://files.openscad.org/OBS-Repository-Key.pub Resolving files.openscad.org (files.openscad.org)... 104.236.249.91 Connecting to files.openscad.org (files.openscad.org)|104.236.249.91|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1093 (1.1K) [application/octet-stream] Saving to: ‘OBS-Repository-Key.pub’ OBS-Repository-Key.pub 100%[=============================================================>] 1.07K --.-KB/s in 0s 2019-07-16 09:02:57 (14.8 MB/s) - ‘OBS-Repository-Key.pub’ saved [1093/1093] *mebd@mebd:~$ sudo apt-key add OBS-Repository-Key.pub* gpg: WARNING: nothing exported gpg: no valid OpenPGP data found. gpg: Total number processed: 0 *mebd@mebd:~$ cat OBS-Repository-Key.pub* -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.5 (GNU/Linux) mQENBFQdlgQBCADEDeFYNagWst5cKF6EKnEK3cFwwlvM/COud60KuOZceMBVy/uF 71zia+5OsG9JXx+VOR7jzbobao10paczZJ0BmKpZ3fAU5Uge2HQlneT/UrzknjnC gOfSJPzvmwwAVF7DJ87Q2NyE9JfDopsgUG8UWdu16o0QoqxZhoDnkhEqB8CoYvSC jO+HyfS/ysWbZq/JqbYWtqLCELqKhMm+HPw+N5adUndvzLWv0EDq/dZ9xUrBxVTw zYNNHCzqAVHWnlH1EHj83sMhF8s5oge0TPGwWepYyyjNk2E7jMITUpE6J+t2FoBX b6UBiboP7arSrC8FbVMNx0/+iMsabnk/LkoFABEBAAG0OGhvbWU6dC1wYXVsIE9C UyBQcm9qZWN0IDxob21lOnQtcGF1bEBidWlsZC5vcGVuc3VzZS5vcmc+iQE+BBMB AgAoBQJcXUMdAhsDBQkMXl0ZBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRB1 8yFPMOuOCOgNB/9x9pIsEzXKDQghGQ/q+oelDUpjh1/5bhZwchCATh/FgCPoE+DF KUuREO3q8xnaE/B7Ku8spOoHyS3XQBqfsn8BE8ymipBb8KKY+UdJ0NOduAso5JaV 9zzy7IPhGefyYT61gn5ld/88KxiLNOY2JN/PD28qj64564jx7BR+CGeVv2rBAO7p 65HkBbJJRIiCJYscCDUWObKd9f7OE58jX6LjKnR/8xAlCyPFxj6LWo/CtZPYChi8 G55GOc1E0xo2prFQcSgsxjinsPHOY0qFhbnrWjipT3unibNRNekpTRjd3VOIQbOj f6VD0IrFPkbw/xDpZZcCcQnJnZmZdlh4cHJYiEYEExECAAYFAlQdlgUACgkQOzAR t2udZSM9mACdFKkz2Kh5EENO5cE4dh+0iOFxHz4AmwYUWtX+HtEiXSsY5IFe+80q iMnK =KL4Z -----END PGP PUBLIC KEY BLOCK----- mebd@mebd:~$ ----- Admin - email* me if you need anything, or if I've done something stupid... * click on my MichaelAtOz label, there is a link to email me. Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- Sent from: http://forum.openscad.org/
M
MichaelAtOz
Mon, Jul 15, 2019 11:26 PM

Note, this is the bit I need help with, am I meant to do something with gpg?
(Google is not my friend ATM)

added with apt-key to the key-ring to allow apt-get / aptitude to validate
the packages.
Key ID: 75F3214F30EB8E08 (valid till 2021-04-18)
Key UID: home:t-paul OBS Project home:t-paul@build.opensuse.org


Admin - email* me if you need anything, or if I've done something stupid...

  • click on my MichaelAtOz label, there is a link to email me.

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

Sent from: http://forum.openscad.org/

Note, this is the bit I need help with, am I meant to do something with gpg? (Google is not my friend ATM) added with apt-key to the key-ring to allow apt-get / aptitude to validate the packages. Key ID: 75F3214F30EB8E08 (valid till 2021-04-18) Key UID: home:t-paul OBS Project <home:t-paul@build.opensuse.org> ----- Admin - email* me if you need anything, or if I've done something stupid... * click on my MichaelAtOz label, there is a link to email me. Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- Sent from: http://forum.openscad.org/
TP
Torsten Paul
Mon, Jul 15, 2019 11:34 PM

On 16.07.19 01:17, MichaelAtOz wrote:

mebd@mebd:~$ sudo apt-key add OBS-Repository-Key.pub
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

I found some references that could be caused by a corrupted
/etc/apt/trusted.gpg file.

What happens with

gpg --list-keys --no-default-keyring --keyring /etc/apt/trusted.gpg

That should list some keys in format

pub  rsa2048 2014-09-20 [SC] [expires: 2021-04-18]
5F4A8A2C8BB11716F29482BB75F3214F30EB8E08
uid          [ unknown] home:t-paul OBS Project home:t-paul@build.opensuse.org

If that gives an error maybe backup that file by renaming
it and retry with apt-key.

ciao,
Torsten.

On 16.07.19 01:17, MichaelAtOz wrote: > *mebd@mebd:~$ sudo apt-key add OBS-Repository-Key.pub* > gpg: WARNING: nothing exported > gpg: no valid OpenPGP data found. > gpg: Total number processed: 0 I found some references that could be caused by a corrupted /etc/apt/trusted.gpg file. What happens with gpg --list-keys --no-default-keyring --keyring /etc/apt/trusted.gpg That should list some keys in format pub rsa2048 2014-09-20 [SC] [expires: 2021-04-18] 5F4A8A2C8BB11716F29482BB75F3214F30EB8E08 uid [ unknown] home:t-paul OBS Project <home:t-paul@build.opensuse.org> If that gives an error maybe backup that file by renaming it and retry with apt-key. ciao, Torsten.
M
MichaelAtOz
Mon, Jul 15, 2019 11:54 PM

tp3 wrote

If that gives an error maybe backup that file by renaming
it and retry with apt-key.

That did it, thanks.

Now I need to resolve 30 odd dependencies...


Admin - email* me if you need anything, or if I've done something stupid...

  • click on my MichaelAtOz label, there is a link to email me.

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

Sent from: http://forum.openscad.org/

tp3 wrote > If that gives an error maybe backup that file by renaming > it and retry with apt-key. That did it, thanks. Now I need to resolve 30 odd dependencies... ----- Admin - email* me if you need anything, or if I've done something stupid... * click on my MichaelAtOz label, there is a link to email me. Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- Sent from: http://forum.openscad.org/
M
MichaelAtOz
Tue, Jul 16, 2019 12:21 AM

I stopped checking after the first 7 were installed, so I presume it is
something else.

This was via Synaptic. Why not installable?

openscad-nightly:arm64: Installed version
Depends: libboost-filesystem1.62.0  but it is not installable
1.62.0+dfsg-4
Depends: libboost-program-options1.62.0  but it is not installable "
Depends: libboost-regex1.62.0  but it is not installable "
Depends: libboost-system1.62.0  but it is not installable "
Depends: libboost-thread1.62.0  but it is not installable "
Depends: libc6 (>=2.17) but it is not installable 2.24-11-deb94
Depends: libcgal12  but it is not installable 4.9-1+b2
Depends: libdouble-conversion1 (>=2.0.0) but it is not installable
Depends: libfontconfig1 (>=2.11) but it is not installable
Depends: libfreetype6 (>=2.2.1) but it is not installable
Depends: libgcc1 (>=1:4.2) but it is not installable
Depends: libgl1-mesa-glx  but it is not installable or
libgl1  but it is not installable
Depends: libglew2.0 (>=1.12.0) but it is not installable
Depends: libglib2.0-0 (>=2.12.0) but it is not installable
Depends: libglu1-mesa  but it is not installable or
libglu1  but it is not installable
Depends: libgmp10  but it is not installable
Depends: libharfbuzz0b (>=0.9.9) but it is not installable
Depends: libmpfr4 (>=3.1.3) but it is not installable
Depends: libopencsg1  but it is not installable
Depends: libqt5concurrent5 (>=5.0.2) but it is not installable
Depends: libqt5core5a (>=5.7.0) but it is not installable
Depends: libqt5dbus5 (>=5.0.2) but it is not installable
Depends: libqt5gui5 (>=5.7.0) but it is not installable
Depends: libqt5multimedia5 (>=5.6.0~beta) but it is not installable
Depends: libqt5network5 (>=5.0.2) but it is not installable
Depends: libqt5printsupport5 (>=5.0.2) but it is not installable
Depends: libqt5scintilla2-12v5 (>=2.8.4) but it is not installable
Depends: libqt5widgets5 (>=5.4.0) but it is not installable
Depends: libstdc++6 (>=5.2) but it is not installable
Depends: libx11-6  but it is not installable
Depends: libxml2 (>=2.7.4) but it is not installable


Admin - email* me if you need anything, or if I've done something stupid...

  • click on my MichaelAtOz label, there is a link to email me.

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

Sent from: http://forum.openscad.org/

I stopped checking after the first 7 were installed, so I presume it is something else. This was via Synaptic. Why not installable? openscad-nightly:arm64: Installed version Depends: libboost-filesystem1.62.0 but it is not installable 1.62.0+dfsg-4 Depends: libboost-program-options1.62.0 but it is not installable " Depends: libboost-regex1.62.0 but it is not installable " Depends: libboost-system1.62.0 but it is not installable " Depends: libboost-thread1.62.0 but it is not installable " Depends: libc6 (>=2.17) but it is not installable 2.24-11-deb94 Depends: libcgal12 but it is not installable 4.9-1+b2 Depends: libdouble-conversion1 (>=2.0.0) but it is not installable Depends: libfontconfig1 (>=2.11) but it is not installable Depends: libfreetype6 (>=2.2.1) but it is not installable Depends: libgcc1 (>=1:4.2) but it is not installable Depends: libgl1-mesa-glx but it is not installable or libgl1 but it is not installable Depends: libglew2.0 (>=1.12.0) but it is not installable Depends: libglib2.0-0 (>=2.12.0) but it is not installable Depends: libglu1-mesa but it is not installable or libglu1 but it is not installable Depends: libgmp10 but it is not installable Depends: libharfbuzz0b (>=0.9.9) but it is not installable Depends: libmpfr4 (>=3.1.3) but it is not installable Depends: libopencsg1 but it is not installable Depends: libqt5concurrent5 (>=5.0.2) but it is not installable Depends: libqt5core5a (>=5.7.0) but it is not installable Depends: libqt5dbus5 (>=5.0.2) but it is not installable Depends: libqt5gui5 (>=5.7.0) but it is not installable Depends: libqt5multimedia5 (>=5.6.0~beta) but it is not installable Depends: libqt5network5 (>=5.0.2) but it is not installable Depends: libqt5printsupport5 (>=5.0.2) but it is not installable Depends: libqt5scintilla2-12v5 (>=2.8.4) but it is not installable Depends: libqt5widgets5 (>=5.4.0) but it is not installable Depends: libstdc++6 (>=5.2) but it is not installable Depends: libx11-6 but it is not installable Depends: libxml2 (>=2.7.4) but it is not installable ----- Admin - email* me if you need anything, or if I've done something stupid... * click on my MichaelAtOz label, there is a link to email me. Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- Sent from: http://forum.openscad.org/
M
MichaelAtOz
Tue, Jul 16, 2019 12:24 AM

Reformatted

openscad-nightly:arm64:
Installed version
Depends: libboost-filesystem1.62.0  but it is not installable
1.62.0+dfsg-4
Depends: libboost-program-options1.62.0  but it is not installable  "
Depends: libboost-regex1.62.0  but it is not installable                "
Depends: libboost-system1.62.0  but it is not installable              "
Depends: libboost-thread1.62.0  but it is not installable                "
Depends: libc6 (>=2.17) but it is not installable
2.24-11-deb94
Depends: libcgal12  but it is not installable
4.9-1+b2


Admin - email* me if you need anything, or if I've done something stupid...

  • click on my MichaelAtOz label, there is a link to email me.

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

Sent from: http://forum.openscad.org/

Reformatted openscad-nightly:arm64: Installed version Depends: libboost-filesystem1.62.0 but it is not installable 1.62.0+dfsg-4 Depends: libboost-program-options1.62.0 but it is not installable " Depends: libboost-regex1.62.0 but it is not installable " Depends: libboost-system1.62.0 but it is not installable " Depends: libboost-thread1.62.0 but it is not installable " Depends: libc6 (>=2.17) but it is not installable 2.24-11-deb94 Depends: libcgal12 but it is not installable 4.9-1+b2 ----- Admin - email* me if you need anything, or if I've done something stupid... * click on my MichaelAtOz label, there is a link to email me. Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- Sent from: http://forum.openscad.org/
TP
Torsten Paul
Tue, Jul 16, 2019 12:52 AM

On 16.07.19 02:24, MichaelAtOz wrote:

Depends: libboost-regex1.62.0  but it is not installable                "

That seems old, so maybe you picked a version that is not
matching the Debian release?

Which Debian version is that?

cat /etc/os-release

And which of the repos did you give as apt source?

apt-cache policy openscad-nightly

ciao,
Torsten.

On 16.07.19 02:24, MichaelAtOz wrote: > Depends: libboost-regex1.62.0 but it is not installable " That seems old, so maybe you picked a version that is not matching the Debian release? Which Debian version is that? cat /etc/os-release And which of the repos did you give as apt source? apt-cache policy openscad-nightly ciao, Torsten.
M
MichaelAtOz
Tue, Jul 16, 2019 1:13 AM

tp3 wrote

On 16.07.19 02:24, MichaelAtOz wrote:

Depends: libboost-regex1.62.0  but it is not installable
"

That seems old,

Nabble keeps stuffing up the format. The " ditto means they are the same as
above.

Am I right that 'Depends: libboost-regex1.62.0' means it wants that version?
Because all those libboost-* are installed with version 1.62.0+dfsg-4.

And 'Depends: libc6 (>=2.17) but it is not installable' is installed v
2.24-11-deb94.

maybe you picked a version that is not matching the Debian release?

Debian Stretch was installed from a dvd.iso downloaded a few months ago.

mebd@mebd:~$ cat /etc/os-release

PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

mebd@mebd:~$ apt-cache policy openscad-nightly
openscad-nightly:
Installed: (none)
Candidate: 20190715T105013.git6cc7e911f+3106.1
Version table:
20190715T105013.git6cc7e911f+3106.1 500
500
https://download.opensuse.org/repositories/home:/t-paul/Debian_9.0 ./
Packages

mebd@mebd:~$ cat /etc/apt/sources.list.d/openscad.list

deb https://download.opensuse.org/repositories/home:/t-paul/Debian_9.0/ ./


Admin - email* me if you need anything, or if I've done something stupid...

  • click on my MichaelAtOz label, there is a link to email me.

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

Sent from: http://forum.openscad.org/

tp3 wrote > On 16.07.19 02:24, MichaelAtOz wrote: >> Depends: libboost-regex1.62.0 but it is not installable >> " > > That seems old, Nabble keeps stuffing up the format. The " ditto means they are the same as above. Am I right that 'Depends: libboost-regex1.62.0' means it wants that version? Because all those libboost-* are installed with version 1.62.0+dfsg-4. And 'Depends: libc6 (>=2.17) but it is not installable' is installed v 2.24-11-deb94. > maybe you picked a version that is not matching the Debian release? Debian Stretch was installed from a dvd.iso downloaded a few months ago. mebd@mebd:~$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" mebd@mebd:~$ apt-cache policy openscad-nightly openscad-nightly: Installed: (none) Candidate: 20190715T105013.git6cc7e911f+3106.1 Version table: 20190715T105013.git6cc7e911f+3106.1 500 500 https://download.opensuse.org/repositories/home:/t-paul/Debian_9.0 ./ Packages mebd@mebd:~$ cat /etc/apt/sources.list.d/openscad.list deb https://download.opensuse.org/repositories/home:/t-paul/Debian_9.0/ ./ ----- Admin - email* me if you need anything, or if I've done something stupid... * click on my MichaelAtOz label, there is a link to email me. Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- Sent from: http://forum.openscad.org/