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