Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141222 - app-pda/coldsync does not build executable
Summary: app-pda/coldsync does not build executable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Other
: High normal (vote)
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords:
: 141221 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-07-20 17:47 UTC by Robin Neatherway
Modified: 2006-08-22 03:33 UTC (History)
1 user (show)

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


Attachments
simple fix to STL related bugs (coldsync-2.2.5-broken-c++.diff,823 bytes, patch)
2006-08-14 16:52 UTC, Boris Smus
Details | Diff
applies the stl patch (coldsync-2.2.5-r2.ebuild,1.19 KB, text/plain)
2006-08-14 16:53 UTC, Boris Smus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Neatherway 2006-07-20 17:47:01 UTC
Current stable version (2.25-r1) does not build a `coldplug' executable.

-----
# equery -f coldsync | grep bin
/usr/share/man/man3/PConn_bind.3.gz
-----

See this forum thread: http://forums.gentoo.org/viewtopic-t-351699-highlight-.html
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-21 00:01:40 UTC
*** Bug 141221 has been marked as a duplicate of this bug. ***
Comment 2 Robin Neatherway 2006-07-21 01:27:41 UTC
Thanks, made a bit of mistake there. Anyway, this bug also holds for 2.25, but *not* the latest version which is in testing (3.0_pre4).
Comment 3 Boris Smus 2006-08-14 16:52:43 UTC
Created attachment 94283 [details, diff]
simple fix to STL related bugs
Comment 4 Boris Smus 2006-08-14 16:53:40 UTC
Created attachment 94284 [details]
applies the stl patch
Comment 5 Boris Smus 2006-08-14 16:55:21 UTC
compilation was failing, but make was reporting no errors (the makefile kinda sucks). the attached patch makes the code compile, and coldsync now builds.

please test this and commit it into portage.
Comment 6 Alastair Tse (RETIRED) gentoo-dev 2006-08-22 03:33:27 UTC
Thanks for the patch. I've fixed some things with the ebuild as well to make
it more "standard." Added to 2.2.5-r1 but without a revision bump.