megacli is distributed as a 32bit binary only, and the ports install does not descern if 7.1 or 6.4 or 32bit i386 or amd64 installed. example: on a 6.4, amd64, megactl works fine (does it require the 32bit libs?) ports makefile doesn't for it, doesn't include it. 6.4 kernel has 32bit libs compiled in, 7.1 does not (again, biggest problem is that the makefile doesn't stop the install, and doesn't force) file /usr/local/sbin/MegaCli /usr/local/sbin/MegaCli: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), statically linked, stripped but amd64 kernel compiled with this, so should work: options COMPAT_IA32 (doesn't work on amd64, freebsd 7.1, works fine same hardware, amd64, freebsd 6.4) How-To-Repeat: buy a $10,000 server, put 7.1 amd64 on it, install megacli and try it you get this: MegaCli -AdpAllInfo -aAll Bad system call (core dumped)
Responsible Changed From-To: freebsd-ports-bugs->gabor gabor@ wants his PRs (via the GNATS Auto Assign Tool)
Maintainer of sysutils/megacli, Please note that PR ports/136163 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/136163 -- 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! thanks for PR please commit this patch /Vladimir Ermakov
gabor 2009-09-07 11:13:56 UTC FreeBSD ports repository Modified files: sysutils/megacli Makefile Log: - Set IA32_BINARY_PORT to check Linux emulation availability - Bump PORTREVISION PR: ports/136163 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: Vladimir Ermakov <samflanker@gmail.com> (maintainer) Revision Changes Path 1.2 +2 -0 ports/sysutils/megacli/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks.