[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Plash] cvs head build failure on debian etch: 'AT_SYMLINK_NOFOLLOW'
From: |
Mark Seaborn |
Subject: |
Re: [Plash] cvs head build failure on debian etch: 'AT_SYMLINK_NOFOLLOW' undeclared |
Date: |
Sun, 07 Oct 2007 20:23:42 +0100 (BST) |
Timo Lindfors <address@hidden> wrote:
> Hi,
>
> I tried to build plash cvs head on a debian etch system using
>
> svn co svn://svn.gna.org/svn/plash/trunk plash
> cd plash
> wget ftp://ftp.gnu.org/gnu/glibc/glibc-2.3.6.tar.bz2
> ftp://ftp.gnu.org/gnu/glibc/glibc-linuxthreads-2.3.6.tar.bz2
> ln -s debian-etch debian
> script -c 'dpkg-buildpackage -rfakeroot -d' build.log
Plash doesn't currently build on systems with glibc 2.3.6 and it won't
currently build a PlashGlibc based on glibc 2.3.6. (That is a result
of these changes: http://plash.beasts.org/wiki/Story7 and
http://plash.beasts.org/wiki/Story5.)
You have a couple of options at the moment:
* Upgrade libc6 and libc6-dev to the versions in Debian testing.
* Use the previous release, 1.17, which does work with glibc 2.3.6.
I'm planning to add back support for glibc 2.3.6 though.
Cheers,
Mark