-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Build failure for orangepione in Docker #318
Comments
It should be |
How I can check if |
It isn't installed by default - so unless you install it explicitly, it isn't there. You can check if it is running by opening |
It looks like I have it installed on the host. Entering my
BTW I'm able to build OPi One on host, but I would like to avoid Debian ARM toolchain installation since it already mess with my other projects. |
@zador-blood-stained I retested with recent code 3305dd4 using
I have
Do I have to redirect ports or something ? |
I have no idea how Docker shares network between host system and containers by default, so you may need to either set |
For
This looks like substitution in bash doesn't seem to work as expected. |
OK. This will be fixed, meanwhile you can try to apply this change manually. |
@zador-blood-stained this fix unfortunately do not improve situation, what is needed is something like:
Or some note in documentation that Above code improve situation, but
I will look into that and try to fix. |
Hm, it may be broken actually. I'll re-check this and push fixes if needed. |
@zador-blood-stained at this point I test this. Will let you know about results. |
Hmm unfortunately still some problems:
|
BTW my command is:
|
This indicates deboostrap problems / bad cache file. |
@pietrushnic |
@zador-blood-stained thanks your fix works. Thanks for excellent support. |
Are there any other issues regarding building in Docker (apart from icomplete documentation) or this can be closed? |
@zador-blood-stained this can be close. Thanks for help. |
I'm trying to compile Orange Pi One image in Docker (as described in #255) and facing couple problems. My host is Debian Sid. Configuration:
terminal log
This lead to incorrect URL -
E: Failed getting release file http://localhost:3142/httpredir.debian.org/debian/dists/jessie/Release
. Looks like this was caused by incorrect result inlib/debootstrap-ng.sh:133
. I tried to useNO_APT_CACHE=yes
but it leads to other problems.For
EXTENDED_DEBOOTSTRAP=no
I'm getting out of loop devices in container.Any ideas what I can do to build OPi One image ?
The text was updated successfully, but these errors were encountered: