Hi,
I am generating a kernel by using LTIB configured for iMx35 3-Stack board.
There happens a weird error. When building udev, LTIB tries to patch a file.
nevertheless, the patch file md5 mismatches the MD5 value in the patch.md5 file.
Thus, LTIB renames the file with the bad extension and stops. I launch again
./ltib and LTIB tries to connect to the GPP on bitshrine server. The issue is that
this file does not exist on the current GPP. This file is udev-117-imx-lowcase2.patch
whereas udev-117-imx-lowcase.patch (yes, the same without the "2") exists !
Did someone face the same issue?
here is the script extracted from the error output.
Processing: udev
==================
Build path taken because: no prebuilt rpm,
ERROR: md5sum mismatch, re-naming /opt/freescale/pkgs/udev-117-imx-lowcase2.patch to /opt/freescale/pkgs/udev-117-imx-lowcase2.patch.bad, please re-try
Can't get: udev-117-imx-lowcase2.patch at ./ltib line 786.
f_buildrpms() returned an error, exiting
traceback:
main:557
Started: Wed Sep 16 18:16:16 2009
Ended: Wed Sep 16 18:16:17 2009
Elapsed: 1 seconds
These packages failed to build:
udev
Build Failed
Exiting on error or interrupt
Second launch:
Processing: udev
==================
Build path taken because: no prebuilt rpm,
Testing network connectivity
OK GPP:
Try udev-117-imx-lowcase2.patch from the GPP
http://bitshrine.org/gpp/udev-117-imx-lowcase2.patch:
18:17:33 ERROR 404: Not Found.
Can't get: udev-117-imx-lowcase2.patch at ./ltib line 786.
f_buildrpms() returned an error, exiting
traceback:
main:557
Started: Wed Sep 16 18:17:30 2009
Ended: Wed Sep 16 18:17:33 2009
Elapsed: 3 seconds
These packages failed to build:
udev
Build Failed
Exiting on error or interrupt
Regards,
Apple92