Gentoo Archives: gentoo-dev

From: Nikita Tropin <posixivist32@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] OpenSP build fails
Date: Tue, 22 Apr 2014 12:38:18
Message-Id: CAL-+O4LXftSDG4=jpXgybak3JO65q8cR_CU2KF2m8+BmWFmBAg@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 and <new> was chosen on compilation. However many new errors was occur
15 (attached mybuild.log and mybuild_stderr.log). And I don't know how to fix
16 them.
17
18 Also I'm tried to avoid installation of this package by trying to find all
19 and installed packages that depends on this one, tried to mask it but po4a,
20 man-db(nls), openjade, virtual/man and man-pages-3.63 depends on OpenSP.
21 The paradox is that I have installed man-db-2.6.5 with nls USE flag and
22 update schedule man-db-2.6.6 to install but even if I mask it(2.6.6) there
23 still error that man-db-2.6.5 need OpenSP. I am totally confused.
24
25 PS I've compiled OpenSP downloaded from offsite (
26 http://openjade.sourceforge.net/)
27 PPS I'm using I_KNOW_WHAT_I_AM_DOING=1 because I have ggdb in CFLAGS in
28 make.conf but some packages like webkit-gtk probably need 18G for debug
29 symbols on some system but not in my, so.
30
31 Thanks in advance.
32
33 --
34 Regards,
35 Nikita

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] OpenSP build fails Alec Warner <antarus@g.o>