Bug 226828 - devel/subversion: set BROKEN for STATIC option due to linker error
Summary: devel/subversion: set BROKEN for STATIC option due to linker error
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-21 17:16 UTC by ports.maintainer
Modified: 2018-10-10 15:43 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (lev)


Attachments
poudriere log of build failure (242.52 KB, text/plain)
2018-03-21 17:16 UTC, ports.maintainer
no flags Details
patch to Makefile (507 bytes, patch)
2018-03-21 17:17 UTC, ports.maintainer
ports.maintainer: maintainer-approval? (lev)
Details | Diff
patch-subversion-static (1011 bytes, patch)
2018-03-22 11:01 UTC, Walter Schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ports.maintainer 2018-03-21 17:16:45 UTC
Created attachment 191709 [details]
poudriere log of build failure

Chase r456681 for devel/subversion-static. Subversion build fails with a linker error in sqlite3, so mark it broken everywhere if that option is enabled.
Comment 1 ports.maintainer 2018-03-21 17:17:48 UTC
Created attachment 191710 [details]
patch to Makefile
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2018-03-21 17:39:11 UTC
It is, really, SQLite3 problem. It doesn't ask for -lm via pkg-config
Comment 3 ports.maintainer 2018-03-21 18:17:14 UTC
I agree, but, devel/subversion-static was marked BROKEN for the same reason. It seems reasonable to mark devel/subversion until databases/sqlite3 is fixed, at least for the sake consistency?
Comment 4 ports.maintainer 2018-03-22 09:08:34 UTC
(In reply to Lev A. Serebryakov from comment #2)

I see that you're also the assignee on bug 220660. I don't want to step on toes or duplicate effort, but can I help get this solved?
Comment 5 Walter Schwarzenfeld freebsd_triage 2018-03-22 11:01:36 UTC
Created attachment 191732 [details]
patch-subversion-static
Comment 6 Lev A. Serebryakov freebsd_committer freebsd_triage 2018-10-10 15:43:29 UTC
It is fixed now.