From owner-freebsd-ports-bugs@freebsd.org Mon Feb 20 18:59:20 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83123CE6A8C for ; Mon, 20 Feb 2017 18:59:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 680901698 for ; Mon, 20 Feb 2017 18:59:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v1KIxKX9094754 for ; Mon, 20 Feb 2017 18:59:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217105] [New Port]: devel/memleax Debugs memory leak of a running process by attaching it, without recompiling or restarting. Date: Mon, 20 Feb 2017 18:59:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tobik@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobik@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 18:59:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217105 Tobias Kortkamp changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tobik@freebsd.org Status|New |Open Assignee|freebsd-ports-bugs@FreeBSD. |tobik@freebsd.org |org | --- Comment #6 from Tobias Kortkamp --- Hi Guy, there are still some minor problems with this. If you fix them I'll submit the port for review, and commit it :) - There are still some Portlint warnings that need to be fixed (use portlint -A to get additional warnings, see [1]): WARN: /usr/home/tobias/Downloads/memleax/pkg-plist: There are only 2 items in the plist. Consider using PLIST_FILES instead of pkg-plist when installing less than 6 items. FATAL: Makefile: [10]: use a tab (not space) after a variable name ... 8 fatal errors and 1 warning found. - The v in PORTVERSION is wrong. Use DISTVERSIONPREFIX if the version (GitHub tag) is prefixed by something else=20=20 - GH_PROJECT is unnecessary when PORTNAME is the same - Indent with one tab only after variable names - It is shorter to do the installation manually like this: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/memleax ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/memleax.1 ${STAGEDIR}${PREFIX}/man/man1 - Use PLIST_FILES instead of pkg-plist since the port only installs 2 files: PLIST_FILES=3D bin/memleax \ man/man1/memleax.1.gz - I don't think I can get the pkg-descr past my mentors. Can you describe memleax in slightly more detail here? - devel/libdwarf does not provide libdwarf.so but only provides a static library libdwarf.a, so the LIB_DEPENDS line for it is probably wrong. The README claims that memleax will work with ports' libdwarf only [2]. Is this true or will it work fine with base's version? [1] https://www.freebsd.org/doc/en/books/porters-handbook/testing-portlint.= html [2] https://github.com/WuBingzheng/memleax#build-from-source --=20 You are receiving this mail because: You are the assignee for the bug.=