Skip to content

Conversation

@ghenry
Copy link

@ghenry ghenry commented Sep 16, 2024

We're only interested in libspandsp3, so have tested as far as make stage1.

make fsdocker fails with:

gnalwire-freeswitch-9df3076/debian fsdocker:20240916 ./bootstrap.sh -cnoble
Unable to find image 'fsdocker:20240916' locally
docker: Error response from daemon: pull access denied for fsdocker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
make: *** [includes/Makefile.freeswitch:14: fsdocker] Error 125

which I haven't look into, but suspect is my setup.

and make freeswitch fails with:

 > [2/4] RUN apt-get -y install python-all-dev python3-dev:                                                                                                  
1.437 Reading package lists...                                                                                                                               
2.643 Building dependency tree...                                                                                                                            
3.053 Reading state information...                                                                                                                           
3.117 Package python-all-dev is not available, but is referred to by another package.                                                                        
3.117 This may mean that the package is missing, has been obsoleted, or
3.117 is only available from another source
3.117 
3.119 E: Package 'python-all-dev' has no installation candidate
------

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG basedocker:${VERSION} results in empty or invalid base image name (line 2)
Dockerfile:4
--------------------
   2 |     FROM basedocker:${VERSION}
   3 |     
   4 | >>> RUN apt-get -y install python-all-dev python3-dev
   5 |     
   6 |     ENV FS_FILES_DIR=/usr/local/build/SOURCES
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get -y install python-all-dev python3-dev" did not complete successfully: exit code: 100

Thanks.

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.

1 participant