From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-dev+bounces-34613-garchives=archives.gentoo.org@lists.gentoo.org>) id 1LcbGA-0002mq-Gt for garchives@archives.gentoo.org; Thu, 26 Feb 2009 08:06:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E501E0261; Thu, 26 Feb 2009 08:06:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1B064E0261 for <gentoo-dev@lists.gentoo.org>; Thu, 26 Feb 2009 08:06:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id B729264EC2; Thu, 26 Feb 2009 08:06:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.599 X-Spam-Level: X-Spam-Status: No, score=-2.599 required=5.5 tests=[BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lPaLOoksWs9Y; Thu, 26 Feb 2009 08:06:13 +0000 (UTC) Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.144]) by smtp.gentoo.org (Postfix) with ESMTP id D8C2C650D7; Thu, 26 Feb 2009 08:06:12 +0000 (UTC) Received: by qw-out-1920.google.com with SMTP id 9so455159qwj.6 for <multiple recipients>; Thu, 26 Feb 2009 00:06:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=nhCTT5Q9T6paDDhuyjQxax5YX/wQQbIRW8pDnFVmsxU=; b=DSesml/FfJzJP+rz40XQdDfyJfOAg8Y/4BpQm19FvE5a9PT28jlLUTqeNW7AxE4iuH Vz9A+qM0idITzxP/cdErZ9L5mB98sK4wo+m+C+DoSEYLJtqeR1XDANGqa4Rpxw39NsPs HV4EG7aCVDd6IerLj2BXAKYb5yxij1A2IwJ3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=ioywBiOSfNwlBhHrHxuBVyBIvtggRwXuexzjcjIwyPhZuj2+rwsJCb+0CGZXk/edQO Rht7/rAPd7UrfiKaROsbFIQXpDJV8q/+XFOuPWOGf7Ef9YsNxD9ogv2cqLL14q7lmWLo NbFdL2QjHJRfg6dfmaTdo66/io54uHgTvpVYM= Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.229.94.141 with SMTP id z13mr935828qcm.89.1235635572021; Thu, 26 Feb 2009 00:06:12 -0800 (PST) Date: Thu, 26 Feb 2009 03:06:11 -0500 Message-ID: <81bfc67a0902260006j2e14e5dele216e8145a9e2e32@mail.gmail.com> Subject: [gentoo-dev] working on mysql-community 5.0.77 - mysql-extras From: Caleb Cushing <xenoterracide@gmail.com> To: gentoo-dev@lists.gentoo.org Cc: "Robin H. Johnson" <robbat2@gentoo.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6cb16f92-5c67-46d2-b494-bcc0fe085a07 X-Archives-Hash: cf5ecf93a0068e914e7fb317211ab5ff this is semi-targeted @ robbat2 So I've been working on getting this ebuild working... here's what I know * 1001_all_show_patches-percona-5.0.75-b12.patch ... [ ok ] all patches before this work and mysql builds --- these are the only later patches that will cleanly apply * 1005_all_innodb_io_patches-percona-5.0.75-b12.patch ... [ ok ] * 1007_all_mysqld_safe_syslog-percona-5.0.75-b12.patch ... [ ok ] * 1008_all_innodb_locks_held-percona-5.0.75-b12.patch ... [ ok ] * 1010_all_innodb_show_hashed_memory-percona-5.0.75-b12.patch ... [ ok ] * 1011_all_innodb_check_fragmentation-percona-5.0.75-b12.patch ... [ ok ] * 1013_all_innodb_fsync_source-percona-5.0.75-b12.patch ... [ ok ] * 1101_all_innodb_rw_lock-percona-5.0.75-b12.patch ... [ ok ] but with these patches mysql fails to build. srv0srv.c: In function =E2=80=98srv_printf_innodb_monitor=E2=80=99: srv0srv.c:1763: error: =E2=80=98buf_pool_t=E2=80=99 has no member named =E2=80=98io_counter_heap=E2=80=99 srv0srv.c:1764: error: =E2=80=98buf_pool_t=E2=80=99 has no member named =E2=80=98io_counter_heap=E2=80=99 srv0srv.c:1817: error: =E2=80=98buf_pool_t=E2=80=99 has no member named =E2=80=98io_counter_hash=E2=80=99 srv0srv.c:1818: error: =E2=80=98buf_pool_t=E2=80=99 has no member named =E2=80=98io_counter_hash=E2=80=99 srv0srv.c:1820: error: =E2=80=98buf_pool_t=E2=80=99 has no member named =E2=80=98io_counter_hash=E2=80=99 srv0srv.c:1821: error: =E2=80=98buf_pool_t=E2=80=99 has no member named =E2= =80=98io_counter_hash=E2=80=99 I just thought I'd post you on the fact that I'm working on it, and if anyone wants to help get the latest 5.0 mysql working... the process is a bit of a pita. --=20 Caleb Cushing http://xenoterracide.blogspot.com