Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0002634]: path to ncurses seems to contain extra 'gnu/'
@ 2008-03-24 17:14 bugs at busybox.net
  0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-03-24 17:14 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=2634 
====================================================================== 
Reported By:                travishein
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   2634
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             03-22-2008 09:42 PDT
Last Modified:              03-24-2008 10:14 PDT
====================================================================== 
Summary:                    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
====================================================================== 

---------------------------------------------------------------------- 
 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 

---------------------------------------------------------------------- 
 gnat - 03-24-08 10:14  
---------------------------------------------------------------------- 
a patch to fix all gnu packages is attached to bug
http://busybox.net/bugs/view.php?id=2654. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-22-08 09:42  travishein     New Issue                                    
03-22-08 09:42  travishein     Status                   new => assigned     
03-22-08 09:42  travishein     Assigned To               => buildroot       
03-22-08 09:42  travishein     File Added: ncurses_path_20080321.diff           
        
03-22-08 13:21  travishein     Note Added: 0005834                          
03-24-08 10:14  gnat           Note Added: 0005854                          
======================================================================

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0002634]: path to ncurses seems to contain extra 'gnu/'
@ 2008-03-26  9:48 bugs at busybox.net
  0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-03-26  9:48 UTC (permalink / raw)
  To: buildroot


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=2634 
====================================================================== 
Reported By:                travishein
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   2634
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             03-22-2008 09:42 PDT
Last Modified:              03-26-2008 02:48 PDT
====================================================================== 
Summary:                    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
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0002654 Snapshot downloads ncurses-5.6 from inc...
has duplicate       0002644 incorrect FTP address for NCURSES
has duplicate       0002564 Inconsistent placement of "/gnu/&q...
====================================================================== 

---------------------------------------------------------------------- 
 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 

---------------------------------------------------------------------- 
 gnat - 03-24-08 10:14  
---------------------------------------------------------------------- 
a patch to fix all gnu packages is attached to bug
http://busybox.net/bugs/view.php?id=2654. 

---------------------------------------------------------------------- 
 hmoffatt - 03-25-08 20:30  
---------------------------------------------------------------------- 
Applied gnat's patch from http://busybox.net/bugs/view.php?id=2654. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-22-08 09:42  travishein     New Issue                                    
03-22-08 09:42  travishein     Status                   new => assigned     
03-22-08 09:42  travishein     Assigned To               => buildroot       
03-22-08 09:42  travishein     File Added: ncurses_path_20080321.diff           
        
03-22-08 13:21  travishein     Note Added: 0005834                          
03-24-08 10:14  gnat           Note Added: 0005854                          
03-25-08 20:30  hmoffatt       Status                   assigned => resolved
03-25-08 20:30  hmoffatt       Resolution               open => fixed       
03-25-08 20:30  hmoffatt       Note Added: 0005914                          
03-25-08 20:31  hmoffatt       Relationship added       has duplicate 0002654
03-25-08 20:32  hmoffatt       Relationship added       has duplicate 0002644
03-25-08 20:33  hmoffatt       Relationship added       has duplicate 0002564
03-26-08 02:48  hmoffatt       Status                   resolved => closed  
======================================================================

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0002634]: path to ncurses seems to contain extra 'gnu/'
@ 2008-03-26  3:30 bugs at busybox.net
  0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-03-26  3:30 UTC (permalink / raw)
  To: buildroot


The following issue has been RESOLVED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=2634 
====================================================================== 
Reported By:                travishein
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   2634
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             03-22-2008 09:42 PDT
Last Modified:              03-25-2008 20:30 PDT
====================================================================== 
Summary:                    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
====================================================================== 

---------------------------------------------------------------------- 
 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 

---------------------------------------------------------------------- 
 gnat - 03-24-08 10:14  
---------------------------------------------------------------------- 
a patch to fix all gnu packages is attached to bug
http://busybox.net/bugs/view.php?id=2654. 

---------------------------------------------------------------------- 
 hmoffatt - 03-25-08 20:30  
---------------------------------------------------------------------- 
Applied gnat's patch from http://busybox.net/bugs/view.php?id=2654. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-22-08 09:42  travishein     New Issue                                    
03-22-08 09:42  travishein     Status                   new => assigned     
03-22-08 09:42  travishein     Assigned To               => buildroot       
03-22-08 09:42  travishein     File Added: ncurses_path_20080321.diff           
        
03-22-08 13:21  travishein     Note Added: 0005834                          
03-24-08 10:14  gnat           Note Added: 0005854                          
03-25-08 20:30  hmoffatt       Status                   assigned => resolved
03-25-08 20:30  hmoffatt       Resolution               open => fixed       
03-25-08 20:30  hmoffatt       Note Added: 0005914                          
======================================================================

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0002634]: path to ncurses seems to contain extra 'gnu/'
@ 2008-03-22 20:21 bugs at busybox.net
  0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-03-22 20:21 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=2634 
====================================================================== 
Reported By:                travishein
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   2634
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             03-22-2008 09:42 PDT
Last Modified:              03-22-2008 13:21 PDT
====================================================================== 
Summary:                    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
====================================================================== 

---------------------------------------------------------------------- 
 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 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-22-08 09:42  travishein     New Issue                                    
03-22-08 09:42  travishein     Status                   new => assigned     
03-22-08 09:42  travishein     Assigned To               => buildroot       
03-22-08 09:42  travishein     File Added: ncurses_path_20080321.diff           
        
03-22-08 13:21  travishein     Note Added: 0005834                          
======================================================================

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0002634]: path to ncurses seems to contain extra 'gnu/'
@ 2008-03-22 16:42 bugs at busybox.net
  0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-03-22 16:42 UTC (permalink / raw)
  To: buildroot


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=2634 
====================================================================== 
Reported By:                travishein
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   2634
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             03-22-2008 09:42 PDT
Last Modified:              03-22-2008 09:42 PDT
====================================================================== 
Summary:                    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
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-22-08 09:42  travishein     New Issue                                    
03-22-08 09:42  travishein     Status                   new => assigned     
03-22-08 09:42  travishein     Assigned To               => buildroot       
03-22-08 09:42  travishein     File Added: ncurses_path_20080321.diff           
        
======================================================================

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-26  9:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 17:14 [Buildroot] [buildroot 0002634]: path to ncurses seems to contain extra 'gnu/' bugs at busybox.net
  -- strict thread matches above, loose matches on Subject: below --
2008-03-26  9:48 bugs at busybox.net
2008-03-26  3:30 bugs at busybox.net
2008-03-22 20:21 bugs at busybox.net
2008-03-22 16:42 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