discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Error on Linux when installing openscad-nightly

S
Scalpel78
Sun, Jun 14, 2015 7:48 AM

Hi,
I've installed Linux Mint on my second laptop, and I'm trying to install
openscad-nightly on it.

I've run
wget -qO - http://files.openscad.org/OBS-Repository-Key.pub | sudo apt-key
add -

and then added

deb http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_15.04/ ./

to sources. Linux Mint is based on both Debian and Ubuntu, so I guess that
should be the correct one to use.

But when I do 'sudo apt-get install openscad-nightly' I get this error, and
I don't know how to solve it;


Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
openscad-nightly : Depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is to
be installed
E: Unable to correct problems, you have held broken packages.

--
View this message in context: http://forum.openscad.org/Error-on-Linux-when-installing-openscad-nightly-tp12879.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Hi, I've installed Linux Mint on my second laptop, and I'm trying to install openscad-nightly on it. I've run wget -qO - http://files.openscad.org/OBS-Repository-Key.pub | sudo apt-key add - and then added deb http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_15.04/ ./ to sources. Linux Mint is based on both Debian and Ubuntu, so I guess that should be the correct one to use. But when I do 'sudo apt-get install openscad-nightly' I get this error, and I don't know how to solve it; --- Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: openscad-nightly : Depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is to be installed E: Unable to correct problems, you have held broken packages. -- View this message in context: http://forum.openscad.org/Error-on-Linux-when-installing-openscad-nightly-tp12879.html Sent from the OpenSCAD mailing list archive at Nabble.com.
TP
Torsten Paul
Sun, Jun 14, 2015 11:55 AM

On 06/14/2015 09:48 AM, Scalpel78 wrote:

Hi,
I've installed Linux Mint on my second laptop, and I'm trying to install
openscad-nightly on it.

[snip]

The following packages have unmet dependencies:
openscad-nightly : Depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is to
be installed
E: Unable to correct problems, you have held broken packages.

This means the nightly build version which is about to be installed
needs some newer libs.

According to http://www.linuxmint.com/oldreleases.php the latest Mint version
is based on Ubuntu Trusty which is 14.04, so maybe try this one instead:

http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_14.04/

ciao,
Torsten.

On 06/14/2015 09:48 AM, Scalpel78 wrote: > Hi, > I've installed Linux Mint on my second laptop, and I'm trying to install > openscad-nightly on it. > [snip] > The following packages have unmet dependencies: > openscad-nightly : Depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is to > be installed > E: Unable to correct problems, you have held broken packages. > This means the nightly build version which is about to be installed needs some newer libs. According to http://www.linuxmint.com/oldreleases.php the latest Mint version is based on Ubuntu Trusty which is 14.04, so maybe try this one instead: http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_14.04/ ciao, Torsten.
S
Scalpel78
Sun, Jun 14, 2015 2:59 PM

Thanks, that fixed it!

--
View this message in context: http://forum.openscad.org/Error-on-Linux-when-installing-openscad-nightly-tp12879p12890.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Thanks, that fixed it! -- View this message in context: http://forum.openscad.org/Error-on-Linux-when-installing-openscad-nightly-tp12879p12890.html Sent from the OpenSCAD mailing list archive at Nabble.com.