[MacPorts] #63164: py-libxml2 icu cctools - FAT libraries built on i386 Mac OS X Tiger fail to run
MacPorts
noreply at macports.org
Fri Jul 9 08:15:14 UTC 2021
#63164: py-libxml2 icu cctools - FAT libraries built on i386 Mac OS X Tiger fail to
run
-------------------------+--------------------
Reporter: bradleyCPA | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: |
-------------------------+--------------------
Comment (by kencu):
whatever is causing that log2 thing, it also happens with clang, by the
way, using a totally different set of headers and libraries:
{{{
$ cat kentest.c
#include <math.h>
#include <stdio.h>
#include <stdint.h>
int main() {
unsigned int pagesize = 4096;
printf("%u %d \n", pagesize, (uint32_t)log2(pagesize));
}
$ clang-mp-3.4 -o kentest1 kentest.c
$ ./kentest1
4096 11
}}}
--
Ticket URL: <https://trac.macports.org/ticket/63164#comment:16>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list