# cd /usr/ports/security/maia # make Unknown extension sqlite for PHP 5. *** Error code 1 Stop in /usr/ports/security/maia. *** Error code 1 Stop in /usr/ports/security/maia. # How-To-Repeat: Build security/maia
Maintainer of security/maia, Please note that PR ports/168345 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/168345 -- 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)
Just a doublecheck: since the default php changed to php5.4, and not 5.3: Did you update ports tree, and follow the update instructions in /usr/ports/UPDATING? This would mean replacing all of your php5.3 (or whatever you were running) with 5.4 Note: MANY, MANY, MANY incompatibilities with php 5.4 If you WERE running php5.3, suggest you consider re-installing php5.3 and regress test 5.4 on a test system. -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell
@ Michael Scheidell: Yeah, tried portdowngrade on lang/php5 & lang/php5-extensions. I am getting strange errors now w/r to mysql. Will post full details tomorrow.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is due to PHP 5.4 dropping support for sqlite2. Therefore, sqlite3 (databases/php5-sqlite3) needs to replace it. Either install the port manually or (recommended fix) is to change the "USE_PHP =" extension list in the security/maia/Makefile to "sqlite3" as opposed to just "sqlite". Attached is a patch that fixes this issue. Regards, Janky Jay, III -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/K5c4ACgkQZ5znzUsaCyR9gwCfa+9nc5eVZVTPKg5pE7Z4NCJF 9hUAnRhUPpNi4Ip0+Q1XeM6n2izlJXyu =NK3E -----END PGP SIGNATURE-----
State Changed From-To: feedback->open Maintainer has submitted a fix.
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
Also needs a PORTREVISION bump to fix package dependencies. Chris
scheidell 2012-06-08 20:13:43 UTC FreeBSD ports repository Modified files: security/maia Makefile Log: - Unbreak after php5 (5.4) upgrade. sqlite deprecated. use sqlite3 - Bump PORTREVISION PR: ports/168345 Reported by: Justin <freebsd.users@gmail.com> Submitted by: "Janky Jay, III" <ek@purplehat.org> (maintainer) Revision Changes Path 1.11 +2 -2 ports/security/maia/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: open->closed Committed. Thanks!