Info

2016-07-25 Thread Satya Prakash Prasad
I am in need to build gcc-4.9/libgcc1_4.9.2-10_amd64.deb locally so that I can copy this deb file to another host for installation. I am aware that we can build .deb & install file using below steps: # apt-get source gcc version 4.9# dpkg-checkbuilddeps# apt-get install # dpkg-buildpackage -uc -u

Install a version greater than or equal to of a package

2016-07-25 Thread Satya Prakash Prasad
When I ran dpkg-checkbuilddeps on downloaded source code gcc-4.9 package I received below information: # apt-get source gcc-4.9 # cd gcc-4.9-4.9.2 #dpkg-checkbuilddeps: Unmet build dependencies: g++-multilib libc6-dev-i386 lib32gcc1 libc6-dev-x32 libx32gcc1 libc6-dbg autoconf2.64 autogen gawk zlib

Re: Info

2016-07-25 Thread Wookey
On 2016-07-25 16:12 +0530, Satya Prakash Prasad wrote: This list is for discussing dpkg development, so is not the right place to ask for help building packages. debian-user or debian-toolchain are more appropriate lists. > I am in need to build gcc-4.9/libgcc1_4.9.2-10_amd64.deb locally so that

Potential bug in dpkg when using pre-depends?

2016-07-25 Thread Dani Galmanovich
Hi everybody, I have encountered a strange behavior when combining apt-get and pre-depends rules in the control file. The story is as follows: I have a package, lets call it 'main package', with the following rules in the control file: pre-depends on package 'A' and depends on package 'B' I have

Re: Potential bug in dpkg when using pre-depends?

2016-07-25 Thread Sven Joachim
On 2016-07-25 20:05 +0300, Dani Galmanovich wrote: > Hi everybody, > > I have encountered a strange behavior when combining apt-get and > pre-depends rules in the control file. The story is as follows: > > I have a package, lets call it 'main package', with the following rules in > the control fil