| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Update done using:
```
git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```
Followed by manual revert in dev-python/zlib-ng where it accidentally
caught sys-libs/zlib-ng dependencies.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
This fixes a possible correctness issue on other profiles as well.
Bug: https://gcc.gnu.org/PR121259
Closes: https://bugs.gentoo.org/959876
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Reported by parona.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
BTF must be available for the running kernel at build-time
with this flag.
The next upstream release will have a better error message for this,
see http://github.com/oracle/dtrace-utils/issues/74.
Closes: https://bugs.gentoo.org/958606
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Set NATIVE_BITNESS_ONLY=1 if we don't have multilib.
Closes: https://bugs.gentoo.org/959876
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Undo 274e88619f98c77b9a05c33eb956bb7a168d6025 with a new comment. It
builds fine (didn't before, of course) but it's broken at runtime.
Bug: https://github.com/oracle/dtrace-utils/issues/86
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
See https://github.com/oracle/dtrace-utils/issues/86#issuecomment-2953671118.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/945361
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://github.com/oracle/dtrace-utils/issues/78
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://github.com/oracle/dtrace-utils/issues/106
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://github.com/oracle/dtrace-utils/issues/80
Bug: https://bugs.gentoo.org/938190
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Always pass --with-systemd as it just controls installation of units.
Bug: https://github.com/oracle/dtrace-utils/issues/92
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
I have a tendency to do this when something is indented as it's not
then obvious what the limit is. Oops.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Some of the TODOs were really upstream bugs we're waiting for resolution
on, not something we need to take action on at this time.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
I've asked dilfridge to update binutils-2.42 when he gets a chance
for one libctf patch we don't have yet but IIRC that patch doesn't
actually affect DTrace, just it came up in libabigail discussions.
Let's drop the comment as it's not really relevant now.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://github.com/oracle/dtrace-utils/issues/106
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/938221
Signed-off-by: Sam James <sam@gentoo.org>
|
|
For first installs, we enable the service and start it.
This is unusual, but the behaviour without dtprobed running is
untested/unsupported. It's not a network service, it has no configuration,
reads a single device node, and does all parsing within a seccomp jail. It
also leads to hard-to-diagnose issues because USDT probes won't be registered
and an application might have already started up which needs to be traced.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Following discussion with mgorny and us agreeing to use test-install
for Python.
Bug: https://bugs.gentoo.org/531648
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://github.com/oracle/dtrace-utils/issues/82
Signed-off-by: Sam James <sam@gentoo.org>
|
|
We can now be coinstalled with dev-debug/systemtap if it has USE=-dtrace-symlink.
Bug: https://bugs.gentoo.org/938302
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Show it on new installs, not upgrades.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
tests)
This adds some technically-required-but-already-covered-by-dependencies
CONFIG_* requirements in general, and then some real config requirements
we were missing for the testsuite.
Signed-off-by: Sam James <sam@gentoo.org>
|