This is a discussion on Strnage hpoj behaviour in portage within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Whenever I run emerge update, I get the following; tux stig # emerge -uDav world These are the packages ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Whenever I run emerge update, I get the following; tux stig # emerge -uDav world These are the packages that I would merge, in order: Calculating world dependencies !!! Packages for the following atoms are either all !!! masked or don't exist: net-print/hpoj ...done! Total size of downloads: 0 kB Where is strange........hpoj is not listed in package.keywords. I do have a HP-PSC 2110 scanner / printer..... /Stig -- * Registered Linux user #291266, with http://counter.li.org.* |
| |||
| Stig Mogensen wrote: > Whenever I run emerge update, I get the following; > > tux stig # emerge -uDav world > > These are the packages that I would merge, in order: > > Calculating world dependencies > !!! Packages for the following atoms are either all > !!! masked or don't exist: > net-print/hpoj > > ...done! > > Total size of downloads: 0 kB > > Where is strange........hpoj is not listed in package.keywords. If you have set ACCEPT_KEYWORDS in your /etc/make.conf to a stable, the do echo "net-print/hpoj ~x86" >> /etc/portage/package.keywords if you have a powerpc machine echo "net-print/hpoj ~ppc" >> /etc/portage/package.keywords or if you have a 64bits amd echo "net-print/hpoj ~amd64" >> /etc/portage/package.keywords If you install an unstable package, then you need to add that one to the package.keywords or else you will get this kind of troubles. //Aho |
| |||
| On Mon, 06 Feb 2006 20:56:16 +0100, Stig Mogensen wrote: > Whenever I run emerge update, I get the following; > > tux stig # emerge -uDav world > > These are the packages that I would merge, in order: > > Calculating world dependencies > !!! Packages for the following atoms are either all > !!! masked or don't exist: > net-print/hpoj > > ...done! > > Total size of downloads: 0 kB > > Where is strange........hpoj is not listed in package.keywords. > > I do have a HP-PSC 2110 scanner / printer..... > > /Stig Sounds like either Cups or Sane is trying to pull it in as that printer really needs hplip which is still in ~. If you want it. you need to add this to /etc/portage/package.keywords net-print/hplip ~x86 or whatever the arch is. This will then pull in the various files needed by either cups/sane to get more effective usage from the unit. |
| |||
| Test wrote: > On Mon, 06 Feb 2006 20:56:16 +0100, Stig Mogensen wrote: > >> Whenever I run emerge update, I get the following; >> >> tux stig # emerge -uDav world >> >> These are the packages that I would merge, in order: >> >> Calculating world dependencies >> !!! Packages for the following atoms are either all >> !!! masked or don't exist: >> net-print/hpoj >> >> ...done! >> >> Total size of downloads: 0 kB >> >> Where is strange........hpoj is not listed in package.keywords. >> >> I do have a HP-PSC 2110 scanner / printer..... >> >> /Stig > Sounds like either Cups or Sane is trying to pull it in as that printer > really needs hplip which is still in ~. If you want it. you need to add > this to /etc/portage/package.keywords net-print/hplip ~x86 or whatever the > arch is. This will then pull in the various files needed by either > cups/sane to get more effective usage from the unit. Hi, Thanks for pointing me in the right direction. I emerge -C'd hpoj away, and synced. Then looked ind /usr/portage/net-print, and did indeed find a hplip folder. Then placed net-print/hplip ~x86 in my package.keywords, and off I went with emerge -s hplip But I get; # emerge -s net-print/hplip Searching... [ Results for search key : net-print/hplip ] [ Applications found : 0 ] Why is that I wonder? /Stig -- * Registered Linux user #291266, with http://counter.li.org.* |
| |||
| Test wrote: > On Mon, 06 Feb 2006 20:56:16 +0100, Stig Mogensen wrote: > >> Whenever I run emerge update, I get the following; >> >> tux stig # emerge -uDav world >> >> These are the packages that I would merge, in order: >> >> Calculating world dependencies >> !!! Packages for the following atoms are either all >> !!! masked or don't exist: >> net-print/hpoj >> >> ...done! >> >> Total size of downloads: 0 kB >> >> Where is strange........hpoj is not listed in package.keywords. >> >> I do have a HP-PSC 2110 scanner / printer..... >> >> /Stig > Sounds like either Cups or Sane is trying to pull it in as that printer > really needs hplip which is still in ~. If you want it. you need to add > this to /etc/portage/package.keywords net-print/hplip ~x86 or whatever the > arch is. This will then pull in the various files needed by either > cups/sane to get more effective usage from the unit. Hey....thanks for input ! ;o) I had to remove hpoj and hpijs(they blocked), and could then emerge the ~ hplip package......it is pulling in 5-6 dependencies as I type this. I am now looking forward to testing my printer/scanner. /Stig -- * Registered Linux user #291266, with http://counter.li.org.* |
| |||
| Stig Mogensen said something like a ... > Thanks for pointing me in the right direction. I emerge -C'd hpoj away, > and synced. Then looked ind /usr/portage/net-print, and did indeed find a > hplip folder. Then placed Stig, I've been following this thread as I use a PSC 1510 and read the same message you mentioned in your first post. I have hpijs (1.7.1) and hpoj (0.91-r3) installed. So, please keep posting your results here - you're helping more people than you know. Thank you. -- BlackTopBum You don't skateboard? What worthwhile thing are you doing !? |
| |||
| On Tue, 07 Feb 2006 20:15:09 +0100, Stig Mogensen wrote: > Test wrote: > >> On Mon, 06 Feb 2006 20:56:16 +0100, Stig Mogensen wrote: >> >>> Whenever I run emerge update, I get the following; >>> >>> tux stig # emerge -uDav world >>> >>> These are the packages that I would merge, in order: >>> >>> Calculating world dependencies >>> !!! Packages for the following atoms are either all >>> !!! masked or don't exist: >>> net-print/hpoj >>> >>> ...done! >>> >>> Total size of downloads: 0 kB >>> >>> Where is strange........hpoj is not listed in package.keywords. >>> >>> I do have a HP-PSC 2110 scanner / printer..... >>> >>> /Stig >> Sounds like either Cups or Sane is trying to pull it in as that printer >> really needs hplip which is still in ~. If you want it. you need to add >> this to /etc/portage/package.keywords net-print/hplip ~x86 or whatever the >> arch is. This will then pull in the various files needed by either >> cups/sane to get more effective usage from the unit. > > Hi, > > Thanks for pointing me in the right direction. I emerge -C'd hpoj away, and > synced. Then looked ind /usr/portage/net-print, and did indeed find a hplip > folder. Then placed > > net-print/hplip ~x86 > > in my package.keywords, and off I went with emerge -s hplip > Seems they changed things a bit. You need to add the version onto the end. EG: net-print/hplip-0.9.7-r3 ~arch in order to get it to install. |
| |||
| On Tue, 07 Feb 2006 13:13:48 -0700, BlackTopBum wrote: > Stig Mogensen said something like a ... > >> Thanks for pointing me in the right direction. I emerge -C'd hpoj away, >> and synced. Then looked ind /usr/portage/net-print, and did indeed find a >> hplip folder. Then placed > > Stig, I've been following this thread as I use a PSC 1510 and read the same > message you mentioned in your first post. I have hpijs (1.7.1) and hpoj > (0.91-r3) installed. So, please keep posting your results here - you're > helping more people than you know. Thank you. Interesting but strange. tony@Aldbera ~ $ emerge -s hplip Searching... [ Results for search key : hplip ] [ Applications found : 1 ] * net-print/hplip Latest version available: 0.9.7-r3 Latest version installed: 0.9.7-r3 Size of files: 9,588 kB Homepage: http://hpinkjet.sourceforge.net/ Description: HP Linux Imaging and Printing System. Includes net-print/hpijs, scanner drivers and service tools. License: GPL-2 tony@Aldbera ~ $ emerge -s net-print/hplip Searching... [ Results for search key : net-print/hplip ] [ Applications found : 0 ] -- Big Tone |
| |||
| Stig Mogensen wrote: > Test wrote: > >> On Mon, 06 Feb 2006 20:56:16 +0100, Stig Mogensen wrote: >> >>> Whenever I run emerge update, I get the following; >>> >>> tux stig # emerge -uDav world >>> >>> These are the packages that I would merge, in order: >>> >>> Calculating world dependencies >>> !!! Packages for the following atoms are either all >>> !!! masked or don't exist: >>> net-print/hpoj >>> >>> ...done! >>> >>> Total size of downloads: 0 kB >>> >>> Where is strange........hpoj is not listed in package.keywords. >>> >>> I do have a HP-PSC 2110 scanner / printer..... >>> >>> /Stig >> Sounds like either Cups or Sane is trying to pull it in as that printer >> really needs hplip which is still in ~. If you want it. you need to add >> this to /etc/portage/package.keywords net-print/hplip ~x86 or whatever >> the arch is. This will then pull in the various files needed by either >> cups/sane to get more effective usage from the unit. > > Hey....thanks for input ! ;o) > > I had to remove hpoj and hpijs(they blocked), and could then emerge the ~ > hplip package......it is pulling in 5-6 dependencies as I type this. > > I am now looking forward to testing my printer/scanner. > > /Stig Well.....that didn't quite work. I needed to remove hpoj from the default runlevel, and add hplip, like so; rc-update del hpoj default rc-update add hplip default etc/init.d/hplip start /Stig -- * Registered Linux user #291266, with http://counter.li.org.* |
| ||||
| Stig Mogensen said something like a ... > Well.....that didn't quite work. I needed to remove hpoj from the default > runlevel, and add hplip, like so; > > rc-update del hpoj default > rc-update add hplip default > etc/init.d/hplip start And, ... did that do it? -- BlackTopBum You don't skateboard? What worthwhile thing are you doing !? |