| Summary: | lang/ldc: Fails to link on 13.1-RELEASE: ld: error: undefined hidden symbol: __start___minfo | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jason W. Bacon <jwb> |
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | grahamperrin |
| Priority: | --- | Keywords: | needs-patch, needs-qa |
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(acm) koobs: merge-quarterly? |
| Hardware: | Any | ||
| OS: | Any | ||
| Bug Depends on: | |||
| Bug Blocks: | 264030 | ||
|
Description
Jason W. Bacon
2022-05-20 12:41:50 UTC
Please, could you try new version of ldc (1.30.0)?
Build succeeds now, thanks. Still has a couple cosmetic issues:
-- Installing: /usr/ports/lang/ldc/work/stage/usr/local/include/d/ldc/gccbuiltins_s390.di
-- Installing: /usr/ports/lang/ldc/work/stage/usr/local/include/d/ldc/gccbuiltins_x86.di
====> Compressing man pages (compress-man)
====> Running Q/A tests (stage-qa)
Warning: 'bin/ldmd2' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'bin/ldc-build-runtime' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'bin/ldc-prune-cache' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Error: /usr/local/bin/ldc-build-runtime is linked to /usr/local/lib/gcc11/libgphobos.so.2 from lang/gcc11 but it is not declared as a dependency
(In reply to Jason W. Bacon from comment #2) I have committed new changes to lang/ldc. It should fix stage-qa messages. Thanks for your PR Great, thanks. Still some portlint issue, FYI. I hadn't run portlint before the last check. WARN: Makefile: [16]: BROKEN messages should begin with a lowercase letter and end without a period. FATAL: Makefile: DISTVERSIONSUFFIX appears out-of-order. FATAL: Makefile: order must be PORTNAME/PORTVERSION/DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX/PORTREVISION/PORTEPOCH/CATEGORIES/MASTER_SITES/MASTER_SITE_SUBDIR/PROJECTHOST/PKGNAMEPREFIX/PKGNAMESUFFIX/DISTNAME/EXTRACT_SUFX/DISTFILES(_\w+)?/DIST_SUBDIR/EXTRACT_ONLY. WARN: Makefile: new ports should not set PORTREVISION. WARN: /usr/ports/lang/ldc/files/patch-runtime_CMakeLists.txt: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. 2 fatal errors and 3 warnings found. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=faab0eb2bebff16152b11515792d1953301fdbde commit faab0eb2bebff16152b11515792d1953301fdbde Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2022-11-16 00:26:27 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-11-16 00:26:27 +0000 lang/ldc: Make portlint friendly PR: 264100 Reported by: jwb lang/ldc/Makefile | 2 +- lang/ldc/files/patch-driver_linker-gcc.cpp | 8 ++++---- lang/ldc/files/patch-driver_targetmachine.cpp | 4 ++-- lang/ldc/files/patch-runtime_CMakeLists.txt | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) |