Bug 259329

Summary: converters/cl-babel-sbcl: Fix build failure due to missing dependency, Remove BROKEN
Product: Ports & Packages Reporter: Filipe da Silva Santos <contact>
Component: Individual Port(s)Assignee: Jimmy Olgeni <olgeni>
Status: Closed FIXED    
Severity: Affects Many People Keywords: easy
Priority: --- Flags: olgeni: maintainer-feedback+
olgeni: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile diff
none
Poudriere build log none

Description Filipe da Silva Santos 2021-10-20 23:02:47 UTC
Created attachment 228906 [details]
Makefile diff

I can't track when it was changed, but `arrays.fasl` has the following path:
`/usr/local/lib/common-lisp/alexandria/sbclfasl/alexandria-1/arrays.fasl`

Diff and build log attached.

Cheers!
Comment 1 Filipe da Silva Santos 2021-10-20 23:03:40 UTC
Created attachment 228907 [details]
Poudriere build log
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-10-22 13:54:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=512db946f5ec103b63ad0d245c5c101647955717

commit 512db946f5ec103b63ad0d245c5c101647955717
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2021-10-22 13:50:20 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2021-10-22 13:53:29 +0000

    converters/cl-babel-sbcl: unbreak with updated BUILD_DEPENDS.

    PR:             259329
    Reported by:    Filipe da Silva Santos <contact@shiori.com.br>
    MFH:            2021Q4

 converters/cl-babel-sbcl/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-10-22 16:24:15 UTC
A commit in branch 2021Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81c75d25102b6532ff5d910004baa05085918fe2

commit 81c75d25102b6532ff5d910004baa05085918fe2
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2021-10-22 13:50:20 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2021-10-22 16:22:52 +0000

    converters/cl-babel-sbcl: unbreak with updated BUILD_DEPENDS.

    PR:             259329
    Reported by:    Filipe da Silva Santos <contact@shiori.com.br>
    MFH:            2021Q4

    (cherry picked from commit 512db946f5ec103b63ad0d245c5c101647955717)

 converters/cl-babel-sbcl/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
Comment 4 Jimmy Olgeni freebsd_committer freebsd_triage 2021-10-22 16:41:32 UTC
Good to go - thank you!