Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474098 - sys-libs/libmath++-0.0.4-r1 - .../work/libmath++-0.0.4/math++/t1.cpp:2:26: fatal error: math++/nodes.h: No such file or directory
Summary: sys-libs/libmath++-0.0.4-r1 - .../work/libmath++-0.0.4/math++/t1.cpp:2:26: fa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-22 04:21 UTC by Jason Mours
Modified: 2013-06-23 01:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,10.92 KB, text/plain)
2013-06-22 04:21 UTC, Jason Mours
Details
emerge-info (libmath++-0.0.4-r1.emerge-info,16.13 KB, text/plain)
2013-06-22 04:23 UTC, Jason Mours
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mours 2013-06-22 04:21:58 UTC
Created attachment 351618 [details]
build.log

Pulling in the new sys-libs/libmath++-0.0.4-r1 come up with two errors :

Making all in math++
make[2]: Entering directory `/var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4_build/math++'
/bin/sh ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4/math++ -I..    -pedantic -ansi -Wall -Wno-long-long -march=native -Os -pipe -ggdb -c -o utils.lo /var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4/math++/utils.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4/math++ -I..    -pedantic -ansi -Wall -Wno-long-long -march=native -Os -pipe -ggdb -c -o t1.o /var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4/math++/t1.cpp
/var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4/math++/t1.cpp:2:26: fatal error: math++/nodes.h: No such file or directory
compilation terminated.
make[2]: *** [t1.o] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4/math++ -I.. -pedantic -ansi -Wall -Wno-long-long -march=native -Os -pipe -ggdb -c /var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4/math++/utils.cpp  -fPIC -DPIC -o .libs/utils.o
/var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4/math++/utils.cpp:23:26: fatal error: math++/utils.h: No such file or directory
compilation terminated.
make[2]: *** [utils.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4_build/math++'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-libs/libmath++-0.0.4-r1/work/libmath++-0.0.4_build'
make: *** [all] Error 2

: Posting build.log
Comment 1 Jason Mours 2013-06-22 04:23:23 UTC
Created attachment 351620 [details]
emerge-info
Comment 2 Sergey Popov gentoo-dev 2013-06-22 19:44:02 UTC
+  22 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> libmath++-0.0.4-r1.ebuild:
+  Force in-source build, wrt bug #474098. Thanks to Jason Mours for discovering
+  this issue

Out-of-source build works quite bad with some old automake versions(with 1.13.4 and 1.12.6 - ok). Fixed now...
Comment 3 Jason Mours 2013-06-23 00:55:09 UTC
(In reply to Sergey Popov from comment #2)
> +  22 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> libmath++-0.0.4-r1.ebuild:
> +  Force in-source build, wrt bug #474098. Thanks to Jason Mours for
> discovering
> +  this issue
> 
> Out-of-source build works quite bad with some old automake versions(with
> 1.13.4 and 1.12.6 - ok). Fixed now...

Thanks again!
Comment 4 Jason Mours 2013-06-23 01:21:54 UTC
Hey guys, not sure if this is right or not, but it's linking /usr/lib64/libmath++.so.0 -> libmath++.so.0.0.3 ... just an FYI, other than that it emerges fine.