Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95090 - dev-libs/xplc-0.3.11 needs to be marked stable on 64-bit arches
Summary: dev-libs/xplc-0.3.11 needs to be marked stable on 64-bit arches
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-05 00:11 UTC by Alin Năstac (RETIRED)
Modified: 2005-06-12 10:03 UTC (History)
0 users

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 Alin Năstac (RETIRED) gentoo-dev 2005-06-05 00:11:40 UTC
Due to a solved portability issue, this lib must be marked as stable ASAP. This is  modification I'm talking about:

diff -Nru xplc-0.3.10/work/xplc-0.3.10/xplc-cxx/uuidtostr.cpp xplc-0.3.11/work/xplc-0.3.11/xplc-cxx/uuidtostr.cpp
--- xplc-0.3.10/work/xplc-0.3.10/xplc-cxx/uuidtostr.cpp 2004-06-25 21:23:30.000000000 +0300
+++ xplc-0.3.11/work/xplc-0.3.11/xplc-cxx/uuidtostr.cpp 2005-01-27 21:05:36.000000000 +0200
@@ -36,7 +36,7 @@
 char* UuidToString(const UUID& uuid, char* str) {
   assert(str);

-  sprintf(str, "{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}",
+  sprintf(str, "{%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}",
           uuid.Data1, uuid.Data2, uuid.Data3,
           uuid.Data4[0], uuid.Data4[1], uuid.Data4[2], uuid.Data4[3],
           uuid.Data4[4], uuid.Data4[5], uuid.Data4[6], uuid.Data4[7]);
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2005-06-05 00:22:43 UTC
done
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2005-06-05 00:29:00 UTC
Olivier told me that alpha and hppa are or could be 64-bit arches.
Please mark it stable on those arches.
Comment 3 Fernando J. Pereda (RETIRED) gentoo-dev 2005-06-12 09:00:36 UTC
Alpha tasty

Cheers,
Ferdy
Comment 4 Alin Năstac (RETIRED) gentoo-dev 2005-06-12 10:03:20 UTC
Guy (gmsoft) told me hppa's userspace is 32-bit
problem closed