Quote:
|
Originally Posted by mikev
I am out of ideas..Anyone maybe with a final solution ?
PS: I have the file in the source dir ..
thx
|
No solutions, I'm afraid. The only thing I can think of is that somehow you have the wrong sources downloaded, maybe an error during download. In my .../packages/freetype I have:
Code:
drwxrwsr-x 3 4096 2005-01-09 16:04 freetype-2.0.9/
-r--r--r-- 1 859 2005-01-09 16:04 freetype_2.0.9.oe
drwxrwsr-x 3 4096 2005-01-09 16:04 freetype-2.1.7/
-r--r--r-- 1 953 2005-01-09 16:04 freetype_2.1.7.oe
drwxrwsr-x 3 4096 2005-01-09 16:04 freetype-2.1.8/
-r--r--r-- 1 691 2005-01-09 16:04 freetype_2.1.8.oe
-r--r--r-- 1 689 2005-01-09 16:04 freetype-native_2.1.7.oe
-r--r--r-- 1 711 2005-01-09 16:04 freetype-native_2.1.8.oe
drwxrwsr-x 2 4096 2005-01-09 16:01 SCCS/
./freetype-2.0.9:
total 8
-r--r--r-- 1 3751 2005-01-09 16:04 install.mk.patch
drwxrwsr-x 2 4096 2005-01-09 16:01 SCCS/
./freetype-2.0.9/SCCS:
total 4
-r--r--r-- 1 1240 2005-01-09 16:01 s.install.mk.patch
./freetype-2.1.7:
total 44
-r--r--r-- 1 991 2005-01-09 16:04 configure.patch
-r--r--r-- 1 32940 2005-01-09 16:04 ftoption.h
drwxrwsr-x 2 4096 2005-01-09 16:01 SCCS/
./freetype-2.1.7/SCCS:
total 12
-r--r--r-- 1 1140 2005-01-09 16:01 s.configure.patch
-r--r--r-- 1 6935 2005-01-09 16:01 s.ftoption.h
./freetype-2.1.8:
total 8
-r--r--r-- 1 991 2005-01-09 16:04 configure.patch
drwxrwsr-x 2 4096 2005-01-09 16:01 SCCS/
./freetype-2.1.8/SCCS:
total 4
-r--r--r-- 1 1174 2005-01-09 16:01 s.configure.patch
./SCCS:
total 20
-r--r--r-- 1 947 2005-01-09 16:01 s.freetype_2.0.9.oe
-r--r--r-- 1 3615 2005-01-09 16:01 s.freetype_2.1.7.oe
-r--r--r-- 1 1639 2005-01-09 16:01 s.freetype_2.1.8.oe
-r--r--r-- 1 3114 2005-01-09 16:01 s.freetype-native_2.1.7.oe
-r--r--r-- 1 1241 2005-01-09 16:01 s.freetype-native_2.1.8.oe
And in my .../sources I have:
Code:
-rw-rw-r-- 1 621244 2005-01-11 20:38 freetype-2.0.9.tar.bz2
-rw-rw-r-- 1 32 2005-01-11 20:40 freetype-2.0.9.tar.bz2.md5
-rw-rw-r-- 1 930766 2004-06-09 17:45 freetype-2.1.7.tar.bz2
-rw-rw-r-- 1 32 2005-01-09 19:08 freetype-2.1.7.tar.bz2.md5
The md5 checksum for version 2.0.9 says "09bd932beeb5fc483ebb653033aeefca", which matches the actual md5sum of the .bz2 file. And even though the 2.1.7 version has been downloaded, the build uses version 2.0.9
Compare this to your own installation, and see if it matches.