Problem building yelp-2.23.1-1
Hello, I have just tried to build the updated yelp port (version 2.23.1-1). The build stopped immediately with the error message to be found in the attachment. I have installed all the listed dependencies of yelp in a current version: libgnomeui 2.22.01-1 gnome-vfs 2.22.0-1 gnome-doc-utils 0.12.2-1 xulrunner 1.9.0.1-1 How can the error in building yelp be avoided? Regards, Markus
Markus Heinz [2008-08-19 18:14]: Hi Markus,
I have just tried to build the updated yelp port (version 2.23.1-1). The build stopped immediately with the error message to be found in the attachment. [...]
That error might have been reported on IRC already. Yesterday, Matt found a patch for xulrunner that fixed the yelp build for him. I'm not sure if he encountered the same problem as you, but I suggest that you try patching opt/xulrunner with this diff: http://repos.archlinux.org/viewvc.cgi/xulrunner/repos/extra-i686/bzXXX_pc_ho... Let me if this helps. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
On Tue, Aug 19, 2008 at 1:33 PM, Tilman Sauerbeck <tilman@crux.nu> wrote:
Markus Heinz [2008-08-19 18:14]:
Hi Markus,
I have just tried to build the updated yelp port (version 2.23.1-1). The build stopped immediately with the error message to be found in the attachment. [...]
That error might have been reported on IRC already. Yesterday, Matt found a patch for xulrunner that fixed the yelp build for him. I'm not sure if he encountered the same problem as you, but I suggest that you try patching opt/xulrunner with this diff: http://repos.archlinux.org/viewvc.cgi/xulrunner/repos/extra-i686/bzXXX_pc_ho...
Let me if this helps.
Regards, Tilman
-- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
The problem seems to be that yelp can not find the nspr include files. Adding this to your ./configure line in the yelp Pkgfile should let yelp build successfully: CPPFLAGS=-I/usr/include/nspr It worked for me, anyway. :) Daniel
Hello, On Tue, 19 Aug 2008 20:33:18 +0200 Tilman Sauerbeck <tilman@crux.nu> wrote:
Markus Heinz [2008-08-19 18:14]:
Hi Markus,
I have just tried to build the updated yelp port (version 2.23.1-1). The build stopped immediately with the error message to be found in the attachment. [...]
That error might have been reported on IRC already. Yesterday, Matt found a patch for xulrunner that fixed the yelp build for him. I'm not sure if he encountered the same problem as you, but I suggest that you try patching opt/xulrunner with this diff: http://repos.archlinux.org/viewvc.cgi/xulrunner/repos/extra-i686/bzXXX_pc_ho...
Let me if this helps.
I have rebuilt xulrunner with the above patch. The modified version of the xulrunner port is attached. With the modified xulrunner built I have been able to compile the yelp port successfully. But a short test of yelp revealed another problem: The parts of the documentation which are in XML format are shown as XML source code in gedit when a link to them in yelp is clicked. I do not know whether this is related to the xulrunner build though. Regards, Markus
participants (3)
-
Daniel Vredenburg
-
Markus Heinz
-
Tilman Sauerbeck