All of lore.kernel.org
 help / color / mirror / Atom feed
* opkg v0.3.2 bug
@ 2016-06-30 13:59 Jaap de Jong
  2016-06-30 20:05 ` Alejandro del Castillo
  0 siblings, 1 reply; 2+ messages in thread
From: Jaap de Jong @ 2016-06-30 13:59 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Hi All,

I've already put this in 
https://groups.google.com/forum/#!topic/opkg-devel but I really want to 
hear what your experiences are.

I have this package A for which package B has a dependency?

I was using v0.2.3 before and 'opkg remove A' did not remove it.

With v0.3.2 the same errors:
Removing package A from root...
Collected errors:
  * print_dependents_warning: Package A is depended upon by packages:
  * print_dependents_warning:         B
  * print_dependents_warning: These might cease to work if package A is 
removed.
  * print_dependents_warning: Force removal of this package with 
--force-depends.
  * print_dependents_warning: Force removal of this package and its 
dependents
  * print_dependents_warning: with --force-removal-of-dependent-packages.

But package A is removed nevertheless....
This sounds as a severe error!
Or is it me doing something wrong??

Thanks,
Jaap





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: opkg v0.3.2 bug
  2016-06-30 13:59 opkg v0.3.2 bug Jaap de Jong
@ 2016-06-30 20:05 ` Alejandro del Castillo
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro del Castillo @ 2016-06-30 20:05 UTC (permalink / raw)
  To: openembedded-devel, jaap.dejong, opkg-devel



On 06/30/2016 08:59 AM, Jaap de Jong wrote:
> Hi All,
> 
> I've already put this in https://groups.google.com/forum/#!topic/opkg-devel but
> I really want to hear what your experiences are.

I am cc'ing opkg-devel@googlegroups.org

> I have this package A for which package B has a dependency?
> 
> I was using v0.2.3 before and 'opkg remove A' did not remove it.
> 
> With v0.3.2 the same errors:
> Removing package A from root...
> Collected errors:
>  * print_dependents_warning: Package A is depended upon by packages:
>  * print_dependents_warning:         B
>  * print_dependents_warning: These might cease to work if package A is removed.
>  * print_dependents_warning: Force removal of this package with --force-depends.
>  * print_dependents_warning: Force removal of this package and its dependents
>  * print_dependents_warning: with --force-removal-of-dependent-packages.
> 
> But package A is removed nevertheless....
> This sounds as a severe error!
> Or is it me doing something wrong??

This is a regression from 0.3.1, caused by the re-architecture that changed the
internal solver to have it solve first, install/upgrade/remove later (instead of
installing/removing/upgrading as it solved). As is common with these errors, the
fix is a one line change on opkg_solver_remove (*sigh*).

Can you please file a bug report on https://bugzilla.yoctoproject.org ?
I am thinking this is serious enough to warrant a bug fix release of opkg
(0.3.3), which I will post next week.

BTW, this is an internal solver only error, the libsolv backend works fine.

Thanks for reporting the regression

-- 
Cheers,

Alejandro


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-30 23:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30 13:59 opkg v0.3.2 bug Jaap de Jong
2016-06-30 20:05 ` Alejandro del Castillo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.