All of lore.kernel.org
 help / color / mirror / Atom feed
* RDEPENDS_${PN}-dev = ${PN} badness
@ 2008-04-17 17:51 John Lee
  2008-04-17 20:00 ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: John Lee @ 2008-04-17 17:51 UTC (permalink / raw)
  To: openembedded-devel

Hi,

Take gtk-doc-dev for example:

The gtk-doc package is empty, so it will not be created.  However, if
you install gtk-doc-dev, it RDEPENDS on gtk-doc, which cannot be
found.  The install will fail.

I think we should use

RRECOMMENDS_${PN}-dev = "${PN} (= ${DEBPV})"

instead.

We (Julian Chu and me) found this when digging the cause of
meta-toolchain-openmoko build failure.  task-openmoko-toolchain-target
contains quite a few -dev packages in it, so the opkg-cl install will
fail.  The log looks something like this:

ERROR: Cannot satisfy the following dependencies for
         task-openmoko-toolchain-target: gtk-doc (= 1.0-r1)
         util-macros (= 1:1.1.5-r1) renderproto (= 1:0.9.3-r0) xproto
         (= 1:7.0.10-r1) bigreqsproto (= 1:1.0.2-r1) xextproto (=
         1:7.0.2-r1) xtrans (= 1:1.0.4-r0) xcmiscproto (= 1:1.1.2-r1)
         xf86bigfontproto (= 1:1.1.2-r1) kbproto (= 1:1.0.3-r1)
         inputproto (= 1:1.4.2.1-r0) fixesproto (= 1:4.0-r1)
         xineramaproto (= 1:1.1.2-r1) randrproto (= 1:1.2.1-r1)
         compositeproto (= 1:0.4-r0) damageproto (= 1:1.1.0-r1)

Similiar symptoms can be found in the packages above.

Regards,
John



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

end of thread, other threads:[~2008-04-19 11:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17 17:51 RDEPENDS_${PN}-dev = ${PN} badness John Lee
2008-04-17 20:00 ` Koen Kooi
2008-04-17 23:24   ` Richard Purdie
2008-04-19 11:07     ` Michael 'Mickey' Lauer

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.