| Anonymous | Login | Signup for a new account | 11-10-2008 11:51 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0002634 | [buildroot] Other | minor | always | 03-22-08 09:42 | 03-26-08 02:48 | ||||
| Reporter | travishein | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0002634: path to ncurses seems to contain extra 'gnu/' | ||||||||
| Description | The value of the variable $(BR2_GNU_MIRROR) seems to contain the /gnu/ path component, so in the package/ncurses/ncurses.mk where it includes gnu/ncurses again it is not finding it | ||||||||
| Additional Information |
found in daily snapshot 20080321. Attached is a svn diff output that fixes this. |
||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Relationships |
||||||||||||||||
|
||||||||||||||||
Notes |
|
|
(0005834) travishein 03-22-08 13:21 |
hmm actually everything that relies on the BR2_GNU_MIRROR variable is currently suffering from this issue. Im not sure, if the BR2_GNU_MIRROR in the .config (and .defconfig) should be changed from http://ftp.gnu.org/pub/gnu [^] to http://ftp.gnu.org/pub [^] or if the following package that refer to BR2_GNU_MIRROR should have their path updated ? package/gawk/gawk.mk package/gzip/gzip.mk package/autoconf/autoconf.mk package/ncurses/ncurses.mk package/findutils/findutils.mk package/gettext/gettext.mk package/editors/ed/ed.mk package/bash/bash.mk package/diffutils/diffutils.mk package/wget/wget.mk package/tar/tar.mk package/m4/m4.mk package/make/make.mk package/bison/bison.mk package/sed/sed.mk package/automake/automake.mk package/readline/readline.mk package/libtool/libtool.mk package/coreutils/coreutils.mk |
|
(0005854) gnat 03-24-08 10:14 |
a patch to fix all gnu packages is attached to bug 0002654. |
|
(0005914) hmoffatt 03-25-08 20:30 |
Applied gnat's patch from 0002654. |
| Copyright © 2000 - 2006 Mantis Group |