Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76700 - The Free Pascal 1.9.4 ebuild lacks a config file, thus some software won't build
Summary: The Free Pascal 1.9.4 ebuild lacks a config file, thus some software won't build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Maintainers for Miscelleneous Language Packages [OBSOLETE]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-04 16:12 UTC by Jason Lawer
Modified: 2005-06-27 06:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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