Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2013 14:45:32 -0700
From:      Kevin Oberman <rkoberman@gmail.com>
To:        iZEN <izen@mail.ru>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: Stop in /usr/ports/x11/yelp.
Message-ID:  <CAN6yY1tYOiE%2B9s_u7eNb9nri7z3x23p7Dvt43wBtG70eKSC3Cw@mail.gmail.com>
In-Reply-To: <51C0B7A6.8030407@mail.ru>
References:  <51C0B7A6.8030407@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
This is really a response to all three of your failures. Re-build/install
pr-XML-Parser.

I would love to understand why this happens. After updating perl to 14.4 I
know that I re-installed p5-XML-Parser, but I also got this error when
re-installing intltool. I confirmed that Parser.pm was found in
/usr/local/lib/perl5/site_perl/5.14/XML/Parser/ was present,  but contained
only PerlSAX.pm. After re-installing the port, this was unchanged, but
intltool now finds XML::Parser with no problem.



On Tue, Jun 18, 2013 at 12:40 PM, iZEN <izen@mail.ru> wrote:

> %  cd /usr/ports/x11/yelp/ && make
> ===> Fetching all distfiles required by yelp-2.30.2_7 for building
> ===>  Extracting for yelp-2.30.2_7
> => SHA256 Checksum OK for gnome2/yelp-webkit-2.30.2.tar.**bz2.
> ===>  Patching for yelp-2.30.2_7
> ===>  Applying FreeBSD patches for yelp-2.30.2_7
> ===>   yelp-2.30.2_7 depends on executable: update-desktop-database - found
> ===>   yelp-2.30.2_7 depends on executable: gmake - found
> ===>   yelp-2.30.2_7 depends on file: /usr/local/libdata/pkgconfig/**ice.pc
> - found
> ===>   yelp-2.30.2_7 depends on file: /usr/local/libdata/pkgconfig/**gnome-doc-utils.pc
> - found
> ===>   yelp-2.30.2_7 depends on executable: gtk-update-icon-cache - found
> ===>   yelp-2.30.2_7 depends on file: /usr/local/bin/intltool-**extract -
> found
> ===>   yelp-2.30.2_7 depends on shared library: dbus-glib-1 - found
> ===>   yelp-2.30.2_7 depends on shared library: startup-notification-1 -
> found
> ===>   yelp-2.30.2_7 depends on shared library: webkitgtk-1.0 - found
> ===>   yelp-2.30.2_7 depends on shared library: rarian - found
> ===>   yelp-2.30.2_7 depends on shared library: intl - found
> ===>   yelp-2.30.2_7 depends on shared library: glib-2.0 - found
> ===>   yelp-2.30.2_7 depends on shared library: pcre - found
> ===>   yelp-2.30.2_7 depends on shared library: atk-1.0.0 - found
> ===>   yelp-2.30.2_7 depends on shared library: gconf-2.4 - found
> ===>   yelp-2.30.2_7 depends on shared library: gdk_pixbuf-2.0.0 - found
> ===>   yelp-2.30.2_7 depends on shared library: gtk-x11-2.0.0 - found
> ===>   yelp-2.30.2_7 depends on shared library: IDL-2.0 - found
> ===>   yelp-2.30.2_7 depends on shared library: xml2.5 - found
> ===>   yelp-2.30.2_7 depends on shared library: xslt.2 - found
> ===>   yelp-2.30.2_7 depends on shared library: ORBit-2.0 - found
> ===>   yelp-2.30.2_7 depends on shared library: pango-1.0.0 - found
> ===>  Configuring for yelp-2.30.2_7
> configure: WARNING: unrecognized options: --with-html-dir,
> --disable-gtk-doc
> configure: loading site script /usr/ports/Templates/config.**site
> checking for a BSD-compatible install... /usr/bin/install -c -o root -g
> wheel
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
> checking for gawk... (cached) /usr/bin/awk
> checking whether gmake sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking whether NLS is requested... yes
> checking for style of include used by gmake... GNU
> checking for gcc... cc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for cc option to accept ISO C89... none needed
> checking dependency style of cc... gcc3
> checking for intltool >= 0.35.0... 0.50.2 found
> checking for intltool-update... /usr/local/bin/intltool-update
> checking for intltool-merge... /usr/local/bin/intltool-merge
> checking for intltool-extract... /usr/local/bin/intltool-**extract
> checking for xgettext... /usr/local/bin/xgettext
> checking for msgmerge... /usr/local/bin/msgmerge
> checking for msgfmt... /usr/local/bin/msgfmt
> checking for gmsgfmt... /usr/local/bin/msgfmt
> checking for perl... /usr/bin/perl
> checking for perl >= 5.8.1... 5.16.3
> checking for XML::Parser... configure: error: XML::Parser perl module is
> required for intltool
> ===>  Script "configure" failed unexpectedly.
> Please run the gnomelogalyzer, available from
> "http://www.freebsd.org/gnome/**gnomelogalyzer.sh<http://www.freebsd.org/gnome/gnomelogalyzer.sh>",
> which will diagnose the
> problem and suggest a solution. If - and only if - the gnomelogalyzer
> cannot
> solve the problem, report the build failure to the FreeBSD GNOME team at
> gnome@FreeBSD.org, and attach (a)
> "/usr/obj/usr/ports/x11/yelp/**work/yelp-webkit-2.30.2/**config.log", (b)
> the
> output of the failed make command, and (c) the gnomelogalyzer output. Also,
> it might be a good idea to provide an overview of all packages installed on
> your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any
> website,
> copy-and-paste into http://freebsd-gnome.pastebin.**com<http://freebsd-gnome.pastebin.com>,
> or use send-pr(1) with
> the attachment. Try to avoid sending any attachments to the mailing list
> (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are
> usually discarded by the mailing list software.
> *** [do-configure] Error code 1
>
> Stop in /usr/ports/x11/yelp.
>
> _______________________________________________
> freebsd-gnome@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
>



-- 
R. Kevin Oberman, Network Engineer
E-mail: rkoberman@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1tYOiE%2B9s_u7eNb9nri7z3x23p7Dvt43wBtG70eKSC3Cw>