Pengwin: apt install build-essentials is broken in 1.1.16

Created on 26 Sep 2018  路  3Comments  路  Source: WhitewaterFoundry/Pengwin

Trouble running gcc programs with the common C libraries, and build-essential apt is not installing properly.

Bug Patched Workaround

Most helpful comment

The cause is that the default install in 1.1.16 ships with python 3.7 from testing branch which brings in build-essential from testing branch and this has caused unforeseen problems.

You can fix this for now with:

$ sudo apt-get -t testing install build-essential

We are not going to be mixing stretch and testing in the default install after the new setup script is released, users will be able to pick if they want python or other packages installed or not.

Sorry this has caused you a problem.

We shouldn't have crossed the streams.

All 3 comments

The cause is that the default install in 1.1.16 ships with python 3.7 from testing branch which brings in build-essential from testing branch and this has caused unforeseen problems.

You can fix this for now with:

$ sudo apt-get -t testing install build-essential

We are not going to be mixing stretch and testing in the default install after the new setup script is released, users will be able to pick if they want python or other packages installed or not.

Sorry this has caused you a problem.

We shouldn't have crossed the streams.

I was able to duplicate your issue from a clean install and tested the workaround.

We have committed a PR for the next maintenance release to address this.

Let me know if you run into any more problems.

Thank you for supporting WLinux. Stay tuned for the new setup process.

Perfect, thank you for the update.. "$ sudo apt-get -t testing install build-essential" seemed to do do the trick.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pnelsonsr picture pnelsonsr  路  5Comments

WSLUser picture WSLUser  路  4Comments

laurin1 picture laurin1  路  4Comments

camilorojasguzman picture camilorojasguzman  路  4Comments

OttoDidac picture OttoDidac  路  5Comments