Coder Social home page Coder Social logo

demo-conference's People

Contributors

gburd avatar hugoarregui avatar ijt avatar sean-der avatar vany-egorov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

demo-conference's Issues

Docker-compose build fails.

Your environment.

  • Version: 4614a9b
  • Browser: N/A
  • Other Information -
Client: Docker Engine - Community
 Cloud integration  0.1.18
 Version:           19.03.13
 API version:       1.40
 Go version:        go1.13.15
 Git commit:        4484c46d9d
 Built:             Wed Sep 16 17:02:36 2020
 OS/Arch:           linux/amd64
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          19.03.13
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       4484c46d9d
  Built:            Wed Sep 16 17:07:04 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.3.7
  GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
 runc:
  Version:          1.0.0-rc10
  GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683

What did you do?

docker-compose up --build

Gives this error while building 'turn':

Sending build context to Docker daemon   7.68kB
Step 1/8 : FROM alpine:latest
 ---> a24bb4013296
Step 2/8 : ENV GOPATH /usr/local
 ---> Using cache
 ---> 3bd5b57911e3
Step 3/8 : ENV REALM localhost
 ---> Using cache
 ---> 767faa0bf18b
Step 4/8 : RUN apk --no-cache add go git musl-dev && rm -rf /var/cache/apk/*
 ---> Using cache
 ---> d1408a2d4778
Step 5/8 : RUN go get -u -v github.com/cespare/reflex
 ---> Using cache
 ---> cccd5b205ab4
Step 6/8 : RUN go get -u -v github.com/pion/turn
 ---> Running in ac80d002f6f1
github.com/pion/turn (download)
github.com/pion/logging (download)
github.com/pion/stun (download)
github.com/pion/transport (download)
github.com/pion/stun/internal/hmac
github.com/pion/logging
github.com/pion/turn/internal/ipnet
github.com/pion/stun
github.com/pion/transport/vnet
github.com/pion/turn/internal/proto
github.com/pion/turn/internal/allocation
github.com/pion/turn/internal/client
# github.com/pion/turn/internal/allocation
usr/local/src/github.com/pion/turn/internal/allocation/allocation.go:245:26: cannot use stun.TransactionID (type func() stun.Setter) as type stun.Setter in argument to stun.Build:
        func() stun.Setter does not implement stun.Setter (missing AddTo method)
# github.com/pion/turn/internal/client
usr/local/src/github.com/pion/turn/internal/client/conn.go:240:24: cannot use stun.TransactionID (type func() stun.Setter) as type stun.Setter in argument to stun.Build:
        func() stun.Setter does not implement stun.Setter (missing AddTo method)
usr/local/src/github.com/pion/turn/internal/client/conn.go:364:7: cannot use stun.TransactionID (type func() stun.Setter) as type stun.Setter in array or slice literal:
        func() stun.Setter does not implement stun.Setter (missing AddTo method)
usr/local/src/github.com/pion/turn/internal/client/conn.go:442:24: cannot use stun.TransactionID (type func() stun.Setter) as type stun.Setter in argument to stun.Build:
        func() stun.Setter does not implement stun.Setter (missing AddTo method)
usr/local/src/github.com/pion/turn/internal/client/conn.go:512:7: cannot use stun.TransactionID (type func() stun.Setter) as type stun.Setter in array or slice literal:
        func() stun.Setter does not implement stun.Setter (missing AddTo method)
The command '/bin/sh -c go get -u -v github.com/pion/turn' returned a non-zero code: 2

What did you expect?

A successful build.

What happened?

An update in pion/stun changed the type of stun.TransactionId from stun.Setter to func() stun.Setter.

Build failure

Your environment.

  • Version: 96fe6e7
  • Browser: didn't get that far
  • Other Information -

Screen Shot 2020-06-04 at 9 05 23 AM

What did you do?

./create-ssl-cert.sh
docker-compose up --build

What did you expect?

I expected it to build and run.

What happened?

The build failed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.