Opened 3 years ago
#66178 assigned defect
texlive-bin fails to build with GCC for x86_64 on 10.6.8: error: shift expression overflows
| Reported by: | barracuda156 | Owned by: | drkp (Dan Ports) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.8.0 |
| Keywords: | x86_64, snowleopard | Cc: | |
| Port: | texlive-bin |
Description
:info:build In file included from /System/Library/Frameworks/Security.framework/Headers/Security.h:57,
:info:build from /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:14,
:info:build from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:79,
:info:build from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12,
:info:build from /opt/x86_64/var/macports/build/_opt_x86_64_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_tex_texlive-bin/texlive-bin/work/texlive-source-2022.62882-stripped/texk/web2c/xetexdir/XeTeXFontMgr_Mac.mm:44:
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:102:46: error: shift expression '(1853123693 << 8)' overflows [-fpermissive]
:info:build 102 | kSecAuthenticationTypeNTLM = AUTH_TYPE_FIX_ ('ntlm'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:102:46: error: enumerator value for 'kSecAuthenticationTypeNTLM' is not an integer constant
:info:build 102 | kSecAuthenticationTypeNTLM = AUTH_TYPE_FIX_ ('ntlm'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:103:46: error: shift expression '(1836281441 << 8)' overflows [-fpermissive]
:info:build 103 | kSecAuthenticationTypeMSN = AUTH_TYPE_FIX_ ('msna'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:103:46: error: enumerator value for 'kSecAuthenticationTypeMSN' is not an integer constant
:info:build 103 | kSecAuthenticationTypeMSN = AUTH_TYPE_FIX_ ('msna'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:104:46: error: shift expression '(1685086561 << 8)' overflows [-fpermissive]
:info:build 104 | kSecAuthenticationTypeDPA = AUTH_TYPE_FIX_ ('dpaa'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:104:46: error: enumerator value for 'kSecAuthenticationTypeDPA' is not an integer constant
:info:build 104 | kSecAuthenticationTypeDPA = AUTH_TYPE_FIX_ ('dpaa'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:105:46: error: shift expression '(1919967585 << 8)' overflows [-fpermissive]
:info:build 105 | kSecAuthenticationTypeRPA = AUTH_TYPE_FIX_ ('rpaa'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:105:46: error: enumerator value for 'kSecAuthenticationTypeRPA' is not an integer constant
:info:build 105 | kSecAuthenticationTypeRPA = AUTH_TYPE_FIX_ ('rpaa'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:106:46: error: shift expression '(1752462448 << 8)' overflows [-fpermissive]
:info:build 106 | kSecAuthenticationTypeHTTPBasic = AUTH_TYPE_FIX_ ('http'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:106:46: error: enumerator value for 'kSecAuthenticationTypeHTTPBasic' is not an integer constant
:info:build 106 | kSecAuthenticationTypeHTTPBasic = AUTH_TYPE_FIX_ ('http'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:107:46: error: shift expression '(1752462436 << 8)' overflows [-fpermissive]
:info:build 107 | kSecAuthenticationTypeHTTPDigest = AUTH_TYPE_FIX_ ('httd'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:107:46: error: enumerator value for 'kSecAuthenticationTypeHTTPDigest' is not an integer constant
:info:build 107 | kSecAuthenticationTypeHTTPDigest = AUTH_TYPE_FIX_ ('httd'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:108:46: error: shift expression '(1718579821 << 8)' overflows [-fpermissive]
:info:build 108 | kSecAuthenticationTypeHTMLForm = AUTH_TYPE_FIX_ ('form'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:108:46: error: enumerator value for 'kSecAuthenticationTypeHTMLForm' is not an integer constant
:info:build 108 | kSecAuthenticationTypeHTMLForm = AUTH_TYPE_FIX_ ('form'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:109:46: error: shift expression '(1684434036 << 8)' overflows [-fpermissive]
:info:build 109 | kSecAuthenticationTypeDefault = AUTH_TYPE_FIX_ ('dflt'),
:info:build | ^~~~~~~~~~~~~~
:info:build /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:109:46: error: enumerator value for 'kSecAuthenticationTypeDefault' is not an integer constant
:info:build 109 | kSecAuthenticationTypeDefault = AUTH_TYPE_FIX_ ('dflt'),
:info:build | ^~~~~~~~~~~~~~
:info:build make[5]: *** [xetexdir/libxetex_a-XeTeXFontMgr_Mac.o] Error 1
:info:build make[5]: *** Waiting for unfinished jobs....
Attachments (1)
Note: See
TracTickets for help on using
tickets.
