Summary: | [PATCH] databases/postgresql-repmgr: update to 1.2.0, refactor and add patches, more | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | koobs <koobs.freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | alp | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
koobs
2012-12-06 07:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants his PRs (via the GNATS Auto Assign Tool) Maintainer of databases/postgresql-repmgr, Please note that PR ports/174216 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174216 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Hello. The suggested patch doesn't work in my environment. Port fails to build. Unpatched port builds successfully. > uname -a FreeBSD hostname 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Aug 31 11:28:53 MSK 2012 root@hostname:/usr/obj/usr/src/sys/MyKern amd64 > cc -v Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070831 patched [FreeBSD] repmgr.c: In function 'copy_remote_files': repmgr.c:1670: warning: implicit declaration of function 'WEXITSTATUS' cc -fno-omit-frame-pointer -O2 -pipe -O3 -funroll-loops -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv dbutils.o check_dir.o config.o repmgr.o log.o strutil.o -L/usr/local/lib -lpgport -L/usr/local/lib -lpq -L/usr/local/lib -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -Wl,--as-needed -Wl,-R'/usr/local/lib' -lpgport -lintl -lxml2 -lssl -lcrypto -lz -lreadline -lcrypt -lm -o repmgr repmgr.o: In function `copy_remote_files': repmgr.c:(.text+0x1ec8): undefined reference to `WEXITSTATUS' gmake: *** [repmgr] Error 1 *** Error code 1 Unfortunately, I don't have time enough to look at this problem deeper. -- Best regards, Alexander Pyhalov, system administrator of Computer Center of Southern Federal University Hello. This patch is working, repmgr builds and runs with it. Please, commit it. -- Best regards, Alexander Pyhalov, system administrator of Computer Center of Southern Federal University State Changed From-To: feedback->closed Committed. Thanks! A commit references this bug: Author: tj Date: Wed Oct 5 17:46:11 UTC 2016 New revision: 423356 URL: https://svnweb.freebsd.org/changeset/ports/423356 Log: Fix sysctl(3) call in mono_process_list() where the MIB length argument was incorrectly passed to sysctl(3) PR: 174216 Submitted by: tj Approved by: maintainer timeout Changes: head/lang/mono/Makefile head/lang/mono/files/patch-eglib_src_gfile-posix.c head/lang/mono/files/patch-mono_metadata_socket-io.c head/lang/mono/files/patch-mono_utils_patch-mono__utils__mono-proclib.c |