Non-Apt Dependencies in PPA Build

Asked by Zach Deibert

I am trying to build a C# application that has external packages it downloads from NuGet (https://nuget.org/). In my Makefile my application gets built from, I put the command to install these packages, but it is not able to connect to the NuGet server during the build. Is it possible to connect to an external server during the build process?

I get the following output from the build:

nuget restore
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure
WARNING: Error: NameResolutionFailure

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
William Grant (wgrant) said :
#1

PPA builds do not have Internet access. Your build dependencies must be packaged.

Can you help with this problem?

Provide an answer of your own, or ask Zach Deibert for more information if necessary.

To post a message you must log in.