Ptxdist: Error during BSP Mini2440-2012.06.0 installation.

dhruv
plz help me on the following error
I have followed the steps given in OSELAS Quickstart for FriendlyARM
Mini2440
 
------------------------------
target: pkg-config-0.25.tar.gz
------------------------------

--2012-08-02 23:04:21-- 
http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz
Resolving pkgconfig.freedesktop.org... 131.252.210.176
Connecting to pkgconfig.freedesktop.org|131.252.210.176|:80... failed:
Connection timed out.
Retrying.

--2012-08-02 23:04:47--  (try: 2) 
http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz
Connecting to pkgconfig.freedesktop.org|131.252.210.176|:80... failed:
Connection timed out.
Retrying.

--2012-08-02 23:05:10--  (try: 3) 
http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz
Connecting to pkgconfig.freedesktop.org|131.252.210.176|:80... failed:
Connection timed out.
Retrying.

--2012-08-02 23:05:34--  (try: 4) 
http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz
Connecting to pkgconfig.freedesktop.org|131.252.210.176|:80... failed:
Connection timed out.
Retrying.

--2012-08-02 23:05:59--  (try: 5) 
http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz
Connecting to pkgconfig.freedesktop.org|131.252.210.176|:80... failed:
Connection timed out.
Giving up.

--2012-08-02 23:06:20-- 
http://www.pengutronix.de/software/ptxdist/temporary-src/pkg-config-0.25...
Resolving www.pengutronix.de... 78.47.139.85,
2a01:4f8:121:2:5054:ff:feaf:fc62
Connecting to www.pengutronix.de|78.47.139.85|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-08-02 23:06:26 ERROR 404: Not Found.


Could not download packet
URL: http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz

make: ***
[/home/dhruv/OSELAS.BSP-Pengutronix-Mini2440-2012.06.0/src/pkg-config-0.25.tar.g
z]
Error 1
dhruv@dhruv-laptop:~/OSELAS.BSP-Pengutronix-Mini2440-2012.06.0$

dhruv
i cud fix this error by manually downloading pkg-config-0.25.tar.gz file n
placin that in OSELAS.BSP-Pengutronix-Mini2440-2012.06.0/src/ folder

dhruv
Now i am getting the following error, plz help me on it, asap;

checking whether to build gtk-doc documentation... no
checking for xsltproc... /usr/bin/xsltproc
checking for library containing clock_gettime... -lrt
checking for BLKID... no
configure: error: Package requirements (blkid >= 2.20) were not met:

Requested 'blkid >= 2.20' but version of blkid is 2.19.0

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BLKID_CFLAGS
and BLKID_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: ***
[/home/dhruv/OSELAS.BSP-Pengutronix-Mini2440-2012.06.0/platform-mini2440/state/u
dev.prepare]
Error 1
dhruv@dhruv-laptop:~/OSELAS.BSP-Pengutronix-Mini2440-2012.06.0$

dhruv
I tried to update blkid with
# sudo apt-get update
# sudo apt-get install libblkid-dev
 still getting the same error plz help me..

Juergen Beisert
For the BSP PTXdist-2012.06.0 is required. Do you use this version for your
Mini2440 BSP?

dhruv
i could compile it by manually downloadin the src files. thnx.

Juergen Beisert
dhruv: I did the same here. Extracting the
"OSELAS.BSP-Pengutronix-Mini2440-2012.06.0" and building it with
PTXdist-2012.06.0.

$ ptxdist preapre udev
[...]
checking whether to build gtk-doc documentation... no
checking for xsltproc... /usr/bin/xsltproc
checking for library containing clock_gettime... -lrt
checking for BLKID... yes
[...]
So, I have no idea what's going wrong at your side. Prior configuring the
"udev" package PTXdist has built the "libblkid" package. All dependencies
should be fulfilled.

Juergen Beisert
Ahh, maybe I know what you have done!
Did you start to build this "OSELAS.BSP-Pengutronix-Mini2440-2012.06.0"
with "ptxdist-2011.11.0", stop it and then continue with
"ptxdist-2012.06.0" to finalize the build?

"ptxdist-2011.11.0" defines the 2.19.0 version for the libblkid package,
while later PTXdist versions define 2.20. And the newer "udev" from the
"ptxdist-2012.06.0" stumbles over the older (already built) libblkid from
the "ptxdist-2011.11.0".

You should re-build everything in the BSP when you change the ptxdist
version for this BSP project. Just ensure you are using "ptxdist-2012-06-0"
and run a "ptxdist clean; ptxdist go" in your Mini2440 BSP project. Then
all parts will be consistent with the new PTXdist version.

dhruv
Juergen thanks , i could generate the images by following the as u directed
to. 

I have a doubt? how can i verify that the kernel if configured for w35 LCD
(though i had specified 6tbc in bootarg:
configs/platform-friendlyarm-mini2440/barebox-128m-env/config)

Juergen Beisert
Take a look into the kernel messages ("dmesg" command). It will report
which screen parameter it is using. Please note: There is a bug in the
"OSELAS.BSP-Pengutronix-Mini2440-2012.06.0" which prevents all supported
LCDs from working. You must apply the hot-fix[1] to the Mini2440 BSP and
then rebuild the kernel to make it work again.

[1]
http://www.pengutronix.de/oselas/bsp/pengutronix/download/OSELAS.BSP-Pen...

dhruv
Thnx Juergen.