You are not logged in.
I'm not so familiar with AUR and other things, so tell me if I have made a basic fail...
I have Lexmark X1130 printer. When I used Ubuntu it worked with Lexmark Z600 drivers (followed this guide. In AUR, I found this package which includes Z600 drivers. I tried to install it, but it complained ==> ERROR: Install scriptlet (lexmarkz-cups.install) does not exist. I commented the following line: install=lexmarkz-cups.install and then I was able to makepkg.
But then it complained about depences.
==> Making package: lexmarkz-cups 1-4 x86_64 (la 6.9.2008 13:06:12 +0300)
==> Checking Runtime Dependencies...
==> Missing Dependencies:
-> lib32-heimdal
-> lib32-libgnutls13
==> Checking Buildtime Dependencies...
==> ERROR: Could not resolve all dependencies.
I couldn't find them in repositories, so I deleted those depences from PKGBUILD. After that I was able to makepkg and the compiling and installation was succesful. But of course, printer does not work. CUPS and other things are installed and the printer is detected and configured.
I started to search those missin libs. I found them in AUR and I installed "lib32-libgnutls13". No effect, complaind about same thing. And when I tried to install "lib32-heimdal", it said it needs "lib32-openssl". I tried to install it (from AUR), but it says:
[henkka@alquzar buildaus]$ sudo pacman -U lib32-openssl-0.9.8h-4-x86_64.pkg.tar.gz
loading package data...
checking dependencies...
(1/1) checking for file conflicts [####################################################] 100%
error: failed to prepare transaction (conflicting files)
lib32-openssl: /opt/lib32/usr/lib/libwine.so exists in filesystem
lib32-openssl: /opt/lib32/usr/lib/libwine.so.1 exists in filesystem
lib32-openssl: /opt/lib32/usr/lib/libwine.so.1.0 exists in filesystem
errors occurred, no packages were upgraded.
Help!
Offline
Try pacman -Uf
'f' forces the package to be installed, even if expanding its contents into the system would overwrite existing files.
Also, would this package work with the Lexmark X3450?
-dav7
Windows was made for looking at success from a distance through a wall of oversimplicity. Linux removes the wall, so you can just walk up to success and make it your own.
--
Reinventing the wheel is fun. You get to redefine pi.
Offline
Bring
Up
My
Post
aka BUMP
Offline