Re: Error trying to build from master using ./autogen.sh
Andrew Headrick <[email protected]> Wed, 22 Jun 2016 21:00:03 +0000
| Newsgroups | gmane.comp.gnome.apps.rhythmbox.devel |
|---|---|
| Message-ID | <CA+mKF0RdJ_mic+uLN6eHdRmCASgtsE=hYq030gyYZ_XHcDo0Ug@mail.gmail.com> |
--===============2529006424127732333== Content-Type: multipart/alternative; boundary=94eb2c07f22c45c2110535e43948 --94eb2c07f22c45c2110535e43948 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks Matt, That fixed my issue and I'm now on to new errors! Thanks. That devel package pulls in glib2-devel which I believe solved the issue. Thanks a bunch. I'll keep banging. A On Wed, Jun 22, 2016 at 1:46 PM Matt N <[email protected]> wrote: > Hi Andrew, > > I haven't touched rb in a little while, but I'm on fedora, too, and I > think what you want is the gobject-introspection-devel package. > > There will be other requirements to install after that, but you will > probably have an easier time mapping error messages to packages for those= . > > Happy hacking! > > On Wed, Jun 22, 2016, 4:31 PM Andrew Headrick <[email protected]> > wrote: > >> Hi, >> >> I checked out from master this morning and am trying to follow the build >> instructions on >> https://wiki.gnome.org/Apps/Rhythmbox/FAQ#Development_information. >> >> I'm using building on fedora 23. >> >> I'm getting the following error running ./autogen.sh >> >> =E2=9E=9C rhythmbox git:(andy) =E2=9C=97 ./autogen.sh >> Copying file po/Makefile.in.in >> autoreconf: Entering directory `.' >> autoreconf: running: intltoolize --automake --copy --force >> autoreconf: running: aclocal --force --install -I m4 ${ACLOCAL_FLAGS} >> autoreconf: configure.ac: tracing >> autoreconf: running: libtoolize --copy --force >> libtoolize: putting auxiliary files in '.'. >> libtoolize: copying file './ltmain.sh' >> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. >> libtoolize: copying file 'm4/libtool.m4' >> libtoolize: copying file 'm4/ltoptions.m4' >> libtoolize: copying file 'm4/ltsugar.m4' >> libtoolize: copying file 'm4/ltversion.m4' >> libtoolize: copying file 'm4/lt~obsolete.m4' >> autoreconf: running: /usr/bin/autoconf --force >> autoreconf: running: /usr/bin/autoheader --force >> autoreconf: running: automake --add-missing --copy --force-missing >> configure.ac:415: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, >> and its use is discouraged. >> configure.ac:415: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' >> macro instead, >> configure.ac:415: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your >> Makefile.am files. >> configure.ac:36: installing './compile' >> configure.ac:9: installing './missing' >> backends/Makefile.am: installing './depcomp' >> autoreconf: Leaving directory `.' >> checking for a BSD-compatible install... /usr/bin/install -c >> checking whether build environment is sane... yes >> checking for a thread-safe mkdir -p... /usr/bin/mkdir -p >> checking for gawk... gawk >> checking whether make sets $(MAKE)... yes >> checking whether make supports nested variables... yes >> checking whether UID '1000' is supported by ustar format... yes >> checking whether GID '1000' is supported by ustar format... yes >> checking how to create a ustar tar archive... gnutar >> checking whether to enable maintainer-specific portions of Makefiles... >> yes >> checking whether make supports nested variables... (cached) yes >> ./configure: line 3632: syntax error near unexpected token >> `$GOBJECT_INTROSPECTION_REQS' >> ./configure: line 3632: >> `GOBJECT_INTROSPECTION_REQUIRE($GOBJECT_INTROSPECTION_REQS)' >> >> I searched google and bugzilla and all i found was a reference that glib >> needed to be installed and it is. >> >> Any ideas? >> >> Thanks, >> Andrew >> >> p.s. Apologies if this shows up in the list twice. I submitted it once >> before I joined the list like a dummy. >> >> _______________________________________________ >> rhythmbox-devel mailing list >> [email protected] >> https://mail.gnome.org/mailman/listinfo/rhythmbox-devel >> > --94eb2c07f22c45c2110535e43948 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div><div><div>Thanks Matt,<br><br></div>That fixed my iss= ue and I'm now on to new errors! Thanks. That devel package pulls in gl= ib2-devel which I believe solved the issue.<br><br></div>Thanks a bunch. I&= #39;ll keep banging.<br></div>A<br></div><br><div class=3D"gmail_quote"><di= v dir=3D"ltr">On Wed, Jun 22, 2016 at 1:46 PM Matt N <<a href=3D"mailto:= [email protected]">[email protected]</a>> wrote:<br></div><blockquote clas= s=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;pad= ding-left:1ex"><p dir=3D"ltr">Hi Andrew,</p> <p dir=3D"ltr">I haven't touched rb in a little while, but I'm on f= edora, too, and I think what you want is the gobject-introspection-devel pa= ckage. </p> <p dir=3D"ltr">There will be other requirements to install after that, but = you will probably have an easier time mapping error messages to packages fo= r those.</p> <p dir=3D"ltr">Happy hacking!</p> <br><div class=3D"gmail_quote"></div><div class=3D"gmail_quote"><div dir=3D= "ltr">On Wed, Jun 22, 2016, 4:31 PM Andrew Headrick <<a href=3D"mailto:a= [email protected]" target=3D"_blank">[email protected]</a>&g= t; wrote:<br></div></div><div class=3D"gmail_quote"><blockquote class=3D"gm= ail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-le= ft:1ex"><div dir=3D"ltr"><div><div><div><div><div><div><div><div>Hi,<br><br= ></div>I checked out from master this morning and am trying to follow the b= uild instructions on <a href=3D"https://wiki.gnome.org/Apps/Rhythmbox/FAQ#D= evelopment_information" target=3D"_blank">https://wiki.gnome.org/Apps/Rhyth= mbox/FAQ#Development_information</a>. <br><br></div>I'm using building = on fedora 23.<br><br></div>I'm getting the following error running ./au= togen.sh<br><br>=E2=9E=9C=C2=A0 rhythmbox git:(andy) =E2=9C=97 ./autogen.sh= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 =C2=A0<br>Copying file po/<a href=3D"http://Makefile.= in.in" target=3D"_blank">Makefile.in.in</a><br>autoreconf: Entering directo= ry `.'<br>autoreconf: running: intltoolize --automake --copy --force<br= >autoreconf: running: aclocal --force --install -I m4 ${ACLOCAL_FLAGS}<br>a= utoreconf: <a href=3D"http://configure.ac" target=3D"_blank">configure.ac</= a>: tracing<br>autoreconf: running: libtoolize --copy --force<br>libtoolize= : putting auxiliary files in '.'.<br>libtoolize: copying file '= ./ltmain.sh'<br>libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, = 9;m4'.<br>libtoolize: copying file 'm4/libtool.m4'<br>libtooliz= e: copying file 'm4/ltoptions.m4'<br>libtoolize: copying file '= m4/ltsugar.m4'<br>libtoolize: copying file 'm4/ltversion.m4'<br= >libtoolize: copying file 'm4/lt~obsolete.m4'<br>autoreconf: runnin= g: /usr/bin/autoconf --force<br>autoreconf: running: /usr/bin/autoheader --= force<br>autoreconf: running: automake --add-missing --copy --force-missing= <br><a href=3D"http://configure.ac:415" target=3D"_blank">configure.ac:415<= /a>: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its us= e is discouraged.<br><a href=3D"http://configure.ac:415" target=3D"_blank">= configure.ac:415</a>: You should use the Autoconf-provided 'AC_PROG_MKD= IR_P' macro instead,<br><a href=3D"http://configure.ac:415" target=3D"_= blank">configure.ac:415</a>: and use '$(MKDIR_P)' instead of '$= (mkdir_p)'in your Makefile.am files.<br><a href=3D"http://configure.ac:= 36" target=3D"_blank">configure.ac:36</a>: installing './compile'<b= r><a href=3D"http://configure.ac:9" target=3D"_blank">configure.ac:9</a>: i= nstalling './missing'<br>backends/Makefile.am: installing './de= pcomp'<br>autoreconf: Leaving directory `.'<br>checking for a BSD-c= ompatible install... /usr/bin/install -c<br>checking whether build environm= ent is sane... yes<br>checking for a thread-safe mkdir -p... /usr/bin/mkdir= -p<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... y= es<br>checking whether make supports nested variables... yes<br>checking wh= ether UID '1000' is supported by ustar format... yes<br>checking wh= ether GID '1000' is supported by ustar format... yes<br>checking ho= w to create a ustar tar archive... gnutar<br>checking whether to enable mai= ntainer-specific portions of Makefiles... yes<br>checking whether make supp= orts nested variables... (cached) yes<br>./configure: line 3632: syntax err= or near unexpected token `$GOBJECT_INTROSPECTION_REQS'<br>./configure: = line 3632: `GOBJECT_INTROSPECTION_REQUIRE($GOBJECT_INTROSPECTION_REQS)'= <br><br></div>I searched google and bugzilla and all i found was a referenc= e that glib needed to be installed and it is.<br><br></div>Any ideas? <br><= br></div>Thanks,<br></div>Andrew<br><br></div>p.s. Apologies if this shows = up in the list twice. I submitted it once before I joined the list like a d= ummy.<br><br></div></blockquote></div><div class=3D"gmail_quote"><blockquot= e class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc sol= id;padding-left:1ex"> _______________________________________________<br> rhythmbox-devel mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank">rhythmbox-de= [email protected]</a><br> <a href=3D"https://mail.gnome.org/mailman/listinfo/rhythmbox-devel" rel=3D"= noreferrer" target=3D"_blank">https://mail.gnome.org/mailman/listinfo/rhyth= mbox-devel</a><br> </blockquote></div> </blockquote></div> --94eb2c07f22c45c2110535e43948-- --===============2529006424127732333== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ rhythmbox-devel mailing list [email protected] https://mail.gnome.org/mailman/listinfo/rhythmbox-devel --===============2529006424127732333==--