ports/149748: [patch] databases/mysql50-server make package-recursive ERROR in chroot

Ivan Klymenko fidaj at ukr.net
Tue Aug 17 19:20:03 UTC 2010


>Number:         149748
>Category:       ports
>Synopsis:       [patch] databases/mysql50-server make package-recursive ERROR in chroot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 17 19:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ivan Klymenko
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
individual
>Environment:
>Description:
I build a chroot port databases/mysql50-server:
make package-recursive command
===> Fetching all distfiles for mysql-server-5.0.90 and dependencies
===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
You may use the following build options:
	WITH_CHARSET=charset	Define the primary built-in charset (latin1).
	WITH_XCHARSET=list	Define other built-in charsets (may be 'all').
	WITH_COLLATION=collate	Define default collation (latin1_swedish_ci).
	WITH_OPENSSL=yes	Enable secure connections.
	WITH_LINUXTHREADS=yes	Use the linuxthreads pthread library.
	WITH_PROC_SCOPE_PTH=yes	Use process scope threads
				(try it if you use libpthread).
	BUILD_OPTIMIZED=yes	Enable compiler optimizations
				(use it if you need speed).
	BUILD_STATIC=yes	Build a static version of mysqld.
				(use it if you need even more speed).
	WITHOUT_THR_ALARM=yes	Disable signals (this reduces kernel lock
Syntax error: Unterminated quoted string
*** Error code 2
1 error
*** Error code 2

Stop in /usr/ports/databases/mysql50-server.

>How-To-Repeat:
build a chroot port databases/mysql50-server:
make package-recursive command
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-08-17 21:53:06.000000000 +0300
+++ Makefile	2010-08-17 21:53:35.000000000 +0300
@@ -152,7 +152,7 @@
 	@${ECHO} "	BUILD_STATIC=yes	Build a static version of mysqld."
 	@${ECHO} "				(use it if you need even more speed)."
 	@${ECHO} "	WITHOUT_THR_ALARM=yes	Disable signals (this reduces kernel lock"
-	@${ECHO} "				contention on SMP, but has the side effect
+	@${ECHO} "				contention on SMP, but has the side effect"
 	@${ECHO} "				that you can't kill clients that are sleeping)."
 	@${ECHO} "	WITHOUT_INNODB=yes	Disable support for InnoDB table handler."
 	@${ECHO} "	WITH_ARCHIVE=yes	Enable support for Archive Storage Engine."


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list