All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joaquim Duran <joaquinduran@adtelecom.es>
To: openembedded-devel@lists.openembedded.org
Subject: Error installing fltk package.
Date: Mon, 23 Oct 2006 16:38:10 +0100	[thread overview]
Message-ID: <453CE1E2.3090808@adtelecom.es> (raw)

[-- 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"


                 reply	other threads:[~2006-10-23 14:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=453CE1E2.3090808@adtelecom.es \
    --to=joaquinduran@adtelecom.es \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.