| Anonymous | Login | Signup for a new account | 11-10-2008 10:58 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 | ||||
| 0000725 | [buildroot] Architecture Specific | minor | always | 02-17-06 05:13 | 02-12-07 05:42 | ||||
| Reporter | sblaisot | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000725: bad dialog version (and thus URL) in dialog package in 20060217 snapshot | ||||||||
| Description |
in 20060217 snapshot, the version of dialog downloaded by packages/dialog/dialog.mk doesn't exist anymore on the ftp server of debian. It is also pretty old. below is a proposed patch with a more recent version that seems to work : |
||||||||
| Additional Information |
diff -Nur buildroot.orig/package/dialog/dialog.mk buildroot/package/dialog/dialog.mk --- buildroot.orig/package/dialog/dialog.mk 2006-02-17 12:00:44.000000000 +0100 +++ buildroot/package/dialog/dialog.mk 2006-02-17 14:10:25.000000000 +0100 @@ -4,7 +4,7 @@ # ############################################################# ###testing: DIALOG_VERSION:=1.0-20050116-1 -DIALOG_VERSION:=1.0-20050206 +DIALOG_VERSION:=1.0-20060126 DIALOG_SOURCE:=dialog_$(DIALOG_VERSION).orig.tar.gz DIALOG_SITE:=http://ftp.debian.org/debian/pool/main/d/dialog [^] DIALOG_DIR:=$(BUILD_DIR)/dialog-$(DIALOG_VERSION) |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |