From: Daniel Burrows on
On Sat, May 01, 2010 at 12:37:24AM -0400, Mike Viau <viaum(a)sheridanc.on.ca> was heard to say:
> > Fri, 30 Apr 2010 21:10:56 -0700 <dburrows(a)debian.org> wrote:
> > $ aptitude search '?narrow('?archive(unstable), ?installed)'
>
> debian01:~# aptitude search '?narrow('?archive(unstable), ?installed)'
>
> -bash: syntax error near unexpected token `('

Sorry, there's a stray apostrophe in there.

$ aptitude search '?narrow(?archive(unstable), ?installed)'

Daniel


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100501052043.GH26444(a)emurlahn.burrows.local
From: James Stuckey on
All of these searches return nothing:

stuckey(a)debian:~/tmp$ apt-show-versions | grep unstable
stuckey(a)debian:~/tmp$ aptitude search ~Aunstable
stuckey(a)debian:~/tmp$ aptitude search ~Aunstable~i
stuckey(a)debian:~/tmp$ aptitude search '?narrow(?archive(unstable),
?installed)'

I know something must be wrong here since:

stuckey(a)debian:~$ dpkg -l | grep nvidia
ii nvidia-glx 190.53-4
NVIDIA binary Xorg driver
rc nvidia-glx-ia32 190.53-4
NVIDIA binary driver 32bit libs
ii nvidia-kernel-2.6.32-3-amd64 190.53-4+2.6.32-9
NVIDIA binary kernel module for Linux 2.6.32-3-amd64
ii nvidia-kernel-common 20100216+3+nmu1
NVIDIA binary kernel module common files
ii nvidia-kernel-source 190.53-4
NVIDIA binary kernel module source
ii nvidia-settings 190.53-1
Tool for configuring the NVIDIA graphics driver
ii nvidia-vdpau-driver 190.53-4
NVIDIA vdpau driver

I have the nvidia drivers, among other packages, from Sid.
From: Daniel Burrows on
On Sat, May 01, 2010 at 10:09:32PM +0200, James Stuckey <jhstuckey(a)gmail.com> was heard to say:
> On Sat, May 1, 2010 at 9:14 PM, Daniel Burrows <dburrows(a)debian.org> wrote:
> > Did you mean to drop debian-user?
> >
> > On Sat, May 01, 2010 at 06:29:55PM +0200, James Stuckey <
> > jhstuckey(a)gmail.com> was heard to say:
> > > I have the nvidia drivers, among other packages, from Sid.
> >
> > What's in your /etc/apt/sources.list?
>
> No I didn't, thanks.
>
> deb ftp://ftp.debian-multimedia.org squeeze main non-free
>
> deb http://ftp.de.debian.org/debian/ squeeze main contrib non-free
> #deb-src http://ftp.de.debian.org/debian/ squeeze main contrib non-free
>
> #deb http://ftp.de.debian.org/debian sid main contrib non-free
> deb-src http://ftp.de.debian.org/debian/ sid main contrib non-free
>
> deb http://security.debian.org/ squeeze/updates main contrib non-free
> #deb-src http://security.debian.org/ squeeze/updates main contrib non-free

That's the problem -- you have no (active) "deb" lines for unstable,
so apt doesn't know which packages are from it.

Daniel


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100501201509.GA2278(a)emurlahn.burrows.local
From: James Stuckey on
On Sat, May 1, 2010 at 10:15 PM, Daniel Burrows <dburrows(a)debian.org> wrote:

> On Sat, May 01, 2010 at 10:09:32PM +0200, James Stuckey <
> jhstuckey(a)gmail.com> was heard to say:
> > On Sat, May 1, 2010 at 9:14 PM, Daniel Burrows <dburrows(a)debian.org>
> wrote:
> > > Did you mean to drop debian-user?
> > >
> > > On Sat, May 01, 2010 at 06:29:55PM +0200, James Stuckey <
> > > jhstuckey(a)gmail.com> was heard to say:
> > > > I have the nvidia drivers, among other packages, from Sid.
> > >
> > > What's in your /etc/apt/sources.list?
> >
> > No I didn't, thanks.
> >
> > deb ftp://ftp.debian-multimedia.org squeeze main non-free
> >
> > deb http://ftp.de.debian.org/debian/ squeeze main contrib non-free
> > #deb-src http://ftp.de.debian.org/debian/ squeeze main contrib non-free
> >
> > #deb http://ftp.de.debian.org/debian sid main contrib non-free
> > deb-src http://ftp.de.debian.org/debian/ sid main contrib non-free
> >
> > deb http://security.debian.org/ squeeze/updates main contrib non-free
> > #deb-src http://security.debian.org/ squeeze/updates main contrib
> non-free
>
> That's the problem -- you have no (active) "deb" lines for unstable,
> so apt doesn't know which packages are from it.
>
> Daniel
>

The aptitude search ~Aunstable appears to just list all the packages in the
repository. As so with the other commands. The list of packages is so long
that gmail freezes when I try to past it in, and paste.debian.net tells me
that it is over 90kb and cannot be pasted.
From: Daniel Burrows on
On Sat, May 01, 2010 at 10:23:12PM +0200, James Stuckey <jhstuckey(a)gmail.com> was heard to say:
> On Sat, May 1, 2010 at 10:15 PM, Daniel Burrows <dburrows(a)debian.org> wrote:
> > That's the problem -- you have no (active) "deb" lines for unstable,
> > so apt doesn't know which packages are from it.
>
> The aptitude search ~Aunstable appears to just list all the packages in the
> repository. As so with the other commands. The list of packages is so long
> that gmail freezes when I try to past it in, and paste.debian.net tells me
> that it is over 90kb and cannot be pasted.

If you modified sources.list to include unstable, that's exactly what
"search ~Aunstable" should do (it prints every package in unstable,
which is pretty much all of them). I don't know what to expect from the
?narrow() version, but if most versions are the same in testing and
unstable, you could get a very long printout with that too.

Daniel


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100501231858.GA3364(a)emurlahn.burrows.local