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

Fixes build - Add community repo and use latest go version #170

Merged
merged 1 commit into from
Mar 17, 2016

Conversation

ryananguiano
Copy link
Contributor

Build was failing when building a custom module.

Sending build context to Docker daemon 3.072 kB
Step 0 : FROM gliderlabs/logspout:master
# Executing 2 build triggers
Trigger 0, COPY ./modules.go /src/modules.go
Step 0 : COPY ./modules.go /src/modules.go
 ---> Using cache
Trigger 1, RUN cd /src && ./build.sh "$(cat VERSION)-custom"
Step 0 : RUN cd /src && ./build.sh "$(cat VERSION)-custom"
 ---> Running in 08559e095407
fetch http://alpine.gliderlabs.com/alpine/v3.1/main/x86_64/APKINDEX.tar.gz
(1/21) Installing go (1.3.3-r1)
(2/21) Installing run-parts (4.4-r0)
(3/21) Installing openssl (1.0.1s-r0)
(4/21) Installing lua5.2-libs (5.2.3-r0)
(5/21) Installing lua5.2 (5.2.3-r0)
(6/21) Installing lua5.2-posix (32-r1)
(7/21) Installing ca-certificates (20141019-r0)
(8/21) Installing libssh2 (1.4.3-r1)
(9/21) Installing curl (7.39.0-r0)
(10/21) Installing expat (2.1.0-r1)
(11/21) Installing pcre (8.36-r2)
(12/21) Installing git (2.2.1-r0)
(13/21) Installing libbz2 (1.0.6-r3)
(14/21) Installing libffi (3.0.13-r0)
(15/21) Installing gdbm (1.11-r0)
(16/21) Installing ncurses-terminfo-base (5.9-r3)
(17/21) Installing ncurses-libs (5.9-r3)
(18/21) Installing readline (6.3-r3)
(19/21) Installing sqlite-libs (3.8.10.2-r1)
(20/21) Installing python (2.7.9-r0)
(21/21) Installing mercurial (3.2.2-r0)
Executing busybox-1.22.1-r15.trigger
Executing ca-certificates-20141019-r0.trigger
OK: 173 MiB in 36 packages
# github.com/golang/snappy
../../golang/snappy/decode_amd64.s:6 6a: No such file or directory: textflag.h
The command '/bin/sh -c cd /src && ./build.sh "$(cat VERSION)-custom"' returned a non-zero code: 2

Error seems to be from using go-1.3.3-r1. Using community repo installs latest go, currently 1.6-r1.

progrium added a commit that referenced this pull request Mar 17, 2016
Fixes build - Add community repo and use latest go version
@progrium progrium merged commit 95fdf26 into gliderlabs:master Mar 17, 2016
dheeraju added a commit to duedil-ltd/logspout that referenced this pull request Apr 11, 2016
commit 95fdf26
Merge: 92e5c79 3e2203d
Author: Jeff Lindsay <progrium@gmail.com>
Date:   Thu Mar 17 09:11:20 2016 -0500

    Merge pull request gliderlabs#170 from ryananguiano/master

    Fixes build - Add community repo and use latest go version

commit 3e2203d
Author: Ryan Anguiano <ryan.anguiano@gmail.com>
Date:   Thu Mar 17 05:21:36 2016 -0400

    Add community repo and use latest go version

commit 92e5c79
Author: Matt Aitchison <Matt@lanciv.com>
Date:   Tue Mar 8 11:29:38 2016 -0600

    Fix exposed ports in Dockerfile and readme. Remove references to /tmp/docker.sock from readme

commit ae944eb
Author: Matt Aitchison <Matt@lanciv.com>
Date:   Thu Mar 3 12:49:09 2016 -0600

    Update version

commit 85a0a2e
Merge: 3db1451 bd8b352
Author: Matt Aitchison <Matt@lanciv.com>
Date:   Thu Mar 3 12:41:02 2016 -0600

    Merge pull request gliderlabs#165 from michaelshobbs/v3-release

    add v3 changlog notes

commit bd8b352
Author: Michael Hobbs <michaelshobbs@users.noreply.github.com>
Date:   Thu Mar 3 10:34:13 2016 -0800

    add v3 changlog notes

commit 3db1451
Merge: 2b8b29e a3cd3b9
Author: Jeff Lindsay <progrium@gmail.com>
Date:   Sun Feb 14 23:51:22 2016 -0600

    Merge pull request gliderlabs#140 from mishak87/patch-1

    Wrong port in README.md

commit a3cd3b9
Author: Michal Gebauer <mishak@mishak.net>
Date:   Fri Nov 6 14:15:41 2015 +0100

    Wrong port in README.md gliderlabs#136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants