You are not logged in.
As you can see I'm still a bit of a newbie. Yesterday I was installing TeX live, but while installing someone unplugged a USB stick and all went stuck... it all just freeze the system, I guess it was a hardware problem. Anyway, I restarted and when I came back to resume the installation (downloading of packages was already finished), pacman sent me a lot of error messages, but apparently TeX live installed fine. Well, I checked my TeX system and works fine. The problem is every time I try to install something, I always get this error message:
error: could not open file /var/lib/pacman/local/texlive-bin-2010.1-4/depends: No such file or directory
error: could not open file /var/lib/pacman/local/texlive-bin-2010.1-4/depends: No such file or directory
How do I repair this? I didn't want to clean the cache, but... would this do fine? what else do I have to do?
Thanx in advance.
Last edited by joe74 (2010-10-23 22:33:20)
Offline
Try
pacman -SyyuLast edited by Dogmeat (2010-10-21 23:18:32)
Offline
pacman -S texlive-bin
Offline
None of those option solves the problem... not even forcing to install texlive-most package. I just checked and my texlive system is broken after forcing installing again one of those packages.
Any workaround?
Last edited by joe74 (2010-10-23 22:31:05)
Offline
Well, solved by myself.
What I had to do after a lot of mess was
1. uninstall everything that was causing errors
sudo pacman -Rs texmaker texlive-most texlive-core texlive-bin2. and clear the cache of files not installed
sudo pacman -Sc texmaker texlive-most texlive-core texlive-binThis solved the entire problem. Dialectical theory still functioning in my brains ![]()
Offline
I had this very problem, but unfortunately my problem package was sqlite3, to remove which it would have taken over a gigabyte of software with it. Happily, the problem seems to have sorted itself out (a reboot may have helped it along), and I no longer receive the dreaded 'error: could not open file [...]' messages.
@archun: Intel® Core™ i5-4210M • [GPU] Intel® HD Graphics 4600 • [Kernel] linux-ck-haswell
Handmade.Network • GitLab
The Life and Times of Miblo del Carpio
Offline
Hi, Miblo. In fact, I had to remove all packages related to the problem. I thought the same... a reboot would do, but it wasn't like that. I reinstalled and everything is doing fine. I can say I am more than satisfied with Archlinux, at least in my Desktop box.
Greetings.
Last edited by joe74 (2010-10-27 00:50:59)
Offline
Wow, it's a bit of a nightmare problem, then. How much did you have to remove?
Yeah, I'm also delighted with Arch. There are only a couple of problems I sorely need to sort out - getting unicode characters to display properly in Terminal (XFCE's), and getting the wifi working to the standard it was in the originally installed Linpus Linux Lite and then in Fedora 10 - but other than that, I love Arch.
@archun: Intel® Core™ i5-4210M • [GPU] Intel® HD Graphics 4600 • [Kernel] linux-ck-haswell
Handmade.Network • GitLab
The Life and Times of Miblo del Carpio
Offline
Not much. Basic TeX system is about 800 Mb in Arch, but I noticed there were less installed because the problem pacman was displaying. Reinstalling was successfully and everything is ok ![]()
Offline
Hmm... if I had to `pacman -Rc texinfo texlive-bin texlive-core`, I'd be getting rid of 1683.95 MB worth of stuff. Glad it's sorted for the both of us, though.
@archun: Intel® Core™ i5-4210M • [GPU] Intel® HD Graphics 4600 • [Kernel] linux-ck-haswell
Handmade.Network • GitLab
The Life and Times of Miblo del Carpio
Offline
I wouldn't have minded removing all that, as good as pacman would recover its proper functionality. My connection is not as fast though, but I need TeX for my daily work.
Offline
You would have got away with using "pacman -Rd <package> && pacman -S <package>" and not had to a big remove.
Offline
/me grins sheepishly and thanks Allan for the hint.
The 'd' flag wasn't in the Remove Options of the manpage, so I missed it entirely. Must read more carefully and thoroughly next time. Incidentally, removing sqlite3 without bothering about dependencies would have removed a mere 0.91MB of data, as opposed to the 1743.90MB I was fearing.
@archun: Intel® Core™ i5-4210M • [GPU] Intel® HD Graphics 4600 • [Kernel] linux-ck-haswell
Handmade.Network • GitLab
The Life and Times of Miblo del Carpio
Offline