Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] rpm_5.4.0.bb: Build rpm without xz
Date: Tue, 29 Nov 2011 10:47:46 -0600	[thread overview]
Message-ID: <4ED50CB2.4060409@windriver.com> (raw)
In-Reply-To: <4ED502CA.7070505@linux.intel.com>

Sorry, I didn't see this earlier.  We may need XZ support, externally, to work 
with packages from folks like Red Hat.

I'm not asking to revert this change.. just pointing out that people who are 
using RPM functionality should watch and see if this causes any negative impacts 
on their systems.

--Mark

On 11/29/11 10:05 AM, Saul Wold wrote:
> On 11/28/2011 01:22 PM, Matthew McClintock wrote:
>> This fixes the following issue:
>>
>> Log data follows:
>> | NOTE: Creating RPM package for perf-dbg
>> | NOTE: Creating RPM package for perf
>> | NOTE: Creating EMPTY RPM Package for kernel
>> | NOTE: Creating EMPTY RPM Package for kernel-3.0.9-00348-gec4b357
>> | NOTE: Creating RPM package for kernel-image-3.0.9-00348-gec4b357
>> | NOTE: Creating RPM package for kernel-dev
>> | NOTE: Creating RPM package for kernel-vmlinux
>> | NOTE: Not creating empty RPM package for kernel-misc
>> | NOTE: Creating RPM package for kernel-devicetree
>> | NOTE: Creating RPM package for kernel-module-libcrc32c
>> | NOTE: Creating RPM package for kernel-module-crc-itu-t
>> | NOTE: Creating RPM package for kernel-module-sctp
>> | NOTE: Creating RPM package for kernel-module-pcbc
>> | NOTE: Creating RPM package for kernel-module-crc32c
>> | NOTE: Creating RPM package for kernel-module-binfmt-misc
>> | NOTE: Creating RPM package for kernel-module-nfsd
>> | NOTE: Creating RPM package for kernel-module-exportfs
>> | NOTE: Creating RPM package for kernel-module-msdos
>> | NOTE: Creating RPM package for kernel-module-nls-utf8
>> | NOTE: Creating RPM package for kernel-module-udf
>> | NOTE: Creating RPM package for kernel-module-isofs
>> | NOTE: Creating RPM package for kernel-module-usbhid
>> | NOTE: Creating RPM package for kernel-module-scsi-wait-scan
>> | NOTE: Creating EMPTY RPM Package for kernel-modules
>> | /local/home/mattsm/git/fsl-local-sdk/build_p4080ds_release/tmp/sysroots/x86_64-linux/usr/bin/rpmbuild.real: error while loading shared libraries: liblzma.so.5: cannot open shared object file: No such file or directory
>> | ERROR: Function 'BUILDSPEC' failed (see /local/home/mattsm/git/fsl-local-sdk/build_p4080ds_release/tmp/work/p4080ds-fsl-linux/linux-qoriq-sdk-3.0.6-r2/temp/log.do_package_write_rpm.18943 for further information)
>>
>> Signed-off-by: Matthew McClintock<msm@freescale.com>
>> ---
>> v2: changed from having xz in deps to just disabling xz
>>
>>    meta/recipes-devtools/rpm/rpm_5.4.0.bb |    3 ++-
>>    1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
>> index f8fe836..77f0aba 100644
>> --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
>> +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
>> @@ -45,7 +45,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
>>    DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}"
>>    extrarpmdeps = "python perl"
>>    extrarpmdeps_virtclass-native = "file-native"
>> -PR = "r23"
>> +PR = "r24"
>>
>>    # rpm2cpio is a shell script, which is part of the rpm src.rpm.  It is needed
>>    # in order to extract the distribution SRPM into a format we can extract...
>> @@ -156,6 +156,7 @@ EXTRA_OECONF = "--verbose \
>>    		--with-build-extlibdep \
>>    		--with-build-maxextlibdep \
>>    		--without-valgrind \
>> +		--without-xz \
>>    		--disable-openmp \
>>    		--enable-build-pic \
>>    		--enable-build-versionscript \
>
> Merged this into OE-Core
>
> Thanks
> 	Sau!
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




  reply	other threads:[~2011-11-29 16:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-23  8:11 [PATCH] rpm_5.4.0.bb: Add xz as rpm DEPENDS Matthew McClintock
2011-11-23 17:46 ` Richard Purdie
2011-11-28 21:22   ` [PATCH] rpm_5.4.0.bb: Build rpm without xz Matthew McClintock
2011-11-29 16:05     ` Saul Wold
2011-11-29 16:47       ` Mark Hatle [this message]
2011-11-29 16:58         ` McClintock Matthew-B29882
2011-11-28 21:28   ` [PATCH] rpm_5.4.0.bb: Add xz as rpm DEPENDS McClintock Matthew-B29882

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=4ED50CB2.4060409@windriver.com \
    --to=mark.hatle@windriver.com \
    --cc=openembedded-core@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