* [gentoo-desktop] [kde-sunset] x11-libs/qt-3.3.8b fails to build with libpng-1.4 because a patch is not being applied
@ 2010-05-14 14:38 Alexandre Rostovtsev
2010-05-15 10:19 ` Brent Busby
0 siblings, 1 reply; 5+ messages in thread
From: Alexandre Rostovtsev @ 2010-05-14 14:38 UTC (permalink / raw
To: gentoo-desktop
x11-libs/qt-3.3.8b-r2 and -r1 (in the kde-sunset overlay) currently
fail to compile with libpng-1.4 because some structure fields in png.h
have gotten renamed.
Fortunately, in February a patch to fix this issue
(files/qt-3.3.8-libpng14.patch) was added to the overlay.
Unfortunately, even though the patch is there, the qt ebuilds in the
overlay don't apply it.
Please add epatch "${FILESDIR}/qt-3.3.8-libpng14.patch" to the qt:3 ebuilds.
-Alexandre Rostovtsev.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-desktop] [kde-sunset] x11-libs/qt-3.3.8b fails to build with libpng-1.4 because a patch is not being applied
2010-05-14 14:38 [gentoo-desktop] [kde-sunset] x11-libs/qt-3.3.8b fails to build with libpng-1.4 because a patch is not being applied Alexandre Rostovtsev
@ 2010-05-15 10:19 ` Brent Busby
2010-05-15 11:07 ` Roman v. Gemmeren
2010-05-15 11:38 ` Ladislav Laska
0 siblings, 2 replies; 5+ messages in thread
From: Brent Busby @ 2010-05-15 10:19 UTC (permalink / raw
To: gentoo-desktop
On Fri, 14 May 2010, Alexandre Rostovtsev wrote:
> x11-libs/qt-3.3.8b-r2 and -r1 (in the kde-sunset overlay) currently
> fail to compile with libpng-1.4 because some structure fields in png.h
> have gotten renamed.
>
> Fortunately, in February a patch to fix this issue
> (files/qt-3.3.8-libpng14.patch) was added to the overlay.
>
> Unfortunately, even though the patch is there, the qt ebuilds in the
> overlay don't apply it.
>
> Please add epatch "${FILESDIR}/qt-3.3.8-libpng14.patch" to the qt:3 ebuilds.
I've read something to the effect that libpng-1.4 is causing all kinds
of headaches even in mainline Gentoo (even without kde-sunset). It's
got me nervous to update... I still remember about ten years ago when a
libpng update completely hosed a FreeBSD desktop I was maintaining then.
Here we go again! :-/
--
+ Brent A. Busby + "We've all heard that a million monkeys
+ UNIX Systems Admin + banging on a million typewriters will
+ University of Chicago + eventually reproduce the entire works of
+ Physical Sciences Div. + Shakespeare. Now, thanks to the Internet,
+ James Franck Institute + we know this is not true." -Robert Wilensky
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-desktop] [kde-sunset] x11-libs/qt-3.3.8b fails to build with libpng-1.4 because a patch is not being applied
2010-05-15 10:19 ` Brent Busby
@ 2010-05-15 11:07 ` Roman v. Gemmeren
2010-05-15 11:38 ` Ladislav Laska
1 sibling, 0 replies; 5+ messages in thread
From: Roman v. Gemmeren @ 2010-05-15 11:07 UTC (permalink / raw
To: gentoo-desktop
On Saturday 15 May 2010 12:19:59 Brent Busby wrote:
> On Fri, 14 May 2010, Alexandre Rostovtsev wrote:
> > x11-libs/qt-3.3.8b-r2 and -r1 (in the kde-sunset overlay) currently
> > fail to compile with libpng-1.4 because some structure fields in png.h
> > have gotten renamed.
> >
> > Fortunately, in February a patch to fix this issue
> > (files/qt-3.3.8-libpng14.patch) was added to the overlay.
> >
> > Unfortunately, even though the patch is there, the qt ebuilds in the
> > overlay don't apply it.
> >
> > Please add epatch "${FILESDIR}/qt-3.3.8-libpng14.patch" to the qt:3
> > ebuilds.
>
> I've read something to the effect that libpng-1.4 is causing all kinds
> of headaches even in mainline Gentoo (even without kde-sunset). It's
> got me nervous to update... I still remember about ten years ago when a
> libpng update completely hosed a FreeBSD desktop I was maintaining then.
> Here we go again! :-/
Yes, indeed the new libpng-1.4 is breaking a lot of packages (think i read
sth. about relation to not using --as-needed or so on some gentoo-related
blogs ).
After fixing the qt-3 ebuild it still broke bluefish and some others....
For the time being i would suggest masking libpng-1.4... until this is
resolved.
greetings,
strowi
Mit freundlichem Gruß,
Roman v. Gemmeren
--
He teareth me in his wrath, who hateth me: he gnasheth upon me with his
teeth; mine enemy sharpeneth his eyes upon me.
-- Job 16:9
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-desktop] [kde-sunset] x11-libs/qt-3.3.8b fails to build with libpng-1.4 because a patch is not being applied
2010-05-15 10:19 ` Brent Busby
2010-05-15 11:07 ` Roman v. Gemmeren
@ 2010-05-15 11:38 ` Ladislav Laska
2010-05-17 12:54 ` Ladislav Laska
1 sibling, 1 reply; 5+ messages in thread
From: Ladislav Laska @ 2010-05-15 11:38 UTC (permalink / raw
To: gentoo-desktop
Hello,
if you ask me, I'd say I already fixed it. Well, I may be mistaken. I
will test this patch tomorrow and commit update, if it works.
Regards Ladislav Laska
S pozdravem Ladislav Laska
---
xmpp/jabber: ladislav.laska@jabber.cz
On Sat, May 15, 2010 at 12:19 PM, Brent Busby <brent@keycorner.org> wrote:
> On Fri, 14 May 2010, Alexandre Rostovtsev wrote:
>
>> x11-libs/qt-3.3.8b-r2 and -r1 (in the kde-sunset overlay) currently fail
>> to compile with libpng-1.4 because some structure fields in png.h have
>> gotten renamed.
>>
>> Fortunately, in February a patch to fix this issue
>> (files/qt-3.3.8-libpng14.patch) was added to the overlay.
>>
>> Unfortunately, even though the patch is there, the qt ebuilds in the
>> overlay don't apply it.
>>
>> Please add epatch "${FILESDIR}/qt-3.3.8-libpng14.patch" to the qt:3
>> ebuilds.
>
> I've read something to the effect that libpng-1.4 is causing all kinds of
> headaches even in mainline Gentoo (even without kde-sunset). It's got me
> nervous to update... I still remember about ten years ago when a libpng
> update completely hosed a FreeBSD desktop I was maintaining then. Here we go
> again! :-/
>
> --
> + Brent A. Busby + "We've all heard that a million monkeys
> + UNIX Systems Admin + banging on a million typewriters will
> + University of Chicago + eventually reproduce the entire works of
> + Physical Sciences Div. + Shakespeare. Now, thanks to the Internet,
> + James Franck Institute + we know this is not true." -Robert Wilensky
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-desktop] [kde-sunset] x11-libs/qt-3.3.8b fails to build with libpng-1.4 because a patch is not being applied
2010-05-15 11:38 ` Ladislav Laska
@ 2010-05-17 12:54 ` Ladislav Laska
0 siblings, 0 replies; 5+ messages in thread
From: Ladislav Laska @ 2010-05-17 12:54 UTC (permalink / raw
To: gentoo-desktop
Does not seem to break anything, so I just pushed it.
Regards Ladislav Laska
S pozdravem Ladislav Laska
---
xmpp/jabber: ladislav.laska@jabber.cz
On Sat, May 15, 2010 at 1:38 PM, Ladislav Laska
<ladislav.laska@gmail.com> wrote:
> Hello,
>
> if you ask me, I'd say I already fixed it. Well, I may be mistaken. I
> will test this patch tomorrow and commit update, if it works.
>
> Regards Ladislav Laska
> S pozdravem Ladislav Laska
> ---
> xmpp/jabber: ladislav.laska@jabber.cz
>
>
>
> On Sat, May 15, 2010 at 12:19 PM, Brent Busby <brent@keycorner.org> wrote:
>> On Fri, 14 May 2010, Alexandre Rostovtsev wrote:
>>
>>> x11-libs/qt-3.3.8b-r2 and -r1 (in the kde-sunset overlay) currently fail
>>> to compile with libpng-1.4 because some structure fields in png.h have
>>> gotten renamed.
>>>
>>> Fortunately, in February a patch to fix this issue
>>> (files/qt-3.3.8-libpng14.patch) was added to the overlay.
>>>
>>> Unfortunately, even though the patch is there, the qt ebuilds in the
>>> overlay don't apply it.
>>>
>>> Please add epatch "${FILESDIR}/qt-3.3.8-libpng14.patch" to the qt:3
>>> ebuilds.
>>
>> I've read something to the effect that libpng-1.4 is causing all kinds of
>> headaches even in mainline Gentoo (even without kde-sunset). It's got me
>> nervous to update... I still remember about ten years ago when a libpng
>> update completely hosed a FreeBSD desktop I was maintaining then. Here we go
>> again! :-/
>>
>> --
>> + Brent A. Busby + "We've all heard that a million monkeys
>> + UNIX Systems Admin + banging on a million typewriters will
>> + University of Chicago + eventually reproduce the entire works of
>> + Physical Sciences Div. + Shakespeare. Now, thanks to the Internet,
>> + James Franck Institute + we know this is not true." -Robert Wilensky
>>
>>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-05-17 12:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 14:38 [gentoo-desktop] [kde-sunset] x11-libs/qt-3.3.8b fails to build with libpng-1.4 because a patch is not being applied Alexandre Rostovtsev
2010-05-15 10:19 ` Brent Busby
2010-05-15 11:07 ` Roman v. Gemmeren
2010-05-15 11:38 ` Ladislav Laska
2010-05-17 12:54 ` Ladislav Laska
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox