Bug 149748 - [patch] databases/mysql50-server make package-recursive ERROR in chroot
Summary: [patch] databases/mysql50-server make package-recursive ERROR in chroot
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-17 20:20 UTC by Ivan Klymenko
Modified: 2010-08-24 10:40 UTC (History)
0 users

See Also:


Attachments
file.diff (653 bytes, patch)
2010-08-17 20:20 UTC, Ivan Klymenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Klymenko 2010-08-17 20:20:03 UTC
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.

Fix: Patch attached with submission follows:
How-To-Repeat: build a chroot port databases/mysql50-server:
make package-recursive command
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-17 20:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-24 10:36:58 UTC
ale         2010-08-24 09:36:49 UTC

  FreeBSD ports repository

  Modified files:
    databases/mysql50-server Makefile 
  Log:
  Add missing closing quotes.
  
  PR:             ports/149748
  Submitted by:   Ivan Klymenko <fidaj@ukr.net>
  
  Revision  Changes    Path
  1.252     +1 -1      ports/databases/mysql50-server/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"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2010-08-24 10:37:11 UTC
State Changed
From-To: open->closed

Fixed, thanks.