Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
¿Donde está "update-pciids"?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
simonbcn
n00b
n00b


Joined: 01 Aug 2011
Posts: 69
Location: Denmark

PostPosted: Thu Sep 05, 2013 7:05 pm    Post subject: ¿Donde está "update-pciids"? Reply with quote

Hola,
He instalado el paquete "sys-apps/pciutils" pero no instala el programa "update-pciids". De hecho, he consultado el ebuild y tiene el siguiente código:
Code:
src_install() {
....    
   rm "${ED}"/usr/sbin/update-pciids "${ED}"/usr/share/misc/pci.ids \
   "${ED}"/usr/share/man/man8/update-pciids.8*
....    

Lo instala y luego lo elimina! :?:
Y luego tiene esta otra función:
Code:
pkg_postinst() {
   if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 3.2.0 ]]; then
      elog "The 'network-cron' USE flag is gone; if you want a more up-to-date"
      elog "pci.ids file, you should use sys-apps/hwids-99999999 (live ebuild)."
   fi
}

Pero el paquete "sys-apps/hwids" no tiene esa versión disponible: http://packages.gentoo.org/package/sys-apps/hwids

¿Alguien me puede explicar como actualizar entonces el fichero "pci.ids"?
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1520

PostPosted: Fri Sep 06, 2013 10:03 pm    Post subject: Re: ¿Donde está "update-pciids"? Reply with quote

simonbcn wrote:
...
Pero el paquete "sys-apps/hwids" no tiene esa versión disponible: http://packages.gentoo.org/package/sys-apps/hwids
...

La versión 99999999 (la que en cada momento está en desarrollo) si que existe pero no tiene marcas de estado (estable o en pruebas) para ninguna arquitectura. Puedes instalarla añadiendo la línea
Code:
=sys-apps/hwids-99999999 **
en el archivo package.keywords.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum