Bug 251666 - editors/fpc-ide Makefile missing rtl-generics
Summary: editors/fpc-ide Makefile missing rtl-generics
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-07 12:53 UTC by rdunkle
Modified: 2020-12-07 19:28 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rdunkle 2020-12-07 12:53:44 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-12-07 19:20:13 UTC
A commit references this bug:

Author: acm
Date: Mon Dec  7 19:20:09 UTC 2020
New revision: 557241
URL: https://svnweb.freebsd.org/changeset/ports/557241

Log:
  - Fix build

  PR:		251666
  Submitted by:	rdunkle at smallcatbrain.com

Changes:
  head/editors/fpc-ide/Makefile
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2020-12-07 19:28:28 UTC
- Committed thanks!