Debian :: Dpkg-buildpacakge Exits After Dpkg-source Error

May 3, 2010

Sid
cmake 2.8.1-2
dh-make .54
dpkg-dev 1.15.7.1

I'm having some issues building deb packages. dh_make --createorig behaves as expected, but when I attempt to buld the package with dpkg-buildpackage -rfakeroot the build dies on a dpkg-source error.

View 14 Replies


ADVERTISEMENT

Ubuntu :: Error Dpkg: Parse Error, In File '/var/lib/dpkg/available' Near Line 2 Package 'x11proto-core-dev'

Sep 18, 2010

When I tried to upgrade my xubuntu 10.04 , I got this error

dpkg: parse error, in file '/var/lib/dpkg/available' near line 2 package 'x11proto-core-dev': value for `status' field not allowed in this context E: Sub-process /usr/bin/dpkg returned an error code (2)

View 5 Replies View Related

Debian :: Installing Gcc Using Dpkg - Error "dpkg Command Not Found"

Jul 20, 2010

I want to install gcc on my Pyramid linux which is debian based. I downloaded gcc.deb. When I want to install this file, it gives me "dpkg command not found" error! I also get this error when I want to install other .deb files using dpkg command " dpkg -i finename.deb. I did some research and it seams that I should install package on my system, but package file is .deb file and I can't install .deb file! What should I do to solve the problem??? Should I install any thing on my system to install .deb files??

View 3 Replies View Related

Ubuntu Servers :: Dpkg-buildpackage Error "dpkg-buildpackage: Failure: Tail Of Debian/changelog Gave Error Exit Status 1"?

Feb 12, 2010

I'm attempting to apply the quota patch to postfix 2.5.1. I have done the following..

Code:
cd /usr/src/
apt-get source postfix
wget http://vda.sourceforge.net/VDA/postf...da-ng.patch.gz{code]....

dpkg-buildpackage: failure: tail of debian/changelog gave error exit status 1

I have searched hi and low and still can't work out how to resolve this.

View 2 Replies View Related

Ubuntu :: Error Message 'dpkg Interrupted Must Manually Run 'dpkg --configure -a'

Jan 6, 2010

im trying to update some software in ubuntu using the update manager. i type my password in CORRECTLY but then get this error message.

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

what does it mean and how do i fix it?

View 3 Replies View Related

Ubuntu :: Error - Dpkg Was Interrupted, You Must Manually Run 'sudo Dpkg --configure

Jul 6, 2010

I keep getting this error when I try to install Adobe flash player E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. I had it installed just fine, then i restarted my computer and its gone. .

View 4 Replies View Related

Ubuntu :: Error - Dpkg Was Interrupted, You Must Manually Run 'sudo Dpkg --configure -a' To Correct The Problem

Jan 9, 2011

I'm using 10.10 and from today I'm getting this error Quote:dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. When I'm trying to install any software using

Code: sudo apt-get <sw-name> Also I'm unable install using "Ubuntu Software Center", showing unhandleable error. Here is the details:
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 769, in simulate
return self._simulate_helper(trans, status_path)

[Code]...

View 6 Replies View Related

General :: Use Apt An Error Occurs: Dpkg: Parse Error In File '/var/lib/dpkg/status'

Aug 8, 2010

when i try to use apt an error occurs: dpkg: parse error, in file '/var/lib/dpkg/status' near line 27317 package 'virtualbox-3.0': error in Version string `3.0.4-50677_Debian_lenny': invalid character in revision number E: Sub-process /usr/bin/dpkg returned an error code (2)

i tried to :

1- replace the file status with status-old
2- replace it with all the backups located in /var/backups/

and the same error occurs

View 4 Replies View Related

Ubuntu Installation :: Installing Updates Error "E: Dpkg Was Interrupted, You Must Manually Run 'sudo Dpkg --configure -a' To Correct The Problem"

Apr 1, 2010

After I got the OS up and running (v9.10), I was prompted to download and install some updates. The download is complete, but when I try to install the updates, I receive the following message. What should I do?

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

View 4 Replies View Related

Ubuntu :: Updates With Tweak And Video Codec - Error "dpkg Was Interrupted, You Must Manually Run 'sudo Dpkg --configure -a' To Correct The Problem"

May 26, 2011

I installed the software Ubuntu Tweak yesterday and I was satisfied of how it worked. today, surfing the internet I was hoping to find a solution to a couple of problems that I have: the computer sometimes get stuck when opening videos or photos - I can't see streaming TV. when the internet browser was asking me to install plug-in in order to show the videos I tried to install them but errors occurred.

so I followed the instruction in [URL] (many of these things didn't work and the terminal was showing error messages...) now after rebooting I have got the unity 2D I think (which is fine as I can't notice great differences) but I can't install the updates from Ubuntu Tweak the error message is: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. how can I fix it and get my video codecds?

View 3 Replies View Related

Ubuntu :: Update Kubuntu 11.04 - Error: "p, Li {white-space: Pre-wrap;} E: Dpkg Was Interrupted, You Must Manually Run 'dpkg --configure -a' To Correct The Problem"

Sep 1, 2011

I'm trying to update Kubuntu 11.04 here is my error: p, li {white-space: pre-wrap;} E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. here is what i have tried to fix it:

[Code]....

View 2 Replies View Related

Debian :: Dpkg Returned Error Code (1)

Jul 25, 2015

When trying to install php5 I got the following result. Tried to apt-get clean, autoclean, remove --purge then reinstall the mentioned packages without any success.

dpkg --configure -a didn't get any better result.

Code: Select allsudo apt-get install php5
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés :
  libapache2-mod-php5 php5-cli php5-common

[Code] .....

View 5 Replies View Related

Debian Installation :: Duplicating A System And Dpkg Error

Apr 29, 2012

I am downgrading one of my Sid boxes to Testing. I've finished the install and now duplicating the system for installed packages.

Before I started, to get a list of installed packages
Code: Select allsudo dpkg --get-selections > package.txt

Now when I try to duplicate the installed packages
Code: Select all sudo dpkg --set-selections < package.txt

I receive over 1000 lines with the message:
Code: Select alldpkg: warning: package not in database at line wxyz

I did try
Code: Select all dpkg --configure -a
without any effect.

Is this just a diffence between the Sid package database and the Testing database?

View 14 Replies View Related

General :: Install Debian On A AMD K6-2 - Dpkg Error Code 1

Aug 16, 2010

I was triyng to install Debian on a AMD K6-2. I use debootstrap, and installed Lenny, with a kernel linux-image-2.6.26-2-486.

After that apt-get update and apt-get upgrade and I get:

The following packages will be upgraded:

Since release 150, udev requires that support for the CONFIG_SYSFS_DEPRECATED feature is disabled in the running kernel.

Please upgrade your kernel before or while upgrading udev.

AT YOUR OWN RISK, you can force the installation of this version of udev WHICH DOES NOT WORK WITH YOUR RUNNING KERNEL AND WILL BREAK YOUR SYSTEM AT THE NEXT REBOOT by creating the /etc/udev/kernel-upgrade file. There is always a safer way to upgrade, do not try this unless you 0understand what you are doing!

And similar messages appears trying to install xfce4...

View 1 Replies View Related

Debian Multimedia :: Libao2 Or Libao4 Returns Dpkg Error

Apr 6, 2010

I ran into this:[url]

I tried to ignore it (yesterday it made me remove xmms2-plugin-all, i could have lived with that for a few days), but it is getting worse: gnomebaker, mpg123, vorbis-tools, cdrdao, etc.

So i remove beloved apps , run aptitude install -f and what not. The result is that either libao2 or libao4 give me trouble (depending which version is installed at that moment).

After the upgrades are available again it's big fun over here. Is it just me or are others running in a lot of "dpkg returned an error message" too? The first time ever i got to use aptitude to get problems solved. Gnome terminal gives me segmentation fault but no error messages. And so on.

View 3 Replies View Related

Ubuntu :: Dpkg-source: Not Found?

Sep 12, 2010

i am getting this error after executing a command..i think my ubuntu is lacking some of the packages..can anybody tell me how to fix it..here is the description-->

$ apt-get source smplayer
Reading package lists... Done
Building dependency tree

[code]....

View 3 Replies View Related

Debian Installation :: Dpkg: Error Processing Debian-archive-keyring?

Sep 7, 2010

I have a post in beginners section but maybe I can find some help here.. If you do not mind,please read the following post about my problem.viewtopic.php?f=30&t=55243&p=320093#p319848

View 1 Replies View Related

Debian :: Dpkg: Error Processing Debian-archive-keyring

Sep 6, 2010

Today when I did apt-get dist-upgrade I encountered the following error:

apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done

[Code]...

View 14 Replies View Related

Debian Multimedia :: Nvidia-glx Dpkg-divert: 'extensions/libglx.a' Xserver Error?

Feb 7, 2010

I just wanted to post this in the forums for anyone else that was having the same issue. I looked all over the internet for 4 hours and could not find a solution and finally figured out what to do. Maybe this will help save some time for someone else.

The ERROR:
Removing nvidia-glx ...
dpkg-divert: error checking `/usr/X11R6/lib/modules/extensions/libglx.a': No such file or directory

[code]....

View 4 Replies View Related

Debian Configuration :: Error: "dpkg: Failed To Write Status Database"

Jun 8, 2011

during an "apt-get install" the filesystem of a virtual machine filled up and so it failed. I have now increased the file-system size but running the same "apt-get install" again results in this error: "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem." However when I try to run 'sudo dpkg --configure -a' I get this error: "dpkg: failed to write status database record about 'libxmuu1' to '/var/lob/dpkg/status': No space left on device" How can I recover from this situation?

View 1 Replies View Related

Debian :: Xen-tools Shows Conffiles - When Do Dpkg -s Xen-tools Is It An Error

Apr 8, 2010

I checked xen-tools on a Debian Lenny system

Got following

Code:

This package contains tools to manage Debian based XEN virtual servers.

Using the scripts you can easily create fully configured Xen guest domains (domU) which can be listed, updated, or copied easily.

Homepage: [url] in the above output I am getting a line Conffiles and then you can see a series of /etc what are that and is it an error or some conflict?

View 2 Replies View Related

Ubuntu :: Error - E - Sub-process /usr/bin/dpkg Returned An Error Code - 1

May 9, 2011

I have just upgraded my ubuntu to 11.04 .After it is done ,I could install any software ,the error is as follows:

E: Sub-process /usr/bin/dpkg returned an error code (1)

I wonder what is the meaning of the error.

View 3 Replies View Related

Ubuntu :: Can't Uninstall Or Install Anything - Dpkg Error

Jun 26, 2011

I was having some problems with PlayOnLinux and decided to uninstall it.

I went to Software Center and tried to uninstall it there, no luck.

It just said: Package operation failed. The installation or removal of a software package failed.

So then I tried in Terminal: entering "sudo apt-get remove playonlinux" and I got this reply:

Quote:

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

I then tried to enter: "sudo dpkg --configure -a" and got this:

Quote:

dpkg:

Ubuntu 11.04 (64x) installed from WUBI.

Hardware (I don't know if this is relevant): Intel i5 M 450 ATI Mobility HD 5650 Others?

View 2 Replies View Related

Ubuntu :: Cannot Update Dpkg Error Code (2)?

Aug 22, 2011

Im experiencing issues updating. here is the error update is giving me:Reading database....60%dpkg: unrecoverable fatal error, aborting:files list file for package 'liborbit2' is missing final newlineE: Sub-process /usr/bin/dpkg returned an error code (2)A package failed to install. Trying to recoverNothing happens at this point.

View 4 Replies View Related

Ubuntu :: Sub-process /usr/bin/dpkg Returned An Error Code (1)

Jan 14, 2010

I think that my computer crashed one time, while I was in middle of installing some new software, and it seems like it have made "dpkg" confused with itself - it thinks, that I still need to install "Wine", but it is allready installed, so everything is allright. But everytime, when I am upgrading or installing any kind of software, it give me this error (just an error, everything still works and installs fine):

Code:
Setting up wine (1.0.1-0ubuntu8) ...
kernel.printk = 4 4 1 7
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1

[Code]....

Errors were encountered while processing: wine E: Sub-process /usr/bin/dpkg returned an error code (1)

View 6 Replies View Related

Ubuntu :: Dpkg Error - No Space Left On Device

Feb 11, 2010

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. Yes I tried 'sudo dpkg --configure -a' Should I do a reinstall.

"Setting up initramfs-tools (0.92bubuntu53) ...
update-initramfs: deferring update (trigger activated)

Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.31-17-generic

gzip: stdout: No space left on device update-initramfs: failed for /boot/initrd.img-2.6.31-17-generic dpkg: subprocess installed post-installation script returned error exit status 1"

View 3 Replies View Related

Ubuntu Installation :: /usr/bin/dpkg Returned An Error Code (1)?

Mar 19, 2010

I'm tried to install bandwidthd on Ubuntu 9.10 and keep getting the following error.I have been looking around for a while and have been unsuccessful in finding a answer.

HTML Code:
$sudo apt-get install bandwidthd
Reading package lists... Done

[code]....

View 1 Replies View Related

Ubuntu Installation :: Dpkg: Unrecoverable Fatal Error?

Mar 28, 2010

Quote:dpkg: unrecoverable fatal error, aborting: failed in buffer_read(fd): files list for package `sysvinit-utils': Input/output errorE: Sub-process /usr/bin/dpkg returned an error code (2)This is the error i get when i try to update my system, fresh install of ubuntu 9.10

View 2 Replies View Related

Ubuntu :: Keep Getting Error Message - Run Sudo DPKG Manually

May 11, 2010

It reads dpkg was interrupted you must run sudo dpkg manually to correct problem. I tried the terminal options and still nothing.. The thing is I am trying to install other packages and it says have to close that one out first.

View 1 Replies View Related

Ubuntu :: Update Manager Error - DPKG Interrupted

Jul 16, 2010

I keep getting the following error when the Update Manager runs.

Code:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.
If I open up a terminal and run sudo dpkg --configure -a I then get the following error.

Code:
dpkg: parse error, in file `/var/lib/dpkg/updates/0002' near line 1:
newline in field name `

How to fix this as I can't install any updates.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved