* Error installing fltk package.
@ 2006-10-23 15:38 Joaquim Duran
0 siblings, 0 replies; only message in thread
From: Joaquim Duran @ 2006-10-23 15:38 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2475 bytes --]
Dear all,
I've found the following problem each time that I build and image with
FLTK package while creating the image:
Configuring update-rc.d
Configuring zlib
(offline root mode: not running zlib.postinst)
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for task-xterminal:
fltk
The problem could come from these lines:
extracting control.tar.gz from
/home/qduran/oe/oebuild/deploy/ipk/dropbear_0.48.1-r0_arm.ipk
extracting control.tar.gz from
/home/qduran/oe/oebuild/deploy/ipk/fixesproto-dev_X11R7.1-4.0-r0_arm.ipk
extracting control.tar.gz from
/home/qduran/oe/oebuild/deploy/ipk/fltk-dev_1.1.7-r1_arm.ipk
extracting control.tar.gz from
/home/qduran/oe/oebuild/deploy/ipk/fontcacheproto-dev_X11R7.0-0.1.2-r0_a
rm.ipk
extracting control.tar.gz from
/home/qduran/oe/oebuild/deploy/ipk/fontsproto-dev_X11R7.0-2.0.2-r0_arm.i
The control file form fltk package has not been extracted, but from
fltk-dev.
Could someone explain me which is the reason of the error and how could
it be fixed? I've added the last .bb file used.
Thanks in advance.
Thanks and Best Regards,
Joaquim Duran
DESCRIPTION = "FLTK is a cross-platform C++ GUI toolkit"
HOMEPAGE = "http://www.fltk.org"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
PROVIDES = "fltk"
PR= "r1"
DEPENDS = "jpeg libpng zlib"
SRC_URI = "ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${PV}/fltk-${PV}-source.tar.bz2"
S = "${WORKDIR}/fltk-${PV}"
inherit autotools binconfig
EXTRA_OECONF = "--enable-shared --enable-xdbe --enable-xft --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR}"
do_configure() {
oe_runconf
}
do_stage() {
make install prefix=${STAGING_DIR} \
bindir=${STAGING_BINDIR} \
includedir=${STAGING_INCDIR} \
libdir=${STAGING_LIBDIR} \
datadir=${STAGING_DATADIR}
}
do_install () {
make install prefix=${D}${prefix} \
bindir=${D}${bindir} \
libdir=${D}${libdir} \
includedir=${D}${includedir}
}
python populate_packages_prepend () {
if (bb.data.getVar('DEBIAN_NAMES', d, 1)):
bb.data.setVar('PKG_${PN}', 'libfltk${PV}', d)
}
#LEAD_SONAME = "libfltk.so"
#FILES_${PN} = "${libdir}/lib*.so.*"
#FILES_${PN}-dev += " ${bindir}/fltk-config"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-23 14:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-23 15:38 Error installing fltk package Joaquim Duran
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.