Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183232 - app-text/poppler-0.59-r1 failed patch
Summary: app-text/poppler-0.59-r1 failed patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-26 10:30 UTC by Cosimo Cecchi
Modified: 2007-07-04 06:48 UTC (History)
0 users

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


Attachments
fixed patch that solves compilation issues (poppler-0.5.9-header.fixed.patch,2.21 KB, patch)
2007-06-26 10:31 UTC, Cosimo Cecchi
Details | Diff
emerge --info (emergeinfo,9.05 KB, text/plain)
2007-06-27 08:47 UTC, Cosimo Cecchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cosimo Cecchi 2007-06-26 10:30:48 UTC
The new (masked) ebuild from 24/06 of poppler (0.59-r1) fails to compile, as the patch "poppler-0.5.9-header.patch" fails to apply, causing the emerge process to fail.
I attach a rework of the patch, made by me, that does apply and solves the issue for me.

Reproducible: Always

Steps to Reproduce:
1. emerge =app-text/poppler-0.5.9-r1
2.
3.
Comment 1 Cosimo Cecchi 2007-06-26 10:31:32 UTC
Created attachment 123099 [details, diff]
fixed patch that solves compilation issues
Comment 2 Walter Meinl 2007-06-27 06:32:27 UTC
(In reply to comment #1)
> Created an attachment (id=123099) [edit]
> fixed patch that solves compilation issues
> 
In SecurityHandler.h this patch includes
+#include "poppler-config.h"
while in all other headers that are concered
+#include <poppler/poppler-config.h>
intention?
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2007-06-27 08:20:50 UTC
can you please post your emerge --info? The patch works nicely here.
Comment 4 Cosimo Cecchi 2007-06-27 08:46:45 UTC
@Stefan: sure, i'll attach emerge --info

@Walter: i did not actually modify the way the patch works: if you look at the patch in portage, you'll see that the include statements are exactly the same as in my patch!
Comment 5 Cosimo Cecchi 2007-06-27 08:47:18 UTC
Created attachment 123183 [details]
emerge --info
Comment 6 Stefan Schweizer (RETIRED) gentoo-dev 2007-07-04 06:48:35 UTC
I think the dos line breaks were your problem. Thanks I added your patch version.