From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=DATE_IN_PAST_06_12, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from deborah.paradise.net.nz ([203.96.152.32]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15bG0U-0003QZ-00 for gentoo-dev@cvs.gentoo.org; Mon, 27 Aug 2001 00:36:23 -0600 Received: from kgpro (203-79-106-38.apx0.paradise.net.nz [203.79.106.38]) by deborah.paradise.net.nz (Postfix) with SMTP id 8AE3D1F9D98 for ; Mon, 27 Aug 2001 18:36:28 +1200 (NZST) Message-ID: <000301c12ec2$d242c990$0501010a@kgpro> From: "Kevin Gordon" To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Subject: [gentoo-dev] GLIB error Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Mon Aug 27 00:37:01 2001 X-Original-Date: Mon, 27 Aug 2001 18:37:11 +1200 X-Archives-Salt: 10a3d0e5-ca55-45eb-9a7e-6f8f51719f28 X-Archives-Hash: 244abbfdc2d4195d924ae6555f13f2e5 Hi Everyone, I have three queries which I hope you are able to help me with: (1) Tried to emerge portage-1.6 file not found (yesterday). Must try 1.6.1? (2) Tried to install gftp (first emerge rsync) configure:2778: checking for GLIB - version >= 1.2.3 configure:2877: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe -I/usr/include/glib-1.2 -I/usr/lib /glib/include conftest.c -L/usr/lib -lglib 1>&5 In file included from /usr/include/bits/posix1_lim.h:126, from /usr/include/limits.h:144, from /usr/lib/gcc-lib/i486-pc-linux-gnu/2.95.2/include/limits.h:117, from /usr/lib/gcc-lib/i486-pc-linux-gnu/2.95.2/include/syslimits.h:7, from /usr/lib/gcc-lib/i486-pc-linux-gnu/2.95.2/include/limits.h:11, from /usr/lib/glib/include/glibconfig.h:9, from /usr/include/glib-1.2/glib.h:66, from configure:2803: /usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory configure: failed program was: #line 2801 "configure" #include "confdefs.h" (3) Tried to install glib gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -DG_DISABLE _ASSERT -DG_DISABLE_CHECKS -mcpu=i686 -march=i686 -O3 -pipe -Wall -posix -D_ REENTRANT -c giounix.c -fPIC -DPIC -o .libs/giounix.lo In file included from /usr/include/errno.h:36, from giounix.c:37: /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory giounix.c: In function `g_io_unix_read': giounix.c:166: `EINVAL' undeclared (first use in this function) giounix.c:166: (Each undeclared identifier is reported only once giounix.c:166: for each function it appears in.) giounix.c:168: `EAGAIN' undeclared (first use in this function) giounix.c:167: warning: unreachable code at beginning of switch statement giounix.c: In function `g_io_unix_write': giounix.c:197: `EINVAL' undeclared (first use in this function) giounix.c:199: `EAGAIN' undeclared (first use in this function) giounix.c:198: warning: unreachable code at beginning of switch statement giounix.c: In function `g_io_unix_seek': giounix.c:243: `EINVAL' undeclared (first use in this function) giounix.c:244: warning: unreachable code at beginning of switch statement make[2]: *** [giounix.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .libs/ghook.lo ghook.lo make[2]: Leaving directory `/tmp/portage/glib-1.2.10/work/glib-1.2.10' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/portage/glib-1.2.10/work/glib-1.2.10' make: *** [all-recursive-am] Error 2 !!! ERROR: the pmake command did not complete successfully. !!! ("pmake") !!! Since this is a critical task, ebuild will be stopped. !!! emerge aborting on /usr/portage/dev-libs/glib/glib-1.2.10.ebuild . Any suggestions most appreciated. Regards Kevin Gordon