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.

Error running dotnet in Travis Ubuntu 14.04

See original GitHub issue

I’m trying to run a dotnet build in Travis’s Ubuntu 14.04 environment and getting issues.

Steps to reproduce

Install dotnet on Ubuntu 14.04. I have a travis config here that’s installing dotnet-rc4-004771 on Ubuntu 14.04.

Run dotnet --info.

Expected behavior

Command prints dotnet info.

Actual behavior

dotnet: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by dotnet)

Environment data

dotnet --info output:

Travis build output here. That version of GLIBC is indeed not available:

$ sudo strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBC

GLIBCXX_3.4

GLIBCXX_3.4.1

GLIBCXX_3.4.2

GLIBCXX_3.4.3

GLIBCXX_3.4.4

GLIBCXX_3.4.5

GLIBCXX_3.4.6

GLIBCXX_3.4.7

GLIBCXX_3.4.8

GLIBCXX_3.4.9

GLIBCXX_3.4.10

GLIBCXX_3.4.11

GLIBCXX_3.4.12

GLIBCXX_3.4.13

GLIBCXX_3.4.14

GLIBCXX_3.4.15

GLIBCXX_3.4.16

GLIBCXX_3.4.17

GLIBCXX_3.4.18

GLIBCXX_3.4.19

GLIBC_2.3

GLIBC_2.2.5

GLIBC_2.14

GLIBC_2.4

GLIBC_2.18

GLIBC_2.3.4

GLIBC_2.17

GLIBC_2.3.2

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
janvorlicommented, Mar 6, 2017

@KodrAus thank you for confirmation! @gkhanna79 who is responsible for updating the links?

0reactions
KodrAuscommented, Mar 7, 2017

No worries, thanks for the quick fix @leecow!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dotnet core 2.2 - C#
Seems like dotnet core 2.2 was released today. But we are getting a The command “sudo apt-get install -qq dotnet-sdk-2.2” failed and exited ......
Read more >
Travis-CI 'Microsoft.NETCore.App', version '1.1.2' was not ...
First, I'm new to Travis CI. I am trying to run tests using the DotNet Core 2.0 SDK and the 1.1.2 runtime. both...
Read more >
Multi target both .net core 2.1 and 3.1?
Hi I'm trying to build a library for both 2.1 and 3.1. I have the following .travis.yml language: csharp mono: none dotnet: -...
Read more >
Configuring CI for .Net Core using Travis CI and Xunit
Next you need to configure your .travis.yml file. For a basic CI pipeline, running your .Net Core tests on a linux box you...
Read more >
Build Environment Overview - Travis CI
What This Guide Covers #. This guide provides an overview on the different environments in which Travis CI can run your builds, and...
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