On Wed, 2009-09-02 at 17:27 +0800 bob wrote: > Hi Roger > > I attach the full log as below. Basicly it tell me I don't have libnm_glib, > but this library depends on other package and even I have to install old rpm > for unpack other old package (old rpm utility needs rpmlib(PayloadIsLzma)). > It doesn't make sense...so I guess i miss something... > > ========== Full log =============================== > [r...@localhost ~]# jhbuild-moblin2 build > *** Configuring mojito *** [7/30] > ./autogen.sh --prefix /root/moblin2/install --libdir > '/root/moblin2/install/lib' --with-online=networkmanager --disable-static > --disable-gtk-doc > autoreconf: Entering directory `.' > checking for NM... configure: error: Package requirements (libnm_glib >= > 0.7) were not met: > > No package 'libnm_glib' found
So mojito failed to build because it's configured to link with networkmanager, which is unavailable on Moblin. You can configure mojito without this option by removing '--with-online=networkmanager' from the configure option. To do this with jhbuild, you need to modify 'jhbuildrc-moblin2', replace the 'moduleset' with a pointer to your local file 'moblin2.modules', then modify 'moblin2.modules': remove '--with-online=networkmanager' from the 'mojito' build options. It's still helpful to build that with networkmanager when you're developing from a non-Moblin distribution. Roger > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables NM_CFLAGS > and NM_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > *** Error during phase configure of mojito: ########## Error running > ./autogen.sh --prefix /root/moblin2/install --libdir > '/root/moblin2/install/lib' --with-online=networkmanager --disable-static > --disable-gtk-doc > *** [7/30] > > [1] Rerun phase configure > [2] Ignore error and continue to build > [3] Give up on module > [4] Start shell > [5] Reload configuration > [6] Go to phase "wipe directory and start over" > [7] Go to phase "clean" > [8] Go to phase "distclean" > choice: > > > > ----- Original Message ----- > From: "Roger WANG" <[email protected]> > To: <[email protected]> > Sent: Wednesday, September 02, 2009 4:54 PM > Subject: Re: [Moblin Dev] dependency issues from "jhbuild-moblin2 build" > > > > On Wed, 2009-09-02 at 16:42 +0800 bob wrote: > >> Hi All > >> > >> I follow Rusty's suggestion to install jhbuild to manage rpm install, > >> but so many dependency issue appears when i execute 'jhbuild-moblin2 > >> build'. > > > > Could you post your full log? That helps other people find out what's > > wrong. > > > > > >> Basicly, I don't find too much information or solutions about how to > >> quickly fix those dependencies and it appears like it's very easy to > >> build up jhbuild environment. All i have is the link: > >> http://git.moblin.org/cgit.cgi/moblin2-jhbuild/tree/README > >> > >> Do I miss anything? > >> > >> Thanks, > >> -bob > > _______________________________________________ > > Moblin dev Mailing List > > [email protected] > > > > To manage or unsubscribe from this mailing list visit: > > http://lists.moblin.org/listinfo/dev or your user account on > > http://moblin.org once logged in. > > > > For more information on the Moblin Developer Mailing lists visit: > > http://moblin.org/community/mailing-lists > _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
