Port details |
- linux-c7-strace System call tracer (CentOS 7.9.2009)
- 4.24_4 devel =2 4.24_4Version of this port present on the latest quarterly branch.
- Maintainer: mandree@FreeBSD.org
- Port Added: 2019-05-10 07:57:12
- Last Update: 2024-03-25 15:00:05
- Commit Hash: 6672772
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://sourceforge.net/projects/strace/
- Description:
- strace is a system call tracer, i.e. a debugging tool which prints out a trace
of all the system calls made by a another process/program.
strace is similar to the native BSD ``truss'' utility, but it's output style is
more convenient in most cases.
For strace to work, linprocfs has to be mounted. FreeBSD does not mount it by
default. For more information, man linprocfs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- linux-c7-strace>0:devel/linux-c7-strace
- To install the port:
- cd /usr/ports/devel/linux-c7-strace/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/linux-c7-strace
- pkg install linux-c7-strace
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linux-c7-strace
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- TIMESTAMP = 1711372203
SHA256 (centos/strace-4.24-7.el7_9.aarch64.rpm) = 3329cbe4f84f5e3ab1c5c545a4b5794a647b3bed2bd809d60b7b20a36bd07f99
SIZE (centos/strace-4.24-7.el7_9.aarch64.rpm) = 901180
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- libdw.so.1 : devel/linux-c7-elfutils-libs
- linux_base-c7>=7.6.1810_7 : emulators/linux_base-c7
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_linux-c7-strace
- USES:
- cpe linux:c7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.24_4 25 Mar 2024 15:00:05 |
Tijl Coosemans (tijl) |
*/*: Various Linux CentOS 7 updates |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.24_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.24_3 06 Jun 2022 18:08:28 |
Matthias Andree (mandree) |
devel/linux-c7-strace: take maintainership |
4.24_3 06 Jun 2022 12:00:29 |
Rene Ladan (rene) |
all: return trasz' ports to the pool after safekeeping his commit bit |
4.24_3 17 Jan 2022 14:47:28 |
Mikael Urankar (mikael) |
*: Linux emulation: add support for aarch64
PR: 256008
Submitted by: Vincent Milum Jr (prior version)
Approved by: emulation (maintainer timeout) |
4.24_3 05 Oct 2021 20:01:26 |
Bernhard Froehlich (decke) |
devel/linux-c7-strace: Add CPE information
Approved by: portmgr (blanket) |
4.24_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.24_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.24_3 04 Mar 2021 16:50:30 |
tijl |
Update Linux CentOS ports to 7.9.2009. |
4.24_2 07 Sep 2020 21:12:13 |
eugen |
devel/linux-c7-strace: correction after r547939, use more correct path
Use path that works for both of amd64 and i386 variants. |
4.24_1 07 Sep 2020 21:02:06 |
eugen |
devel/linux-c7-strace: add missing dependency
Installed strace binary requires libdw.so.1 to run,
so add needed linux-c7-elfutils-libs that installs libdw.so.1
as run-time dependency. |
4.24 03 May 2020 12:50:43 |
tijl |
Update CentOS 7 ports to 7.8.2003. |
4.12_1 07 Jul 2019 17:36:37 |
tijl |
Switch to USE_LINUX_RPM=nolib. This prevents downloading and extracting
the i386 package on amd64. This change does not affect the package
contents because the amd64 package is extracted after the i386 package and
replaced it completely. |
4.12_1 10 Jun 2019 10:11:10 |
trasz |
Update devel/linux-c7-strace to the current CentOS 7 (4.12-9)
Sponsored by: The FreeBSD Foundation |
4.12 08 Jun 2019 13:13:29 |
tijl |
Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles. |
4.12 10 May 2019 07:56:51 |
trasz |
New port: devel/linux-c7-strace
strace is a system call tracer, i.e. a debugging tool which prints out a trace
of all the system calls made by a another process/program.
strace is similar to the native BSD ``truss'' utility, but it's output style is
more convenient in most cases.
For strace to work, linprocfs has to be mounted. FreeBSD does not mount it by
default. For more information, man linprocfs.
WWW: https://sourceforge.net/projects/strace/
Note that this does not currently work quite well; the kernel part
is coming soon.
Reviewed by: tijl
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D20030 |