SPEC: fet

Zsolt Udvari udvzsolt at gmail.com
Mon Jul 28 19:35:19 CEST 2008


> 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.

Is there any solution to find what devel packages are needed? 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 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fet.spec
Type: application/octet-stream
Size: 2112 bytes
Desc: not available
Url : /mailman/pipermail/pld-devel-en/attachments/20080728/4f13c536/attachment-0001.obj 


More information about the pld-devel-en mailing list