* [morty] Python cyclic dependencies
@ 2017-02-04 10:08 Mike Looijmans
2017-02-06 15:59 ` Burton, Ross
0 siblings, 1 reply; 2+ messages in thread
From: Mike Looijmans @ 2017-02-04 10:08 UTC (permalink / raw)
To: openembedded-core
In the do_rootfs log, I found these messages:
Breaking circular dependency on python-core for libz1.
Breaking circular dependency on python-core for python-lang.
Breaking circular dependency on python-core for libz1.
Breaking circular dependency on python-core for python-lang.
Breaking circular dependency on python-core for python-re.
Breaking circular dependency on python-core for python-re.
Looking at the Python recipes, the package information for Python seems
wrong indeed, in python-2.7-manifest.inc:
RDEPENDS_${PN}-re="${PN}-core"
RDEPENDS_${PN}-lang="${PN}-core"
RDEPENDS_${PN}-core="${PN}-lang ${PN}-re"
And this is what creates that cycle. Either core depends on lang, or
vice versa, but not both (or they should simply be one and the same package)
I'd be happy to provide a patch either way...
--
Mike Looijmans
Kind regards,
Mike Looijmans
System Expert
TOPIC Products
Materiaalweg 4, NL-5681 RJ Best
Postbus 440, NL-5680 AK Best
Telefoon: +31 (0) 499 33 69 79
E-mail: mike.looijmans@topicproducts.com
Website: www.topicproducts.com
Please consider the environment before printing this e-mail
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [morty] Python cyclic dependencies
2017-02-04 10:08 [morty] Python cyclic dependencies Mike Looijmans
@ 2017-02-06 15:59 ` Burton, Ross
0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2017-02-06 15:59 UTC (permalink / raw)
To: Mike Looijmans; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 617 bytes --]
On 4 February 2017 at 10:08, Mike Looijmans <mike.looijmans@topic.nl> wrote:
> RDEPENDS_${PN}-re="${PN}-core"
> RDEPENDS_${PN}-lang="${PN}-core"
> RDEPENDS_${PN}-core="${PN}-lang ${PN}-re"
>
> And this is what creates that cycle. Either core depends on lang, or vice
> versa, but not both (or they should simply be one and the same package)
>
> I'd be happy to provide a patch either way...
>
I'd be tempted to say squash them into core, and add RPROVIDES for
compatibility. Obviously nobody needs to save the few hundred kb you'd
remove by allowing the parts to be installed independently.
Ross
[-- Attachment #2: Type: text/html, Size: 1119 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-06 15:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 10:08 [morty] Python cyclic dependencies Mike Looijmans
2017-02-06 15:59 ` Burton, Ross
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.