Author Topic: Test build of 0704 from svn sources  (Read 2706 times)

cbynaker

  • Newbie
  • *
  • Posts: 11
    • View Profile
Test build of 0704 from svn sources
« on: November 29, 2007, 02:01:12 pm »
I ran a 'svn update' just prior to running make on release 461 of the code. No compile attempts prior

This is on a machine < 12 hours old installed from CD distribution of linuxMCE 0704

charles@dcerouter:~/lmce$ make
I need to run sudo...
Password:
OK
Retrieving updated package lists
Failed to fetch http://deb.linuxmce.com/ubuntu/dists/20dev_ubuntu/main/binary-i386/Packages.gz  404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead.
Installing general development packages
.....................................................dpkg: libslang1-dev: dependency problems, but removing anyway as you request:
 libxine-dev depends on libslang2-dev | slang1-dev; however:
  Package libslang2-dev is not installed.
  Package slang1-dev is not installed.
  Package libslang1-dev which provides slang1-dev is to be removed.
........
Installing mysql stuff (includes hacks for 0704)
Installing libxine development packages (includes hacks for 0704)
.....................
Installing Linux headers for installed Linux release, needed for pluto-asterisk
Installing lirc-source for installed Linux release
ivtv-source (TODO still needed? -- dtk)
Installing KDE development libraries
Removing libdvdnav-dev to make room for libxine version
touch: cannot touch `build/state_dev_packages_installed_442': Permission denied
make: *** [build/state_dev_packages_installed_442] Error 1
charles@dcerouter:~/lmce$

I am not using chroot or anything as the instructions for the source do not require it.

From: http://svn.charonmedia.org/
wget http://www.charonmedia.org/lmce-440.tbz
md5sum lmce-440.tbz # should be 591fae306bf5877b0a953b8ae3a68935
tar xfj lmce-440.tbz
mv lmce-440 lmce
cd lmce
svn update
./configure
make

danielk

  • Guru
  • ****
  • Posts: 153
    • View Profile
Re: Test build of 0704 from svn sources
« Reply #1 on: December 02, 2007, 06:59:33 pm »
Change dists to dists-dev and it should work...