| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
From libuv's Readme:
> Note for UNIX users: compile your project with `-D_LARGEFILE_SOURCE` and
> `-D_FILE_OFFSET_BITS=64`. GYP builds take care of that automatically.
Fedora spec contains these defines too.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
It fails to build without deps/uv.
Resolves !4029
|
|
|
|
| |
We don't ship kernel with PaX anymore.
|
| |
|
| |
|
|
|
|
|
|
| |
fontutil.m4 from font-util-dev queries pkg-config (fontconfig.pc) for
the correct font path, this failed before and an incorrect fallback was
used. Fix this by including fontconfig-dev as makedepends.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Apparently some packages weren't rebuilt correclty against libffi.so.7
on some arches and still need libffi.so.6
|
|
|
|
|
| |
Apparently some packages weren't rebuilt correclty against libffi.so.7
on some arches and still need libffi.so.6
|
|
|
|
|
| |
Apparently some packages weren't rebuilt correclty against libffi.so.7
on some arches and still need libffi.so.6
|
|
|
|
|
| |
Apparently some packages weren't rebuilt correclty against libffi.so.7
on some arches and still need libffi.so.6
|
|
|
|
|
| |
Apparently some packages weren't rebuilt correclty against libffi.so.7
on some arches and still need libffi.so.6
|
|
|
|
|
| |
Apparently some packages weren't rebuilt correclty against libffi.so.7
on some arches and still need libffi.so.6
|
|
|
|
|
| |
Apparently some packages weren't rebuilt correclty against libffi.so.7
on some arches and still need libffi.so.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this change:
$ dabuild sh
$ sudo apk add py3-babel >/dev/null && pybabel --version
Traceback (most recent call last):
File "/usr/bin/pybabel", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
This change adds py3-setuptools as a runtime dependency because pkg_resources is
imported by a file installed into /usr/bin/:
$ grep pkg_resources /usr/bin/pybabel
from pkg_resources import load_entry_point
pkg_resources is part of py3-setuptools:
$ apk info -L py3-setuptools | grep pkg_resources/__init__.py
usr/lib/python3.8/site-packages/pkg_resources/__init__.py
After this change:
$ dabuild sh
$ sudo apk add py3-babel >/dev/null && pybabel --version
pybabel 2.8.0
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this change:
$ dabuild sh
$ sudo apk add py3-mako >/dev/null && mako-render --help | head -n 1
Traceback (most recent call last):
File "/usr/bin/virtualenv", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
This change adds py3-setuptools as a runtime dependency because
pkg_resources is imported by a file installed into /usr/bin/:
$ grep pkg_resources /usr/bin/mako-render
from pkg_resources import load_entry_point
pkg_resources is part of py3-setuptools:
$ apk info -L py3-setuptools | grep pkg_resources/__init__.py
usr/lib/python3.8/site-packages/pkg_resources/__init__.py
After this change:
$ dabuild sh
$ sudo apk add py3-mako >/dev/null && mako-render --help | head -n 1
usage: mako-render [-h] [--var VAR] [--template-dir TEMPLATE_DIR]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
not all builders built against new libffi :(
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this change:
$ dabuild sh
$ sudo apk add py3-virtualenv >/dev/null && virtualenv --version
Traceback (most recent call last):
File "/usr/bin/virtualenv", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
This change adds py3-setuptools as a runtime dependency because
pkg_resources is imported by a file installed into /usr/bin/:
$ grep pkg_resources /usr/bin/virtualenv
from pkg_resources import load_entry_point
pkg_resources is part of py3-setuptools:
$ apk info -L py3-setuptools | grep pkg_resources/__init__.py
usr/lib/python3.8/site-packages/pkg_resources/__init__.py
After this change:
$ dabuild sh
$ sudo apk add py3-virtualenv >/dev/null && virtualenv --version
16.7.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this change:
$ dabuild sh
$ sudo apk add py3-tappy >/dev/null && tappy --help
Traceback (most recent call last):
File "/usr/bin/tappy", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
This change adds py3-setuptools as a runtime dependency because
pkg_resources is imported by a file installed into /usr/bin/:
$ grep pkg_resources /usr/bin/tappy
import pkg_resources
pkg_resources is part of py3-setuptools:
$ apk info -L py3-setuptools | grep pkg_resources/__init__.py
usr/lib/python3.8/site-packages/pkg_resources/__init__.py
After this change:
$ dabuild sh
$ sudo apk add py3-tappy >/dev/null && tappy --help
usage: tappy [-h] [-v] [FILE [FILE ...]]
A TAP consumer for Python
positional arguments:
FILE A file containing TAP output. Any directories listed will be scanned for files to
include as TAP files.
optional arguments:
-h, --help show this help message and exit
-v, --verbose use verbose messages
When no files are given or a dash (-) is used for the file name, tappy will read a TAP stream from
STDIN.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this change:
$ dabuild sh
$ sudo apk add py3-pbr >/dev/null && pbr --version
Traceback (most recent call last):
File "/usr/bin/pbr", line 6, in <module>
from pbr.cmd.main import main
File "/usr/lib/python3.8/site-packages/pbr/cmd/main.py", line 20, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
This change adds py3-setuptools as a runtime dependency because
pkg_resources is imported by a file imported by /usr/bin/pbr:
$ grep 'import pkg_resources' /usr/lib/python3.8/site-packages/pbr/cmd/main.py
import pkg_resources
pkg_resources is part of py3-setuptools:
$ apk info -L py3-setuptools | grep pkg_resources/__init__.py
usr/lib/python3.8/site-packages/pkg_resources/__init__.py
After this change:
$ dabuild sh
$ sudo apk add py3-pbr >/dev/null && pbr --version
5.4.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this change:
$ dabuild sh
$ sudo apk add py3-future >/dev/null && futurize --version
Traceback (most recent call last):
File "/usr/bin/futurize", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
This change adds py3-setuptools as a runtime dependency because pkg_resources is
imported by a file installed into /usr/bin/:
$ grep pkg_resources /usr/bin/futurize
from pkg_resources import load_entry_point
pkg_resources is part of py3-setuptools:
$ apk info -L py3-setuptools | grep pkg_resources/__init__.py
usr/lib/python3.8/site-packages/pkg_resources/__init__.py
After this change:
$ dabuild sh
$ sudo apk add py3-future >/dev/null && futurize --version
0.18.2
|
|
|
|
|
|
|
| |
Add --enable-debug configure option. It enables -g which was
already set by abuild since -dbg is there. But more importantly
this will enable CFI unwind info for assembly sources, so this
makes the unwind info in -dbg package complete.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this change:
$ dabuild sh
$ sudo apk add py3-tox >/dev/null && tox --version
Traceback (most recent call last):
File "/usr/bin/wheel", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
This change adds py3-setuptools as a runtime dependency because
pkg_resources is imported by a file installed into /usr/bin/:
$ grep pkg_resources /usr/bin/tox
from pkg_resources import load_entry_point
pkg_resources is part of py3-setuptools:
$ apk info -L py3-setuptools | grep pkg_resources/__init__.py
usr/lib/python3.8/site-packages/pkg_resources/__init__.py
After this change:
$ dabuild sh
$ sudo apk add py3-tox >/dev/null && tox --version
3.14.6 imported from /usr/lib/python3.8/site-packages/tox/__init__.py
|
| |
|