How to compile network manager ubuntu 8.10

Asked by Mike Parker

I am running Intrepid 8.10 and would like to modify network-manger but I am having trouble building it. I just want to start by making sure I can cleanly build what I am running.

I ran the following commands to get started:

sudo apt-get source network-manager=0.7~~svn20081018t105859-0ubuntu1.8.10.1

sudo apt-get build-dep network-manager=0.7~~svn20081018t105859-0ubuntu1.8.10.1

then I tried:

sudo ./autogen.sh

with the following result:

configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:5: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.in:13: error: possibly undefined macro: AM_PROG_CC_C_O
configure.in:15: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:60: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
configure.in:66: error: possibly undefined macro: AM_CONDITIONAL
autoreconf: /usr/bin/autoconf failed with exit status: 1

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu network-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Savvas Radevic
Solved:
Last query:
Last reply:
Revision history for this message
Mike Parker (jked) said :
#1

I am hoping to get a complete description of the build steps in my environment as opposed to just getting past this first error.

Revision history for this message
Best Savvas Radevic (medigeek) said :
#2

sudo apt-get install devscripts
apt-get source network-manager=0.7~~svn20081018t105859-0ubuntu1.8.10.1
sudo apt-get build-dep network-manager=0.7~~svn20081018t105859-0ubuntu1.8.10.1
cd network-manager*

(Now do your changes.)
dch -i

(Edit the changelog entry, press CTRL+X to quit the editor if it's nano. When you finish up, you can create a package)

debuild

Revision history for this message
Mike Parker (jked) said :
#3

Thanks Savvas Radevic, that solved my question.

Revision history for this message
Muhammad Annaqeeb (annaqeeb) said :
#4

I am trying to compile network-manager on Ubuntu 10.04 ,but i keep getting errors:
here what i enter:

sudo apt-get install devscripts
apt-get source network-manager=0.8-0ubuntu3
sudo apt-get build-dep network-manager=0.8-0ubuntu3

here is the output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have unmet dependencies:
  libgnomeui-dev: Depends: libgnome2-dev (>= 2.13.7) but it is not going to be installed
                  Depends: libgconf2-dev (>= 2.6.0) but it is not going to be installed
                  Depends: libbonoboui2-dev (>= 2.13.1) but it is not going to be installed
                  Depends: libgnomevfs2-dev (>= 2.8.4-2) but it is not going to be installed
  libnotify-dev: Depends: libnotify1 (= 0.4.5-1ubuntu4) but 0.5.0-2 is to be installed
  libpanel-applet2-dev: Depends: libgconf2-dev (>= 2.6.1) but it is not going to be installed
                        Depends: libbonoboui2-dev (>= 2.1.1) but it is not going to be installed
E: Build-dependencies for network-manager=0.8-0ubuntu3 could not be satisfied.