[Bug 280637] shells/bash
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Aug 2024 19:35:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280637 Bug ID: 280637 Summary: shells/bash Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ehaupt@FreeBSD.org Reporter: ulrichulrich_se@yahoo.com Assignee: ehaupt@FreeBSD.org Flags: maintainer-feedback?(ehaupt@FreeBSD.org) make fails with seg faults. if test "bash" = "gettext-tools"; then /bin/sh ../support/mkinstalldirs /usr/ports/shells/bash/work/stage/usr/local/share/gettext/po; for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do install -m 0644 ./$file /usr/ports/shells/bash/work/stage/usr/local/share/gettext/po/$file; done; for file in Makevars; do rm -f /usr/ports/shells/bash/work/stage/usr/local/share/gettext/po/$file; done; else : ; fi ( cd /usr/ports/shells/bash/work/bash-5.2/examples/loadables && /usr/bin/make DESTDIR=/usr/ports/shells/bash/work/stage install ) Segmentation fault (core dumped) mkdir /usr/ports/shells/bash/work/stage/usr/local/lib/bash Segmentation fault (core dumped) *** Error code 139 Stop. make[1]: stopped in /usr/ports/shells/bash/work/bash-5.2/examples/loadables *** Error code 1 (ignored) /bin/ln -sf bash /usr/ports/shells/bash/work/stage/usr/local/bin/rbash install -m 0644 /usr/ports/shells/bash/work/bash-5.2/doc/FAQ /usr/ports/shells/bash/work/bash-5.2/doc/INTRO /usr/ports/shells/bash/work/stage/usr/local/share/doc/bash for d in CHANGES COMPAT NEWS POSIX RBASH README; do install -m 0644 /usr/ports/shells/bash/work/bash-5.2/${d} /usr/ports/shells/bash/work/stage/usr/local/share/doc/bash; done ====> Compressing man pages (compress-man) make install is not possible thereafter. make config was used to set the following options: ┌────────────────────────────┤bash-5.2.32├───────────────────────────┐ │ 'F1' for Ports Collection help. │ │ ┌────────────────────────────────────────────────────────────────┐ │ │ │[ ] DOCS Build and/or install documentation │ │ │ │[X] FDESCFS Enable use of /dev/fd │ │ │ │[X] HELP Enable builtin help │ │ │ │[X] NLS Native Language Support │ │ │ │[X] PORTS_READLINE libreadline from ports instead of bundled one│ │ │ │[ ] STATIC Build static executables and/or libraries │ │ │ │[ ] SYSBASHRC Enable system-wide rc files │ │ │ │[ ] SYSLOG Syslog logging support │ │ │ └────────────────────────────────────────────────────────────────┘ │ ├────────────────────────────────────────────────────────────────────┤ Ports tree was updated a few days ago. uname -a FreeBSD fbsd0 13.3-RELEASE-p3 FreeBSD 13.3-RELEASE-p3 GENERIC amd64 -- You are receiving this mail because: You are the assignee for the bug.