* [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
@ 2014-07-30 7:54 jackie.huang
2014-08-15 9:52 ` Huang, Jie (Jackie)
2014-08-15 16:56 ` Saul Wold
0 siblings, 2 replies; 6+ messages in thread
From: jackie.huang @ 2014-07-30 7:54 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
Fix error:
tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -lgcrypt
tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -lgpg-error
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
.../ghostscript/ghostscript_9.14.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
index e14e656..fbec6ce 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
@@ -15,7 +15,7 @@ SECTION = "console/utils"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=aad21ea85123608e6a0a58d54ee23567"
-DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
+DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libgcrypt libgpg-error"
DEPENDS_class-native = ""
SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.gz"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
2014-07-30 7:54 [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error jackie.huang
@ 2014-08-15 9:52 ` Huang, Jie (Jackie)
2014-08-15 10:54 ` Peter A. Bigot
2014-08-15 16:56 ` Saul Wold
1 sibling, 1 reply; 6+ messages in thread
From: Huang, Jie (Jackie) @ 2014-08-15 9:52 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
Ping, could someone help merge this? thanks!
Thanks,
Jackie
> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-
> bounces@lists.openembedded.org] On Behalf Of jackie.huang@windriver.com
> Sent: Wednesday, July 30, 2014 3:55 PM
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
>
> From: Jackie Huang <jackie.huang@windriver.com>
>
> Fix error:
> tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -
> lgcrypt
> tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -
> lgpg-error
>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
> .../ghostscript/ghostscript_9.14.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb b/meta/recipes-
> extended/ghostscript/ghostscript_9.14.bb
> index e14e656..fbec6ce 100644
> --- a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> +++ b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> @@ -15,7 +15,7 @@ SECTION = "console/utils"
> LICENSE = "GPLv3"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=aad21ea85123608e6a0a58d54ee23567"
>
> -DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
> +DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libgcrypt libgpg-error"
> DEPENDS_class-native = ""
>
> SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.gz"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
2014-08-15 9:52 ` Huang, Jie (Jackie)
@ 2014-08-15 10:54 ` Peter A. Bigot
2014-09-01 8:15 ` Huang, Jie (Jackie)
0 siblings, 1 reply; 6+ messages in thread
From: Peter A. Bigot @ 2014-08-15 10:54 UTC (permalink / raw)
To: openembedded-core
On 08/15/2014 04:52 AM, Huang, Jie (Jackie) wrote:
> Ping, could someone help merge this? thanks!
That should have been fixed when cups was updated to not introduce false
dependencies on libgcrypt. Have you tried with current master?
Peter
>
> Thanks,
> Jackie
>
>> -----Original Message-----
>> From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-
>> bounces@lists.openembedded.org] On Behalf Of jackie.huang@windriver.com
>> Sent: Wednesday, July 30, 2014 3:55 PM
>> To: openembedded-core@lists.openembedded.org
>> Subject: [OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
>>
>> From: Jackie Huang <jackie.huang@windriver.com>
>>
>> Fix error:
>> tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -
>> lgcrypt
>> tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -
>> lgpg-error
>>
>> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
>> ---
>> .../ghostscript/ghostscript_9.14.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb b/meta/recipes-
>> extended/ghostscript/ghostscript_9.14.bb
>> index e14e656..fbec6ce 100644
>> --- a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
>> +++ b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
>> @@ -15,7 +15,7 @@ SECTION = "console/utils"
>> LICENSE = "GPLv3"
>> LIC_FILES_CHKSUM = "file://LICENSE;md5=aad21ea85123608e6a0a58d54ee23567"
>>
>> -DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
>> +DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libgcrypt libgpg-error"
>> DEPENDS_class-native = ""
>>
>> SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.gz"
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
2014-08-15 10:54 ` Peter A. Bigot
@ 2014-09-01 8:15 ` Huang, Jie (Jackie)
0 siblings, 0 replies; 6+ messages in thread
From: Huang, Jie (Jackie) @ 2014-09-01 8:15 UTC (permalink / raw)
To: Peter A. Bigot; +Cc: openembedded-core@lists.openembedded.org
> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-
> bounces@lists.openembedded.org] On Behalf Of Peter A. Bigot
> Sent: Friday, August 15, 2014 6:54 PM
> To: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
>
> On 08/15/2014 04:52 AM, Huang, Jie (Jackie) wrote:
> > Ping, could someone help merge this? thanks!
>
> That should have been fixed when cups was updated to not introduce false dependencies on libgcrypt.
> Have you tried with current master?
Yes, but ghostscript use the cups inside its source code, so the issue is still there, I will port the fix from
Cups for ghostscript, thanks!
Thanks,
Jackie
>
> Peter
>
> >
> > Thanks,
> > Jackie
> >
> >> -----Original Message-----
> >> From: openembedded-core-bounces@lists.openembedded.org
> >> [mailto:openembedded-core- bounces@lists.openembedded.org] On Behalf
> >> Of jackie.huang@windriver.com
> >> Sent: Wednesday, July 30, 2014 3:55 PM
> >> To: openembedded-core@lists.openembedded.org
> >> Subject: [OE-core] [PATCH] ghostscript: add missing dependencies on
> >> libgcrypt and libgpg-error
> >>
> >> From: Jackie Huang <jackie.huang@windriver.com>
> >>
> >> Fix error:
> >> tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs
> >> -linux/4.9.0/ld: cannot find - lgcrypt
> >> tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs
> >> -linux/4.9.0/ld: cannot find - lgpg-error
> >>
> >> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> >> ---
> >> .../ghostscript/ghostscript_9.14.bb | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> >> b/meta/recipes- extended/ghostscript/ghostscript_9.14.bb
> >> index e14e656..fbec6ce 100644
> >> --- a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> >> +++ b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> >> @@ -15,7 +15,7 @@ SECTION = "console/utils"
> >> LICENSE = "GPLv3"
> >> LIC_FILES_CHKSUM = "file://LICENSE;md5=aad21ea85123608e6a0a58d54ee23567"
> >>
> >> -DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
> >> +DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libgcrypt libgpg-error"
> >> DEPENDS_class-native = ""
> >>
> >> SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.gz"
> >> --
> >> 1.7.9.5
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
2014-07-30 7:54 [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error jackie.huang
2014-08-15 9:52 ` Huang, Jie (Jackie)
@ 2014-08-15 16:56 ` Saul Wold
2014-08-18 2:30 ` Huang, Jie (Jackie)
1 sibling, 1 reply; 6+ messages in thread
From: Saul Wold @ 2014-08-15 16:56 UTC (permalink / raw)
To: jackie.huang, openembedded-core
On 07/30/2014 12:54 AM, jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> Fix error:
> tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -lgcrypt
> tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -lgpg-error
>
Are these true dependencies or are there optional configurations that
should be covered with PACKAGECONFIG? There is a patch to disable gcrypt.
Is this meant to be a daisy patch?
Sau!
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
> .../ghostscript/ghostscript_9.14.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> index e14e656..fbec6ce 100644
> --- a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> +++ b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> @@ -15,7 +15,7 @@ SECTION = "console/utils"
> LICENSE = "GPLv3"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=aad21ea85123608e6a0a58d54ee23567"
>
> -DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
> +DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libgcrypt libgpg-error"
> DEPENDS_class-native = ""
>
> SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.gz"
>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
2014-08-15 16:56 ` Saul Wold
@ 2014-08-18 2:30 ` Huang, Jie (Jackie)
0 siblings, 0 replies; 6+ messages in thread
From: Huang, Jie (Jackie) @ 2014-08-18 2:30 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core@lists.openembedded.org
> -----Original Message-----
> From: Saul Wold [mailto:sgw@linux.intel.com]
> Sent: Saturday, August 16, 2014 12:56 AM
> To: Huang, Jie (Jackie); openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error
>
> On 07/30/2014 12:54 AM, jackie.huang@windriver.com wrote:
> > From: Jackie Huang <jackie.huang@windriver.com>
> >
> > Fix error:
> > tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find
> -lgcrypt
> > tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find
> -lgpg-error
> >
> Are these true dependencies or are there optional configurations that
> should be covered with PACKAGECONFIG?
I didn't find optional configurations for them.
> There is a patch to disable gcrypt.
You mean cups-no-gcrypt.patch, right? It looks reasonable, I will port it for ghostscript. Thanks!
Thanks,
Jackie
>
> Is this meant to be a daisy patch?
>
> Sau!
>
>
>
> > Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> > ---
> > .../ghostscript/ghostscript_9.14.bb | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb b/meta/recipes-
> extended/ghostscript/ghostscript_9.14.bb
> > index e14e656..fbec6ce 100644
> > --- a/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> > +++ b/meta/recipes-extended/ghostscript/ghostscript_9.14.bb
> > @@ -15,7 +15,7 @@ SECTION = "console/utils"
> > LICENSE = "GPLv3"
> > LIC_FILES_CHKSUM = "file://LICENSE;md5=aad21ea85123608e6a0a58d54ee23567"
> >
> > -DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
> > +DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libgcrypt libgpg-error"
> > DEPENDS_class-native = ""
> >
> > SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.gz"
> >
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-09-01 8:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 7:54 [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error jackie.huang
2014-08-15 9:52 ` Huang, Jie (Jackie)
2014-08-15 10:54 ` Peter A. Bigot
2014-09-01 8:15 ` Huang, Jie (Jackie)
2014-08-15 16:56 ` Saul Wold
2014-08-18 2:30 ` Huang, Jie (Jackie)
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.