bugzilla-daemon at mindrot.org
2006-Mar-03 05:40 UTC
[Bug 1171] configure can't always figure out LLONG_MAX.
http://bugzilla.mindrot.org/show_bug.cgi?id=1171
Summary: configure can't always figure out LLONG_MAX.
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
ReportedBy: dtucker at zip.com.au
OtherBugsDependingO 1155
nThis:
Apparently the fix for bug #1104 doesn't cover all cases.
Some Tru64 systems have slightly different arch-vendor-os triples (eg
"alphaev56-dec-osf4.0e") and some really old systems (AIX 3, Ultrix)
have a
similar problem with printf("%lld", n);
I will attach a patch to (hopefully) fix the general case and remove the Tru64
specific hack.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Mar-03 05:42 UTC
[Bug 1171] configure can't always figure out LLONG_MAX.
http://bugzilla.mindrot.org/show_bug.cgi?id=1171 ------- Comment #1 from dtucker at zip.com.au 2006-03-03 16:42 ------- Created an attachment (id=1089) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1089&action=view) reinvent the "%lld" wheel of printf. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Mar-03 22:05 UTC
[Bug 1171] configure can't always figure out LLONG_MAX.
http://bugzilla.mindrot.org/show_bug.cgi?id=1171 ------- Comment #2 from dtucker at zip.com.au 2006-03-04 09:05 ------- Created an attachment (id=1090) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1090&action=view) configure.gz: configure from 4.3p2 rebuilt with patch #1089 A rebuilt configure for those without autoconf handy. Replace the configure from 4.3p2 with this one and re-run ./configure. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Mar-12 04:08 UTC
[Bug 1171] configure can't always figure out LLONG_MAX.
http://bugzilla.mindrot.org/show_bug.cgi?id=1171
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1089| |ok+
Flag| |
------- Comment #3 from djm at mindrot.org 2006-03-12 15:07 -------
(From update of attachment 1089)
looks ok to me, but i am not in a position to test
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Mar-13 08:08 UTC
[Bug 1171] configure can't always figure out LLONG_MAX.
http://bugzilla.mindrot.org/show_bug.cgi?id=1171
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #4 from dtucker at zip.com.au 2006-03-13 19:08 -------
(In reply to comment #3)> (From update of attachment 1089 [edit])
> looks ok to me, but i am not in a position to test
The original reporter was able to test successfully (thanks!)
Patch applied, will be in 4.4p*.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.