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.

build.sh isnt working in Fedora 23

See original GitHub issue

Steps to reproduce

git clone https://github.com/dotnet/cli
cd cli/
./build.sh

Actual behavior


dotnet-install: Calling: machine_has curl
dotnet-install: Calling: calculate_vars 
dotnet-install: Calling: get_azure_channel_from_channel beta
dotnet-install: azure_channel=beta
dotnet-install: Calling: get_normalized_architecture_from_architecture <auto>
dotnet-install: Calling: get_machine_architecture 
dotnet-install: Calling: get_normalized_architecture_from_architecture x64
dotnet-install: normalized_architecture=x64
dotnet-install: Calling: get_specific_version_from_version https://dotnetcli.blob.core.windows.net/dotnet beta x64 Latest
dotnet-install: Calling: get_latest_version_info https://dotnetcli.blob.core.windows.net/dotnet beta x64
dotnet-install: Calling: get_current_os_name 
dotnet_install: Error: OS name could not be detected
dotnet-install: get_latest_version_info: latest url: https://dotnetcli.blob.core.windows.net/dotnet/beta/dnvm/latest..x64.version
dotnet-install: Calling: download https://dotnetcli.blob.core.windows.net/dotnet/beta/dnvm/latest..x64.version
dotnet_install: Error: Download failed
dotnet-install: get_specific_version_from_version: version_info=
dotnet-install: Calling: get_version_from_version_info 
dotnet-install: specific_version=
dotnet_install: Error: Could not get version information.

Environment data

Linux fedora-ll 4.4.8-300.fc23.x86_64 dotnet/sdk#4283 SMP Wed Apr 20 16:59:27 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
Sridhar-MScommented, May 11, 2016

We are adding support for Fedora 23 - https://github.com/dotnet/cli/issues/2958 So closing this issue.

0reactions
am11commented, May 7, 2016

@krwq, it has started to work again since CLI v1.0.0-preview1-preview1-002693: https://travis-ci.org/am11/MaxMind-DB-Reader-dotnet/builds/128440939. Can’t tell what was the issue and how it was fixed by looking at the commit history. So thanks to you and everyone who has participated in fixing this mysterious anomaly. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting :: Fedora Docs
On the system you are installing, press Ctrl + Alt + F2 to access a shell prompt. ... If the installation program does...
Read more >
Gnome is not working after upgrade from 29 to 30 (dnf)
Hi, After upgrading to fedora 30 using dnf gnome session won't start. I'm getting only black screen with a mouse pointer. XFCE is...
Read more >
bash completion not working in Fedora 23 · Issue #1041
Our completion scripts right now are wonky and might not work reliably in different environments. For instance, the completion script is heavily ...
Read more >
cron - crontab not running for Fedora 23
It looks like it is working. UPDATE. I set selinux to permissive mode and now it works. Can somebody lend some insight on...
Read more >
bash sh - command not found [duplicate]
I Have resolved my error from this command. sudo chmod +x build.sh. Share.
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