|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0002564 |
[buildroot] Other |
major |
always |
03-13-08 18:58 |
03-26-08 02:48 |
|
|
Reporter |
mth |
View Status |
public |
|
|
Assigned To |
buildroot |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0002564: Inconsistent placement of "/gnu/" in GNU mirror path |
|
Description |
An example download path of a GNU tool looks like this "http://ftp.nluug.nl/pub/gnu/binutils/". [^] The problem is that some packages expect the "/gnu/" segment to be part of BR2_GNU_MIRROR, while other packages expect the "/gnu/" segment to be part of the package-specific download location. As a result, it is not possible to set BR2_GNU_MIRROR in such a way that all GNU packages can be downloaded.
I grepped the source tree and the majority of packages expects "/gnu/" in the package-specific download location. Therefore I changed the Makefiles of the packages that expected "/gnu/" to be part of BR2_GNU_MIRROR. A patch containing those changes is attached to this bug report.
If the opposite approach is desired ("/gnu/" in BR2_GNU_MIRROR), let me know and I'll create a patch for that instead.
|
|
Additional Information |
I'm using buildroot from SVN of today. |
|
|
Attached Files |
gnu-mirror-dir.diff [^] (4,173 bytes) 03-13-08 18:58 |
|
|