viniciusalmeida
(usa Slackware)
Enviado em 28/02/2013 - 21:38h
Boa noite a todos
tenho uma impressora wireless samsung ml2165w.
Para usa-la no slack, instalei o samsung-unified-driver, junto com o PSU e o smartpanel.
achei o samsung-unified-driver no entropy, instalei, mas não tinha o meu modelo, tentei o ml2150, mas não funcionou. a versão do driver era 1.05 (ou coisa parecida).
procurei no portage, mas não tinha, nenhuma versão.
Achei na internet:
http://gpo.zugaina.org/net-print/samsung-unifieddriver
Pelo que vi no site, tinha no overlay voyageur.
Então tentei instalá-lo:
layman -a voyageur, mas disse que não tinha o subversion instalado. Então:
emerge subversion
layman -a voyageur
aparentemente deu certo:
vinicius@vinicuis ~ $ layman -l
* voyageur [Subversion] (https://cafarelli.fr/svn/voyageur...)
após isso instalei o samsung-unifieddriver pelo emerge:
emerge samsung-unifieddriver (a versão era 3.00.65) (não tinha rodado com o --pretend antes).
mas após isso, no final, deu o seguinte erro:
______________________________________________________________________
virtual memory exhausted: Não foi possível alocar memória
make[2]: ** [Source/CMakeFiles/CMakeLib.dir/cmMakefile.cxx.o] Erro 1
make[2]: *** Esperando que os outros processos terminem....
make[1]: ** [Source/CMakeFiles/CMakeLib.dir/all] Erro 2
make: ** [all] Erro 2
* ERROR: dev-util/cmake-2.8.10.2-r1 failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-util/cmake-2.8.10.2-r1'`,
* the complete build log and the output of `emerge -pqv '=dev-util/cmake-2.8.10.2-r1'`.
* The complete build log is located at '/var/tmp/portage/dev-util/cmake-2.8.10.2-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-util/cmake-2.8.10.2-r1/temp/environment'.
* Working directory: '/var/tmp/portage/dev-util/cmake-2.8.10.2-r1/work/cmake-2.8.10.2_build'
* S: '/var/tmp/portage/dev-util/cmake-2.8.10.2-r1/work/cmake-2.8.10.2'
>>> Failed to emerge dev-util/cmake-2.8.10.2-r1, Log file:
>>> '/var/tmp/portage/dev-util/cmake-2.8.10.2-r1/temp/build.log'
* Messages for package dev-util/cmake-2.8.10.2-r1:
* ERROR: dev-util/cmake-2.8.10.2-r1 failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-util/cmake-2.8.10.2-r1'`,
* the complete build log and the output of `emerge -pqv '=dev-util/cmake-2.8.10.2-r1'`.
* The complete build log is located at '/var/tmp/portage/dev-util/cmake-2.8.10.2-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-util/cmake-2.8.10.2-r1/temp/environment'.
* Working directory: '/var/tmp/portage/dev-util/cmake-2.8.10.2-r1/work/cmake-2.8.10.2_build'
* S: '/var/tmp/portage/dev-util/cmake-2.8.10.2-r1/work/cmake-2.8.10.2'
* GNU info directory index is up-to-date.
* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
______________________________________________________________________
(sei que deveria ter feito isso antes, para ver, mas sou iniciante, kkkk, mas vamos lá:
vinicuis ~ # emerge samsung-unifieddriver -p
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] net-print/samsung-unifieddriver-3.00.65 USE="qt4 scanner"
[uninstall ] net-print/splix-2.0.0_p20111206
[blocks b ] net-print/splix ("net-print/splix" is blocking net-print/samsung-unifieddriver-3.00.65)
!!! The following installed packages are masked:
- net-wireless/rtl8192su-firmware-2.6.0001.0320.2009::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Rick Farina <zerochaos@gentoo.org> (10 Feb 2013)
# This firmware has been replaced by rtlwifi/*
# which is already in the linux-firmware package.
# Removal in 30 days
- net-wireless/prism54-firmware-1.0.4.3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Samuli Suominen <ssuominen@gentoo.org> (10 Feb 2013)
# There is no license file available for prism54-firmware
# since it's been extracted from windows binary blob
# drivers. And this is for very old hardware.
# Removal in 30 days
- net-wireless/prism54-firmware-2.13::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
______________________________________________________________________
Alguém tem alguma idéia do que posso fazer?