LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-22-2014, 03:01 PM   #1
DavidLee1A
Member
 
Registered: Dec 2012
Distribution: Debian Wheezy amd64
Posts: 123
Blog Entries: 12

Rep: Reputation: 5
Downloaded with "failed to fetch" so am I ok?


Was downloading vim-latexsuite and saw this list:
Quote:
W: Failed to fetch http://ftp.us.debian.org/debian/pool....4-2_amd64.deb
404 Not Found [IP: 128.61.240.89 80]


W: Failed to fetch http://ftp.us.debian.org/debian/pool...-8.1_amd64.deb
404 Not Found [IP: 128.61.240.89 80]


W: Failed to fetch http://ftp.us.debian.org/debian/pool...-8.1_amd64.deb
404 Not Found [IP: 128.61.240.89 80]
So I told it to go ahead and download what it can and I cut and pasted what it did:
Code:
The gtk frontend needs a working python-gtk2 and python-glade2.
Those imports can not be found. Falling back to pager.
The error is: No module named glade
Preconfiguring packages ...
Selecting previously unselected package tex-common.
(Reading database ... 162994 files and directories currently installed.)
Unpacking tex-common (from .../tex-common_3.15_all.deb) ...
Selecting previously unselected package lmodern.
Unpacking lmodern (from .../lmodern_2.004.2-1_all.deb) ...
Selecting previously unselected package luatex.
Unpacking luatex (from .../luatex_0.70.1.20120524-3_amd64.deb) ...
Selecting previously unselected package ed.
Unpacking ed (from .../archives/ed_1.6-2_amd64.deb) ...
Selecting previously unselected package libgraphite3.
Unpacking libgraphite3 (from .../libgraphite3_1%3a2.3.1-0.2_amd64.deb) ...
Selecting previously unselected package libptexenc1.
Unpacking libptexenc1 (from .../libptexenc1_2012.20120628-4_amd64.deb) ...
Selecting previously unselected package ruby.
Unpacking ruby (from .../ruby_1%3a1.9.3_all.deb) ...
Selecting previously unselected package tcl8.4.
Unpacking tcl8.4 (from .../tcl8.4_8.4.19-5_amd64.deb) ...
Selecting previously unselected package texlive-common.
Unpacking texlive-common (from .../texlive-common_2012.20120611-5_all.deb) ...
Selecting previously unselected package texlive-doc-base.
Unpacking texlive-doc-base (from .../texlive-doc-base_2012.20120611-1_all.deb) ...
Selecting previously unselected package texlive-binaries.
Unpacking texlive-binaries (from .../texlive-binaries_2012.20120628-4_amd64.deb) ...
Selecting previously unselected package texlive-base.
Unpacking texlive-base (from .../texlive-base_2012.20120611-5_all.deb) ...
Selecting previously unselected package texlive-luatex.
Unpacking texlive-luatex (from .../texlive-luatex_2012.20120611-5_all.deb) ...
Selecting previously unselected package tk8.4.
Unpacking tk8.4 (from .../tk8.4_8.4.19-5_amd64.deb) ...
Selecting previously unselected package vim-addon-manager.
Unpacking vim-addon-manager (from .../vim-addon-manager_0.5.2_all.deb) ...
Selecting previously unselected package vim-latexsuite.
Unpacking vim-latexsuite (from .../vim-latexsuite_20120125.768-2_all.deb) ...
Processing triggers for man-db ...
Processing triggers for fontconfig ...
Processing triggers for install-info ...
Processing triggers for menu ...
Processing triggers for mime-support ...
W: Failed to fetch http://ftp.us.debian.org/debian/pool/main/liby/libyaml/libyaml-0-2_0.1.4-2_amd64.deb
  404  Not Found [IP: 64.50.236.52 80]
Now these were the last messages I got:
Quote:
W: Failed to fetch http://ftp.us.debian.org/debian/pool...-8.1_amd64.deb
404 Not Found [IP: 64.50.236.52 80]


W: Failed to fetch http://ftp.us.debian.org/debian/pool...-8.1_amd64.deb
404 Not Found [IP: 64.50.236.52 80]


W: Waited for dpkg --assert-multi-arch but it wasn't there - dpkgGo (10: No child processes)
I haven't messed with the package yet but anybody want to predict if I will have problems? How do you know? Anything I should do before using vim/latex after this download? thank you.
 
Old 04-22-2014, 03:27 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

since you didn't post the rest of the output from apt-get we can't really know what state your system is in. The output of the following will provide more information
Code:
dpkg -l vim-latexsuite
dpkg --audit
Regarding what caused this problem, my first thoughts are either a temporary problem with the mirror, or perhaps that you have not done an "apt-get update" recently.

Evo2.
 
1 members found this post helpful.
Old 04-22-2014, 08:47 PM   #3
DavidLee1A
Member
 
Registered: Dec 2012
Distribution: Debian Wheezy amd64
Posts: 123

Original Poster
Blog Entries: 12

Rep: Reputation: 5
(1)
Code:
 
~$ dpkg -l vim-latexsuite
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
iU  vim-latexsuite 20120125.768 all          view, edit and compile LaTeX docu
and (2)
Code:
dpkg --audit
dpkg: error: unable to open lock file /var/lib/dpkg/lock for testing: Permission denied
let's do that as root
Code:
# dpkg -l vim-latexsuite
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
iU  vim-latexsuite 20120125.768 all          view, edit and compile LaTeX docu
root@DavidLee1A:/home/david# dpkg --audit
Another process has locked the database for writing, and might currently be
modifying it, some of the following problems might just be due to that.

The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
 vim-latexsuite       view, edit and compile LaTeX documents from within Vim
 texlive-base         TeX Live: Essential programs and files
 libgraphite3         SILGraphite - a "smart font" rendering engine
 texlive-luatex       TeX Live: LuaTeX packages
 tk8.4                Tk toolkit for Tcl and X11, v8.4 - run-time files
 texlive-doc-base     TeX Live: TeX Live documentation
 tcl8.4               Tcl (the Tool Command Language) v8.4 - run-time files
 luatex               next generation TeX engine
 libptexenc1          TeX Live: pTeX encoding library
 texlive-binaries     Binaries for TeX Live
 ed                   classic UNIX line editor
 vim-addon-manager    manager of addons for the Vim editor
 ruby                 Interpreter of object-oriented scripting language Ruby (d
 texlive-common       TeX Live: Base component
 lmodern              scalable PostScript and OpenType fonts based on Computer 
 tex-common           common infrastructure for building and installing TeX
 
Old 04-23-2014, 07:20 AM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

the fact that dpkg is reporting that the database is locked implies either that another instance of a package manager is still running. Can you confirm this? Also this is consistent with the state of all the unpacked but not yet installed packages.

Evo2.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Error "Failed to fetch... 404 not found" for some packages in Linux Mint 14. pandanuma Linux - Newbie 3 08-08-2013 04:54 PM
Failed to fetch Ubuntu repository: error is "404 not found". jerry56031 Ubuntu 2 12-31-2012 11:56 PM
Amarok, "fetch failed" GlennsPref Mandriva 0 02-24-2012 04:46 AM
qpopper mysql "sql query fetch row failed ()" hunterpoint Linux - Server 0 09-14-2010 12:12 AM
Trying to Upgrade. Keep getting "Failed to fetch... randell6564 Ubuntu 2 05-02-2007 09:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration