FYI - all,
I had the same problems with LTIB in the beginning. I was informed by frreescale that the PPP URL referred to is PRIVATE and only available to internal freescale personnel. Why that is, I have no idea, but it is.
I made the following changes to the referenced two files, and no longer had the problem.
in .ltibrc
@# This is a list of the package pools to use (whitespace separated inc newline)
I cahnged the lines as shown. This removes the PPP URL from the search equation. It seems that if the first search fails, it doesn't look for the other.
%pps
gpp
#ppp
# The URL of the PPP (Private Package Pool) private code repository
#%ppp_url
#http://auslxsc01.mtwk.freescale.net/ppp/
# The URL of the GPP (Global Package Pool) master code repository
%gpp_url
http://bitshrine.org/gpp/
in ltib
@ spoof_path => "$bdir/ltib/usr/spoof",
Imade the follwoewing changes:
pps => "gpp",
gpp_url => "http://bitshrine.org/gpp/",
ppp_url => "",
After making these changes, I didn't have any problem downloading and building the packages I needed.
If you try to build a package that is not supported by LTIB, then you have other cahnges to make to add the device to the selection list and the package list.
I have had NO problems building packages that are not supported by LTIB due to lack of MD5 Checksums. However, mind the patches.
In my case, i think the problem is that library (isbc_cst_4.tar.gz)
is not exist any more. Connection looks OK.
What can I do now? Can I build offline?
Processing: cst
=================
Build path taken because: no prebuilt rpm,
Testing network connectivity
OK GPP:
Try isbc_cst_4.tar.gz.md5 from the GPP
http://bitshrine.org/gpp/isbc_cst_4.tar.gz.md5:
18:56:27 ERROR 404: Not Found.
Try isbc_cst_4.tar.gz from the GPP
http://bitshrine.org/gpp/isbc_cst_4.tar.gz:
18:56:27 ERROR 404: Not Found.
Can't get: isbc_cst_4.tar.gz at ./ltib line 791.
Died at ./ltib line 1381.
traceback:
main::build_host_rpms:1381
main::host_checks:1436
main:543
Hi Chen,
I have not found a really good solution to this problem. I have resorted to making my own PPP on a local server and I downloaded all the packages I need there. You can change your %gpp_url in .ltibrc to XPP but it doesn't seem to make a difference when you cannot reach the site or the package is missing. You can also try to increase the timeout period in ltib to be longer. That will give the website more time to respond to your wget request. Until Freescale can come up with a better host site for their repository, I think it will continue to be a problem with bitshrine.org downloads.
aditya gawand said:
Hi Mike,
I've also had problems getting packages from the GPP. I had to individually google and download them from some sites. Here are few good ones :
http://www.linuxfromscratch.org/lfs/view/6.3/chapter03/packages.html (with MD5 checksums)
http://www.linuxfromscratch.org/blfs/view/6.3/
I found your "patch" also on http://www.filewatcher.com/m/patch-2.5.4.tar.gz.186879.0.0.html . Only problem is they are without MD5 checksums (so...may be dangerous)
Btw, where did you exactly change to XPP in .ltibrc ? %gpp_url ?
Hi Mike,
I've also had problems getting packages from the GPP. I had to individually google and download them from some sites. Here are few good ones :
http://www.linuxfromscratch.org/lfs/view/6.3/chapter03/packages.html (with MD5 checksums)
http://www.linuxfromscratch.org/blfs/view/6.3/
I found your "patch" also on http://www.filewatcher.com/m/patch-2.5.4.tar.gz.186879.0.0.html . Only problem is they are without MD5 checksums (so...may be dangerous)
Btw, where did you exactly change to XPP in .ltibrc ? %gpp_url ?
Hi Mike,
I am facing the same problem when trying to configure ltib for the first time on my host. Did you make any progress with solving this problem ?
Thanks,
Chen