Author Topic: Missing .deb files whilst building dev environment  (Read 2908 times)

gadget

  • Veteran
  • ***
  • Posts: 136
    • View Profile
Missing .deb files whilst building dev environment
« 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

Code: [Select]
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

gadget

  • Veteran
  • ***
  • Posts: 136
    • View Profile
Re: Missing .deb files whilst building dev environment
« Reply #1 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


merkur2k

  • Addicted
  • *
  • Posts: 513
    • View Profile
Re: Missing .deb files whilst building dev environment
« Reply #2 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).