| Summary: | Make failing with locale option | ||
|---|---|---|---|
| Product: | uClibc | Reporter: | Daniel Barden <daniel.barden> |
| Component: | Locales | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | CC: | skif, uclibc-cvs |
| Priority: | P5 | ||
| Version: | 0.9.30 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
Using pregenerated locale data is not supported. See help-text in menuconfig. |
Hi, When the option "Locale Support" is enable in the uClibc configuration (make menuconfig -> String and Stdio support -> Locale Support) the following error occurs: [13:52:20]$ make ( cd extra/locale/; wget --passive-ftp http://www.uclibc.org/downloads/uClibc-locale-20081111-32-eb.tgz ) --2009-07-22 13:52:22-- http://www.uclibc.org/downloads/uClibc-locale-20081111-32-eb.tgz Resolving www.uclibc.org... 140.211.167.224 Connecting to www.uclibc.org|140.211.167.224|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2009-07-22 13:52:24 ERROR 404: Not Found. make: *** [extra/locale/uClibc-locale-20081111-32-eb.tgz] Error 1 It will try to download a file that doesn't exist. Could someone please help me with this problem? Best Regards, Daniel Barden