Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 296687 Details for
Bug 395641
[x32] dev-vcs/cvs-1.12.12-r9 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cvs-1.12.12-x32-mktime-fix.patch - picked from x32 patchset for glibc-2.14.1
cvs-1.12.12-x32-mktime-fix.patch (text/plain), 793 bytes, created by
Sergei Trofimovich (RETIRED)
on 2011-12-22 19:55:11 UTC
(
hide
)
Description:
cvs-1.12.12-x32-mktime-fix.patch - picked from x32 patchset for glibc-2.14.1
Filename:
MIME Type:
Creator:
Sergei Trofimovich (RETIRED)
Created:
2011-12-22 19:55:11 UTC
Size:
793 bytes
patch
obsolete
>Fix taken from glibc's x32 patchset 1200_all_glibc-2.14.1-x32.patch >(as the file is from there) > >> add x32 support; patch from https://github.com/hjl-tools/glibc >> >> 2011-11-18 H.J. Lu <hongjiu.lu@intel.com> >> >> * time/mktime.c (ydhms_diff): Check TIME_T_MAX instead of >> LONG_MAX. > >index e47d696..af0457f 100644 >--- a/lib/mktime.c >+++ b/lib/mktime.c >@@ -169,7 +169,7 @@ ydhms_diff (long int year1, long int yday1, int hour1, int min1, int sec1, > { > verify (C99_integer_division, -1 / 2 == 0); > verify (long_int_year_and_yday_are_wide_enough, >- INT_MAX <= LONG_MAX / 2 || TIME_T_MAX <= UINT_MAX); >+ INT_MAX <= TIME_T_MAX / 2 || TIME_T_MAX <= UINT_MAX); > > /* Compute intervening leap days correctly even if year is negative. > Take care to avoid integer overflow here. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 395641
:
296679
|
296681
| 296687