Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4300 - tcc-0.9.7.ebuild
Summary: tcc-0.9.7.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-28 17:40 UTC by Julien Herfurth
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
tcc-0.9.7.ebuild (tcc-0.9.7.ebuild,687 bytes, text/plain)
2002-06-28 17:41 UTC, Julien Herfurth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Herfurth 2002-06-28 17:40:39 UTC
ebuild file for a very small C compiler for ix86 (64 K). It compiles and execute
C source directly without linking or assembly, and does not (yet ?) output elf
binary file. You can also use it like in a script with #!/usr/bin/tcc in your C
source. Very funny :-).

Julien
Comment 1 Julien Herfurth 2002-06-28 17:41:44 UTC
Created attachment 1863 [details]
tcc-0.9.7.ebuild

suggested category dev-lang/tcc
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2002-07-19 23:19:37 UTC
Hi Julien

Thanks for submission!
Committed and masked:

Could you please test.
Also why is it that couple of .h files are getting installed under /usr/lib (and
not /usr/include)? Any idea?

I'll unmask the package upon your positive report.

George
Comment 3 Julien Herfurth 2002-07-20 15:21:26 UTC
Hi George,

I asked the author about the include files. There are no system dependecies
so they should normally go in /usr/include/tcc, but he prefers keeping a layout
similar to the one of gcc. In the next release (in a few days), these files will
go in /usr/lib/tcc/include. I will attach the new ebuild to this bug as soon as
tcc-0.9.8 is available (if necessary, but I think that increasing the version
number will be enough). Should I patch tcc to look at the include files in
/usr/include/tcc or can I keep it as the author want it ?

Julien
Comment 4 George Shapovalov (RETIRED) gentoo-dev 2002-07-20 16:50:21 UTC
Hi Julien.

Thanks for checking on this. I think it is Ok to keep these files where they are
if author has his reasons for it. 
BTW you can assign new tcc directly to me when you submit new ebuild.

George