Jump to page: 1 2
Thread overview
[Bug 303] Make: libgphobos.spec not found
Aug 26, 2018
Johannes Pfau
Aug 27, 2018
Iain Buclaw
Aug 28, 2018
Moritz Maxeiner
Aug 28, 2018
Moritz Maxeiner
Aug 28, 2018
Moritz Maxeiner
Aug 28, 2018
Moritz Maxeiner
Aug 28, 2018
Moritz Maxeiner
Aug 28, 2018
Moritz Maxeiner
Aug 28, 2018
Moritz Maxeiner
Aug 28, 2018
Moritz Maxeiner
Aug 28, 2018
Moritz Maxeiner
Aug 28, 2018
Iain Buclaw
Aug 28, 2018
Iain Buclaw
Aug 29, 2018
Iain Buclaw
Aug 30, 2018
Iain Buclaw
August 26, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=303

Johannes Pfau <johannespfau@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johannespfau@gmail.com

--- Comment #1 from Johannes Pfau <johannespfau@gmail.com> ---
It is part of phobos and generated when configuring phobos: https://github.com/D-Programming-GDC/GDC/blob/master/libphobos/configure.ac#L174

Any chance you do not build phobos for some reason?

-- 
You are receiving this mail because:
You are watching all bug changes.
August 27, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=303

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
This seems to be a real problem.

I'm currently building master with bootstrap enabled to see whether it's specific to the gdc-8 branch or not.

https://github.com/D-Programming-GDC/GDC/pull/723

-- 
You are receiving this mail because:
You are watching all bug changes.
August 28, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=303

Moritz Maxeiner <mm@ucw.sh> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mm@ucw.sh

--- Comment #3 from Moritz Maxeiner <mm@ucw.sh> ---
Created attachment 96
  --> https://bugzilla.gdcproject.org/attachment.cgi?id=96&action=edit
config.log: gcc-9-20180826 + gdc master
(3ca5693f4c263e9e7cfa1a913d4c1e2bdca65e8f)

-- 
You are receiving this mail because:
You are watching all bug changes.
August 28, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=303

--- Comment #4 from Moritz Maxeiner <mm@ucw.sh> ---
Created attachment 97
  --> https://bugzilla.gdcproject.org/attachment.cgi?id=97&action=edit
build.log: gcc-9-20180826 + gdc master
(3ca5693f4c263e9e7cfa1a913d4c1e2bdca65e8f)

-- 
You are receiving this mail because:
You are watching all bug changes.
August 28, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=303

Moritz Maxeiner <mm@ucw.sh> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97 is|0                           |1
           obsolete|                            |

--- Comment #5 from Moritz Maxeiner <mm@ucw.sh> ---
Created attachment 98
  --> https://bugzilla.gdcproject.org/attachment.cgi?id=98&action=edit
config.log.tar.xz: gcc-9-20180826 + gdc master
(3ca5693f4c263e9e7cfa1a913d4c1e2bdca65e8f)

-- 
You are receiving this mail because:
You are watching all bug changes.
August 28, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=303

Moritz Maxeiner <mm@ucw.sh> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98 is|0                           |1
           obsolete|                            |

--- Comment #6 from Moritz Maxeiner <mm@ucw.sh> ---
Created attachment 99
  --> https://bugzilla.gdcproject.org/attachment.cgi?id=99&action=edit
build.log.tar.xz: gcc-9-20180826 + gdc master
(3ca5693f4c263e9e7cfa1a913d4c1e2bdca65e8f)

-- 
You are receiving this mail because:
You are watching all bug changes.
August 28, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=303

--- Comment #7 from Moritz Maxeiner <mm@ucw.sh> ---
Created attachment 100
  --> https://bugzilla.gdcproject.org/attachment.cgi?id=100&action=edit
c_long.patch

Required to even start bootstrapping.

-- 
You are receiving this mail because:
You are watching all bug changes.
August 28, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=303

--- Comment #8 from Moritz Maxeiner <mm@ucw.sh> ---
I've tested gcc-9 snapshot 20180826 + gdc master hash 3ca5693f4c263e9e7cfa1a913d4c1e2bdca65e8f and it yields the same error on bootstrapping. The attached patch is required to event start, as without that there will be several errors throughout the codebase due to __c_ulong and __c_long not being distinct types.

-- 
You are receiving this mail because:
You are watching all bug changes.
August 28, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=303

--- Comment #9 from Moritz Maxeiner <mm@ucw.sh> ---
gcc-8.1.0 + gdc-8 hash d28e61d25bbe8b5a637550739a579fcd68e0a41a has the same issue w.r.t. libgphobos.spec

-- 
You are receiving this mail because:
You are watching all bug changes.
August 28, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=303

--- Comment #10 from Moritz Maxeiner <mm@ucw.sh> ---
gcc-9-20180610 + gdc 7f176c52211a15a037655ddc52001398233ea472 seem to bootstrap correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.
« First   ‹ Prev
1 2