pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/53691: lang/gcc48 won't build on macOS 10.14



The following reply was made to PR pkg/53691; it has been noted by GNATS.

From: Andreas Gustafsson <gson%gson.org@localhost>
To: maya%NetBSD.org@localhost, Min Sik Kim <minskim%netbsd.org@localhost>
Cc: gnats-bugs%netbsd.org@localhost,
    macos-pkg-people%netbsd.org@localhost
Subject: Re: pkg/53691: lang/gcc48 won't build on macOS 10.14
Date: Sun, 20 Oct 2019 12:48:44 +0300

 maya%NetBSD.org@localhost wrote:
 >  Might be worth a shot
 [...]
 >  https://github.com/Homebrew/homebrew-core/pull/44762
 [...]
 >  cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/gcc8/distinfo
 >  cvs rdiff -u -r0 -r1.1 pkgsrc/lang/gcc8/patches/patch-fixincludes_fixincl.x \
 >      pkgsrc/lang/gcc8/patches/patch-fixincludes_inclhack.def
 
 I'm confused by this on multiple levels.
 
 1. I don't think that commit is relevant to pkg/53691; it looks like it
 is trying to fix a completely different error.
 
 2. That commit has a commit message of "lang/gcc8: Make this build on
 macOS Catalina", implying that it is fixing the build of gcc itself,
 but the pull request on homebrew appears to say that it fixes issues
 building software *with* gcc, not building gcc itself.
 
 3. lang/gcc8 does not build for me on macOS Catalina (10.15) before
 nor after that commit.  The error is the same as before:
 
   lipo -output libgcc_ext.10.5.dylib -create libgcc_ext.10.5.dylib_T*
   lipo -output libgcc_ext.10.4.dylib -create libgcc_ext.10.4.dylib_T*
   fatal error: /Applications/XCode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: libgcc_ext.10.4.dylib_T* (No such file or directory)
   fatal error: /Applications/XCode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: libgcc_ext.10.5.dylib_T* (No such file or directory)
 
 -- 
 Andreas Gustafsson, gson%gson.org@localhost
 


Home | Main Index | Thread Index | Old Index