FS#7217 - Packages which depends on boost need recompilation

Attached to Project: Arch Linux
Opened by Darwin Bautista (djclue917) - Sunday, 20 May 2007, 07:24 GMT
Last edited by Kevin Piche (kpiche) - Friday, 28 December 2007, 00:44 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Kevin Piche (kpiche)
Architecture All
Severity Low
Priority Normal
Reported Version 0.8 Voodoo
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

My initial list:

1. source-highlight
2. python-vpython

I'm sure that there's more.
Closed by  Kevin Piche (kpiche)
Friday, 28 December 2007, 00:44 GMT
Reason for closing:  Fixed
Additional comments about closing:  Affected packages have been rebuild.
Comment by Roman Kyrylych (Romashka) - Monday, 21 May 2007, 19:39 GMT Comment by Andreas Radke (AndyRTR) - Tuesday, 22 May 2007, 20:10 GMT
twinkle on x86_64 updated
Comment by Kevin Piche (kpiche) - Wednesday, 23 May 2007, 01:38 GMT
Sorry about that.
Comment by Kevin Piche (kpiche) - Wednesday, 23 May 2007, 03:33 GMT
New versions source-highlight 2.6-2 and python-vpython 3.2.9-3 pushed out.
Comment by Dan McGee (toofishes) - Wednesday, 23 May 2007, 05:07 GMT
Well I was going to update monotone to 0.35 but I get a build failure:

make[2]: Entering directory `/home/dmcgee/projects/repos/extra/devel/monotone/src/monotone-0.35'
if g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I. -I./lua -I./sqlite -DNDEBUG -DBOOST_DISABLE_THREADS -DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -march=i686 -O2 -pipe -Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-ssh_agent.o -MD -MP -MF ".deps/mtn-ssh_agent.Tpo" -c -o mtn-ssh_agent.o `test -f 'ssh_agent.cc' || echo './'`ssh_agent.cc; \
then mv -f ".deps/mtn-ssh_agent.Tpo" ".deps/mtn-ssh_agent.Po"; else rm -f ".deps/mtn-ssh_agent.Tpo"; exit 1; fi
numeric_vocab.hh:25: error: 'CHAR_BIT' was not declared in this scope
numeric_vocab.hh:25: error: template argument 1 is invalid
make[2]: *** [mtn-ssh_agent.o] Error 1
make[2]: Leaving directory `/home/dmcgee/projects/repos/extra/devel/monotone/src/monotone-0.35'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dmcgee/projects/repos/extra/devel/monotone/src/monotone-0.35'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...

Interesting, but not really related to this issue.
Comment by Tibor Bamhor (Tibor) - Monday, 28 May 2007, 21:50 GMT
hugin also?
Comment by tardo (tardo) - Wednesday, 06 June 2007, 06:25 GMT
adding this to numeric_vocab.hh fixes the monotone compile error

#include <climits>

Refernce >> https://savannah.nongnu.org/bugs/?19984

This compiled all the way but failed when trying to run makeinfo. Apparently the 'texinfo' package has the required makeinfo binary/file. Hello makedepends().
Comment by Allan McRae (Allan) - Saturday, 22 September 2007, 05:05 GMT
All packages mentioned here have been updated since this bug report so this could be closed if the dependency was removed.

Loading...