Summary: | monotone-0.23-r1 fails with glibc wierdness (gcc3.4-specific?) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Greg Turner <gmturner007> |
Component: | [OLD] Development | Assignee: | Daniel Black (RETIRED) <dragonheart> |
Status: | RESOLVED WORKSFORME | ||
Severity: | minor | CC: | leonardop, paul |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Greg Turner
2005-12-08 23:23:49 UTC
similar problem with with monotone-0.25: config.status: creating mt-stdint.h : _MONOTONE_MT_STDINT_H i686-pc-linux-gnu-g++ -march=athlon-xp -pipe -O1 -fno-stack-protector-all -fno-stack-protector -fno-strict-aliasing -fno-omit-frame-pointer -fno-strict-aliasing -Wall -o txt2c txt2c.cc true REAL_BLDDIR=$PWD/.; \ (cd . && $REAL_BLDDIR/monotone status) 2>/dev/null >package_full_revision.txt \ || (cd . && monotone status) 2>/dev/null >package_full_revision.txt \ || (cp ./package_full_revision_dist.txt 2>/dev/null package_full_revision.txt) \ || (echo "unknown" >package_full_revision.txt) *** glibc detected *** free(): invalid pointer: 0x0868c2a0 *** chmod 0755 txt2c ./txt2c std_hooks.lua std_hooks >std_hooks.h.tmp cmp -s std_hooks.h.tmp std_hooks.h || mv -f std_hooks.h.tmp std_hooks.h rm -f std_hooks.h.tmp ./txt2c test_hooks.lua test_hooks >test_hooks.h.tmp cmp -s test_hooks.h.tmp test_hooks.h || mv -f test_hooks.h.tmp test_hooks.h rm -f test_hooks.h.tmp ./txt2c schema.sql schema >schema.h.tmp cmp -s schema.h.tmp schema.h || mv -f schema.h.tmp schema.h rm -f schema.h.tmp ./txt2c views.sql views >views.h.tmp cmp -s views.h.tmp views.h || mv -f views.h.tmp views.h rm -f views.h.tmp if [ -f MT/revision ]; then cp MT/revision package_revision.txt; fi if [ ! -f package_revision.txt ]; then echo "unknown" > package_revision.txt; fi ./txt2c --strip-trailing --no-static package_revision.txt package_revision >package_revision.c.tmp cmp -s package_revision.c.tmp package_revision.c || mv -f package_revision.c.tmp package_revision.c rm -f package_revision.c.tmp I cannot now reproduce the problem I reported in comment #1 and I'm afraid I don't know what it was that fixed the problem. hoping all is well now. Reopen if its not. BTW I plan on removing some older monotone ebuilds sometime in the next few months. |