SPEC: fet

Szymon Siwek sls at poczta.wp.pl
Mon Jul 28 20:33:46 CEST 2008


On Mon, Jul 28, 2008 at 07:35:19PM +0200, Zsolt Udvari wrote:
> > It does not build for me (th/i686). Here is builder output:
> > http://user.touk.pl/pzz/fet.log
> Hm, I hate the devel-packages. So some devel-dependencies are missed
> :( This is my fault :(
> I hope that this version works.
> 
Works for me.

> Is there any solution to find what devel packages are needed? 
There is no simple solution, I believe.

> IMHO
> maybe can grep the source tree what headers are included and sort
> them, but I can't send it to poldek.
> What I'm thinking:
> grep "\#include *<" $(find ../BUILD/fet-5.6.0/ -iname "*.h" -o -iname
> "*.cpp" ) | awk -F ":" {'print $2'} | awk {'print $2'} | sort -u | sed
> "s@<\(.*\)>@search -f /usr/include/\1@"
> This script create the list which contains all system-wide headers
> what the program want to include.

... and what about conditional includes?

> And it'd be good to know that what packages provides these files. OK,
> I can pipe to poldek but when the included files are very much it
> takes a very long time.
> Is there any way to do this faster?
> 
> Zsolt

-- 
Szymon Siwek


More information about the pld-devel-en mailing list