pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39350: FTBFS: pwlib on sparc64
The following reply was made to PR pkg/39350; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: emme%emmes-world.de@localhost, gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/39350: FTBFS: pwlib on sparc64
Date: Sun, 17 Aug 2008 22:02:11 +0000
On Thu, Aug 14, 2008 at 11:05:00AM +0000, emme%emmes-world.de@localhost wrote:
> Building pkgsr/devel/pwlib does not work. (I did a cvs update before).
> Looks like a 64bit-specific problem, maybe it casts a 64bit pointer
> to a 32bit integer.
I looked into this; it is trying to use pthread_t (a pointer) as the
key for a table that's indexed by int. Changing the index type
(PINDEX, defined in include/ptlib/unix/ptlib/contain.h) to long
might make it run, but would have a broad effect on the rest of the
package and, judging by the overall code quality, probably break it.
Updating the package to the latest version might help, but I don't
have the wherewithal to do this myself.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index