| Anonymous | Login | Signup for a new account | 11-10-2008 11:09 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 | ||||
| 0001151 | [buildroot] Architecture Specific | major | always | 01-09-07 22:43 | 02-12-07 05:43 | ||||
| Reporter | Steven_Carr | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001151: flex package fails | ||||||||
| Description |
flex_2.5.4a.orig.tar.gz is no longer available from http://ftp.debian.org/debian/pool/main/f/flex [^] need to uplevel to flex_2.5.33.orig.tar.gz |
||||||||
| Additional Information |
Index: flex/flex.mk =================================================================== --- flex/flex.mk (revision 17216) +++ flex/flex.mk (working copy) @@ -3,10 +3,10 @@ # flex # ############################################################# -FLEX_SOURCE:=flex_2.5.4a.orig.tar.gz -FLEX_PATCH:=flex_2.5.4a-24.diff.gz +FLEX_SOURCE:=flex_2.5.33.orig.tar.gz +FLEX_PATCH:=flex_2.5.33-10.diff.gz FLEX_SITE:=http://ftp.debian.org/debian/pool/main/f/flex [^] -FLEX_DIR:=$(BUILD_DIR)/flex-2.5.4 +FLEX_DIR:=$(BUILD_DIR)/flex-2.5.33 FLEX_CAT:=$(ZCAT) FLEX_BINARY:=flex FLEX_TARGET_BINARY:=usr/bin/flex |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |