* Broken BAD_RECOMMENDATIONS support
@ 2011-11-07 13:45 Otavio Salvador
2011-11-07 13:52 ` Phil Blundell
0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2011-11-07 13:45 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Hello,
It seems BAD_RECOMMENDATIONS support, in ipk, is broken.
I checked and the rootfs_ipk is writting the contents into the opkg's
status file however it seems opkg when starts to install the packages
it overwrites or ignores it. People at IRC confirmated that this also
happens to them and thus this is indeed broken.
Do someone know how I can debug opkg to see what's going on?
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Broken BAD_RECOMMENDATIONS support
2011-11-07 13:45 Broken BAD_RECOMMENDATIONS support Otavio Salvador
@ 2011-11-07 13:52 ` Phil Blundell
2011-11-07 14:20 ` Otavio Salvador
0 siblings, 1 reply; 3+ messages in thread
From: Phil Blundell @ 2011-11-07 13:52 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Mon, 2011-11-07 at 11:45 -0200, Otavio Salvador wrote:
> Hello,
>
> It seems BAD_RECOMMENDATIONS support, in ipk, is broken.
>
> I checked and the rootfs_ipk is writting the contents into the opkg's
> status file however it seems opkg when starts to install the packages
> it overwrites or ignores it. People at IRC confirmated that this also
> happens to them and thus this is indeed broken.
>
> Do someone know how I can debug opkg to see what's going on?
You can add -V4 to ${ipkg_args} in package_install_internal_ipk() to get
more verbosity, though the output is not always especially illuminating.
It might be easiest to just hack the scripting so that it bails out at
that point and then run opkg-cl by hand under the debugger.
p.
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Broken BAD_RECOMMENDATIONS support
2011-11-07 13:52 ` Phil Blundell
@ 2011-11-07 14:20 ` Otavio Salvador
0 siblings, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2011-11-07 14:20 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Mon, Nov 7, 2011 at 11:52, Phil Blundell <philb@gnu.org> wrote:
> On Mon, 2011-11-07 at 11:45 -0200, Otavio Salvador wrote:
>> Hello,
>>
>> It seems BAD_RECOMMENDATIONS support, in ipk, is broken.
>>
>> I checked and the rootfs_ipk is writting the contents into the opkg's
>> status file however it seems opkg when starts to install the packages
>> it overwrites or ignores it. People at IRC confirmated that this also
>> happens to them and thus this is indeed broken.
>>
>> Do someone know how I can debug opkg to see what's going on?
>
> You can add -V4 to ${ipkg_args} in package_install_internal_ipk() to get
> more verbosity, though the output is not always especially illuminating.
> It might be easiest to just hack the scripting so that it bails out at
> that point and then run opkg-cl by hand under the debugger.
Tracing the rootfs generation it proves to be opkg-cl rewritting status file.
Before the first 'opkg-cl install' the status file contains the
information about the bad recommendations but after it installs the
package_linguas, in package_install_internal_ipk then status has no
bad recommendated packages on it.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-07 14:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 13:45 Broken BAD_RECOMMENDATIONS support Otavio Salvador
2011-11-07 13:52 ` Phil Blundell
2011-11-07 14:20 ` Otavio Salvador
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox