* [Buildroot] [buildroot 0001528]: 'make source' doesn't download gcc-4.2.1
@ 2007-10-15 4:45 bugs at busybox.net
0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2007-10-15 4:45 UTC (permalink / raw)
To: buildroot
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1528
======================================================================
Reported By: hmoffatt
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1528
Category: Other
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-14-2007 21:45 PDT
Last Modified: 10-14-2007 21:45 PDT
======================================================================
Summary: 'make source' doesn't download gcc-4.2.1
Description:
'make source' didn't download gcc-4.2.1; it was downloaded later in the
build process ok.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
10-14-07 21:45 hmoffatt New Issue
10-14-07 21:45 hmoffatt Status new => assigned
10-14-07 21:45 hmoffatt Assigned To => buildroot
======================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [buildroot 0001528]: 'make source' doesn't download gcc-4.2.1
@ 2007-10-19 21:48 bugs at busybox.net
0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2007-10-19 21:48 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1528
======================================================================
Reported By: hmoffatt
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1528
Category: Other
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-14-2007 21:45 PDT
Last Modified: 10-19-2007 14:48 PDT
======================================================================
Summary: 'make source' doesn't download gcc-4.2.1
Description:
'make source' didn't download gcc-4.2.1; it was downloaded later in the
build process ok.
======================================================================
----------------------------------------------------------------------
vanokuten - 10-19-07 14:48
----------------------------------------------------------------------
I made a small patch which fixes "make source" for 4.2.1 and for 4.1.2.
Could you please verify?
Probably it's not a real fix but just a quick hack - if anyone knows
better approach just tell me.
Issue History
Date Modified Username Field Change
======================================================================
10-14-07 21:45 hmoffatt New Issue
10-14-07 21:45 hmoffatt Status new => assigned
10-14-07 21:45 hmoffatt Assigned To => buildroot
10-19-07 14:47 vanokuten File Added: make-source-gcc.patch
10-19-07 14:48 vanokuten Note Added: 0002845
======================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [buildroot 0001528]: 'make source' doesn't download gcc-4.2.1
@ 2007-10-19 21:53 bugs at busybox.net
0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2007-10-19 21:53 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1528
======================================================================
Reported By: hmoffatt
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1528
Category: Other
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-14-2007 21:45 PDT
Last Modified: 10-19-2007 14:53 PDT
======================================================================
Summary: 'make source' doesn't download gcc-4.2.1
Description:
'make source' didn't download gcc-4.2.1; it was downloaded later in the
build process ok.
======================================================================
----------------------------------------------------------------------
vanokuten - 10-19-07 14:48
----------------------------------------------------------------------
I made a small patch which fixes "make source" for 4.2.1 and for 4.1.2.
Could you please verify?
Probably it's not a real fix but just a quick hack - if anyone knows
better approach just tell me.
----------------------------------------------------------------------
bernhardf - 10-19-07 14:53
----------------------------------------------------------------------
$ grep HOST_SOURCE toolchain/gcc/*
toolchain/gcc/gcc-uclibc-3.x.mk:HOST_SOURCE+=gcc-source
toolchain/gcc/gcc-uclibc-4.x.mk:HOST_SOURCE+=gcc-source
This is ok.
Issue History
Date Modified Username Field Change
======================================================================
10-14-07 21:45 hmoffatt New Issue
10-14-07 21:45 hmoffatt Status new => assigned
10-14-07 21:45 hmoffatt Assigned To => buildroot
10-19-07 14:47 vanokuten File Added: make-source-gcc.patch
10-19-07 14:48 vanokuten Note Added: 0002845
10-19-07 14:53 bernhardf Note Added: 0002847
======================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [buildroot 0001528]: 'make source' doesn't download gcc-4.2.1
@ 2007-10-20 18:12 bugs at busybox.net
0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2007-10-20 18:12 UTC (permalink / raw)
To: buildroot
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=1528
======================================================================
Reported By: hmoffatt
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1528
Category: Other
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 10-14-2007 21:45 PDT
Last Modified: 10-20-2007 11:12 PDT
======================================================================
Summary: 'make source' doesn't download gcc-4.2.1
Description:
'make source' didn't download gcc-4.2.1; it was downloaded later in the
build process ok.
======================================================================
----------------------------------------------------------------------
vanokuten - 10-19-07 14:48
----------------------------------------------------------------------
I made a small patch which fixes "make source" for 4.2.1 and for 4.1.2.
Could you please verify?
Probably it's not a real fix but just a quick hack - if anyone knows
better approach just tell me.
----------------------------------------------------------------------
bernhardf - 10-19-07 14:53
----------------------------------------------------------------------
$ grep HOST_SOURCE toolchain/gcc/*
toolchain/gcc/gcc-uclibc-3.x.mk:HOST_SOURCE+=gcc-source
toolchain/gcc/gcc-uclibc-4.x.mk:HOST_SOURCE+=gcc-source
This is ok.
----------------------------------------------------------------------
vanokuten - 10-20-07 11:12
----------------------------------------------------------------------
fixed in 20306 svn revision
Issue History
Date Modified Username Field Change
======================================================================
10-14-07 21:45 hmoffatt New Issue
10-14-07 21:45 hmoffatt Status new => assigned
10-14-07 21:45 hmoffatt Assigned To => buildroot
10-19-07 14:47 vanokuten File Added: make-source-gcc.patch
10-19-07 14:48 vanokuten Note Added: 0002845
10-19-07 14:53 bernhardf Note Added: 0002847
10-20-07 11:12 vanokuten Status assigned => closed
10-20-07 11:12 vanokuten Note Added: 0002849
======================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-20 18:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-15 4:45 [Buildroot] [buildroot 0001528]: 'make source' doesn't download gcc-4.2.1 bugs at busybox.net
-- strict thread matches above, loose matches on Subject: below --
2007-10-19 21:48 bugs at busybox.net
2007-10-19 21:53 bugs at busybox.net
2007-10-20 18:12 bugs at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox