Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pl-build-tools.delivery.puppetlabs.net unavailable and breaking builds #75

Open
delprofundo opened this issue Jan 30, 2020 · 0 comments
Labels

Comments

@delprofundo
Copy link

Hey Team

Describe the Bug

Attempting to follow the instructions for building the puppet runtime to build the puppet agent using current master of Vanagon and pl-build-tools-vanagon.

While building the puppet-runtime the build fails as it cannot find _http://pl-build-tools.delivery.puppetlabs.net/debian/pl-build-tools-relea
se-xenial.deb

Expected Behavior

A clear and concise description of what you expected to happen.
The build should complete.

Steps to Reproduce

Steps to reproduce the behavior:
Build the puppet agent using vanagon as per instructions here : https://github.com/puppetlabs/puppet-runtime

Also the address pl-build-tools.delivery.puppetlabs.net fails to resolve.

Environment

  • Both instances used to run the vanagon process are Ubuntu 16.04.
  • Both vanagon and the pl-tools are pulled from current master.

Additional Context

The build will fail like this:

Remote ssh command (apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -qq install curl && curl --sil
ent --show-error --fail -o local.deb 'http://debian/pl-build-tools-relea
se-xenial.deb' && dpkg -i local.deb; rm -f local.deb && apt-get -qq update && export DEBIAN_FRONTEND=noninterac
tive; apt-get update -qq; apt-get install -qy --no-install-recommends build-essential devscripts make quilt pkg
-config debhelper rsync fakeroot && export DEBIAN_FRONTEND=noninteractive; apt-get update -qq; apt-get install
-qy --no-install-recommends libbz2-dev libreadline-dev libselinux1-dev make openjdk-8-jdk pkg-config pl-cmake p
l-gcc swig systemtap-sdt-dev zlib1g-dev) failed on 'root@back'.

Full log attached.

Thanks!
puppet-agent-vanagon-bad-build-log.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant