Re: A problem compiling NetworkManager.

2006-08-30 Thread Dan Williams
On Tue, 2006-08-29 at 16:12 -0500, Aaron Konstam wrote:
 On Tue, 2006-08-29 at 12:39 -0500, Steev Klimaszewski wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Dan Williams wrote:
   On Sun, 2006-08-27 at 08:34 -0500, Aaron Konstam wrote:
   On Fri, 2006-08-25 at 16:44 -0500, Steev Klimaszewski wrote:
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
  
   Aaron Konstam wrote:
   snippage
  
   Glad to hear you got further.  I am not sure about LEAP support, but if
   you are building from CVS, then I guess you should have it, but someone
   more familiar with CVS would have a better answer for you (I am simply a
   packager for Gentoo, no commit access.)  As to the dbus-glib-1 - that is
   either dbus-0.60+ or dbus-0.91+dbus-glib-0.71
  
   hth
   Well I have dbus-061 installed as well as dbus-glib-0.61.
  
   So now what am I to do? I really would like some direction on compiling
   this NetworkManager from the CVS.
   
   Are you still getting the same error about automake macros?
   
   Note that if you don't have dbus = 0.90 you'll have to:
   
   s/dbus_connection_close/dbus_connection_disconnect/
   
   Dan
   
   
   
  Actually, pretty sure dbus_connection_close was added in dbus .34... Was
  some discussion about that last night because of needing to patch a few
  things to work with dbus .91 on Gentoo.
 I am not sure what the above means where do you use:
 s/dbus_connection_close/dbus_connection_disconnect/

Ah, sorry.  That means, wherever you see dbus_connection_close in the
latest HEAD sources, you should change it to dbus_connection_disconnect.
That change was made with dbus 0.90 I think, so you have to revert it if
you're using dbus 0.6x.  In actuality, you only need to do this in
gnome/libnm_glib/libnm_glib.c.

 The dbus error is the one that is holding me up right now. Is it a
 matter that this compileing only works on Gentoo. Others reporting that
 htey suceeded in the compiling using the same method. So I am mystified.

Can you re-paste the error you're getting into a reply so I can see it
again?

Thanks,
Dan

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: A problem compiling NetworkManager.

2006-08-29 Thread Dan Williams
On Sun, 2006-08-27 at 08:34 -0500, Aaron Konstam wrote:
 On Fri, 2006-08-25 at 16:44 -0500, Steev Klimaszewski wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Aaron Konstam wrote:
  snippage
  
  Glad to hear you got further.  I am not sure about LEAP support, but if
  you are building from CVS, then I guess you should have it, but someone
  more familiar with CVS would have a better answer for you (I am simply a
  packager for Gentoo, no commit access.)  As to the dbus-glib-1 - that is
  either dbus-0.60+ or dbus-0.91+dbus-glib-0.71
  
  hth
 Well I have dbus-061 installed as well as dbus-glib-0.61.
 
 So now what am I to do? I really would like some direction on compiling
 this NetworkManager from the CVS.

Are you still getting the same error about automake macros?

Note that if you don't have dbus = 0.90 you'll have to:

s/dbus_connection_close/dbus_connection_disconnect/

Dan


___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: A problem compiling NetworkManager.

2006-08-29 Thread Steev Klimaszewski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dan Williams wrote:
 On Sun, 2006-08-27 at 08:34 -0500, Aaron Konstam wrote:
 On Fri, 2006-08-25 at 16:44 -0500, Steev Klimaszewski wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Aaron Konstam wrote:
 snippage

 Glad to hear you got further.  I am not sure about LEAP support, but if
 you are building from CVS, then I guess you should have it, but someone
 more familiar with CVS would have a better answer for you (I am simply a
 packager for Gentoo, no commit access.)  As to the dbus-glib-1 - that is
 either dbus-0.60+ or dbus-0.91+dbus-glib-0.71

 hth
 Well I have dbus-061 installed as well as dbus-glib-0.61.

 So now what am I to do? I really would like some direction on compiling
 this NetworkManager from the CVS.
 
 Are you still getting the same error about automake macros?
 
 Note that if you don't have dbus = 0.90 you'll have to:
 
 s/dbus_connection_close/dbus_connection_disconnect/
 
 Dan
 
 
 
Actually, pretty sure dbus_connection_close was added in dbus .34... Was
some discussion about that last night because of needing to patch a few
things to work with dbus .91 on Gentoo.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE9HvY1c+EtXTHkJcRArl5AJsGpSaQ4Qp/Mr6VmcFufdVkTNsx2gCeNbV5
3C3l/gaZfxAa8krqsz317kU=
=JpHE
-END PGP SIGNATURE-
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: A problem compiling NetworkManager.

2006-08-29 Thread Aaron Konstam
On Tue, 2006-08-29 at 12:39 -0500, Steev Klimaszewski wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Dan Williams wrote:
  On Sun, 2006-08-27 at 08:34 -0500, Aaron Konstam wrote:
  On Fri, 2006-08-25 at 16:44 -0500, Steev Klimaszewski wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Aaron Konstam wrote:
  snippage
 
  Glad to hear you got further.  I am not sure about LEAP support, but if
  you are building from CVS, then I guess you should have it, but someone
  more familiar with CVS would have a better answer for you (I am simply a
  packager for Gentoo, no commit access.)  As to the dbus-glib-1 - that is
  either dbus-0.60+ or dbus-0.91+dbus-glib-0.71
 
  hth
  Well I have dbus-061 installed as well as dbus-glib-0.61.
 
  So now what am I to do? I really would like some direction on compiling
  this NetworkManager from the CVS.
  
  Are you still getting the same error about automake macros?
  
  Note that if you don't have dbus = 0.90 you'll have to:
  
  s/dbus_connection_close/dbus_connection_disconnect/
  
  Dan
  
  
  
 Actually, pretty sure dbus_connection_close was added in dbus .34... Was
 some discussion about that last night because of needing to patch a few
 things to work with dbus .91 on Gentoo.
I am not sure what the above means where do you use:
s/dbus_connection_close/dbus_connection_disconnect/

The dbus error is the one that is holding me up right now. Is it a
matter that this compileing only works on Gentoo. Others reporting that
htey suceeded in the compiling using the same method. So I am mystified.
-- 
Aaron Konstam [EMAIL PROTECTED]

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: A problem compiling NetworkManager.

2006-08-27 Thread Aaron Konstam
On Fri, 2006-08-25 at 16:44 -0500, Steev Klimaszewski wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Aaron Konstam wrote:
 snippage
 
 Glad to hear you got further.  I am not sure about LEAP support, but if
 you are building from CVS, then I guess you should have it, but someone
 more familiar with CVS would have a better answer for you (I am simply a
 packager for Gentoo, no commit access.)  As to the dbus-glib-1 - that is
 either dbus-0.60+ or dbus-0.91+dbus-glib-0.71
 
 hth
Well I have dbus-061 installed as well as dbus-glib-0.61.

So now what am I to do? I really would like some direction on compiling
this NetworkManager from the CVS.
-- 
Aaron Konstam [EMAIL PROTECTED]

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: A problem compiling NetworkManager.

2006-08-25 Thread Aaron Konstam
On Fri, 2006-08-25 at 09:23 -0400, Matthew Saltzman wrote:
 On Thu, 24 Aug 2006, Aaron Konstam wrote:
 
  Here during the autogen.sh step I get these errors:
  Checking for required M4 macros...
   libtool.m4 not found
   glib-gettext.m4 not found
  Checking for forbidden M4 macros...
  ***Error***: some autoconf macros required to build NetworkManager
   were not found in your aclocal path, or some forbidden
   macros were found.  Perhaps you need to adjust your
   ACLOCAL_FLAGS?
 
  What is the correct proceedure to fix these errors and procede? I
  appologize if the problem has been well discussed before and I missed
  it.
 
 $ rpm -qf `locate libtool.m4`
 libtool-1.5.22-2.3
 $ rpm -qf `locate glib-gettext.m4`ell you weere half right
 

Well you were half right. glib2-devel was notinstalled. Things got
further but I was stopped in my tracks by the error message:
Package requirements not met: dbus-glib-1 = 0.60


Now that is a puzzle since I can't find that program anywhere except for
a site that cannot be reached. At least for FC5.

One more thing is this NetworkManager I am trying to produce the one
that has LEAP support? Otherwise I am wasting my time.

-- 
Aaron Konstam [EMAIL PROTECTED]

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: A problem compiling NetworkManager.

2006-08-25 Thread Steev Klimaszewski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Aaron Konstam wrote:
snippage

Glad to hear you got further.  I am not sure about LEAP support, but if
you are building from CVS, then I guess you should have it, but someone
more familiar with CVS would have a better answer for you (I am simply a
packager for Gentoo, no commit access.)  As to the dbus-glib-1 - that is
either dbus-0.60+ or dbus-0.91+dbus-glib-0.71

hth
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE72801c+EtXTHkJcRAoUhAJ9q/vmeviGsCtDJ1ujEOOpfNVBV8ACfei0I
0qcYlRIdLCM+Ac7Xz76lJUc=
=+vm1
-END PGP SIGNATURE-
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: A problem compiling NetworkManager.

2006-08-24 Thread Darren Albers
I think you need to install automake

On 8/24/06, Aaron Konstam [EMAIL PROTECTED] wrote:
 I am probably doing something really stupid but I have to ask. I am
 trying to compile NetworkManager from the CVS repository using
 instructions found  on :
 http://www.gnome.org/projects/NetworkManager/developers/

 The first thing is compile gnome-common using the following
 instructions:

  cvs -d :server:[EMAIL PROTECTED]:/cvs/gnome login
 cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome co gnome-common
 cd gnome-common
 ./autogen.sh --prefix=/usr
 cd macros2
 make
  make install


 Now we get to compiling and installing NetworkManager. THe isntructions
 were :
   cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome login
 cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome co NetworkManager
 cd NetworkManager
 ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
 make
  make install

 Here during the autogen.sh step I get these errors:
 Checking for required M4 macros...
   libtool.m4 not found
   glib-gettext.m4 not found
 Checking for forbidden M4 macros...
 ***Error***: some autoconf macros required to build NetworkManager
   were not found in your aclocal path, or some forbidden
   macros were found.  Perhaps you need to adjust your
   ACLOCAL_FLAGS?

 What is the correct proceedure to fix these errors and procede? I
 appologize if the problem has been well discussed before and I missed
 it.

 --
 ===
 YOU!! Give me the CUTEST, PINKEST, most charming little VICTORIAN
 DOLLHOUSE you can find!! An make it SNAPPY!!
 ===
 Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]



 ___
 NetworkManager-list mailing list
 NetworkManager-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/networkmanager-list

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: A problem compiling NetworkManager.

2006-08-24 Thread Aaron Konstam
On Thu, 2006-08-24 at 16:17 -0500, Aaron Konstam wrote:
 On Thu, 2006-08-24 at 16:23 -0400, Darren Albers wrote:
  I think you need to install automake
 automake-1.9..6-2 is installed. I guess I could try to update it.
 
 Sorry , but here top posting seemed appropriate.
  
  On 8/24/06, Aaron Konstam [EMAIL PROTECTED] wrote:
   I am probably doing something really stupid but I have to ask. I am
   trying to compile NetworkManager from the CVS repository using
   instructions found  on :
   http://www.gnome.org/projects/NetworkManager/developers/
  
   The first thing is compile gnome-common using the following
   instructions:
  
cvs -d :server:[EMAIL PROTECTED]:/cvs/gnome login
   cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome co gnome-common
   cd gnome-common
   ./autogen.sh --prefix=/usr
   cd macros2
   make
make install
  
  
   Now we get to compiling and installing NetworkManager. THe isntructions
   were :
 cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome login
   cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome co NetworkManager
   cd NetworkManager
   ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
make install
  
   Here during the autogen.sh step I get these errors:
   Checking for required M4 macros...
 libtool.m4 not found
 glib-gettext.m4 not found
   Checking for forbidden M4 macros...
   ***Error***: some autoconf macros required to build NetworkManager
 were not found in your aclocal path, or some forbidden
 macros were found.  Perhaps you need to adjust your
 ACLOCAL_FLAGS?
  
   What is the correct proceedure to fix these errors and procede? I
   appologize if the problem has been well discussed before and I missed
   it.
  
   --
   ===
   YOU!! Give me the CUTEST, PINKEST, most charming little VICTORIAN
   DOLLHOUSE you can find!! An make it SNAPPY!!
   ===
   Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]
  
  
  
   ___
   NetworkManager-list mailing list
   NetworkManager-list@gnome.org
   http://mail.gnome.org/mailman/listinfo/networkmanager-list
  
  ___
  NetworkManager-list mailing list
  NetworkManager-list@gnome.org
  http://mail.gnome.org/mailman/listinfo/networkmanager-list
 --
 ===
 And if California slides into the ocean, Like the mystics and statistics
 say it will. I predict this motel will be standing, Until I've paid my
 bill. -- Warren Zevon, Desperados Under the Eaves
 ===
 Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]
--
===
Injustice anywhere is a threat to justice everywhere. -- Martin Luther
King, Jr.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: A problem compiling NetworkManager.

2006-08-24 Thread Aaron Konstam
On Thu, 2006-08-24 at 16:38 -0500, Aaron Konstam wrote:
 On Thu, 2006-08-24 at 16:17 -0500, Aaron Konstam wrote:
  On Thu, 2006-08-24 at 16:23 -0400, Darren Albers wrote:
   I think you need to install automake

automake-1.9..6-2 is installed. I guess I could try to update it. 

 Sorry , but here top posting seemed appropriate. I also apologize for 
duplicate messages
because of my confusion. Any further ideas on what to do?
   
   On 8/24/06, Aaron Konstam [EMAIL PROTECTED] wrote:
I am probably doing something really stupid but I have to ask. I am
trying to compile NetworkManager from the CVS repository using
instructions found  on :
http://www.gnome.org/projects/NetworkManager/developers/
   
The first thing is compile gnome-common using the following
instructions:
   
 cvs -d :server:[EMAIL PROTECTED]:/cvs/gnome login
cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome co gnome-common
cd gnome-common
./autogen.sh --prefix=/usr
cd macros2
make
 make install
   
   
Now we get to compiling and installing NetworkManager. THe isntructions
were :
  cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome login
cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome co NetworkManager
cd NetworkManager
./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
 make install
   
Here during the autogen.sh step I get these errors:
Checking for required M4 macros...
  libtool.m4 not found
  glib-gettext.m4 not found
Checking for forbidden M4 macros...
***Error***: some autoconf macros required to build NetworkManager
  were not found in your aclocal path, or some forbidden
  macros were found.  Perhaps you need to adjust your
  ACLOCAL_FLAGS?
   
What is the correct proceedure to fix these errors and procede? I
appologize if the problem has been well discussed before and I missed
it.
   
--
===
YOU!! Give me the CUTEST, PINKEST, most charming little VICTORIAN
DOLLHOUSE you can find!! An make it SNAPPY!!
===
Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]
   
   
   
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list
   
   ___
   NetworkManager-list mailing list
   NetworkManager-list@gnome.org
   http://mail.gnome.org/mailman/listinfo/networkmanager-list
  --
  ===
  And if California slides into the ocean, Like the mystics and statistics
  say it will. I predict this motel will be standing, Until I've paid my
  bill. -- Warren Zevon, Desperados Under the Eaves
  ===
  Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]
 --
 ===
 Injustice anywhere is a threat to justice everywhere. -- Martin Luther
 King, Jr.
 ===
 Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]
 
 ___
 NetworkManager-list mailing list
 NetworkManager-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/networkmanager-list
--
===
Some men love truth so much that they seem to be in continual fear lest
she should catch a cold on overexposure. -- Samuel Butler
===
Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: A problem compiling NetworkManager.

2006-08-24 Thread Steev Klimaszewski
Aaron Konstam wrote:
 On Thu, 2006-08-24 at 16:38 -0500, Aaron Konstam wrote:
 On Thu, 2006-08-24 at 16:17 -0500, Aaron Konstam wrote:
 On Thu, 2006-08-24 at 16:23 -0400, Darren Albers wrote:
 I think you need to install automake
 
 automake-1.9..6-2 is installed. I guess I could try to update it. 
 
  Sorry , but here top posting seemed appropriate. I also apologize for 
 duplicate messages
 because of my confusion. Any further ideas on what to do?

lots of snippage

Do you have gnome-common ?
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list