Questions tagged [launchpad]

Launchpad is a software collaboration platform that provides bug tracking, code hosting, Ubuntu package building and hosting, and more

Launchpad is a platform of an open source suite of tools that help people and teams to work together on software projects.

It makes it easy to share code, bug reports, translations and ideas across projects.

The main Launchpad instance is at https://launchpad.net/ .

118 questions
0
votes
1 answer

Error when installing Docker enterprise edition trial using mirantis launchpad

I am getting the following error(panic: runtime error: invalid memory address or nil pointer dereference) when trying to install Docker Enterprise edition trial using Mirantis LaunchPad. I am pretty new to Docker EE, Appreciate any suggestions to…
Kiran Vedula
  • 553
  • 6
  • 14
0
votes
0 answers

SQL Server Launchpad fail to start

I want to use machine learning services in SQL Server database, and now I install machine learning services(In-database) and python successfully, but I cannot run python in SSMS, when I run: >```SQL EXEC sp_execute_external_script @language…
KEID07
  • 71
  • 1
  • 11
0
votes
2 answers

Cannot install php7.2 on Ubuntu 16.04 - Connection to ppa.launchpad.net 91.189.95.83 timeout

I've successfully upgraded my AWS EC2 instance to Ubuntu16.04 and wanted to install php7.2 from ondrej/php The problem is, I've been attempting this for the past 2 hours to no avail. I've ran apt-get update, and everytime I did that, it cannot…
Chong Eva
  • 1
  • 2
0
votes
0 answers

install oracle java8 on debian

Hi Guys it seems the WebUpd8 Oracle Java (JDK) 8 Installer is discontinued https://launchpad.net/~webupd8team/+archive/ubuntu/java I have an application that is build by wercker and deploy into aws ecs cluster. The pipeline is broken as the oracle…
sandeep krishna
  • 415
  • 2
  • 9
  • 28
0
votes
0 answers

Why does it stop after 10 messages

I'm new to the TI LaunchPad cc3200 programming. Therefore I'm playing around with the MQTT "HelloWiFi" examples from the Energia IDE, I altered the example code just a little bit. But if I run the code my publishing stops after 10 messages. If I…
Marta
  • 173
  • 1
  • 2
  • 11
0
votes
0 answers

IBM Bluemix IOT for TIVA Launchpad communication

I have coded TIVA launchpad using the quickstart example for IBM bluemix and it works perfectly fine with data available on the quickstart dashboard, however when I use the registered option following the steps given here…
hs7624
  • 693
  • 2
  • 10
  • 20
0
votes
1 answer

Set Cocoa App Icon in Launchpad Programmatically

I want to change Mac App icon in Launchpad programmatically, just like OS X Calendar app, which shows current date in Launchpad. But I can't find any document/resource online. I tried changing Dock icon like this: NSImage *image = [NSImage…
Zhigang An
  • 296
  • 2
  • 13
0
votes
1 answer

Oauth token requests before provider credentials issuance

Please forgive me if I ask something stupid, I am a novice here. I need to implement OAuth in my Java application to authenticate against launchpad.net API. The documentation specifies an initiation of a token request with three parameters :…
SyCode
  • 1,077
  • 4
  • 22
  • 33
0
votes
0 answers

launchpad.net REST api for Java, code samples or experience

I am pretty new to java and REST, in an application I am currently working on resources/tasks such as bug tracking are to be consumed from launchpad.net in a restful manner. There is an official python library (launchpadlib) that supports such…
SyCode
  • 1,077
  • 4
  • 22
  • 33
0
votes
1 answer

Migrate Launchpad bugs to GitHub Issues > trigger abuse detection

Based on this answer I'm trying to migrate my project bugs from Launchpad to GitHub. With both tools LP2GH and github-issue-importer I'm running into an abuse detection trigger exception: {"message": "You have triggered an abuse…
Germar
  • 436
  • 4
  • 24
0
votes
1 answer

How to go get ubuntu launchpad/bazaar packages?

I'm trying to go get http://bazaar.launchpad.net/~ubuntu-push-hackers/ubuntu-push/trunk/view/head:/bus/networkmanager I've tried : go get bazaar.launchpad.net/~ubuntu-push-hackers/ubuntu-push/bus/networkmanager package…
Anthony Hunt
  • 1,470
  • 5
  • 20
  • 32
0
votes
1 answer

How to dynamically link libraries in automake?

I'm trying to build a package on lauchpad. For it to build I need to set a static path using the LDADD variable in automake: relay_LDADD = /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so.6 $(RELAY_LIBS) This compiles on the 64…
kagronick
  • 2,552
  • 1
  • 24
  • 29
0
votes
1 answer

Trying to compile a package on Launchpad, can't find GLib even though its specificed

When I try to build my package I get this weird issue about Glib: /usr/bin/ld: main_window.o: undefined reference to symbol 'ceilf@@GLIBC_2.2.5' /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libm.so: error adding symbols: DSO missing…
kagronick
  • 2,552
  • 1
  • 24
  • 29
0
votes
1 answer

How do you remove icons from Launchpad on Mac after installing Arc and uploading an APK?

I installed a few apk files for applications and now the icons won't go away from the Launchpad on my Mac. Is there a file, database or some other location where these are stored?
gcstang
  • 145
  • 2
  • 9
0
votes
1 answer

Freezing with no error codes using non-standard library

I'm doing some work with a MIDI controller called the Novation Launchpad that has a python module available to import and use. My code keeps getting stuck on the line LP = launchpad.Launchpad(). So here is how I've attempted to de-bug: import…
amitchone
  • 1,630
  • 3
  • 21
  • 45