Hi Jimse,
The situation happened after my ubuntu system was upgraded from 13.10 to 14.04 LTS, I re-configure ltib with option -m distclean. Then I started to rebuild the ./ltib -c, unfortunately it failed on openssl build as error message below:
created directory `/home/byang/ltib/tmp/openssl//opt/freescale/rootfs/arm/usr/ssl'
created directory `/home/byang/ltib/tmp/openssl//opt/freescale/rootfs/arm/usr/ssl/man'
created directory `/home/byang/ltib/tmp/openssl//opt/freescale/rootfs/arm/usr/ssl/man/man1'
created directory `/home/byang/ltib/tmp/openssl//opt/freescale/rootfs/arm/usr/ssl/man/man3'
created directory `/home/byang/ltib/tmp/openssl//opt/freescale/rootfs/arm/usr/ssl/man/man5'
created directory `/home/byang/ltib/tmp/openssl//opt/freescale/rootfs/arm/usr/ssl/man/man7'
installing man1/CA.pl.1
installing man1/asn1parse.1
installing man1/ca.1
installing man1/ciphers.1
installing man1/cms.1
cms.pod around line 457: Expected text after =item, not a number
cms.pod around line 461: Expected text after =item, not a number
cms.pod around line 465: Expected text after =item, not a number
cms.pod around line 470: Expected text after =item, not a number
cms.pod around line 474: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
make: *** [install_docs] Error 255
error: Bad exit status from /home/byang/ltib/tmp/rpm-tmp.66687 (%install)
RPM build errors:
Bad exit status from /home/byang/ltib/tmp/rpm-tmp.66687 (%install)
Build time for openssl: 1 seconds
Failed building openssl
So I continue build the BSP with option -C. then it pop up more package build failures as my posted above. I really don't have any idea what/how to fix the ltib build. Is it because the ubuntu upgrade 14.04 issue or something happened? In previous ubuntu 13.10 I was successfully building the ltib for my target nitrogen6x, linux-imx6 kernel for uImage as well as u-boot 2009.8.
Currently, I still can build uImage on my ubuntu 14.04 LTS success. but I could not build ltib any more. I hope you may provide more information regarding this issue.
thanks,
-Bill