Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 325737 - app-text/podofo-0.8.1 version bump
Summary: app-text/podofo-0.8.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-06-26 18:15 UTC by Tim Harder
Modified: 2010-06-28 00:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log with error in EncryptTest.cpp (app-text:podofo-0.8.1:20100626-231518.log,56.74 KB, text/plain)
2010-06-26 23:22 UTC, Zac Medico
Details
Add missing casts (podofo-0.8.1-casts.patch,785 bytes, patch)
2010-06-26 23:35 UTC, Tim Harder
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Harder gentoo-dev 2010-06-26 18:15:00 UTC
A new version is available and a simple version bump from 0.8.0 works fine.

Note that the soname is version bumped from 0.8.0 to 0.8.1 and Scribus rebuilds fine with podofo-0.8.1 for me.
Comment 1 Zac Medico gentoo-dev 2010-06-26 23:22:18 UTC
Created attachment 236683 [details]
build log with error in EncryptTest.cpp

I'm getting a build failure here:

EncryptTest.cpp:329: error: conversion from ‘long int’ to ‘const PoDoFo::PdfObject’ is ambiguous

Portage 2.2_rc67_p176 (default/linux/x86/10.0/desktop, gcc-4.4.3, glibc-2.11.1-r0, 2.6.33-0528-x86-64 i686)
=================================================================
System uname: Linux-2.6.33-0528-x86-64-i686-Intel-R-_Core-TM-2_Duo_CPU_T9300_@_2.50GHz-with-gentoo-2.0.1
Timestamp of tree: Mon, 31 May 2010 06:30:01 +0000
distcc 3.1 i686-pc-linux-gnu [disabled]
ccache version 2.4 [disabled]
app-shells/bash:     4.1_p7
dev-java/java-config: 2.1.11
dev-lang/python:     2.6.5-r2, 3.1.2-r3
dev-python/pycrypto: 2.1.0
dev-util/ccache:     2.4-r8
dev-util/cmake:      2.8.1-r2
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.6.1-r1
sys-apps/sandbox:    2.2
sys-devel/autoconf:  2.13, 2.65
sys-devel/automake:  1.4_p6-r1, 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.3.4, 4.4.3-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.7b
virtual/os-headers:  2.6.33
Comment 2 Tim Harder gentoo-dev 2010-06-26 23:33:14 UTC
(In reply to comment #1)
> Created an attachment (id=236683) [details]
> build log with error in EncryptTest.cpp
> 
> I'm getting a build failure here:
> 
> EncryptTest.cpp:329: error: conversion from ‘long int’ to ‘const
> PoDoFo::PdfObject’ is ambiguous

I'm not running into that unit test problem, but I'll attach a recent upstream patch that adds the missing casts which should fix the problem.
Comment 3 Tim Harder gentoo-dev 2010-06-26 23:35:07 UTC
Created attachment 236685 [details, diff]
Add missing casts

This patch adds missing casts for the encrypt unit test. It was pulled from upstream repository.
Comment 4 Zac Medico gentoo-dev 2010-06-28 00:27:21 UTC
Thanks, this is in cvs now.