missing script for etch in package debootstrap (version 0.3.3.2etch1) - Debian
This is a discussion on missing script for etch in package debootstrap (version 0.3.3.2etch1) - Debian ; Hello,
in the scripts' directory used by debootstrap both symbolic links 'etch' and 'lenny' point to 'sid':
$ ls -al /usr/lib/debootstrap/scripts/
total 129
drwxr-xr-x 2 root root 520 2007-10-11 14:12 .
drwxr-xr-x 3 root root 136 2007-10-11 14:12 ..
-rw-r--r-- ...
-
missing script for etch in package debootstrap (version 0.3.3.2etch1)
Hello,
in the scripts' directory used by debootstrap both symbolic links 'etch' and 'lenny' point to 'sid':
$ ls -al /usr/lib/debootstrap/scripts/
total 129
drwxr-xr-x 2 root root 520 2007-10-11 14:12 .
drwxr-xr-x 3 root root 136 2007-10-11 14:12 ..
-rw-r--r-- 1 root root 5486 2007-07-31 21:16 breezy
-rw-r--r-- 1 root root 5582 2007-07-31 21:16 dapper
-rw-r--r-- 1 root root 6245 2007-07-31 21:16 edgy
lrwxrwxrwx 1 root root 3 2007-10-11 14:12 etch -> sid
-rw-r--r-- 1 root root 6363 2007-07-31 21:16 feisty
-rw-r--r-- 1 root root 5782 2007-07-31 21:16 gutsy
-rw-r--r-- 1 root root 7881 2007-07-31 21:16 hoary
-rw-r--r-- 1 root root 5827 2007-07-31 21:16 hoary.buildd
lrwxrwxrwx 1 root root 3 2007-10-11 14:12 lenny -> sid
-rw-r--r-- 1 root root 3408 2007-07-31 21:16 potato
-rw-r--r-- 1 root root 8387 2007-07-31 21:16 sarge
-rw-r--r-- 1 root root 5672 2007-07-31 21:16 sarge.buildd
-rw-r--r-- 1 root root 5902 2007-07-31 21:16 sarge.fakechroot
-rw-r--r-- 1 root root 5833 2007-07-31 21:16 sid
-rw-r--r-- 1 root root 7443 2007-07-31 21:16 warty
-rw-r--r-- 1 root root 5709 2007-07-31 21:16 warty.buildd
-rw-r--r-- 1 root root 7722 2007-07-31 21:16 woody
-rw-r--r-- 1 root root 5709 2007-07-31 21:16 woody.buildd
Why is etch still linked to the unstable distribution? How can I chroot into etch?
Thank you in advance for any help.
Federico
--
To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
-
Re: missing script for etch in package debootstrap (version 0.3.3.2etch1)
Federico Giacomini writes:
> Why is etch still linked to the unstable distribution? How can I chroot into etch?
This script is used by debootstrap as a "recipe" how to make the
chroot and currently there's no difference between them all except the
package versions and dependencies that are dynamicaly resolved.
To chroot into etch you'd need to create a chroot using debootstrap
(man debootstrap) and then use chroot command to change to it (man
chroot).
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio@debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
--
To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
-
Re: missing script for etch in package debootstrap (version 0.3.3.2etch1)
On giovedì 11 ottobre 2007, Otavio Salvador wrote:
> Federico Giacomini writes:
>
> > Why is etch still linked to the unstable distribution? How can I chrootinto etch?
>
> This script is used by debootstrap as a "recipe" how to make the
> chroot and currently there's no difference between them all except the
> package versions and dependencies that are dynamicaly resolved.
>
> To chroot into etch you'd need to create a chroot using debootstrap
> (man debootstrap) and then use chroot command to change to it (man
> chroot).
>
ok, thank you. Now I'm having problems in installing nearly any new packages while jailed within etch:
# apt-get install dpkg-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dpkg-dev: Depends: dpkg (>= 1.13.20) but it is not going to be installed
Depends: perl5
Depends: perl-modules but it is not going to be installed
E: Broken packages
here is my /etc/apt/sources.list:
deb http://ftp.debian.org/debian etch main contrib #non-free
deb-src http://ftp.debian.org/debian etch main contrib #non-free
deb http://security.debian.org/ etch/updates main contrib #non-free
deb-src http://security.debian.org/ etch/updates main contrib #non-free
what may be missing or misconfigured?
-
Re: missing script for etch in package debootstrap (version 0.3.3.2etch1)
Federico Giacomini writes:
> ok, thank you. Now I'm having problems in installing nearly any new
> packages while jailed within etch:
>
> # apt-get install dpkg-dev
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
>
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> dpkg-dev: Depends: dpkg (>= 1.13.20) but it is not going to be installed
> Depends: perl5
> Depends: perl-modules but it is not going to be installed
> E: Broken packages
>
> here is my /etc/apt/sources.list:
>
> deb http://ftp.debian.org/debian etch main contrib #non-free
> deb-src http://ftp.debian.org/debian etch main contrib #non-free
>
> deb http://security.debian.org/ etch/updates main contrib #non-free
> deb-src http://security.debian.org/ etch/updates main contrib #non-free
>
> what may be missing or misconfigured?
Maybe you haven ot did an apt-get update?
Anyway, this isn't on topic on debian-boot and I'd suggest you to move
it to debian-user mailing list since it's the proper place for this
kind of discussion and support request.
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio@debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
--
To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
-
Re: missing script for etch in package debootstrap (version 0.3.3.2etch1)
On giovedì 11 ottobre 2007, Otavio Salvador wrote:
> Federico Giacomini writes:
> >
> > what may be missing or misconfigured?
>
> Maybe you haven ot did an apt-get update?
>
> Anyway, this isn't on topic on debian-boot and I'd suggest you to move
> it to debian-user mailing list since it's the proper place for this
> kind of discussion and support request.
>
ok, sorry