* [Buildroot] [PATCH] poppler: bump version to 0.53.0
@ 2017-03-21 15:41 Vicente Olivert Riera
2017-03-21 16:36 ` Peter Korsgaard
2017-03-22 21:18 ` [Buildroot] [PATCH] poppler: bump version to 0.53.0 causing build issues Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Vicente Olivert Riera @ 2017-03-21 15:41 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/poppler/poppler.hash | 2 +-
package/poppler/poppler.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/poppler/poppler.hash b/package/poppler/poppler.hash
index 1c57ef3..83856a3 100644
--- a/package/poppler/poppler.hash
+++ b/package/poppler/poppler.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 528b661738839f9a25f6e580fcd2d5db007e0a1948580c6489f0062798ca1992 poppler-0.52.0.tar.xz
+sha256 592bf72960c6b5948b67657594b05e72d9a278daf7613c9f3cdff9a5b73096a8 poppler-0.53.0.tar.xz
diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk
index 5c2d096..d5f1378 100644
--- a/package/poppler/poppler.mk
+++ b/package/poppler/poppler.mk
@@ -4,7 +4,7 @@
#
################################################################################
-POPPLER_VERSION = 0.52.0
+POPPLER_VERSION = 0.53.0
POPPLER_SOURCE = poppler-$(POPPLER_VERSION).tar.xz
POPPLER_SITE = http://poppler.freedesktop.org
POPPLER_DEPENDENCIES = fontconfig host-pkgconf
--
2.10.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] poppler: bump version to 0.53.0
2017-03-21 15:41 [Buildroot] [PATCH] poppler: bump version to 0.53.0 Vicente Olivert Riera
@ 2017-03-21 16:36 ` Peter Korsgaard
2017-03-21 17:22 ` Baruch Siach
2017-03-22 21:18 ` [Buildroot] [PATCH] poppler: bump version to 0.53.0 causing build issues Thomas Petazzoni
1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2017-03-21 16:36 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Committed, thanks.
I see from the release notes that it now uses C++11 mode, so we might
need to add a dependency on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7, but lets see
what the autobuilders say.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] poppler: bump version to 0.53.0
2017-03-21 16:36 ` Peter Korsgaard
@ 2017-03-21 17:22 ` Baruch Siach
2017-03-21 20:12 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2017-03-21 17:22 UTC (permalink / raw)
To: buildroot
Hi Peter,
On Tue, Mar 21, 2017 at 05:36:16PM +0100, Peter Korsgaard wrote:
> >>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
>
> > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>
> Committed, thanks.
>
> I see from the release notes that it now uses C++11 mode, so we might
> need to add a dependency on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7, but lets see
> what the autobuilders say.
This is not in master as of 1106771a414ede1.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] poppler: bump version to 0.53.0
2017-03-21 17:22 ` Baruch Siach
@ 2017-03-21 20:12 ` Peter Korsgaard
0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2017-03-21 20:12 UTC (permalink / raw)
To: buildroot
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> Hi Peter,
> On Tue, Mar 21, 2017 at 05:36:16PM +0100, Peter Korsgaard wrote:
>> >>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
>>
>> > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>>
>> Committed, thanks.
>>
>> I see from the release notes that it now uses C++11 mode, so we might
>> need to add a dependency on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7, but lets see
>> what the autobuilders say.
> This is not in master as of 1106771a414ede1.
Ups, indeed - It is now.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] poppler: bump version to 0.53.0 causing build issues
2017-03-21 15:41 [Buildroot] [PATCH] poppler: bump version to 0.53.0 Vicente Olivert Riera
2017-03-21 16:36 ` Peter Korsgaard
@ 2017-03-22 21:18 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2017-03-22 21:18 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 21 Mar 2017 15:41:09 +0000, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/poppler/poppler.hash | 2 +-
> package/poppler/poppler.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Breaks the build on nios2:
/home/dawncrow/buildroot-test/scripts/instance-0/output/host/usr/nios2-buildroot-linux-gnu/sysroot/usr/include/nspr/prcpucfg.h:1117:2: error: #error "Unknown CPU architecture"
#error "Unknown CPU architecture"
Weird because our libnspr precisely has a patch to support the nios2
architecture.
There are also other errors in the build log.
See:
http://autobuild.buildroot.net/?reason=poppler-0.53.0
The previous version was building fine:
http://autobuild.buildroot.net/?reason=poppler-0.52.0
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-03-22 21:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-21 15:41 [Buildroot] [PATCH] poppler: bump version to 0.53.0 Vicente Olivert Riera
2017-03-21 16:36 ` Peter Korsgaard
2017-03-21 17:22 ` Baruch Siach
2017-03-21 20:12 ` Peter Korsgaard
2017-03-22 21:18 ` [Buildroot] [PATCH] poppler: bump version to 0.53.0 causing build issues Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox