From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mail.openembedded.org (Postfix) with ESMTP id 8B2536FADB for ; Tue, 10 Jun 2014 11:21:56 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id r20so5915423wiv.9 for ; Tue, 10 Jun 2014 04:21:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=RTTnS+KCJyWP7dKVOqvTa43fYmI9p78yEZB3e2fq9eI=; b=oDBoOY5ALwjIC0CyyVIh/LpfS62aIXI/Ipy9Y2MzsLDyhCpK53xKrDqRHH+wcS1cZL 6zdpBsvhpJLu+yUlw6JGKgn8iQNZP1Yb2GAhSGofN4zo6x+E56XR5q0Dzx5qU0grbKt8 gaY7jKFgTaARG2WQc0KfRlPQub1szJdSNX5pTrN6HfxxrcycgHgb81OkBVGvZKW5P34E /pqz4T0Id/El2oxbZGYWkt91zsCZp+1XCIQdlf2OdasADGbWuj1rMHZ2+ZtWMMPWu+i2 U1fLRHQ1XBk1ZRj/HQvniK+ASmC4VcNTceImnZ3YqKpFHcKYX4FfLkovXBxLmM5bU+Tz FsCg== X-Received: by 10.14.108.73 with SMTP id p49mr55589eeg.19.1402399317492; Tue, 10 Jun 2014 04:21:57 -0700 (PDT) Received: from localhost (ip-89-176-104-3.net.upcbroadband.cz. [89.176.104.3]) by mx.google.com with ESMTPSA id l45sm51669636eep.25.2014.06.10.04.21.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Jun 2014 04:21:56 -0700 (PDT) From: Martin Jansa X-Google-Original-From: Martin Jansa Date: Tue, 10 Jun 2014 13:22:16 +0200 To: openembedded-devel@lists.openembedded.org Message-ID: <20140610112216.GE2433@jama> References: <1401127190-1532-1-git-send-email-ashcharles@gmail.com> MIME-Version: 1.0 In-Reply-To: <1401127190-1532-1-git-send-email-ashcharles@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [meta-xfce][PATCH] xfce4-notifyd: Ensure xfce4-notifyd subdirectory exists X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 11:21:59 -0000 X-Groupsio-MsgNum: 50249 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/2994txjAzEdQwm5" Content-Disposition: inline --/2994txjAzEdQwm5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 26, 2014 at 10:59:50AM -0700, Ash Charles wrote: > The notify-dbus.h file is autogenerated during compilation into the > xfce4-notifyd subdirectory. This directory doesn't exist in an > out-of-tree build so we add one manually. Same as screenshooter: ERROR: Logfile of failure stored in: /home/jenkins/oe/shr-core-branches/shr= -core/tmp-eglibc/work/core2-64-oe-linux/xfce4-notifyd/0.2.2-r0/temp/log.do_= compile.1277 Log data follows: | DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-= 64', 'x86_64-linux', 'common'] | DEBUG: Executing shell function do_compile | mkdir: cannot create directory `xfce4-notifyd': File exists | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /home/jenkins/= oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/xfce4-notif= yd/0.2.2-r0/temp/log.do_compile.1277) NOTE: recipe xfce4-notifyd-0.2.2-r0: task do_compile: Failed ERROR: Task 20 (/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedd= ed/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb, do_compile)= failed=20 >=20 > Upstream-Status: Pending >=20 > Signed-off-by: Ash Charles > --- > meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb = b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb > index 08af66d..c22423c 100644 > --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb > +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb > @@ -7,6 +7,10 @@ DEPENDS =3D "libxfce4util libxfce4ui xfconf gtk+ dbus db= us-glib" > =20 > inherit xfce-app > =20 > +do_compile_prepend() { > + mkdir xfce4-notifyd > +} > + > FILES_${PN} +=3D " \ > ${libdir}/xfce4/notifyd \ > ${datadir}/themes \ > --=20 > 1.8.3.2 >=20 > --=20 > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel --=20 Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --/2994txjAzEdQwm5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlOW6mgACgkQN1Ujt2V2gBxwMACfQnPl9ZQtYGGv0dqJOBKkmU6p E4MAn27dQ3ZIJkdg0TAma44T6sw6DPSi =GWgJ -----END PGP SIGNATURE----- --/2994txjAzEdQwm5--