Re: [webkit-dev] Help with GTK build

2011-01-10 Thread Adam Barth
On Mon, Jan 10, 2011 at 12:32 AM, Alejandro Garcia Castro
 wrote:
> On Sat, Jan 08, 2011 at 12:50:11PM +0100, Alejandro G. Castro wrote:
>> On Sat, Jan 08, 2011 at 12:20:18PM +0100, Alejandro G. Castro wrote:
>> >
>> > [...]
>> >
>> > Yeah, it is the length, we already had that issue when doing "make
>> > dist". It looks like adding "Source" is adding enough characters to
>> > cause the same problem:
>> >
>> > http://thread.gmane.org/gmane.comp.gnu.make.bugs/4219
>> >
>> > I'm afraid we have to patch the make we are using in the bots. I'll try
>> > to check it.
>> >
>>
>> I've patched and installed the make package in the 64bits debug bot
>> and apparently it is working, I'm going to do the same in the 32bit
>> debug, unfortunately I do not have access to the release bots.
>
> For the record, Xan and Martin just committed the required fix, so we
> do not need to patch make:
>
> http://trac.webkit.org/changeset/75362

Thanks.  I really appreciate you all cleaning up after my mess.

Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Help with GTK build

2011-01-10 Thread Alejandro Garcia Castro
On Sat, Jan 08, 2011 at 12:50:11PM +0100, Alejandro G. Castro wrote:
> On Sat, Jan 08, 2011 at 12:20:18PM +0100, Alejandro G. Castro wrote:
> >
> > [...]
> >
> > Yeah, it is the length, we already had that issue when doing "make
> > dist". It looks like adding "Source" is adding enough characters to
> > cause the same problem:
> > 
> > http://thread.gmane.org/gmane.comp.gnu.make.bugs/4219
> > 
> > I'm afraid we have to patch the make we are using in the bots. I'll try
> > to check it.
> > 
> 
> I've patched and installed the make package in the 64bits debug bot
> and apparently it is working, I'm going to do the same in the 32bit
> debug, unfortunately I do not have access to the release bots.
> 

For the record, Xan and Martin just committed the required fix, so we
do not need to patch make:

http://trac.webkit.org/changeset/75362
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Help with GTK build

2011-01-09 Thread Joone Hur
On Sat, Jan 8, 2011 at 8:50 PM, Alejandro G. Castro  wrote:
> On Sat, Jan 08, 2011 at 12:20:18PM +0100, Alejandro G. Castro wrote:
>>
>> [...]
>>
>> Yeah, it is the length, we already had that issue when doing "make
>> dist". It looks like adding "Source" is adding enough characters to
>> cause the same problem:
>>
>> http://thread.gmane.org/gmane.comp.gnu.make.bugs/4219
>>
>> I'm afraid we have to patch the make we are using in the bots. I'll try
>> to check it.
>>
>
> I've patched and installed the make package in the 64bits debug bot
> and apparently it is working, I'm going to do the same in the 32bit
> debug, unfortunately I do not have access to the release bots.
>
I have the same problem with my laptop, so I've also patched the make
package (3.81).
It is working in the 32bit release. Is this only solution for this problem?
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Help with GTK build

2011-01-08 Thread Alejandro G. Castro
On Sat, Jan 08, 2011 at 12:20:18PM +0100, Alejandro G. Castro wrote:
>
> [...]
>
> Yeah, it is the length, we already had that issue when doing "make
> dist". It looks like adding "Source" is adding enough characters to
> cause the same problem:
> 
> http://thread.gmane.org/gmane.comp.gnu.make.bugs/4219
> 
> I'm afraid we have to patch the make we are using in the bots. I'll try
> to check it.
> 

I've patched and installed the make package in the 64bits debug bot
and apparently it is working, I'm going to do the same in the 32bit
debug, unfortunately I do not have access to the release bots.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Help with GTK build

2011-01-08 Thread Alejandro G. Castro
On Sat, Jan 08, 2011 at 02:38:51AM -0800, Adam Barth wrote:
> Hi GTK folks,
> 
> As we've been discussing, I moved WebCore this evening.  The GTK bot
> has a mysterious build error that I'm hoping you can help me with:
> 
> make  all-am
> make[1]: Entering directory
> `/home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug'
> /bin/mkdir -p ./.deps/DerivedSources
> make[1]: execvp: /bin/bash: Argument list too long
> make[1]: *** [libwebkitgtk-1.0.la] Error 127
> make[1]: Leaving directory
> `/home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug'
> make: *** [all] Error 2
> 
> http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug/builds/17896/steps/compile-webkit/logs/stdio
> 
> I take this to mean that adding "Source" to a bunch of the path names
> caused some build command to exceed the allowable length of a command
> line argument?  What's the best way to fix this issue?
> 

Yeah, it is the length, we already had that issue when doing "make
dist". It looks like adding "Source" is adding enough characters to
cause the same problem:

http://thread.gmane.org/gmane.comp.gnu.make.bugs/4219

I'm afraid we have to patch the make we are using in the bots. I'll try
to check it.

br
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Help with GTK build

2011-01-08 Thread Adam Barth
Hi GTK folks,

As we've been discussing, I moved WebCore this evening.  The GTK bot
has a mysterious build error that I'm hoping you can help me with:

make  all-am
make[1]: Entering directory
`/home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug'
/bin/mkdir -p ./.deps/DerivedSources
make[1]: execvp: /bin/bash: Argument list too long
make[1]: *** [libwebkitgtk-1.0.la] Error 127
make[1]: Leaving directory
`/home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug'
make: *** [all] Error 2

http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug/builds/17896/steps/compile-webkit/logs/stdio

I take this to mean that adding "Source" to a bunch of the path names
caused some build command to exceed the allowable length of a command
line argument?  What's the best way to fix this issue?

Thanks for you patience,
Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev