Gentoo Archives: gentoo-ppc-user

From: Cameron Blackwood <korg@×××××××××.org>
To: gentoo-ppc-user@l.g.o
Subject: [gentoo-ppc-user] valgrind digest broken??
Date: Tue, 22 Jun 2004 01:44:49
Message-Id: 20040622014443.7475B531FE@firewall.darkqueen.org
1 valgrind ebuild problem
2 -----------------------
3
4 Valgrind-2.1.0 is marked ~ppc but I cant install it because
5 the ebuild says:
6
7 SRC_URI="x86? ( http://developer.kde.org/~sewardj/${P}.tar.bz2 )
8 ppc? ( http://ozlabs.org/~paulus/${P}-ppc.tar.bz2 )"
9
10 IE, the source file is of the form *-ppc.tar.bz2 not *.tar.bz2
11
12 but the files/digest* says:
13
14 MD5 3e4056dd45163a5f555a23ced2f95191 valgrind-2.1.0.tar.bz2 762386
15
16 shouldnt that be something like:
17
18 MD5 3e4056dd45163a5f555a23ced2f95191 valgrind-2.1.0.tar.bz2 762386
19 MD5 1a25bcadc9a702a23be8dbf99daa8c01 valgrind-2.1.0-ppc.tar.bz2 762386
20
21 (assuming that I havnt downloaded a trojan'ed valgrind source ;)
22
23
24 valgrind works on ppc?
25 ----------------------
26
27 Anyway, I built it on ppc32 on a g5 and it seems to work (I havnt
28 stress tested it yet, by running it on my buggy code :) Doing an ls in
29 the valgrind portage directory returns an output ending in...
30
31 ... edit ...
32 ChangeLog files valgrind-2.0.0.ebuild valgrind-2.1.1-r1.ebuild
33 Manifest metadata.xml valgrind-2.1.0.ebuild valgrind-2.1.1.ebuild
34 ==27656==
35 ==27656== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
36 ==27656== malloc/free: in use at exit: 13737 bytes in 13 blocks.
37 ==27656== malloc/free: 22 allocs, 9 frees, 19713 bytes allocated.
38 ==27656==
39 ==27656== searching for pointers to 13 not-freed blocks.
40
41 which is nice to know ;).
42
43 cheers,
44 cam
45
46 --
47 / `Rev Dr' cam at darkqueen.org Roleplaying, virtual goth \
48 < http://darkqueen.org Poly, *nix, Python, C/C++, genetics, ATM >
49 \ [+61 3] 9809 1523[h] skeptic, Evil GM(tm). Sysadmin for hire /
50 ---------- Random Quote ----------
51 Remember, there's a big difference between kneeling down and bending over.
52 - Frank Zappa
53
54 --
55 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] valgrind digest broken?? David Holm <dholm@g.o>