[oe] DosFStools mirror missing

Patrick Fischer fischer at 4g-systems.com
Tue Apr 3 09:26:03 UTC 2007


Koen Kooi wrote:
> Patrick Fischer schreef:
>   
>> Andre Renaud wrote:
>>     
>>> The mirror for DosFSTools,
>>> ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz
>>>
>>>
>>> appears to be down at the moment. Using the Debian mirror however works
>>> fine. Attached is an alternative bitbake package which uses the debian
>>> mirror system to do the download, which should be much more robust.
>>>       
> INHERIT += "angstrom-mirrors" will give you access to
> http://www.angstrom-distribution.org/unstable/sources/dosfstools-2.10.src.tar.gz
>   
Ok with this source (could never test with the original source) I get 
this compile error

make -C mkdosfs all
make[1]: Entering directory 
`/var/src/openembedded/tmp/work/i686-linux/dosfstools-native-2.10-r3/dosfstools-2.10/mkdosfs'
ccache gcc -isystem/var/src/openembedded/tmp/staging/i686-linux/include 
-O2 -c mkdosfs.c -o mkdosfs.o
mkdosfs.c:129: error: expected declaration specifiers or '...' before 
'_llseek'
mkdosfs.c:129: error: expected declaration specifiers or '...' before 'fd'
mkdosfs.c:129: error: expected declaration specifiers or '...' before 'hi'
mkdosfs.c:129: error: expected declaration specifiers or '...' before 'lo'
mkdosfs.c:130: error: expected declaration specifiers or '...' before 'res'
mkdosfs.c:130: error: expected declaration specifiers or '...' before 'wh'
make[1]: *** [mkdosfs.o] Error 1
make[1]: Leaving directory 
`/var/src/openembedded/tmp/work/i686-linux/dosfstools-native-2.10-r3/dosfstools-2.10/mkdosfs'
make: *** [all] Error 2
+ die 'oe_runmake failed'
+ oefatal 'oe_runmake failed'
+ echo FATAL: 'oe_runmake failed'
FATAL: oe_runmake failed
+ exit 1
ERROR: Function do_compile failed


regards
Patrick




More information about the Openembedded-devel mailing list