Re: [Fink-beginners] firefox8-8.0.1-5 failed compilation Mac OS X 11.2: please help

2016-01-02 Thread Alexander Hansen

> On Jan 2, 2016, at 18:39, Alexander Hansen  
> wrote:
> 
> 
>> On Jan 2, 2016, at 15:53, Heinz Nabielek  wrote:
>> 
>> Failed: phase compiling: firefox8-8.0.1-5 failed
>> 
>> Package manager version: 0.39.2
>> Distribution version: selfupdate-rsync Sun Jan  3 00:33:52 2016, 10.11, 
>> x86_64
>> Trees: local/main stable/main
>> Xcode.app: 7.2
>> Xcode command-line tools: 7.2.0.0.1.1447826929
>> Max. Fink build jobs:  1
>> 
>> —I had tried several times and reduced the max number Fink build jobs to 1
>> —Compilation on a Mac OS X 10.7.5 box was not problem, except that the 
>> firefox executable sits in the wrong place
> 
> “fink info firefox8” indicates that you should install the “firefox” package. 
>  
> 
>> 
>> Please help with my firefox compilation under Mac OS X 11.2
>> 
>> Heinz
>> --
>> ___
>> 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
> 
> The error that I get when attempting to build this on 10.11 appears to be a 
> clang strictness issue:
> 
> ...
> gcc -o halloc.o -c -fvisibility=hidden -DOSTYPE=\"Darwin15.2.0\" 
> -DOSARCH=Darwin  
> -I/sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/media/libnestegg/src 
> -I. -I../../../dist/include -I../../../dist/include/nsprpub  
> -I/sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/obj-x86_64-apple-darwin15.2.0/dist/include/nspr
>  
> -I/sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/obj-x86_64-apple-darwin15.2.0/dist/include/nss
>  -I/sw/lib/libjpeg8-turbo/include  -fPIC -I/sw/include -I/opt/X11/include 
> -Wall -W -Wno-unused -Wpointer-arith -Wdeclaration-after-statement 
> -Wcast-align -W -fno-strict-aliasing -fno-common -pthread  -DNDEBUG -DTRIMMED 
> -g -O3 -fomit-frame-pointer  -I/sw/include -I/opt/X11/include -include 
> ../../../mozilla-config.h -DMOZILLA_CLIENT -MD -MF .deps/halloc.pp 
> /sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/media/libnestegg/src/halloc.c
> In file included from 
> /sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/media/libnestegg/src/halloc.c:19:
> /sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/media/libnestegg/src/align.h:33:25:
>  error: 
>  typedef redefinition with different types ('union max_align' vs
>  'long double')
> typedef union max_align max_align_t;
>^
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/include/__stddef_max_align_t.h:32:21:
>  note: 
>  previous definition is here
> typedef long double max_align_t;
> ...
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 

The change which was just committed to Fink works for me on 10.11.

—akh
--
___
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


[Fink-beginners] firefox8-8.0.1-5 failed compilation Mac OS X 11.2: please help

2016-01-02 Thread Heinz Nabielek
Failed: phase compiling: firefox8-8.0.1-5 failed

Package manager version: 0.39.2
Distribution version: selfupdate-rsync Sun Jan  3 00:33:52 2016, 10.11, x86_64
Trees: local/main stable/main
Xcode.app: 7.2
Xcode command-line tools: 7.2.0.0.1.1447826929
Max. Fink build jobs:  1

—I had tried several times and reduced the max number Fink build jobs to 1
—Compilation on a Mac OS X 10.7.5 box was not problem, except that the firefox 
executable sits in the wrong place

Please help with my firefox compilation under Mac OS X 11.2

Heinz
--
___
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] firefox8-8.0.1-5 failed compilation Mac OS X 11.2: please help

2016-01-02 Thread Alexander Hansen

> On Jan 2, 2016, at 15:53, Heinz Nabielek  wrote:
> 
> Failed: phase compiling: firefox8-8.0.1-5 failed
> 
> Package manager version: 0.39.2
> Distribution version: selfupdate-rsync Sun Jan  3 00:33:52 2016, 10.11, x86_64
> Trees: local/main stable/main
> Xcode.app: 7.2
> Xcode command-line tools: 7.2.0.0.1.1447826929
> Max. Fink build jobs:  1
> 
> —I had tried several times and reduced the max number Fink build jobs to 1
> —Compilation on a Mac OS X 10.7.5 box was not problem, except that the 
> firefox executable sits in the wrong place

“fink info firefox8” indicates that you should install the “firefox” package.  

> 
> Please help with my firefox compilation under Mac OS X 11.2
> 
> Heinz
> --
> ___
> 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

The error that I get when attempting to build this on 10.11 appears to be a 
clang strictness issue:

...
gcc -o halloc.o -c -fvisibility=hidden -DOSTYPE=\"Darwin15.2.0\" 
-DOSARCH=Darwin  
-I/sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/media/libnestegg/src -I. 
-I../../../dist/include -I../../../dist/include/nsprpub  
-I/sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/obj-x86_64-apple-darwin15.2.0/dist/include/nspr
 
-I/sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/obj-x86_64-apple-darwin15.2.0/dist/include/nss
 -I/sw/lib/libjpeg8-turbo/include  -fPIC -I/sw/include -I/opt/X11/include 
-Wall -W -Wno-unused -Wpointer-arith -Wdeclaration-after-statement -Wcast-align 
-W -fno-strict-aliasing -fno-common -pthread  -DNDEBUG -DTRIMMED -g -O3 
-fomit-frame-pointer  -I/sw/include -I/opt/X11/include -include 
../../../mozilla-config.h -DMOZILLA_CLIENT -MD -MF .deps/halloc.pp 
/sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/media/libnestegg/src/halloc.c
In file included from 
/sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/media/libnestegg/src/halloc.c:19:
/sw/src/fink.build/firefox8-8.0.1-5/mozilla-release/media/libnestegg/src/align.h:33:25:
 error: 
  typedef redefinition with different types ('union max_align' vs
  'long double')
typedef union max_align max_align_t;
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/include/__stddef_max_align_t.h:32:21:
 note: 
  previous definition is here
typedef long double max_align_t;
...

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
___
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