Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51162 - tigcc v0.95 Beta 8 Ebuild
Summary: tigcc v0.95 Beta 8 Ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Embedded Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-15 15:28 UTC by Robert Führicht
Modified: 2004-10-31 19:30 UTC (History)
2 users (show)

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


Attachments
dev-embedded/tigcc-0.95_beta8.ebuild (tigcc-0.95_beta8.ebuild,1.67 KB, application/octet-stream)
2004-05-15 15:29 UTC, Robert Führicht
Details
new ebuild, some minor fixes and comments added (tigcc-0.95_beta8.ebuild,2.58 KB, application/octet-stream)
2004-05-16 03:03 UTC, Robert Führicht
Details
ebuild without using tigcc install script directly (tigcc-0.95_beta8.ebuild,3.64 KB, text/plain)
2004-05-16 14:16 UTC, John Ratliff
Details
ebuild.patch (tiebuild.patch,1.05 KB, patch)
2004-05-17 22:46 UTC, Daniel Black (RETIRED)
Details | Diff
ebuild.patch - incorporates Daniel's patch (mychanges.patch,4.80 KB, patch)
2004-05-18 05:10 UTC, Robert Führicht
Details | Diff
new version, requires a68k-fix.patch (tigcc-0.95_beta8.ebuild,5.64 KB, application/octet-stream)
2004-05-25 17:16 UTC, Robert Führicht
Details
a68k-fix.patch (a68k-fix.patch,625 bytes, patch)
2004-05-25 17:16 UTC, Robert Führicht
Details | Diff
new ebuild, installs flashos.a and fargo.a (tigcc-0.95_beta8.ebuild,5.87 KB, application/octet-stream)
2004-05-26 01:41 UTC, Robert Führicht
Details
fixes a tprbuilder bug (tprbuilder-fix.patch,575 bytes, patch)
2004-06-01 13:19 UTC, Robert Führicht
Details | Diff
new ebuild, needs a68k-fix and tprbuilder-fix (tigcc-0.95_beta8.ebuild,5.94 KB, application/octet-stream)
2004-06-01 13:25 UTC, Robert Führicht
Details
ebuild for 0.95_beta8-r1 (tigcc-0.95_beta8-r1.ebuild,5.96 KB, application/octet-stream)
2004-06-07 10:39 UTC, Robert Führicht
Details
ebuild for 0.95_beta10-r1 (tigcc-0.95_beta10-r1.ebuild,5.99 KB, application/octet-stream)
2004-06-13 14:44 UTC, Robert Führicht
Details
tigcc-0.95_beta16-r1.ebuild (tigcc-0.95_beta16-r1.ebuild,5.98 KB, text/plain)
2004-08-27 20:08 UTC, Lars Weiler (RETIRED)
Details
tigcc-0.95_beta17-r1.ebuild (tigcc-0.95_beta17-r1.ebuild,5.99 KB, application/octet-stream)
2004-09-23 17:17 UTC, Robert Führicht
Details
tigcc-0.95_beta19-r1.ebuild (tigcc-0.95_beta19-r1.ebuild,6.07 KB, application/octet-stream)
2004-09-24 05:29 UTC, Robert Führicht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Führicht 2004-05-15 15:28:13 UTC
http://tigcc.ticalc.org/linux/
Comment 1 Robert Führicht 2004-05-15 15:29:50 UTC
Created attachment 31497 [details]
dev-embedded/tigcc-0.95_beta8.ebuild

tested on amd64, should be fine on x86
Comment 2 Robert Führicht 2004-05-15 15:31:31 UTC
Description:

TIGCC is mainly a C compiler for the Texas Instruments TI-89 and TI-92 Plus calculators. It is based on GCC, the GNU Compiler Collection.

See

http://tigcc.ticalc.org
http://tigcc.ticalc.org/linux
Comment 3 John Ratliff 2004-05-16 00:22:37 UTC
Wow. What are the odds we were both working on an ebuild for TIGCC this past week. I was just about to post mine. Guess there's not much point now.

One question though: Isn't this going to break when the new version of tigcc is released and the tigcc_src.tar.bz2 file is replaced?
Comment 4 John Ratliff 2004-05-16 01:18:04 UTC
I tested it on x86 and it seems to work pretty well.

A couple of minor questions.

Why doesn't it do the doc directory like everything else? The files aren't gzipped and they're inside a doc subdirectory inside /usr/share/tigcc-0.95_beta8.

Also, any thoughts on whether it perhaps should be in /usr/local/tigcc instead of /usr/tigcc?

Neither of these things are paramount, just inquiries...
Comment 5 Robert Führicht 2004-05-16 03:03:38 UTC
Created attachment 31515 [details]
new ebuild, some minor fixes and comments added

It *will* break if tigcc_src.tar.bz2 file is replaced, as they just provide
this one file for download.
I wanted the docs not to be in /usr/tigcc/doc, so I put them where I thought
they would belong to. I don't know whether this is the right way, I'm listening
to all suggestions.
I don't think that it matters if tigcc is put in /usr or /usr/local. Perhaps it
should be put into /opt, as the xmingw ebuild does?
Comment 6 John Ratliff 2004-05-16 14:15:55 UTC
I think if we attach the program, the developer can put it on the gentoo mirror with the correct name. Then it could be tigcc-0.95_beta8.tar.bz2. As for me, I put it on my website temporarily.

As for the docs, I didn't use the install script for mine. I'll post it so you can see what I did, but maybe it's not important.

Also, env-update is run automatically by emerge. Doesn't seem to be a reason to tell people to do this.

Also, why do you remove the flags? There doesn't seem to be a reason to force -Os on people. -O2 works fine, unless you've seen otherwise. I think this should be removed.

What are flashosa and libfargo?

Finally, why have the env.d file by 05? Was this because gcc was also 05? This doesn't cause problems for me, but I wonder if it could potentially cause problems for someone who has gcc listed later on. Can this happen I wonder? I made my env.d script 50tigcc. Again, maybe this is moot; I don't know.

Let's see if I can post this before the server goes down again...
Comment 7 John Ratliff 2004-05-16 14:16:37 UTC
Created attachment 31546 [details]
ebuild without using tigcc install script directly
Comment 8 Daniel Black (RETIRED) gentoo-dev 2004-05-17 18:22:14 UTC
Some quick comments while I'm downloading:

Doc dir should be /usr/share/tigcc-0.95_beta8 as john suggested in comment #4.

Don't use /usr/local in gentoo. /opt is for binary packages and /usr/bin otherwise.

I'd rather not see any conflicts with tigcc and gcc. I haven't looked into this totally. If you want to use tigcc like a gcc for packages look at gcc-config and work out a config file for that.

SRC_URI - use mirror://gnu/gcc/releases/gcc-3.3.3/gcc-core-3.3.3.tar.bz2 for commonly mirrored stuff.

Maybe a full version of binutils i.e. binutils-2.14.90.0.6.tar.bz2

src_unpack() {
        unpack ${A}
}
Is the default unpacker so you can omit this function if this is all it does.

With depends - if you DEPEND on bison or somethings that is only used in the compulation add a RDEPEND to point to the runtime dependancies (virtual/glibc).

Thats all for now. and I'm working on it. Don't worry about putting a new ebuild here - just remember for next time. Will let you know if I get stuck.
Comment 9 Daniel Black (RETIRED) gentoo-dev 2004-05-17 22:46:52 UTC
Created attachment 31634 [details, diff]
ebuild.patch

Ok this is the changes that I have made so far.

What is required:
move /usr/local/tigcc/include to /usr/include/tigcc
binutils stuff should be in /usr/ti-linux-gnu/bin
move /usr/local/tigcc/bin to /usr/ti-linux-gnu/tigcc-bin/3.3
move /usr/local/tigcc/lib to /usr/lib (shouldn't be any conflicts)
move /usr/local/tigcc/examples/ to either
/usr/share/doc/tigcc-0.95_beta8/examples or /usr/share/tigcc

Look at /etc/env.d/gcc/i* for a same env file.
Comment 10 Robert Führicht 2004-05-18 05:10:01 UTC
Created attachment 31650 [details, diff]
ebuild.patch - incorporates Daniel's patch

John, your ebuild fails here with:

/var/tmp/portage/tigcc-0.95_beta8/work/build/gcc/gcc/xgcc
-B/var/tmp/portage/tigcc-0.95_beta8/work/build/gcc/gcc/
-B/usr/local/m68k-coff/bin/ -B/usr/local/m68k-coff/lib/ -isystem
/usr/local/m68k-coff/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  
-g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I.
-I/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc
-I/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/.
-I/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/config
-I/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/../include  -DL_negdi2
-c /var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/libgcc2.c -o
libgcc/./_negdi2.o
In file included from
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/config/m68k/m68k-ti.h:27,
		 from
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/config/m68k/m68k-coff.h:37,

		 from tconfig.h:16,
		 from
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/libgcc2.c:36:
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/config/smapbcd.h:24:33:
math.h: No such file or directory
In file included from
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/libgcc2.c:44:
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/libgcc2.h:102: error: no
data type for mode `SF'
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/libgcc2.h:103: error: no
data type for mode `DF'
In file included from
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/config/m68k/m68k-ti.h:27,
		 from
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/config/m68k/m68k-coff.h:37,

		 from tconfig.h:16,
		 from
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/libgcc2.c:36:
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/config/smapbcd.h:24:33:
math.h: No such file or directory
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/libgcc2.c:44:
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/libgcc2.h:102: error: no
data type for mode `SF'
/var/tmp/portage/tigcc-0.95_beta8/work/gcc-3.3.3/gcc/libgcc2.h:103: error: no
data type for mode `DF'
make[2]: *** [libgcc/./_negdi2.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/tigcc-0.95_beta8/work/build/gcc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory
`/var/tmp/portage/tigcc-0.95_beta8/work/build/gcc/gcc'
make: *** [all-gcc] Error 2

!!! ERROR: dev-embedded/tigcc-0.95_beta8 failed.
!!! Function src_compile, Line 60, Exitcode 2
!!! (no error message)

I made some slight modifications, and fixed the assembler error already.
Building gcc failed because it didn't use the newly built assembler, I fixed
this. But I have no idea to get around the error above.
Comment 11 John Ratliff 2004-05-18 23:38:04 UTC
GCC installation is supposed to fail at a certain point. Not sure why this is, but it has always been this way in TIGCC. It doesn't seem to affect the program.
Comment 12 John Ratliff 2004-05-21 00:16:48 UTC
Okay. There are a few minor problems.
                                                                                                                                            
First, the tigcc front-end and other utils are very dependent upon
everything being relative to a single path.
                                                                                                                                            
e.g. bin and lib and include cannot be separated from this directory,
unless maybe if symlinks are made.
                                                                                                                                            
Should another directory be created with symlinks, or should there just
be some directory. You don't seem to like /usr/local. Is /usr/tigcc
better? This directory that contains bin, lib, and include must exist
for the tigcc utilities to work.
                                                                                                                                            
I don't understand the reasoning behind gcc-config. What is this for?
My understanding is that you could have two versions of gcc installed
simultanouelsy.
                                                                                                                                            
a) What is the purpose of this when only root can change gcc-config?
This would bar any regular user from using tigcc.
                                                                                                                                            
b) This version of gcc is not in competition. You cannot choose to use
one over the other. The system gcc must be used to compile things for
the system. TIGCC can only be used to cross-compile for the calculators.
                                                                                                                                            
Also. What is binutils-2.14.xxxx? These are not from gnu (they're not on
ftp.gnu.org anyway), and the ChangeLog indicates they contain patches.
This doens't seem like a good idea for tigcc as it uses its own patches.
                                                                                                                                            
If the || die part of emake || die on compiling gcc is removed it will
finish. This error is unavoidable (or maybe it is avoidable, but it has
always existed, so I don't consider this a problem).
Comment 13 Robert Führicht 2004-05-25 17:16:00 UTC
Created attachment 32042 [details]
new version, requires a68k-fix.patch

This ebuild installs tigcc to the destination Daniel suggested. To cope with
the hardcoded paths in the tigcc sources I just created symlinks. This ebuild
doesn't use gcc-config, as I don't see any reason to do this. I tried this, and
left a way to quickly switch to that behaviour, but I don't think that's a good
idea because tigcc is a cross compiler.
Can someone try to compile Windows.c with 'tprbuilder Windows.tpr'? (it's in
the examples directory)

It gives me this:

hephaestos root # tprbuilder Windows.tpr
tprbuilder: tigcc Windows.c  -o "Windows" -n Windows -Os -Wall -W
-Wwrite-strings -WA,-k,-g,-t --optimize-nops --optimize-returns
--optimize-branches --optimize-moves --optimize-tests --optimize-calcs
--remove-unused --flash-os -DKERNEL_FORMAT_BSS -DKERNEL_FORMAT_DATA_VAR
Warning: Flash OS support in TIGCC is experimental.
Warning: Unresolved global import `__startup_code'.
Warning: Unresolved global import `__kernel_format_data_var'.
Warning: Unresolved global import `__nostub'.
Warning: Unresolved global import `__kernel_format_bss'.
Warning: Unresolved global import `__kernel_format_rom_calls'.
Warning: Unresolved global import `__set_file_in_use_bit'.
Error: Support for `.??u' files is not implemented yet. Use `--outputbin'.

http://p080.ezboard.com/ftichessteamhqfrm5.showMessage?topicID=2608.topic
In the document I linked here, a way to fix this is described, (i. e.
installing flashos.a) but doesn't seem to work. I copied this file to tigcc's
libdir after building it, but this error persists.
Comment 14 Robert Führicht 2004-05-25 17:16:45 UTC
Created attachment 32043 [details, diff]
a68k-fix.patch
Comment 15 John Ratliff 2004-05-25 20:15:14 UTC
tprbuilder does not seem to call the linker with the tigcc library. This has been a problem with all the programs I've tried to build. I think it's a TIGCC bug, not an ebuild bug though.

I think it needs to be reported to the TIGCC team instead. When you run tprbuilder vebose, it runs a different linker command (w/o the tigcc library) than when running with tigcc.

I tried to compile it on a Sparc machine (Solaris 2, not gentoo), and the binaries didn't work. I was using gcc 3.2.2. I don't know if this will affect gentoo sparc, but it would be nice to know if someone has a gentoo sparc machine who might test this...
Comment 16 Robert Führicht 2004-05-26 00:14:55 UTC
This is what I get when I call tprbuilder:

tprbuilder -v Windows.tpr
tprbuilder: tigcc Windows.c  -o "Windows" -n Windows -Os -Wall -W -Wwrite-strings -WA,-k,-g,-t --optimize-nops --optimize-returns --optimize-branches --optimize-moves --optimize-tests --optimize-calcs --remove-unused --flash-os -DKERNEL_FORMAT_BSS -DKERNEL_FORMAT_DATA_VAR --verbose
tigcc: /usr/ti-linux-gnu/bin/gcc -Os -Wall -W -Wwrite-strings -DKERNEL_FORMAT_BSS -DKERNEL_FORMAT_DATA_VAR -B/usr/ti-linux-gnu/bin/ -I/usr/ti-linux-gnu/include/c Windows.c -S -DFLASH_OS -o Windows.s
tigcc: /usr/ti-linux-gnu/bin/patcher Windows.s -o Windows.s
tigcc: /usr/ti-linux-gnu/bin/as -mc68000 -I/usr/ti-linux-gnu/include/s Windows.s -o Windows.o --keep-locals
tigcc: /usr/ti-linux-gnu/bin/ld-tigcc -n Windows --optimize-nops --optimize-returns --optimize-branches --optimize-moves --optimize-tests --optimize-calcs --remove-unused --flash-os --verbose Windows.o /usr/ti-linux-gnu/lib/flashos.a -o Windows
Warning: Flash OS support in TIGCC is experimental.
Warning: Unresolved global import `__startup_code'.
Warning: Unresolved global import `__kernel_format_data_var'.
Warning: Unresolved global import `__nostub'.
Warning: Unresolved global import `__kernel_format_bss'.
Warning: Unresolved global import `__kernel_format_rom_calls'.
Warning: Unresolved global import `__set_file_in_use_bit'.
Error: Support for `.??u' files is not implemented yet. Use `--outputbin'.

Everything seems to be fine, but it won't link.
Comment 17 John Ratliff 2004-05-26 00:16:59 UTC
Right. There should be a $TIGCC/lib/tigcc.a argument to the ld-tigcc call, but it's not there.

Take a look at the difference b/w 
tprbuilder -v Hello\ World\ 1.tpr and
tigcc -v Hello\ World\ 1.c

Comment 18 Robert Führicht 2004-05-26 00:38:31 UTC
Oh, now I get it. You're right, if I add this to the linker's call it get built. I'll ask the tigcc team, let's see what they have to say to this. Meanwhile I will update the ebuild to install flashos.a and fargo.a too.
Comment 19 Robert Führicht 2004-05-26 01:41:48 UTC
Created attachment 32052 [details]
new ebuild, installs flashos.a and fargo.a

new ebuild, installs flashos.a and fargo.a
requires a68k-fix.patch
Comment 20 Robert Führicht 2004-06-01 13:19:41 UTC
Created attachment 32486 [details, diff]
fixes a tprbuilder bug
Comment 21 Robert Führicht 2004-06-01 13:25:50 UTC
Created attachment 32487 [details]
new ebuild, needs a68k-fix and tprbuilder-fix

http://p080.ezboard.com/ftichessteamhqfrm5.showMessage?topicID=2642.topic

I talked to the tigcc team, the tprbuilder bug will be fixed in the upcoming
release. Meanwhile, I made a little patch to fix it.
BTW: If anyone has -O3 in his CFLAGS (and gcc 3.4.0 perhaps), please compile
all the examples and tell me if you get segmentation faults.
Comment 22 John Ratliff 2004-06-02 01:16:06 UTC
This new ebuild with the tprbuilder patch works perfectly now for me...

I use x86, gcc 3.3.2, and -O2. So I don't know about segfaults... I don't get any...

Comment 23 Robert Führicht 2004-06-07 10:39:48 UTC
Created attachment 32881 [details]
ebuild for 0.95_beta8-r1

version bump:
0.95_beta8-r1 released. 
I mirrored this at Angelfire, I don't know whether they allow unlimited
traffic.
Changes to the ebuild are minimal, it still requires a68k-fix and
tprbuilder-fix.
Comment 24 Kevin Kofler 2004-06-12 20:50:11 UTC
A few comments from the maintainer of TIGCC/*nix for the TIGCC team:
* First of all, a new release (0.95 Beta 10 r1) is out.
* You definitely shouldn't use Binutils 2.14.90.x.x, those are not GNU releases, but H.J.Lu's "Linux Binutils" releases, which are CVS snapshots which a few patches and which he explicitly notes are intended to be used only for Linux-hosted Linux-targeted compilation. And anyway, I'd recommend against using ANY Binutils release other than the one I did the patch against, it may or may not work, and it might even break in subtle ways.
* What's that A68k fix for? Wouldn't it make sense for me to fix this for all platforms if you are fixing a real issue?
Comment 25 Robert Führicht 2004-06-13 13:01:08 UTC
Just to tell anyone what I told Kevin:

* I'll wait for 0.95_beta10-r2, as there are some files missing in the package.
* This ebuild uses binutils 2.14 as long as anyone convinces me to use another version *and* modifies the tigcc patch or if tigcc requires another version.
* a68k-fix.patch comments out some 'external' declarations which are already made in /usr/include/fcntl.h. I don't know whether this appears on other platforms too...
Comment 26 Robert Führicht 2004-06-13 14:44:08 UTC
Created attachment 33188 [details]
ebuild for 0.95_beta10-r1

<WARNING>Don't fetch 0.95_beta10-r1's sources from tigcc.ticalc.org, a file is
missing in this tarball. I repacked this version with reorder.c file Kevin sent
me and put it on my Angelfire account.</WARNING>

Version bump: 0.95_beta10-r1
tprbuilder-fix.patch is not needed anymore, a68k-fix.patch is still required.
Comment 27 Robert Führicht 2004-06-14 00:06:56 UTC
Version bump: 0.95_beta10-r2
Just rename the ebuild for 0.95_beta10-r1.
Comment 28 Robert Führicht 2004-06-22 17:59:33 UTC
Version bump (0.95_beta11-r1)
rename the ebuild accordingly and change the line
epatch ${S}/sources/gcc/gcc-${BASE_GCC}-tigcc-2.diff
to
epatch ${S}/sources/gcc/gcc-${BASE_GCC}-tigcc-3.diff

builds fine here.

BTW:
Does somebody think about putting this in portage? If not, I'll volunteer as maintainer for this package... (if I get dev access of course ;-)
Comment 29 Lars Weiler (RETIRED) gentoo-dev 2004-08-27 20:08:47 UTC
Created attachment 38360 [details]
tigcc-0.95_beta16-r1.ebuild

I wanted to test tigcc for my TI92+ and was happy to find it already in
portage.  Nevertheless I had to do some changes, so I'm attaching an ebuild for
the current version.

Compiled fine on x86, compiled code works on my TI92+.
Only the html-docs gave some errors.
Comment 30 Robert Führicht 2004-09-23 17:17:57 UTC
Created attachment 40267 [details]
tigcc-0.95_beta17-r1.ebuild
Comment 31 Daniel Black (RETIRED) gentoo-dev 2004-09-23 20:34:08 UTC
Lars if you want to commit this go ahead.

tigcc-0.95_beta19-r1 has been released. If you can get the ebuild to refer to a version number like Roberts it would be good. The file isn't in that location yet though.
Comment 32 Robert Führicht 2004-09-24 05:29:43 UTC
Created attachment 40284 [details]
tigcc-0.95_beta19-r1.ebuild
Comment 33 Daniel Black (RETIRED) gentoo-dev 2004-09-24 18:28:01 UTC
Thanks robert - commited (finally)

were you going to add a /etc/env.d/gcc file or not?

Any problems let me know.

Lars can I please encourge you to go dual maintaince on this one. You seem to be using it.
Comment 34 Robert Führicht 2004-09-29 05:27:11 UTC
No I was not going to add such a file, as gcc and tigcc can happily coexist.

BTW I tested this on amd64 and it seems to work fine... IMO it's safe to add ~amd64.
Comment 35 Daniel Black (RETIRED) gentoo-dev 2004-09-29 06:12:00 UTC
amd64 person, can you confirm this.
Comment 36 Simon Stelling (RETIRED) gentoo-dev 2004-09-29 07:19:49 UTC
can confirm that, added ~amd64 keyword in CVS
Comment 37 Robert Führicht 2004-10-17 03:48:59 UTC
tigcc 0.95_beta20-r1 is out.

Yet another case of RE US (rename ebuild, upload sources), it builds fine with the build in portage.
Comment 38 Robert Führicht 2004-10-27 09:30:17 UTC
tigcc-0.95 Final is out.
see last comment
Comment 39 Daniel Black (RETIRED) gentoo-dev 2004-10-31 19:30:34 UTC
version 0.95-r2 added. Please do a new bug report for a version bump. I almost forgot about this one. Hope it works cause I haven't tested it that much.