Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109507 - monotone cannot sync with servers without -fno-omit-frame-pointer
Summary: monotone cannot sync with servers without -fno-omit-frame-pointer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
: 109510 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-16 15:40 UTC by Glenn L. McGrath
Modified: 2005-10-17 12:35 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Glenn L. McGrath 2005-10-16 15:40:30 UTC
Im very new to monotone, i just emerged v0.23 to try and pull down the
openembedded build system, instructions are at
http://oe.handhelds.org/cgi-bin/moin.cgi/GettingStarted

It notes;

"If you are compiling from source, make sure you use -fno-omit-frame-pointer and
-fno-strict-aliasing; if you don't, monotone will not be able to connect to any
repository because the cryptography library will be miscompiled [verified with
monotone 0.19 and gcc 3.4.4 and 4.0.1]"

Gentoo currently only sets -fno-strict-aliasing, and indeed i did have
connection problems.

I added -fno-omit-frame-pointer to the append-flags command, deleted the
Manifest file, re-emerged and now its connected and started to sync.

So i have verified this connection problem and solution, i recommend the flag be
added to the monotone build.

Reproducible: Always
Steps to Reproduce:
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-10-16 15:59:18 UTC
*** Bug 109510 has been marked as a duplicate of this bug. ***
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-10-17 12:35:50 UTC
added in 0.23-r1 - thankyou