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

vagrant: openbsd box broken #8506

Closed
ThomasWaldmann opened this issue Oct 31, 2024 · 2 comments · Fixed by #8554
Closed

vagrant: openbsd box broken #8506

ThomasWaldmann opened this issue Oct 31, 2024 · 2 comments · Fixed by #8554
Labels
os: bsd FreeBSD, NetBSD, OpenBSD, ... vagrant
Milestone

Comments

@ThomasWaldmann
Copy link
Member

==> openbsd7: Running provisioner: packages openbsd (shell)...
    openbsd7: Running: inline script
    openbsd7: https://ftp.usa.openbsd.org/pub/OpenBSD//7.4/packages/amd64/: no such dir
    openbsd7: Can't find bash
    openbsd7: https://ftp.usa.openbsd.org/pub/OpenBSD//7.4/packages/amd64/: no such dir
    openbsd7: Can't find xxhash
    openbsd7: https://ftp.usa.openbsd.org/pub/OpenBSD//7.4/packages/amd64/: no such dir
    openbsd7: Can't find lz4
    openbsd7: https://ftp.usa.openbsd.org/pub/OpenBSD//7.4/packages/amd64/: no such dir
    openbsd7: Can't find zstd
    openbsd7: https://ftp.usa.openbsd.org/pub/OpenBSD//7.4/packages/amd64/: no such dir
    openbsd7: Can't find git
    openbsd7: https://ftp.usa.openbsd.org/pub/OpenBSD//7.4/packages/amd64/: no such dir
    openbsd7: Can't find rust
    openbsd7: https://ftp.usa.openbsd.org/pub/OpenBSD//7.4/packages/amd64/: no such dir
    openbsd7: Can't find openssl%3.0
    openbsd7: https://ftp.usa.openbsd.org/pub/OpenBSD//7.4/packages/amd64/: no such dir
    openbsd7: Can't find py3-pip
    openbsd7: https://ftp.usa.openbsd.org/pub/OpenBSD//7.4/packages/amd64/: no such dir
    openbsd7: Can't find py3-virtualenv
==> openbsd7: Running provisioner: build env (shell)...
    openbsd7: Running: inline script
    openbsd7: /tmp/vagrant-shell: line 3: virtualenv: command not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
@ThomasWaldmann ThomasWaldmann added this to the 2.0.0b14 milestone Oct 31, 2024
@ThomasWaldmann
Copy link
Member Author

ThomasWaldmann commented Nov 3, 2024

7.4 is gone. -> 7.6.

lavabit/robox#305

@ThomasWaldmann ThomasWaldmann added the os: bsd FreeBSD, NetBSD, OpenBSD, ... label Nov 3, 2024
@ThomasWaldmann
Copy link
Member Author

@ThomasWaldmann ThomasWaldmann modified the milestones: 2.0.0b14, 2.0.0b15 Nov 17, 2024
bket added a commit to bket/borg that referenced this issue Nov 19, 2024
This should address borgbackup#8506. Unfortunately I'm unable to test.

borgbackup#8506 is likely caused by the Vagrant box having a mirror in its
`etc/installurl`, which does not offer 7.4 packages. There are other
mirrors out there who do, e.g., https://ftp.openbsd.org/pub/OpenBSD/.

Proposed 'fix' is to update the Vagrant OpenBSD box to 7.6. One thing to
take into account is that this release does not offer a package for
openssl-3.0. This commit addresses this by using openssl-3.3.
bket added a commit to bket/borg that referenced this issue Nov 19, 2024
borgbackup#8506 is likely caused by the Vagrant box having a mirror in its
`etc/installurl`, which does not offer 7.4 packages. There are other
mirrors out there who do, e.g., https://ftp.eu.openbsd.org/pub/OpenBSD/.

Proposed 'fix' is to replace the mirror in `/etc/installurl`.
bket added a commit to bket/borg that referenced this issue Nov 19, 2024
borgbackup#8506 is likely caused by the Vagrant box having a mirror in its
`etc/installurl`, which does not offer 7.4 packages. There are other
mirrors out there who do, e.g., https://ftp.eu.openbsd.org/pub/OpenBSD/.

Proposed 'fix' is to replace the mirror in `/etc/installurl`.
bket added a commit to bket/borg that referenced this issue Nov 19, 2024
This should address borgbackup#8506. Unfortunately I'm unable to test.

borgbackup#8506 is likely caused by the Vagrant box having a mirror in its
`etc/installurl`, which does not offer 7.4 packages. There are other
mirrors out there who do, e.g., https://ftp.eu.openbsd.org/pub/OpenBSD/.

Proposed 'fix' is to replace the mirror in `/etc/installurl`.
bket added a commit to bket/borg that referenced this issue Nov 20, 2024
This should address borgbackup#8506. Unfortunately I'm unable to test.

borgbackup#8506 is likely caused by the Vagrant box having a mirror in its
`etc/installurl`, which does not offer 7.4 packages. There are other
mirrors out there who do, e.g., https://ftp.eu.openbsd.org/pub/OpenBSD/.

Proposed 'fix' is to replace the mirror in `/etc/installurl`.
ThomasWaldmann pushed a commit to ThomasWaldmann/borg that referenced this issue Dec 29, 2024
This should address borgbackup#8506. Unfortunately I'm unable to test.

borgbackup#8506 is likely caused by the Vagrant box having a mirror in its
`etc/installurl`, which does not offer 7.4 packages. There are other
mirrors out there who do, e.g., https://ftp.eu.openbsd.org/pub/OpenBSD/.

Proposed 'fix' is to replace the mirror in `/etc/installurl`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os: bsd FreeBSD, NetBSD, OpenBSD, ... vagrant
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant