[MacPorts] #61454: samba3 3.6.25_3: gettimeofday wrong
MacPorts
noreply at macports.org
Sun Nov 15 21:05:05 UTC 2020
#61454: samba3 3.6.25_3: gettimeofday wrong
--------------------------+--------------------
Reporter: MaddTheSane | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Resolution: | Keywords:
Port: samba3 |
--------------------------+--------------------
Comment (by ballapete):
On Big Sur, macOS Version 11.0.1, another problem exists:
{{{
checking for perl... /opt/local/bin/perl
checking for python2.6... no
checking for python2.5... no
checking for python2.4... no
checking for python... /opt/local/bin/python
checking for python2.6-config... no
checking for python2.5-config... no
checking for python2.4-config... no
checking for python-config... /opt/local/bin/python-config
File "<string>", line 1
from distutils import sysconfig;
print '-I%s -I%s %s' % (
sysconfig.get_python_inc(),
sysconfig.get_pytho\
n_inc(plat_specific=1),
sysconfig.get_config_var('CFLAGS'))
^
SyntaxError: invalid syntax
File "<string>", line 1
from distutils import sysconfig;
print '%s %s -lpython%s -L%s %s -L%s' % (
sysconfig.get_config_var('LIBS'),
\
sysconfig.get_config_var('SYSLIBS'),
sysconfig.get_config_var('VERSION'),
sysconfig.get_config_var('LIBDIR'), \
sysconfig.get_config_var('LDFLAGS'),
sysconfig.get_config_var('LIBPL'))
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "<string>", line 1, in <module>
AttributeError: 'sys.version_info' object has no attribute '__getslice__'
checking working python module support... no
checking for ar... ar
}}}
Only ` python38 @3.8.6_0+optimizations (active)` is installed.
--
Ticket URL: <https://trac.macports.org/ticket/61454#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list