Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 76700

Summary: The Free Pascal 1.9.4 ebuild lacks a config file, thus some software won't build
Product: Gentoo Linux Reporter: Jason Lawer <akula>
Component: Current packagesAssignee: Maintainers for Miscelleneous Language Packages [OBSOLETE] <lang-misc+disabled>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jason Lawer 2005-01-04 16:12:45 UTC
I attempted to build Lazarus (http://www.lazarus.freepascal.org) from source, and came upon problems caused by the lack of a config file specifiying paths to the run time library (/etc/fpc.cfg). The solution to this is to create a fpc.cfg file with the following 3 lines

-Fu/usr/lib/fpc/1.9.4/units/linux
-Fu/usr/lib/fpc/1.9.4/units/linux/*
-Fu/usr/lib/fpc/1.9.4/units/linux/rtl

I found the solution via http://lazarus-ccr.sourceforge.net/index.php?wiki=LazarusFaq

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Herzog 2005-03-21 05:05:16 UTC
There is a tool included in all fpc distributions which generates those config files very nicly.
More recent ebuilds (I'm going to submit them for having lazarus in portage) will make use of it.
Comment 2 Daniel Herzog 2005-04-02 17:17:19 UTC
fpc-2.0.0_rc2 fixes this issue.
Comment 3 Daniel Herzog 2005-06-27 06:19:08 UTC
please close this.
Comment 4 Jason Lawer 2005-06-27 06:59:22 UTC
Bug was fixed