Jump to page: 1 2
Thread overview
[Bug 107] Bootstrap error : gengtype: Internal error
Mar 10, 2014
Iain Buclaw
Mar 10, 2014
Iain Buclaw
Mar 11, 2014
Igmar Palsenberg
Mar 11, 2014
Iain Buclaw
Mar 12, 2014
Yiyin Zhang
Mar 12, 2014
Yiyin Zhang
Mar 12, 2014
Igmar Palsenberg
Mar 12, 2014
Yiyin Zhang
Mar 12, 2014
Iain Buclaw
Mar 13, 2014
Yiyin Zhang
Mar 14, 2014
Iain Buclaw
March 10, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=107

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Can you try:

https://github.com/D-Programming-GDC/GDC/commits/gdc-4.8

-- 
You are receiving this mail because:
You are watching all bug changes.


March 10, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=107

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Just making sure that you are on the correct branch when building.

Regards
Iain.

-- 
You are receiving this mail because:
You are watching all bug changes.
March 11, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=107

Igmar Palsenberg <igmar@palsenberg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Igmar Palsenberg <igmar@palsenberg.com> ---
The gdc-4.8 branch works find. The're some issues with .sh files ending up
non-executable, but that's an easy fix.
Currently baking a c/c++/d CentOS package.

You might want to merge the gdc-4.8 branch into master, or remove the 4.8 support from master to prevent confusion.

-- 
You are receiving this mail because:
You are watching all bug changes.


March 11, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=107

--- Comment #4 from Iain Buclaw <ibuclaw@gdcproject.org> ---
There's no 4.8 support in master.  Patches can be removed.

-- 
You are receiving this mail because:
You are watching all bug changes.


March 12, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=107

Yiyin Zhang <542214021@qq.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |NEW
                 CC|                            |542214021@qq.com
         Resolution|FIXED                       |---

--- Comment #5 from Yiyin Zhang <542214021@qq.com> ---
(In reply to comment #4)
> There's no 4.8 support in master.  Patches can be removed.

Hi Iain,

I met the same question, can you tell me how to solve the bug in detail? I'm a freshman in Linux.

Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.


March 12, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=107

--- Comment #6 from Yiyin Zhang <542214021@qq.com> ---
CenOS 6.5 and gcc-4.8.2 are installed in my computer. It occured after I run GDC-master and built gdc.

-- 
You are receiving this mail because:
You are watching all bug changes.


March 12, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=107

Igmar Palsenberg <igmar@palsenberg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Igmar Palsenberg <igmar@palsenberg.com> ---
Just build it using the gdc-4.8 branch.

-- 
You are receiving this mail because:
You are watching all bug changes.


March 12, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=107

--- Comment #8 from Yiyin Zhang <542214021@qq.com> ---
(In reply to comment #7)
> Just build it using the gdc-4.8 branch.

where is the gdc-4.8 branch? Excuse me for my ignorance.

-- 
You are receiving this mail because:
You are watching all bug changes.


March 12, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=107

--- Comment #9 from Iain Buclaw <ibuclaw@gdcproject.org> ---
(In reply to comment #8)
> (In reply to comment #7)
> > Just build it using the gdc-4.8 branch.
> 
> where is the gdc-4.8 branch? Excuse me for my ignorance.

In the gdc source directory:


git checkout gdc-4.8

-- 
You are receiving this mail because:
You are watching all bug changes.


March 13, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=107

Yiyin Zhang <542214021@qq.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |---
     Ever confirmed|1                           |0

--- Comment #10 from Yiyin Zhang <542214021@qq.com> ---
(In reply to comment #9)
> (In reply to comment #8)
> (In reply to comment #7)
> > Just build it using
> the gdc-4.8 branch.
> 
> where is the gdc-4.8 branch? Excuse me for my
> ignorance.

In the gdc source directory:


git checkout gdc-4.8

Hi Iain,

I built it with the gdc-4.8 branch and make it. However it comes like this,

[root@mouse objdir]# make install
make[1]: Entering directory `/home/zyy/gdc/gdc/objdir'
/bin/sh ../gcc-4.8.2/mkinstalldirs /usr/local/gdc /usr/local/gdc
make[2]: Entering directory `/home/zyy/gdc/gdc/objdir/fixincludes'
make[2]: *** No rule to make target `install'.  Stop.
make[2]: Leaving directory `/home/zyy/gdc/gdc/objdir/fixincludes'
make[1]: *** [install-fixincludes] Error 2
make[1]: Leaving directory `/home/zyy/gdc/gdc/objdir'
make: *** [install] Error 2

Could you tell me what's wrong with it, Please?

-- 
You are receiving this mail because:
You are watching all bug changes.


« First   ‹ Prev
1 2