[Bug 251666] editors/fpc-ide Makefile missing rtl-generics
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 7 12:53:44 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251666
Bug ID: 251666
Summary: editors/fpc-ide Makefile missing rtl-generics
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: acm at FreeBSD.org
Reporter: rdunkle at smallcatbrain.com
Assignee: acm at FreeBSD.org
Flags: maintainer-feedback?(acm at FreeBSD.org)
poudriere unable to build fpc-ide
It appears that makefile is missing --> rtl-generics
./fpmake compile --localunitdir=../.. --globalunitdir=/usr/local/lib/fpc/3.2.0
--os=freebsd --cpu=x86_64 -o -vwni -o -Ur -o -Cg --compiler=/usr/local/bin/fpc
-bu --GDBMI=1 -o -dRELEASE
The installer encountered the following error:
Could not find unit directory for dependency package "rtl-generics"
gmake[1]: *** [Makefile:3081: release] Error 1
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/editors/fpc-ide/work/fpc-3.2.0/packages/ide'
*** Error code 1
Stop.
make: stopped in /usr/ports/editors/fpc-ide
makefile should be:
USE_FPC= chm fv gdbint regexpr rtl-extra rtl-console rtl-generics
fcl-xml
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list