Bug 260725 - net-mgmt/netbox fails to build
Summary: net-mgmt/netbox fails to build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-27 09:47 UTC by Marko Cupać
Modified: 2021-12-27 20:55 UTC (History)
0 users

See Also:
kai: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marko Cupać 2021-12-27 09:47:34 UTC
Hi,

netbox 3.0.12 won't build on 12.3, fails with the following message:

===>   Installing existing package /packages/All/py38-dj32-django-redis-5.1.0.pkg
[pkg.example.org] Installing py38-dj32-django-redis-5.1.0...
[pkg.example.org] `-- Installing py38-redis-3.5.3_1...
[pkg.example.org] `-- Extracting py38-redis-3.5.3_1: .......... done
[pkg.example.org] Extracting py38-dj32-django-redis-5.1.0: .......... done
===>   netbox-3.0.12 depends on package: py38-dj32-django-redis>=5.0.0<5.1 - not found
*** Error code 1
Stop.
make: stopped in /usr/ports/net-mgmt/netbox
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-12-27 20:45:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d3c9cae6a0aedbbaab074a10ae94c506e48a1ce

commit 3d3c9cae6a0aedbbaab074a10ae94c506e48a1ce
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-12-27 20:42:48 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-12-27 20:42:48 +0000

    net-mgmt/netbox: Unbreak build after 17c078833e73

    PR:             260725
    Reported by:    Marko Cupać, pkg-fallout

 net-mgmt/netbox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2021-12-27 20:55:41 UTC
(In reply to Marko Cupać from comment #0)

Hi Marko, thanks for the report.  This was caused by ports 17c078833e73 and should be fixed now.