question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deepin15.2 failure

See original GitHub issue

Steps to reproduce

Linux Deepin 15.2 is based on Debian sid. So Here no exact _.deb for it. I try download all SDK file in _Ubuntu 14.04, Ubuntu 16.04, Debian 8.2* with version 1.0.0 preview 2 or1.0.0 preview 3, There are all failure. Here is my steps.

1, download sdk

from this link: https://github.com/dotnet/cli

2, tar sdk

sudo mkdir -p /opt/dotnet && sudo tar zxf /path/to/dotnet.dev.debian.tar.gz -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/local/bin
sudo apt-get install curl libunwind8 gettext libicu52

3, simple example

    mkdir hwapp
    cd hwapp
    dotnet new

when i input

    dotnet restore

it will pops

log : Restoring packages for /xx/project.json… Segmentation fault

Any suggestion? THank you.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

1reaction
bubifengyuncommented, Aug 31, 2016

@shahmuratov it is libcurl3_7.38.0-4+deb8u3_amd64.deb, you can google and download it. I use sudo dpkg -i libcurl3_7.38.0-4+deb8u3_amd64.deb to install it. Then dotnet restore will not pops error.

0reactions
bubifengyuncommented, Aug 31, 2016

Sorry, I find that even my dotnet version is 1.0.0-preview2-003121, and libcurl 7.38.0-4+deb8u3. it still works well. so

dotnet-dev-1.0.0-preview2-003121 depends on 7.35.0 version

This is wrong, it does not depend on 7.35.0 My Computer has two OS. one of them is Linux Mint 17. I test it, it works well, too. I download dotnet for Linux Minit 17 from row Ubuntu 14.04 / Linux Mint 17 in https://github.com/dotnet/cli . I am not familar with dotnet core. I am newbee. This is my blog written in Chinese, and it may be useful. http://my.oschina.net/bubifengyun/blog/738634

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deepin15.2 failure · Issue #6789 · dotnet/sdk
Linux Deepin 15.2 is based on Debian sid. So Here no exact _.deb for it. I try download all SDK file in. _Ubuntu...
Read more >
deepin 15 installation failed - Community
I keep getting part way through the installation and get the "installation failed" mesage every way I try. I have secure boot off,...
Read more >
The apt update in deepin 15.11 failed
N: See apt-secure(8) manpage for repository creation and user configuration details. I once succeeded in apt update but today it failed. I don't ......
Read more >
Deepin 15 not working - Linux
main.PyInstallerImportError: Failed to load dynlib/dll 'libc.so.6'. Most probably this dynlib/dll was not found when the application was frozen.
Read more >
Updates / Failed to update : r/deepin
Been using Deepin for 2 days and love it ( V20). am i the only one, when clicking on CHECK AGAIN to check...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found