Re: Source file bind9

2017-04-13 Thread Alexandre Vilarinho
Hello all
I've compiled the debian/rules files with the following modifications:
 ./configure --prefix=/usr \        --mandir=\$${prefix}/share/man \        
--infodir=\$${prefix}/share/info \        --sysconfdir=/etc/bind \        
--localstatedir=/var/run/bind \        --enable-threads \        --with-libtool 
\        --enable-shared \        --enable-static \        --with-openssl=/usr 
\        --with-gnu-ld \        --enable-ipv6 \     —-enable-ipv4 \        
--with-dlz-mysql=yes \  --with-dlz-filesystem=yes \  --with-dlz-stub=yes 
When a started to build the package the following erro presented
dpkg-checkbuilddeps: error: Unmet build dependencies: dh-exec

How do It get this dependency?
Regards
Alex
 

Em Segunda-feira, 10 de Abril de 2017 12:38, Alexandre Vilarinho 
 escreveu:
 

 It worked, thanks.
Regards
Alex 

Em Segunda-feira, 10 de Abril de 2017 12:22, Nish Aravamudan 
 escreveu:
 

 On 08.04.2017 [04:23:06 +], Alexandre Vilarinho wrote:
> Hello all
> I'm trying to get the source file for bind9, so I can compile it to support 
> MySQL, but when I run the following command I get an error informing that the 
> source code wasn't found.
> root@Linux-Services-Server:/usr/local/src/bind9# apt-get build-dep 
> bind9Reading package lists... DoneE: Unable to find a source package for bind9
> root@Linux-Services-Server:/usr/local/src/bind9# apt-get source bind9Reading 
> package lists... DoneE: Unable to find a source package for 
> bind9root@Linux-Services-Server:/usr/local/src/bind9# 

Do you have any deb-src lines in /etc/apt/sources.list?

Alternatively, use `pull-lp-source` as Mathieu said.

-Nish

-- 
Nishanth Aravamudan
Ubuntu Server
Canonical Ltd


   

   -- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Source file bind9

2017-04-10 Thread Alexandre Vilarinho
It worked, thanks.
Regards
Alex 

Em Segunda-feira, 10 de Abril de 2017 12:22, Nish Aravamudan 
 escreveu:
 

 On 08.04.2017 [04:23:06 +], Alexandre Vilarinho wrote:
> Hello all
> I'm trying to get the source file for bind9, so I can compile it to support 
> MySQL, but when I run the following command I get an error informing that the 
> source code wasn't found.
> root@Linux-Services-Server:/usr/local/src/bind9# apt-get build-dep 
> bind9Reading package lists... DoneE: Unable to find a source package for bind9
> root@Linux-Services-Server:/usr/local/src/bind9# apt-get source bind9Reading 
> package lists... DoneE: Unable to find a source package for 
> bind9root@Linux-Services-Server:/usr/local/src/bind9# 

Do you have any deb-src lines in /etc/apt/sources.list?

Alternatively, use `pull-lp-source` as Mathieu said.

-Nish

-- 
Nishanth Aravamudan
Ubuntu Server
Canonical Ltd


   -- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Source file bind9

2017-04-10 Thread Nish Aravamudan
On 08.04.2017 [04:23:06 +], Alexandre Vilarinho wrote:
> Hello all
> I'm trying to get the source file for bind9, so I can compile it to support 
> MySQL, but when I run the following command I get an error informing that the 
> source code wasn't found.
> root@Linux-Services-Server:/usr/local/src/bind9# apt-get build-dep 
> bind9Reading package lists... DoneE: Unable to find a source package for bind9
> root@Linux-Services-Server:/usr/local/src/bind9# apt-get source bind9Reading 
> package lists... DoneE: Unable to find a source package for 
> bind9root@Linux-Services-Server:/usr/local/src/bind9# 

Do you have any deb-src lines in /etc/apt/sources.list?

Alternatively, use `pull-lp-source` as Mathieu said.

-Nish

-- 
Nishanth Aravamudan
Ubuntu Server
Canonical Ltd

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Source file bind9

2017-04-10 Thread Mathieu Trudel-Lapierre
On Sat, Apr 8, 2017 at 1:44 AM, Nils Kassube  wrote:

> Alexandre Vilarinho wrote:
> > I'm trying to get the source file for bind9,
>
> This is a sopport question. you should better ask on the ubuntu-users
> list .
>


Actually, if this is about the source for a bind9 that was uploaded to the
archive; then it's quite on topic for ubuntu-devel-discuss@; it does
qualifies as "discussing the development of Ubuntu".

You have the 'pull-lp-source' command that allows you to get the right
source package for the release you'll want; to use it, you need to have
'ubuntu-dev-tools' installed:

pull-lp-source bind9 xenial

(assuming what you want is the source for the latest upload of bind9 to
Ubuntu 16.04)

Kindly,


Mathieu Trudel-Lapierre >
Freenode: cyphermox, Jabber: mathieu...@gmail.com
4096R/65B58DA1 818A D123 0992 275B 23C2  CF89 C67B B4D6 65B5 8DA1
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Source file bind9

2017-04-07 Thread Nils Kassube
Alexandre Vilarinho wrote:
> I'm trying to get the source file for bind9,

This is a sopport question. you should better ask on the ubuntu-users  
list .


Nils


-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Source file bind9

2017-04-07 Thread Alexandre Vilarinho
Hello all
I'm trying to get the source file for bind9, so I can compile it to support 
MySQL, but when I run the following command I get an error informing that the 
source code wasn't found.
root@Linux-Services-Server:/usr/local/src/bind9# apt-get build-dep bind9Reading 
package lists... DoneE: Unable to find a source package for bind9
root@Linux-Services-Server:/usr/local/src/bind9# apt-get source bind9Reading 
package lists... DoneE: Unable to find a source package for 
bind9root@Linux-Services-Server:/usr/local/src/bind9# 
Where can i get bind9 source code?
I using the following ubuntu server distribution:
root@Linux-Services-Server:/usr/local/src/bind9# lsb_release -aNo LSB modules 
are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.2 LTSRelease: 
16.04Codename: xenialroot@Linux-Services-Server:/usr/local/src/bind9# 
I accessed the following web page 
(http://packages.ubuntu.com/xenial/amd64/bind9), but there was no address to 
the git repo.
I've added the following repo address deb http://security.ubuntu.com/ubuntu 
xenial-security main to /etc/apt/sources.list and still nothing.
Regards
Alex

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss