Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10262] New: monotone configure error

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10262] New: monotone configure error
  • Date: 23 Dec 2005 18:23:00 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10262

Summary: monotone configure error
Product: Codex
Version: test grimoire
Platform: x86-64
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: dmlb2000 AT gmail.com


monotone doesn't configure properly... it says I don't have regex for boost.

root@dmlb2006:/usr/src/monotone-0.24# gaze version boost
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test libs boost 1_33_0 1_33_0

root@dmlb2006:/usr/src/monotone-0.24#

it's installed.

== config.log snip ==
configure:7480: g++ -o conftest -O -march=nocona -mmmx -mfpmath=sse -msse
-msse2
-m3dnow -m64 -fPIC -DPIC -pipe -DPIC -fPIC -Os -fno-strict-aliasing -Wall
-DBOOST_REGEX_V4_CHAR_REGEX_TRAITS_HPP -DBOOST_REGEX_COMPILE_HPP -z combreloc
-s conftest.cc -lboost_regex -lboost_date_time -lboost_filesystem >&5
/tmp/ccR6VcK0.o: In function `main':
conftest.cc:(.text+0x1c): undefined reference to `boost::reg_expression<char,
boost::regex_traits<char>, std::allocator<char> >::reg_expression(char const*,
unsigned int, std::allocator<char> const&)'
conftest.cc:(.text+0x30): undefined reference to `boost::reg_expression<char,
boost::regex_traits<char>, std::allocator<char> >::~reg_expression()'
collect2: ld returned 1 exit status
configure:7486: $? = 1
== end config.log ==

== config.log program that failed ==
| /* confdefs.h. */
|
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.24"
| #define PACKAGE_STRING "monotone 0.24"
| #define PACKAGE_BUGREPORT "monotone-devel AT nongnu.org"
| #define PACKAGE "monotone"
| #define VERSION "0.24"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TYPEOF
| #define HAVE_GNUCXX_HASHMAP
| #define HAVE_EXTERN_TEMPLATE
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LOCALE_WORKS 1
| /* end confdefs.h. */
|
| #include <boost/regex.hpp>
| using namespace boost;
|
| int
| main ()
| {
| regex expr("foo");
| ;
| return 0;
| }
configure:7507: error: libboost_regex failure
See `config.log' for more details.
== end program that failed ==

don't know why it failed maybe boost is installing improperly?

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 10262] New: monotone configure error, bugzilla-daemon, 12/23/2005

Archive powered by MHonArc 2.6.24.

Top of Page