From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TIg8j-0006K3-JJ for openembedded-core@lists.openembedded.org; Mon, 01 Oct 2012 15:34:30 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q91DLQsq003085; Mon, 1 Oct 2012 14:21:26 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02349-07; Mon, 1 Oct 2012 14:21:21 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q91DLI73003079 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 1 Oct 2012 14:21:20 +0100 Message-ID: <1349097681.15753.100.camel@ted> From: Richard Purdie To: Koen Kooi Date: Mon, 01 Oct 2012 14:21:21 +0100 In-Reply-To: References: <1348866282-30437-1-git-send-email-koen@dominion.thruhere.net> <1348867656.15753.86.camel@ted> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] Revert "opkg svn: respect to the arch priority" X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2012 13:34:30 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2012-09-29 at 15:34 +0200, Koen Kooi wrote: > Op 28 sep. 2012, om 23:27 heeft Richard Purdie het volgende geschreven: > > > On Fri, 2012-09-28 at 23:04 +0200, Koen Kooi wrote: > >> This completely breaks installing packages from feeds: > >> > >> root@bone-mainline:~# opkg install libgtk-2.0 > >> Installing libgtk-2.0 (2.24.8-r7.1) to root... > >> Downloading http://eu.feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a-vfp-neon/base/libgtk-2.0_2.24.8-r7.1_armv7a-vfp-neon.ipk. > >> Installing pango (1.30.0-r1.1) to root... > >> Downloading http://eu.feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a-vfp-neon/base/pango_1.30.0-r1.1_armv7a-vfp-neon.ipk. > >> Installing pango-module-basic-x (1.30.0-r1.1) to root... > >> Downloading http://eu.feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a-vfp-neon/base/pango-module-basic-x_1.30.0-r1.1_armv7a-vfp-neon.ipk. > >> Installing pango-module-basic-fc (1.30.0-r1.1) to root... > >> Downloading http://eu.feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a-vfp-neon/base/pango-module-basic-fc_1.30.0-r1.1_armv7a-vfp-neon.ipk. > >> Installing shared-mime-info (0.91-r4.9) to root... > >> Downloading http://eu.feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a-vfp-neon/base/shared-mime-info_0.91-r4.9_armv7a-vfp-neon.ipk. > >> Installing gdk-pixbuf-loader-png (2.24.1-r7.1) to root... > >> Downloading http://eu.feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a-vfp-neon/base/gdk-pixbuf-loader-png_2.24.1-r7.1_armv7a-vfp-neon.ipk. > >> Installing gdk-pixbuf-loader-jpeg (2.24.1-r7.1) to root... > >> Downloading http://eu.feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a-vfp-neon/base/gdk-pixbuf-loader-jpeg_2.24.1-r7.1_armv7a-vfp-neon.ipk. > >> Installing libjpeg8 (8d+1.2.1-r1.1) to root... > >> Configuring pango-module-basic-x. > >> Configuring pango. > >> Configuring pango-module-basic-fc. > >> Configuring shared-mime-info. > >> Configuring hicolor-icon-theme. > >> //var/lib/opkg/info/hicolor-icon-theme.postinst: line 11: gtk-update-icon-cache: command not found > >> Configuring gdk-pixbuf-loader-png. > >> Collected errors: > >> * opkg_download_pkg: Package libjpeg8 is not available from any configured src. > >> * opkg_install_pkg: Failed to download libjpeg8. Perhaps you need to run 'opkg update'? > >> * opkg_install_cmd: Cannot install package libgtk-2.0. > >> * pkg_run_script: package "hicolor-icon-theme" postinst script returned status 127. > >> * opkg_configure: hicolor-icon-theme.postinst returned 127. > > > > I'm not entirely seeing the connection to this patch based on the above > > errors. > > > > Also did you try opkg with the new options? I'm not saying there isn't a > > problem but some help in figuring out how to resolve this would be good. > > I'll see if the new option help next week, but even if they do, needing to use opkg install --unbreak-me is unacceptable. What I'm wondering if whether we can change the default and make everyone happy. I'm waiting to hear back on the test to decide what to do here. Cheers, Richard