From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OnAmX-0001Xl-ED for garchives@archives.gentoo.org; Sun, 22 Aug 2010 13:40:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3D10E07B6; Sun, 22 Aug 2010 13:26:27 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [94.23.166.77]) by pigeon.gentoo.org (Postfix) with ESMTP id 7AF84E07AE for ; Sun, 22 Aug 2010 13:26:27 +0000 (UTC) Received: from weird.localnet (p4FF041DA.dip.t-dialin.net [79.240.65.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.virtyou.com (Postfix) with ESMTPSA id 339E839A001 for ; Sun, 22 Aug 2010 15:26:27 +0200 (CEST) From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] open-iscsi-2.0.871.3 compile fail on 2.6.32-openvz-budarin.1 kernel Date: Sun, 22 Aug 2010 15:26:15 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.34-tuxonice-r2; KDE/4.5.0; x86_64; ; ) References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201008221526.20135.wonko@wonkology.org> X-Archives-Salt: b6b00910-c18b-401b-87ca-4ee36fa84c5f X-Archives-Hash: a62341f8accbdb6db07c7d7f66743a76 Xi Shen writes: > i got this error while trying to emerge the open-iscis-2.0.871.3: > > be2iscsi.o transport.o iscsid.o > iscsi_sysfs.o: In function `iscsi_sysfs_get_blockdev_from_lun': > iscsi_sysfs.c:(.text+0xe71): undefined reference to `S_ISLNK' > iscsi_sysfs.c:(.text+0xed3): undefined reference to `S_ISDIR' > iscsi_sysfs.o: In function `iscsi_sysfs_get_sid_from_path': > iscsi_sysfs.c:(.text+0x16ed): undefined reference to `S_ISDIR' > iscsi_sysfs.c:(.text+0x17bd): undefined reference to `S_ISLNK' Same problem as John Covici just posted about in the 'glibc 2.12.1-r1 seems to not be working correctly' thread. Look there for possible solutions that might come up. Wonko