#65457 closed defect (fixed)
coreutils @9.1 +universal configure fails on Snow Leopard to to 32-bit time_t warning
Reported by: | rlhamil | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | pending | Cc: | rlhamil@… |
Port: | coreutils |
Description
coreutils +universal now may have a problem configuring where that includes 32-bit, specifically seen on Snow Leopard
::info:configure configure: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_sysutils_coreutils/coreutils/work/coreutils-9.1': :info:configure configure: error: The 'time_t' type stops working after January 2038, :info:configure and your system appears to support a wider 'time_t'. :info:configure Try configuring with 'CC="/opt/local/bin/clang-mp-8.0 -m64"'. :info:configure To build with a 32-bit time_t anyway (not recommended), :info:configure configure with '--disable-year2038'. :info:configure See `config.log' for more details
Change History (7)
comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)
Owner: | set to mascguy |
---|---|
Status: | new → assigned |
comment:2 Changed 2 years ago by barracuda156
comment:3 Changed 2 years ago by kencu (Ken)
here, it would appear you need to change this line:
to this:
--disable-year2038
comment:4 Changed 2 years ago by mascguy (Christopher Nielsen)
Keywords: | pending added |
---|
comment:5 Changed 2 years ago by Christopher Nielsen <mascguy@…>
comment:6 Changed 2 years ago by Christopher Nielsen <mascguy@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 2 years ago by Christopher Nielsen <mascguy@…>
Note: See
TracTickets for help on using
tickets.
I got the same failure when building on 10.6.8 for PPC (without universal):