LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 08-19-2012, 02:12 AM   #1
TKH
Member
 
Registered: Jul 2011
Location: Milky Way
Distribution: Ubuntu, LFS, Slackware, Fedora
Posts: 223

Rep: Reputation: 20
NetworkManager-0.9.6.0 : intltool problem


Hi, I'm currently working on NetworkManager, and I found an error that tells me that my "intltool" is too old.
The weird thing is: I don't even have an intltool on my system!

I am trying to link it with wpa_supplicant, dhcpcd, and iptables. I found that none of these has intltool in their dependency.

I am asking for your help and hoping that a solution will be found. Thank you in advance!
 
Old 08-19-2012, 03:46 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
NetworkManager-0.9.6.0 > NetworkManager-0.9.6.0.tar.xz 07-Aug-2012
http://ftp.gnome.org/pub/GNOME/sourc...rkManager/0.9/
> http://ftp.gnome.org/pub/GNOME/sourc...0.9.6.0.tar.xz

grep -n intltool configure
16795:$as_echo_n "checking for intltool >= 0.40.0... " >&6; }
16799: as_fn_error $? "Your intltool is too old. You need intltool 0.40.0 or later."

Looks like you will have to install intltool to build NetworkManager.

.
 
Old 08-19-2012, 04:52 AM   #3
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
intltool is part of the (recommended) dependencies:

NetworkManager-0.9.6.0 <- libsoup-2.38.1 <- glib-networking-2.32.3 <- gsettings-desktop-schemas-3.4.2 <- Intltool-0.50.2

I do wonder why it isn't a required dependency......
 
2 members found this post helpful.
Old 08-19-2012, 12:56 PM   #4
TKH
Member
 
Registered: Jul 2011
Location: Milky Way
Distribution: Ubuntu, LFS, Slackware, Fedora
Posts: 223

Original Poster
Rep: Reputation: 20
Wow, that sure is a lot of work to do for libsoup...
Do you think it worth all the disk usage and installation procedure for libsoup or is it enough to install just intltool?
Also, I never ever use NLS.
 
Old 08-19-2012, 01:03 PM   #5
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
You might try just installing Intltool-0.50.2 and let the recommended packages be.

But as you have already noticed, you might run into more of these unfulfilled dependencies. Which you can install one at the time. In the end you might just have to install just about all the recommended parts anyway (or you might not.......). Might be an interesting experiment.

If you have the time and disk space I would recommend installing the recommended dependencies.

Whatever you decide; Do remove the NetworkManager-0.9.6.0 source dir and start fresh after you added a missing dependency.
 
Old 08-19-2012, 01:53 PM   #6
TKH
Member
 
Registered: Jul 2011
Location: Milky Way
Distribution: Ubuntu, LFS, Slackware, Fedora
Posts: 223

Original Poster
Rep: Reputation: 20
Thank you very much for the tip.
From here, I have come up with more questions:

First of all, why is intltool needed even though I'm not using NLS? I figured out that these have things to do with each other.
So I'm trying to make my distribution into two things: personal computer and server. Will these tools I'm about to put be any use?
 
Old 08-19-2012, 02:03 PM   #7
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Quote:
Originally Posted by TKH View Post
First of all, why is intltool needed even though I'm not using NLS? I figured out that these have things to do with each other.
If I look at the output of NetworkManager's ./configure --help, I do see this option: --disable-nls

I'm not sure if that is the option that depends on intltool, but give it a try.

Quote:
So I'm trying to make my distribution into two things: personal computer and server. Will these tools I'm about to put be any use?
I never install networkmanager, no need to and it only adds layer(s) of complexity.
 
1 members found this post helpful.
Old 08-21-2012, 01:10 AM   #8
TKH
Member
 
Registered: Jul 2011
Location: Milky Way
Distribution: Ubuntu, LFS, Slackware, Fedora
Posts: 223

Original Poster
Rep: Reputation: 20
So I installed the intltool and the configure moves on.
However, it now requires me to install gudev-1.0. I think I give up on this.

Quote:
Originally Posted by druuna View Post
I never install networkmanager, no need to and it only adds layer(s) of complexity.
Do you have an alternative? My goal is actually to have the WiFi network search.
 
Old 08-21-2012, 02:37 AM   #9
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Quote:
Originally Posted by TKH View Post
Quote:
Originally Posted by druuna
I never install networkmanager, no need to and it only adds layer(s) of complexity.
Do you have an alternative? My goal is actually to have the WiFi network search.
Nope, I can only point you to this: http://wiki.linuxfromscratch.org/blf.../WirelessTools
 
Old 08-21-2012, 09:56 AM   #10
TKH
Member
 
Registered: Jul 2011
Location: Milky Way
Distribution: Ubuntu, LFS, Slackware, Fedora
Posts: 223

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by druuna View Post
Nope, I can only point you to this: http://wiki.linuxfromscratch.org/blf.../WirelessTools
I already have that.
Anyway, I still need to thank you for the help
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless problem with NetworkManager navinsasikumar Linux - Wireless Networking 2 03-30-2009 04:11 AM
Problem installing NetworkManager Iyeck Linux - Newbie 2 06-27-2007 05:08 PM
A problem with networkmanager and wpa_supplicant flamy Linux - Networking 1 04-13-2007 09:13 AM
Problem with NetworkManager aspartat Linux - Wireless Networking 2 12-17-2006 07:49 AM
NetworkManager problem diablo_06 Linux - Wireless Networking 1 07-04-2006 10:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 09:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration