Hi,
cd $DEVDIR
make VERBOSE=1
.............
Checking dependencies for psplash
Compiling and installing psplash...
make[3]: Entering directory `/home/dm365/LeopardBoardDM365sdkEVAL2011Q2/fs/apps/psplash'
echo -e "\040\040\040\040\040\040\040" Source code for psplash not found, fetching it...
Source code for psplash not found, fetching it...
/home/dm365/LeopardBoardDM365sdkEVAL2011Q2/bsp/scripts/fetcher.sh --debug
+ DEBUG=--debug
+ '[' -n '' ']'
+ DOWNLOADPATH=null
+ '[' -z svn ']'
+ '[' svn == git -o svn == svn ']'
+ [[ ! psplash-426.tar.bz2 =~ \.tar\.bz2 ]]
+ '[' 1 = 1 ']'
+ VERBOSE_ARGS=-v
+ '[' '!' -z http://svn.o-hand.com/repos/misc/trunk/psplash ']'
+ URLS=($PKG_URL https://$DOWNLOAD_SERVER/packages/)
+ for url in '"${URLS[@]}"'
+ download http://svn.o-hand.com/repos/misc/trunk/psplash
+ url=http://svn.o-hand.com/repos/misc/trunk/psplash
+ for path in '$DOWNLOADS'
+ '[' -f /opt/ridgerun/downloads/psplash-426.tar.bz2.verified ']'
+ process_sha1 /opt/ridgerun/downloads psplash-426.tar.bz2
+ DIR=/opt/ridgerun/downloads
+ PKG=psplash-426.tar.bz2
+ return
+ verify_pkg /opt/ridgerun/downloads psplash-426.tar.bz2
+ '[' -f /opt/ridgerun/downloads/psplash-426.tar.bz2 ']'
+ return 255
+ '[' -f /home/dm365/LeopardBoardDM365sdkEVAL2011Q2/downloads/psplash-426.tar.bz2.verified ']'
+ process_sha1 /home/dm365/LeopardBoardDM365sdkEVAL2011Q2/downloads psplash-426.tar.bz2
+ DIR=/home/dm365/LeopardBoardDM365sdkEVAL2011Q2/downloads
+ verify_pkg /home/dm365/LeopardBoardDM365sdkEVAL2011Q2/downloads psplash-426.tar.bz2
+ '[' -f /home/dm365/LeopardBoardDM365sdkEVAL2011Q2/downloads/psplash-426.tar.bz2 ']'
+ '[' -d /opt/ridgerun/downloads ']'
+ '[' -d /home/dm365/LeopardBoardDM365sdkEVAL2011Q2/downloads ']'
+ '[' -w /home/dm365/LeopardBoardDM365sdkEVAL2011Q2/downloads ']'
+ get_tarball /home/dm365/LeopardBoardDM365sdkEVAL2011Q2/downloads psplash-426.tar.bz2 http://svn.o-hand.com/repos/misc/trunk/psplash
+ URL=http://svn.o-hand.com/repos/misc/trunk/psplash
+ '[' '!' -f /home/dm365/LeopardBoardDM365sdkEVAL2011Q2/downloads/psplash-426.tar.bz2 ']'
+ case $PKG_TYPE in
+ echo ' Trying to checkout http://svn.o-hand.com/repos/misc/trunk/psplash...'
Trying to checkout http://svn.o-hand.com/repos/misc/trunk/psplash...
+ rm -Rf /tmp/rrsdk_14152/psplash
+ mkdir -p /tmp/rrsdk_14152/
+ pushd .
+ cd /tmp/rrsdk_14152/
+ svn co http://svn.o-hand.com/repos/misc/trunk/psplash psplash
svn: Can't find a temporary directory: Internal error
+ echo 'Failed checking out repository http://svn.o-hand.com/repos/misc/trunk/psplash.'
Failed checking out repository http://svn.o-hand.com/repos/misc/trunk/psplash.
+ exit 255
make[3]: *** [fetcher_verified] Error 255
make[3]: Leaving directory `/home/dm365/LeopardBoardDM365sdkEVAL2011Q2/fs/apps/psplash'
Error building psplash
make[2]: *** [dependency_build] Error 1
make[2]: Leaving directory `/home/dm365/LeopardBoardDM365sdkEVAL2011Q2/fs/apps'
make[1]: *** [apps_build] Error 1
make[1]: Leaving directory `/home/dm365/LeopardBoardDM365sdkEVAL2011Q2/fs'
make: *** [fs_build] Error 2
dm365@host:~/LeopardBoardDM365sdkEVAL2011Q2$
where to get psplash-426.tar.bz2, how to get rid of this error?
cd $DEVDIR/fs/apps/psplash svn up does not help.
cd $DEVDIR/fs/apps/psplash
svn up
does not help.
Hi Oleg,
When I get an error like that I do these:
1- I delete the folder with the error. (In your case "psplash")
2- I do a svn up
3- I try making it again.
Hope that helps
PS: This link can be interesting too:
https://www.ridgerun.com/developer/wiki/index.php/Psplash
thank you Morteza