You are not logged in.
Pages: 1
hi I am trying to install dpkg using yaourt. I have all of my dependancies taken care of but I am still getting an error.
==> Building and installing package
==> ERROR: Running makepkg as root is a BAD idea and can cause
permanent, catastrophic damage to your system. If you
wish to run as root, please use the --asroot option.
Error: Makepkg was unable to build dpkg package.
I have sudo installed and I added the lines it said on the makepkg wiki page but no love. Any ideas as to what I am missing. Thanks.
There are 10 types of peaple in the world. Those who know binary and those that don't.
Offline
First make sure you have at least the basic tools for compiling stuff and building pkgs: pacman -S base-devel
Then run yaourt -S dpkg (not as root user).
1000
Offline
Thanks that worked for the dpkg install. But now I am trying to install a deb package using dpkg and I am getting this error.
dpkg: unable to access dpkg status area: No such file or directory
There are 10 types of peaple in the world. Those who know binary and those that don't.
Offline
Thanks that worked for the dpkg install. But now I am trying to install a deb package using dpkg and I am getting this error.
dpkg: unable to access dpkg status area: No such file or directory
why in the hell u would do that?? arch isnt debian based..
Its a sick world we live in....
Offline
why in the hell u would do that?? arch isnt debian based..
From the AUR page on dpkg ....
Comment by: Neverth on 20060731 [07:23:31]
With this we can port debian packages. \'man dpkg-deb\' (dpkg-deb -x $deb.deb $startdir/pkg).
dpkg -X | --vextract filename directory
Extract and display the filenames contained by a
package.
Personally never tried it.....but assume it would be similar to rpmextract.
Offline
Need it to install printer drivers. That only come in deb and rpm format. So any help?
There are 10 types of peaple in the world. Those who know binary and those that don't.
Offline
I have a similar problem (SANE-drivers that only come as a deb-package) - can i install them via dpkg?
Offline
No, this is not supposed to work. dpkg can be used if you want to make a package for a debian-based distribution.
Offline
Are you sure they don't have the sources available? If it's under the GPL license they must provide the sources as well.
Have you Syued today?
Free music for free people! | Earthlings
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery
Offline
I have a similar problem (SANE-drivers that only come as a deb-package) - can i install them via dpkg?
I have not had any luck and have given up for the time being. Let me know if you get something to work.
Are you sure they don't have the sources available? If it's under the GPL license they must provide the sources as well.
All they have on there web page is deb and rpm files check it out.
There are 10 types of peaple in the world. Those who know binary and those that don't.
Offline
Use rpmextract.
1000
Offline
Pages: 1