mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #1528] v0.8.5rc0: archivebox setup in Docker fails to install some binaries #2415
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#2415
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @agowa on GitHub (Oct 4, 2024).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1528
Hi, moving this into it's own issue for better tracking and to keep the other one kinda on topic.
Originally posted by @agowa in #1518
1
It however works when I first do
docker run -it -v "$PWD:/data" archivebox/archivebox:latest initbefore runningdocker run -it -v "$PWD:/data" archivebox/archivebox:dev init.Edit: After creating this ticket I noticed that I didn't run init with the
--setupargument. So I now retested with it but it causes the same error and doesn't properly init.2
docker run -it -v "$PWD:/data" archivebox/archivebox:dev versionshows a few binaries as not found, missing, or invalid. namely:Full output:
@pirate commented on GitHub (Oct 5, 2024):
My apologies, should be fixed now:
ac96cc62. Comment back if you're still having any issues.@agowa commented on GitHub (Oct 5, 2024):
Sorry to disappoint, but the init still doesn't work for me, there is an issue with ffmpeg and the distutils python module.
I now have this version:
ArchiveBox v0.8.5 COMMIT_HASH=beefe69 BUILD_TIME=2024-10-05 05:06:09 1728104769And when I run
init --setup(appears to work without--setupthough) it fails with:@pirate commented on GitHub (Oct 5, 2024):
Yup, there is no need for
--setupanymore in Docker! That's one of the benefits of the new version, it comes with all the dependencies now (though it's designed such that you could still swap in your own if you prefer some other version over the bundled ones).I will update the docs once it's released. In the meantime I've added a patch so those errors don't show in case people run it with
--setupout of habit.