From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from bmr.zenmonkey.org (cs666835-192.austin.rr.com [66.68.35.192]) by chiba.3jane.net (Postfix) with ESMTP id C274FABD6C for ; Tue, 11 Jun 2002 09:00:17 -0500 (CDT) Received: by bmr.zenmonkey.org (Postfix, from userid 1000) id 29B4E33E7B; Tue, 11 Jun 2002 09:00:16 -0500 (CDT) Date: Tue, 11 Jun 2002 09:00:16 -0500 To: gentoo-dev@gentoo.org Message-ID: <20020611140016.GA23538@bmr.zenmonkey.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: bmr@zenmonkey.org (Brian M. Rzycki) Subject: [gentoo-dev] problems with rpm ebuild? Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 65c6001d-eca0-403d-a0fd-2d39be0d6173 X-Archives-Hash: 4c51da5ed94bed351875f07000247d89 Is anyone else seeing this problem? I've been unable to build the latest version of rpm (rpm-4.0.4-r2) on three seperate machines. Two are x86 machines with the same compiler flags (686 optimized binaries) and my TiBook with ppc optimizations. Both break in the same way. Here's what I do: emerge rsync && emerge rpm Rpm compiles for quite a while and eventually hits a brick wall with the following output: ------(snip)------ dbconfig.c: In function `prDbiOpenFlags': dbconfig.c:531: `POPT_BIT_SET' undeclared (first use in this function) make[2]: *** [dbconfig.lo] Error 1 make[2]: Leaving directory `/var/tmp/portage/rpm-4.0.4-r2/work/rpm-4.0.4/rpmdb' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/rpm-4.0.4-r2/work/rpm-4.0.4' make: *** [all-recursive-am] Error 2 !!! ERROR: the make command did not complete successfully. !!! ("make") !!! Since this is a critical task, ebuild will be stopped. !!! emerge aborting on /usr/portage/app-arch/rpm/rpm-4.0.4-r2.ebuild . ------(snip)------ It seems to be a bad release of rpm. Maybe it should be masked off? This is very frustrating because kdeadmin and kde both depend on rpm to build. Thanks. -Brian Rzycki