Gentoo Archives: gentoo-user

From: Nikita Tropin <posixivist32@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] OpenSP build fails
Date: Tue, 22 Apr 2014 15:42:55
Message-Id: CAL-+O4L48iE5=dh7VakhxyMHMGXmEZdrMopkccXYG-ski4i_Gw@mail.gmail.com
1 Hi, I'm trying to update Gentoo with
2 I_KNOW_WHAT_I_AM_DOING=1 emerge --deep --update --newuse --with-bdeps=y
3 @world
4
5 and process fails on OpenSP-1.5.2-r3. I am tried to compile it myself and
6 find those lacking `new.h' mentioned in build.log. I found in
7 include/xnew.h ifdef construction that responsible of choosing appropriate
8 file (<new> or <new.h>), find utility not found any `new.h' on my /usr or
9 build directory of OpenSP in my home dir, however `new' was found -
10 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/new. Next, I'm
11 calling configure with
12 CXXFLAGS="-DSP_ANSI_LIB" ./configure && make
13
14
15 and <new> was chosen on compilation. However many new errors was occur
16 (attached mybuild.log and mybuild_stderr.log). And I don't know how to fix
17 them.
18
19 Also I'm tried to avoid installation of this package by trying to find all
20 and installed packages that depends on this one, tried to mask it but po4a,
21 man-db(nls), openjade, virtual/man and man-pages-3.63 depends on OpenSP.
22 The paradox is that I have installed man-db-2.6.5 with nls USE flag and
23 update schedule man-db-2.6.6 to install but even if I mask it(2.6.6) there
24 still error that man-db-2.6.5 need OpenSP. I am totally confused.
25
26 PS I've compiled OpenSP downloaded from offsite (
27 http://openjade.sourceforge.net/)
28 PPS I'm using I_KNOW_WHAT_I_AM_DOING=1 because I have -ggdb in CFLAGS in
29 make.conf but some packages like webkit-gtk probably need 18G for debug
30 symbols on some system but not in my, so.
31 PPPS With clang the same thing
32
33 Thanks in advance.
34
35 --
36 Regards,
37 Nikita

Attachments

File name MIME type
mybuild.log text/plain
mybuild_stderr.log text/plain
build.log text/plain
info application/octet-stream

Replies

Subject Author
[gentoo-user] Re: OpenSP build fails walt <w41ter@×××××.com>