Re: [Fink-beginners] Webkit-1.0.2-1.2.7-4 build fails on 10.9

2013-12-01 Thread Daniel Macks
On Sun, 1 Dec 2013 06:40:52 -0500, Kevin Horton khorto...@rogers.com wrote:
On November 30, 2013 at 10:00:30 PM, Mark D. McKean 
(qpa...@quantumpanda.com) wrote:

   (A message about this exact same set of errors was posted to 
 fink-users by someone else on November 10, but I cannot find any 
 response having posted.) 

 Compiling webkit-1.0.2-1.2.7-4 on 10.9 fails with the following error: 

 === 
 In file included from WebCore/accessibility/AXObjectCache.cpp:30: 
 In file included from ./WebCore/accessibility/AXObjectCache.h:29: 
 In file included from ./WebCore/accessibility/AccessibilityObject.h:34: 
 In file included from ./WebCore/dom/Range.h:29: 
 In file included from ./WebCore/dom/RangeBoundaryPoint.h:29: 
 In file included from ./WebCore/dom/Node.h:28: 
 In file included from ./WebCore/dom/EventTarget.h:36: 
 In file included from ./WebCore/dom/EventNames.h:26: 
 In file included from ./WebCore/platform/ThreadGlobalData.h:31: 
 In file included from ./JavaScriptCore/wtf/HashMap.h:24: 
 ./JavaScriptCore/wtf/HashTable.h:274:85: error: call to 'swap' is ambiguous 
 ...MoverT, true { static void move(T from, T to) { swap(from, to); } }; 
 ^~~~ 
 === 

 This error appears three times during the build, identically each time. 

 The remaining info: 

 === 
 2 warnings and 3 errors generated. 
 make[1]: *** 
 [WebCore/accessibility/libwebkit_1_0_la-AXObjectCache.lo] Error 1 
 make[1]: Leaving directory 
 `/sw/src/fink.build/webkit-1.0.2-1.2.7-4/webkit-1.2.7' 
 make: *** [all] Error 2 
 make: Leaving directory 
 `/sw/src/fink.build/webkit-1.0.2-1.2.7-4/webkit-1.2.7' 
 ### execution of /tmp/fink.NC1WU failed, exit code 2 
 ### execution of /tmp/fink.dw5o8 failed, exit code 2 
 Removing runtime build-lock... 
 Removing build-lock package... 
 /sw/bin/dpkg-lockwait -r fink-buildlock-webkit-1.0.2-1.2.7-4 
 (Reading database ... 51159 files and directories currently installed.) 
 Removing fink-buildlock-webkit-1.0.2-1.2.7-4 ... 
 Failed: phase compiling: webkit-1.0.2-1.2.7-4 failed 

 Package manager version: 0.36.1 
 Distribution version: selfupdate-rsync Sat Nov 30 18:32:24 2013, 
 10.9, x86_64 
 Trees: local/main stable/main 
 Xcode.app: 5.0.2 
 Xcode command-line tools: 5.0.1.0.1.1382131676 
 webkit-1.0.2-1.2.7-4 is set to build with only one job. 
 === 

 Mark D. McKean 
 qpa...@quantumpanda.com 

 I was the one who reported the previous errors, and I never did 
 resolve the problem.  I get the exact same failures on both my 
 computers, both running 10.9 with xcode command line tools 
 5.0.1.0.1.1382131676. 

Unfortunately I don't have a 10.9 machine to test. If anyone is able to 
solve this, please send me a patch or other info and I'll get it 
committed right away. 

dan

  --
Daniel Macks
dma...@netspace.org



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Webkit-1.0.2-1.2.7-4 build fails on 10.9

2013-12-01 Thread Martin Costabel
On 1/12/13 18:42, Daniel Macks wrote:
 On Sun, 1 Dec 2013 06:40:52 -0500, Kevin Horton khorto...@rogers.com wrote:
[]
 Unfortunately I don't have a 10.9 machine to test. If anyone is able to
 solve this, please send me a patch or other info and I'll get it
 committed right away.

I have such a patch. For simplicity, I checked it directly into CVS. You 
can always pull it out again :-)

The patch consists of some pieces from the 10.9 patch for qtwebkit that 
was added for solving the same call to 'swap' is ambiguous problem, 
plus some additional #include locale.h for files that use setlocale(). 
I don't know why the latter is not needed on 10.8.

Anyway, it should now build on 10.9.

-- 
Martin



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Webkit-1.0.2-1.2.7-4 build fails on 10.9

2013-12-01 Thread Daniel Macks
On Sun, 01 Dec 2013 21:46:21 +0100, Martin Costabel 
costa...@wanadoo.fr wrote:
On 1/12/13 18:42, Daniel Macks wrote:
  On Sun, 1 Dec 2013 06:40:52 -0500, Kevin Horton 
 khorto...@rogers.com wrote:
 []
  Unfortunately I don't have a 10.9 machine to test. If anyone is able to
  solve this, please send me a patch or other info and I'll get it
  committed right away. 

 I have such a patch. For simplicity, I checked it directly into CVS. 
 You can always pull it out again :-)

 The patch consists of some pieces from the 10.9 patch for qtwebkit 
 that was added for solving the same call to 'swap' is ambiguous 
 problem, plus some additional #include locale.h for files that use 
 setlocale(). I don't know why the latter is not needed on 10.8. 

 Anyway, it should now build on 10.9. 

Thanks! Should have thought to look at qtwebkit. Not sure about that 
locale issue either, but as long as it Works, we're all set for now. 

dan

  --
Daniel Macks
dma...@netspace.org



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Webkit-1.0.2-1.2.7-4 build fails on 10.9

2013-12-01 Thread Kevin Horton
This updated webkit-1.0.2 builds for me on 10.9.

Thanks Martin.

—
Kevin Horton

On December 1, 2013 at 3:49:45 PM, Daniel Macks (dma...@netspace.org) wrote:

On Sun, 01 Dec 2013 21:46:21 +0100, Martin Costabel  
costa...@wanadoo.fr wrote:  
On 1/12/13 18:42, Daniel Macks wrote:  
  On Sun, 1 Dec 2013 06:40:52 -0500, Kevin Horton  
 khorto...@rogers.com wrote:  
 []  
  Unfortunately I don't have a 10.9 machine to test. If anyone is able to  
  solve this, please send me a patch or other info and I'll get it  
  committed right away.  
  
 I have such a patch. For simplicity, I checked it directly into CVS.  
 You can always pull it out again :-)  
  
 The patch consists of some pieces from the 10.9 patch for qtwebkit  
 that was added for solving the same call to 'swap' is ambiguous  
 problem, plus some additional #include locale.h for files that use  
 setlocale(). I don't know why the latter is not needed on 10.8.  
  
 Anyway, it should now build on 10.9.  

Thanks! Should have thought to look at qtwebkit. Not sure about that  
locale issue either, but as long as it Works, we're all set for now.  

dan  

--  
Daniel Macks  
dma...@netspace.org  



--  
Rapidly troubleshoot problems before they affect your business. Most IT  
organizations don't have a clear picture of how application performance  
affects their revenue. With AppDynamics, you get 100% visibility into your  
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!  
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk  
___  
Fink-beginners mailing list  
Fink-beginners@lists.sourceforge.net  
List archive:  
http://news.gmane.org/gmane.os.apple.fink.beginners  
Subscription management:  
https://lists.sourceforge.net/lists/listinfo/fink-beginners  
-- 
Kevin Horton
Ottawa, ON

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Webkit-1.0.2-1.2.7-4 build fails on 10.9

2013-12-01 Thread Mark D. McKean
It took two selfupdates, but it has now built successfully for me as well. Much 
appreciated.

Mark D. McKean
qpa...@quantumpanda.com

On Dec 1, 2013, at 6:26 pm, Kevin Horton khorto...@rogers.com wrote:

 This updated webkit-1.0.2 builds for me on 10.9.
 
 Thanks Martin.
 
 —
 Kevin Horton
 
 On December 1, 2013 at 3:49:45 PM, Daniel Macks (dma...@netspace.org) wrote:
 
 On Sun, 01 Dec 2013 21:46:21 +0100, Martin Costabel  
 costa...@wanadoo.fr wrote:  
 On 1/12/13 18:42, Daniel Macks wrote:  
 On Sun, 1 Dec 2013 06:40:52 -0500, Kevin Horton  
 khorto...@rogers.com wrote:  
 []  
 Unfortunately I don't have a 10.9 machine to test. If anyone is able to  
 solve this, please send me a patch or other info and I'll get it  
 committed right away.  
 
 I have such a patch. For simplicity, I checked it directly into CVS.  
 You can always pull it out again :-)  
 
 The patch consists of some pieces from the 10.9 patch for qtwebkit  
 that was added for solving the same call to 'swap' is ambiguous  
 problem, plus some additional #include locale.h for files that use  
 setlocale(). I don't know why the latter is not needed on 10.8.  
 
 Anyway, it should now build on 10.9.  
 
 Thanks! Should have thought to look at qtwebkit. Not sure about that  
 locale issue either, but as long as it Works, we're all set for now.  
 
 dan  
 
 --  
 Daniel Macks  
 dma...@netspace.org  
 
 -- 
 Kevin Horton
 Ottawa, ON


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners