Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Klaus Fetscher <k.fetscher@fetron.de>
To: openembedded-devel@lists.openembedded.org
Subject: Installed files but not but not shipped in any package
Date: Tue, 13 Oct 2009 22:21:20 +0200	[thread overview]
Message-ID: <4AD4E140.6000009@fetron.de> (raw)

Hi,

I try to make my first Package but I got the following error during 
"do_package()" :

NOTE: Running task 9 of 17 (ID: 12, 
/home/stuff/openembedded/recipes/openscada/openscada_0.6.4.bb, 
do_package)                                                                                                             

NOTE: the following files were installed but not shipped in any 
package:                                        
NOTE:   
/home/stuff/tmp/staging/armv4t-angstrom-linux-gnueabi/usr/lib/liboscada.so.0                      

... and a lot more files  .....

Later I can find all these missing files under the ..../image 
subdirectory with the complete path from the /home/... directory again.
Also there a a lot more erros in the later process because of the 
missing libraries.

Can anyone see what is going wrong ?

Here are the snippet
------------------------

SRC_URI = "svn://oscada.org.ua/trunk;module=OpenSCADA;rev=;proto=svn"

PV = "0.6.4"
PR = "svn"

S = "${WORKDIR}/OpenSCADA"

inherit autotools

EXTRA_OECONF = " \
        --includedir=${STAGING_INCDIR} \
        --libdir=${STAGING_LIBDIR} \
"

do_configure_prepend() {
    autoconf
}

do_configure() {
    oe_runconf
}


do_install_prepend () {
    mkdir -p -m 755 ${D}/etc
    cp ${S}/data/oscada.xml ${D}/etc
    mkdir -p -m 755 ${D}/var/spool/openscada/icons
    cp ${S}/data/icons/* ${D}/var/spool/openscada/icons
    install -p -m 777 -d ${D}/var/spool/openscada/ARCHIVES/{MESS,VAL}
}


Thanks,

Klaus




                 reply	other threads:[~2009-10-13 20:22 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=4AD4E140.6000009@fetron.de \
    --to=k.fetscher@fetron.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox