From: SourceForge.net <no...@so...> - 2013-02-05 15:02:00
|
Bugs item #3603421, was opened at 2013-02-05 06:36 Message generated for change (Comment added) made by sds You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3603421&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: build problems >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Vladimír Čunát (vcunat) >Assigned to: Sam Steingold (sds) Summary: glibc update Initial Comment: At nixos.org we're stabilizing a branch containing glibc-2.17. The problem is that the C type __swblk_t has been removed. I made a quick fix by removing the (def-c-type __swblk_t) line from modules/bindings/glibc/linux.lisp, which made it build (clisp-2.49 with patched <bits/ipctypes.h> usage). Is this a correct way? Are you going solve this problem as well? ---------------------------------------------------------------------- >Comment By: Sam Steingold (sds) Date: 2013-02-05 07:02 Message: looks like removing it is the only sensible approach. http://article.gmane.org/gmane.comp.lib.glibc.alpha/25618 ---------------------------------------------------------------------- Comment By: Sam Steingold (sds) Date: 2013-02-05 07:02 Message: thank you for your bug report. the bug has been fixed in the source tree (mercurial/hg). you can either wait for the next release (recommended) or check out the current mercurial tree (see http://clisp.org) and build CLISP from the sources (be advised that between releases the source tree is very unstable and may not even build on your platform). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3603421&group_id=1355 |