LinuxMCE Forums

General => Developers => Topic started by: gadget on June 25, 2009, 10:22:31 AM

Title: Missing .deb files whilst building dev environment
Post by: gadget on June 25, 2009, 10:22:31 AM
I am building a development environment and I am getting the following errors when running script build-scripts/cd1-build.sh


p: cannot stat `/var/www/pluto-irtrans-wrapper_*.deb': No such file or directory                                                                               
cp: cannot stat `/var/www/pluto-tira-wrapper_*.deb': No such file or directory 
cp: cannot stat `/var/www/pluto-wavetrend-reader_*.deb': No such file or directory                                                                             
cp: cannot stat `/var/www/nvidia-glx-new_*.deb': No such file or directory     
cp: cannot stat `/var/www/id-my-disc_*.deb': No such file or directory         
cp: cannot stat `/var/www/vdr-dev_*.deb': No such file or directory             
cp: cannot stat `/var/www/vdr_*.deb': No such file or directory                 
cp: cannot stat `/var/www/libxine-xvdr_*.deb': No such file or directory       
cp: cannot stat `/var/www/mythtv-backend_*.deb': No such file or directory     
cp: cannot stat `/var/www/mythtv-common_*.deb': No such file or directory       
cp: cannot stat `/var/www/mythtv-frontend_*.deb': No such file or directory     
cp: cannot stat `/var/www/mythtv-transcode-utils_*.deb': No such file or directory                                                                             
cp: cannot stat `/var/www/pluto-ivtv-video-drivers_*.deb': No such file or directory                                                                           
cp: cannot stat `/var/www/lirc-modules-2.6.27-14-generic_*.deb': No such file or directory                                                                     
cp: cannot stat `/var/www/linux-restricted-modules-2.6.27-14-generic_*.deb': Nosuch file or directory
cp: cannot stat `/var/www/3m-touchware_*.deb': No such file or directory
cp: cannot stat `/var/www/elo-touchscreen_*.deb': No such file or directory
cp: cannot stat `/var/www/3ware-3dm2_*.deb': No such file or directory
cp: cannot stat `/var/www/mce-installer*.deb': No such file or directory


Any ideas on how to get the missing files. Has taken me a week to get to this point so would hate to have to start again.

gadget
Title: Re: Missing .deb files whilst building dev environment
Post by: gadget on June 25, 2009, 03:56:19 PM
i have continued on and now get an error when running apt-get update.

what is the exact syntax for /etc/apt/sources.list
wiki says to do this.
deb <ip-address-of-your-builder> ./

i am using deb http://127.0.0.1/ ./                     ( and variations of but nothing works)

gadget

Title: Re: Missing .deb files whilst building dev environment
Post by: merkur2k on June 25, 2009, 06:09:48 PM
It would be helpfull to know what guide you are using, and how your build environment is setup (what kind of host is it on, etc).