|
List Info
Thread: Upgrade Installation Quits
|
|
| Upgrade Installation Quits |

|
2006-02-27 13:34:06 |
I am currently running 2.4.1 and have tried to upgrade to
2.4.3.
However, when I run the install script, it dies. The last
few lines of
the install_log show:
mutex.cpp:(.gnu.linkonce.t._ZNSt14__simple_allocISt13_Rb_tre
e_nodeISt4pairIKmiEE
St24__default_alloc_templateILb1ELi0EEE10deallocateEPS4_j+0x
23): undefined refer
ence to `std::__default_alloc_template<true,
0>::deallocate(void*, unsigned int)
'
collect2: ld returned 1 exit status
make[4]: *** [smtp_wrapper] Error 1
make[4]: Leaving directory
`/usr/local/src/campsite/implementation/mailnotify/sm
tp_wrapper/smtp_wrapper'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/usr/local/src/campsite/implementation/mailnotify/sm
tp_wrapper'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/usr/local/src/campsite/implementation/mailnotify'
make[1]: *** [all] Error 1
make[1]: Leaving directory
`/usr/local/src/campsite/implementation'
make: *** [all] Error 2
Any suggestions on how to resolve this?
TIA,
Chris
|
|
| Upgrade Installation Quits |

|
2006-03-01 12:17:41 |
|
Hi,
Did you change something on your system since you installed 2.4.1? Please download a clean 2.4.1 and try to install it again, see if you get the same error you it compiles ok.
Regards, Mugur
Christopher Palermo <cpalermo wayuga.com> wrote: I am currently running 2.4.1 and have tried to upgrade to 2.4.3.
However, when I run the install script, it dies. The last few lines of the install_log show:
mutex.cpp:(.gnu.linkonce.t._ZNSt14__simple_allocISt13_Rb_tree_nodeISt4pairIKmiEE St24__default_alloc_templateILb1ELi0EEE10deallocateEPS4_j+0x23): undefined refer ence to `std::__default_alloc_template::deallocate(void*, unsigned int) ' collect2: ld returned 1 exit status make[4]: *** [smtp_wrapper] Error 1 make[4]: Leaving directory
`/usr/local/src/campsite/implementation/mailnotify/sm tp_wrapper/smtp_wrapper' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/local/src/campsite/implementation/mailnotify/sm tp_wrapper' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/local/src/campsite/implementation/mailnotify' make[1]: *** [all] Error 1 make[1]: Leaving directory `/usr/local/src/campsite/implementation' make: *** [all] Error 2
Any suggestions on how to resolve this?
TIA, Chris
Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.
|
| Upgrade Installation Quits |

|
2006-03-04 14:10:26 |
Yup, you are right. Something must have changed. 2.4.1
won't install
either. I'll kee digging and see if I can figure out why.
Thanks for the suggestion.
Chris
On 3/1/06, Mugur Rus <mugur1973 yahoo.com> wrote:
> Hi,
>
> Did you change something on your system since you
installed 2.4.1? Please
> download a clean 2.4.1 and try to install it again, see
if you get the same
> error you it compiles ok.
>
> Regards,
> Mugur
>
>
> Christopher Palermo <cpalermo wayuga.com> wrote:
>
> I am currently running 2.4.1 and have tried to upgrade
to 2.4.3.
>
> However, when I run the install script, it dies. The
last few lines of
> the install_log show:
>
>
mutex.cpp:(.gnu.linkonce.t._ZNSt14__simple_allocISt13_Rb_tre
e_nodeISt4pairIKmiEE
>
St24__default_alloc_templateILb1ELi0EEE10deallocateEPS4_j+0x
23):
> undefined refer
> ence to
`std::__default_alloc_template::deallocate(void*, unsigned
int)
>
> '
> collect2: ld returned 1 exit status
> make[4]: *** [smtp_wrapper] Error 1
> make[4]: Leaving directory
> `/usr/local/src/campsite/implementation/mailnotify/sm
> tp_wrapper/smtp_wrapper'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory
> `/usr/local/src/campsite/implementation/mailnotify/sm
> tp_wrapper'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/usr/local/src/campsite/implementation/mailnotify'
> make[1]: *** [all] Error 1
> make[1]: Leaving directory
> `/usr/local/src/campsite/implementation'
> make: *** [all] Error 2
>
>
> Any suggestions on how to resolve this?
>
> TIA,
> Chris
>
>
>
>
> ________________________________
> Yahoo! Mail
> Bring photos to life! New PhotoMail makes sharing a
breeze.
>
>
|
|
| Upgrade Installation Quits |

|
2006-03-08 18:43:11 |
|
I've still had no success in determining where my problem is in order to install campsite. I'm posting the results of my install_log to see if anyone can offer some suggestions.
TIA, Chris
###############################################
Configuring campsite
Checking install dependencies...OK Testing install configuration...OK Checking DATABASE module dependencies...OK *** Preparing DATABASE environment...OK Testing database configuration...OK
Module DATABASE is not configurable Checking PARSER module dependencies...OK *** Preparing PARSER environment...OK Testing PARSER configuration...OK Checking EVENT_HANDLERS module dependencies...OK *** Preparing EVENT_HANDLERS environment...
EVENT_HANDLERS environment OK Testing EVENT_HANDLERS configuration...OK Module EVENT_HANDLERS is not configurable Checking SEARCH_ENGINE module dependencies...OK *** Preparing SEARCH_ENGINE environment...OK
Testing SEARCH_ENGINE configuration...OK Module SEARCH_ENGINE is not configurable Checking ADMIN_INTERFACE module dependencies...OK *** Preparing ADMIN_INTERFACE environment...OK Testing ADMIN_INTERFACE configuration...OK
Module ADMIN_INTERFACE is not configurable Writing campsite_config script...done Writing make.env file...up to date The file campsite_version.php is up to date. Header file configure.h is up to date. ###############################################
Compiling sources
/usr/bin/make -C implementation all make[1]: Entering directory `/usr/local/src/campsite/implementation' for part in utils database parser mailnotify search management; do \ /usr/bin/make -C $part all; \
if [ $? -ne 0 ]; then exit 1; fi; \ done make[2]: Entering directory `/usr/local/src/campsite/implementation/utils' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/campsite/implementation/utils'
make[2]: Entering directory `/usr/local/src/campsite/implementation/database' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/campsite/implementation/database' make[2]: Entering directory `/usr/local/src/campsite/implementation/parser'
/usr/bin/make -C parser make[3]: Entering directory `/usr/local/src/campsite/implementation/parser/parser' make[3]: Leaving directory `/usr/local/src/campsite/implementation/parser/parser' make[2]: Leaving directory `/usr/local/src/campsite/implementation/parser'
make[2]: Entering directory `/usr/local/src/campsite/implementation/mailnotify' /usr/bin/make -C smtp_wrapper make[3]: Entering directory `/usr/local/src/campsite/implementation/mailnotify/smtp_wrapper' /usr/bin/make -C smtp_wrapper
make[4]: Entering directory `/usr/local/src/campsite/implementation/mailnotify/smtp_wrapper/smtp_wrapper' for l in csocket.h csocket.cpp exceptions.h mutex.cpp mutex.h; do if [ ! -L $l ]; then ln -s ../../../parser/parser/$l; fi; done
g++ -o smtp_wrapper smtp_wrapper.o csocket.o mutex.o -lpthread mutex.o: In function `std::__simple_alloc<std::_Rb_tree_node<std::pair<unsigned long const, int> >, std::__default_alloc_template<true, 0> >::allocate(unsigned int)':
mutex.cpp:(.gnu.linkonce.t._ZNSt14__simple_allocISt13_Rb_tree_nodeISt4pairIKmiEESt24__default_alloc_templateILb1ELi0EEE8allocateEj+0x27): undefined reference to `std::__default_alloc_template<true, 0>::allocate(unsigned int)'
mutex.o: In function `std::__simple_alloc<unsigned long*, std::__default_alloc_template<true, 0> >::allocate(unsigned int)': mutex.cpp:(.gnu.linkonce.t._ZNSt14__simple_allocIPmSt24__default_alloc_templateILb1ELi0EEE8allocateEj+0x1d): undefined reference to `std::__default_alloc_template<true, 0>::allocate(unsigned int)'
mutex.o: In function `std::__simple_alloc<unsigned long, std::__default_alloc_template<true, 0> >::deallocate(unsigned long*, unsigned int)': mutex.cpp:(.gnu.linkonce.t._ZNSt14__simple_allocImSt24__default_alloc_templateILb1ELi0EEE10deallocateEPmj+0x1d): undefined reference to `std::__default_alloc_template<true, 0>::dea | |