[mythtv-users] XBOX Myth & FOCUS Video Chip
Robert Kulagowski
bob at smalltime.com
Mon Feb 2 15:45:03 EST 2004
Thanks, Dennis. I'm a CVS kind of guy, just so that I can keep up with
changes in the HOWTO and all. Less to learn when I have to bump the
version number before a release.
So, with a Xebian 1.0.0 box (which I presume is "woody" / stable) and
following what it said in the Xebian Wiki about upgrading to unstable
(http://unmodded.mine.nu/docs/UpgradingToDebianUnstable?action=fullsearch&value=UpgradingToDebianUnstable&literal=1&case=1&context=40),
I have the following:
paste----
mythtv at xbox:~$ cd /etc/apt
mythtv at xbox:/etc/apt$ ls -l
total 13
-rw-r--r-- 1 root root 27 Jan 29 10:08 apt.conf
drwxr-xr-x 2 root root 80 Dec 6 17:22 apt.conf.d
-rw-r--r-- 1 root root 131 Jan 29 10:07 preferences
-rw-r--r-- 1 root root 619 Jan 29 12:24 sources.list
mythtv at xbox:/etc/apt$ cat sources.list
deb http://ftp.us.debian.org/debian stable main contrib
deb-src http://ftp.us.debian.org/debian stable main contrib
deb http://security.debian.org/ stable/updates main contrib
deb http://marillat.free.fr/ stable main
deb http://xbox-linux.sourceforge.net/packages/dists/xebian/ ./
deb-src http://xbox-linux.sourceforge.net/packages/dists/xebian/ ./
#deb file:/data/packages_xebian/ ./
deb ftp://ftp.nerim.net/debian-marillat/ stable main
deb-src http://dijkstra.csh.rit.edu/~mdz/debian unstable mythtv
deb http://ftp.us.debian.org/debian unstable main contrib
deb http://ftp.us.debian.org/debian testing main contrib
mythtv at xbox:/etc/apt$ cat apt.conf
APT::Cache-Limit 25165840;
mythtv at xbox:/etc/apt$ cat preferences
Package: *
Pin: origin ftp.linux.pt
Pin-Priority: 9000
Package: *
Pin: origin xbox-linux.sourceforge.net
Pin-Priority: 9000
mythtv at xbox:/etc/apt$
/paste
I've done the apt-get update and apt-get dist-upgrade
When I run apt-get build-dep mythtv, I get:
xbox:/etc/apt# apt-get build-dep mythtv
Reading Package Lists... Done
Building Dependency Tree... Done
E: Some broken packages were found while trying to process
build-dependencies.
You might want to run `apt-get -f install' to correct these.
I then do:
xbox:/etc/apt# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
0 packages upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
W: Couldn't stat source package list ftp://ftp.nerim.net unstable/main
Packages
(/var/lib/apt/lists/ftp.nerim.net_debian-marillat_dists_unstable_main_binary-i386_Packages)
- stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
The nerim.net source comes from mdz's page at
http://dijkstra.csh.rit.edu:8088/~mdz/debian/dists/unstable/mythtv/
which states that it must be added to satisfy liblame.
More information about the mythtv-users
mailing list