Commit Graph

44 Commits

Author SHA1 Message Date
jopejoe1
0016f79f87 linuxPackages.systemtap: add version and pname 2026-01-13 21:32:00 +01:00
Alyssa Ross
4e7b9f82a4 systemtap-unwrapped: extract from linuxPackages
This doesn't depend on a kernel version, and it's depended on by other
tools that don't depend on a kernel version.  They shouldn't have to
reach into linuxPackages for an arbitrary kernel version to get it.
2025-09-01 17:45:08 +02:00
Jade Lovelace
ef09fa1092 systemtap-sdt: init
This is an API-stable alias for "systemtap *just* for creating trace
points". The use case for this is that the main systemtap package has an
annoyingly large closure size of Linux version dependent stuff, which is
unnecessary for building trace points.

I am adding this after needing the same override for Lix.
2025-03-25 09:57:26 -07:00
Silvan Mosberger
84d4f874c2 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 78e9caf153
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:23:58 +01:00
Emily
d7ab2af3a6 linuxPackages.systemtap: 5.0a -> 5.2
Includes fixes for GCC 14.
2024-11-21 20:16:05 +00:00
Bobby Rong
040642103c linuxPackages.systemtap: Don't trigger glib rebuild on kernel updates
glib now depends on linuxPackages.systemtap.override { withStap = false; }.
2024-10-14 20:54:18 +08:00
Bobby Rong
0d4d5e0b72 linuxPackages.systemtap: Allow skip installing stap
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4076
2024-10-14 20:54:09 +08:00
Peder Bergebakken Sundt
e471916645 treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Herwig Hochleitner
ae34cddb51 linuxPackages.systemtap: 4.8 -> 5.0a, add nixos tests (#276840)
* nixos/tests/systemtap: init smoke test

* linuxPackages.systemtap: use --sysroot instead of -r

* nixos/tests/systemtap: rule out warnings

* linuxPackages.systemtap: smaller sysroot

* nixos/tests/systemtap: test on a few more kernels

* linuxPackages.systemtap: provide debuginfo for tracing kernel.function

* linuxPackages.systemtap: test kernel.function probe

* linuxPackages.systemtap: 4.8 -> 5.0a
2024-01-09 19:38:02 +01:00
Pierre Bourdon
bc5c75e9ee linuxPackages.systemtap: fix cross-build by depending on host Python 2023-11-26 16:32:42 +01:00
K900
53539903ff systemtap: remove hack, fix build 2023-03-22 14:05:35 +03:00
Guillaume Girol
9bd4087071 Merge pull request #217191 from symphorien/systemtap-4.8
linuxPackages.systemtap: 4.5 -> 4.8
2023-03-12 15:09:26 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Guillaume Girol
b3b79fc41e linuxPackages.systemtap: 4.5 -> 4.8
fixes the build with debuginfod-enabled elfutils
2023-02-19 12:00:00 +00:00
Vladimír Čunát
9287f4461d Merge #206907: stdenv: gcc11 -> gcc12 2023-02-01 16:54:44 +01:00
Vladimír Čunát
6930b5bda8 lyx, rr, linuxPackgaes.systemtap: fixup build with gcc12 2023-02-01 16:53:31 +01:00
Alyssa Ross
1d86b75742 systemtap: mark supported only for Glibc platforms
Uses obstack, a GNU API not implemented by other Linux libcs.
2023-01-29 10:50:11 +00:00
Artturin
33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
Nick Cao
b0d43c3409 systemtap: move python and setuptools to nativeBuildInputs 2022-03-07 12:23:50 +08:00
Martin Weinelt
9cdd711a66 systemtap: use python3 2022-01-16 02:36:24 +01:00
Kai Harries
14783d58ab Systemtap: 4.1 -> 4.5 2021-08-07 22:07:02 +03:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob
3bbad8b041 treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Herwig Hochleitner
6a76eb087f systemtap: 4.0 -> 4.1 2019-08-12 02:51:49 +02:00
Herwig Hochleitner
bd3695090e systemtap: 3.3 -> 4.0 2019-01-10 16:44:51 +01:00
Herwig Hochleitner
ee561d9f57 linuxPackages.systemtap: 3.2 (2017.10.18) -> 3.3
removed quoting workaround. should be fixed as of https://sourceware.org/PR22462
2018-10-12 12:20:35 +02:00
Andrey Komarov
64d45ec506 systemtap: 2017.02.04 -> 2017.10.18
2017.10.18 corresponds to version release-3.2 branch
2018-03-03 19:59:28 +03:00
Austin Seipp
38bc86ac6c systemtap: add pyparsing deps for 'dtrace' script
Otherwise, if it fails, it fails with a very bad error about not
being able to import ParseException.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-20 14:02:04 -06:00
John Ericson
70d91badf5 treewide: Depend on stdenv.cc.bintools instead of binutils directly
One should do this when needed executables at build time. It is more
honest and cross-friendly than refering to binutils directly.
2017-11-05 17:10:53 -05:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Volth
c771d499f9 systemtap: 2016-09-16 -> 2017-02-04 2017-02-06 01:54:19 +01:00
Herwig Hochleitner
59ccacbcd3 systemtap: clean up as per feedback
- shorter description
- move systemtap into linuxPackages
  this is only necessary for the wrapper
  systemtap also has a dyninsn backend to instrument userspace apps
  we could experiment with other platforms, using this
- get rid of stow build dependency
- update version
- minor cleanup steps
2016-09-16 22:24:49 +02:00
Herwig Hochleitner
b019424e5d systemtap: init at 51b7ca
master needs to be tracked in order to support recent kernels
2016-09-16 12:19:59 +02:00
Tobias Geerinckx-Rice
fcb913b3a7 systemtap: remove dead package
Broken since 2013. Depends on equally broken latex2html.
Our version 1.2 is almost six years old; latest is 2.9.
And it's (still) no dtrace.
2016-01-11 01:41:54 +01:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Shea Levy
6b7ede300f systemtap: Remove from linuxPackagesFor
It doesn't seem to depend on the kernel in any way.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-02 00:03:49 -05:00
Eelco Dolstra
a0e21fd1ca Mark more packages as broken 2013-11-04 21:11:00 +01:00
Ludovic Courtès
2e937c437a unmaintain several packages 2013-08-16 23:45:01 +02:00
Eelco Dolstra
b23126fcc3 * Include the kernel version in kernel-specific packages so that they
can be distinguished in nix-env -qa output.

svn path=/nixpkgs/trunk/; revision=32352
2012-02-17 14:32:28 +00:00
Ludovic Courtès
085bf1f2f1 Add SystemTap.
svn path=/nixpkgs/trunk/; revision=21596
2010-05-04 13:32:09 +00:00