Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 16 Nov 2014 23:37:19 +0100
From: John Spencer <maillist-busybox@...fooze.de>
To:  sabotage@...ts.openwall.com
Subject: Re: changing/fixing the tarballs in the butch

John Spencer wrote:
> will cunningham wrote:
>>
>> I have two things not compiling ever, qt4 and firefox.  There are no 
>> errors
>> to the console(except of course 'failed to build!'}  Here are the last 
>> few
>> lines from their respective /src/logs/build_*** files:
>>
>> qt4-
>> In file included from ../../include/QtGui/private/qcups_p.h:1:0,
>>                  from painting/qpdf.cpp:47:
>> ../../include/QtGui/private/../../../src/gui/painting/qcups_p.h:78:11:
>> error: 'ppd_file_t' does not name a type
> 
> did you have cups installed before building this ?
> maybe qt4 needs something along the lines of --disable-cups
> (often configure scripts detect and activate optional features if some 
> library was detected).
> also note that qt4 wasnt tested/used for a long time (there's nothing 
> depending on it in sabotage)...

i just built qt4 on a recent rootfs and it still works (sufficiently big 
C++ projects tend to break on every compiler update...). so my above 
assessment is likely correct.

> 
>> firefox-
>>
>> `/src/build/firefox/mozilla-release/firefox-build-dir/ipc/ipdl'
>> make[5]: *** .deps/UnifiedProtocols9.o.pp: I/O error.  Stop.
> 
> I/O error ? maybe your harddrive is full ?

firefox built successfully as well (at least on x86_64).

> 
>>
>> What should I try next?
> 

rm -rf /src/build/*
to clean up hdd space might help.

--JS

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.