php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72630 Can't create directory 'git-php/mysql_db/' (Errcode: 17 - File exists)
Submitted: 2016-07-20 09:00 UTC Modified: 2016-07-26 07:10 UTC
From: actionmystique at gmail dot com Assigned: cmb (profile)
Status: Closed Package: Compile Failure
PHP Version: 7.1Git-2016-07-20 (Git) OS: Ubuntu 16.04
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: actionmystique at gmail dot com
New email:
PHP Version: OS:

 

 [2016-07-20 09:00 UTC] actionmystique at gmail dot com
Description:
------------
Compilation failed




Test script:
---------------
	echo --------
	echo Cleaning
	echo --------
	cd git-php
	git reset --hard
	git clean -fxd :/
	git pull -v --progress --rebase
	git checkout 94f16f30bfc30d0e2d32b7c59f65ded758171b72

	echo --------
	echo Building
	echo --------
	dpkg-buildpackage -b -m"Your name <e-mail>"


Actual result:
--------------
Git commit 7.0.8-5 (94f16f30bfc30d0e2d32b7c59f65ded758171b72) from https://anonscm.debian.org/cgit/pkg-php/php.git

...
+ mysqld_version=5.7
+ [ start = stop ]
+ rm -rf /home/actionmystique/Program-Files/Ubuntu/PHP/git-php/mysql_db
+ mkdir -p /home/actionmystique/Program-Files/Ubuntu/PHP/git-php/mysql_db
+ chmod go-rx /home/actionmystique/Program-Files/Ubuntu/PHP/git-php/mysql_db
+ chown mysql: /home/actionmystique/Program-Files/Ubuntu/PHP/git-php/mysql_db
+ /usr/sbin/mysqld --no-defaults --user=mysql --bind-address=127.0.0.1 --port=1980 --socket=/home/actionmystique/Program-Files/Ubuntu/PHP/git-php/mysql_db/mysql.sock --datadir=/home/actionmystique/Program-Files/Ubuntu/PHP/git-php/mysql_db --initialize-insecure
mysqld: Can't create directory '/home/actionmystique/Program-Files/Ubuntu/PHP/git-php/mysql_db/' (Errcode: 17 - File exists)
2016-07-20T08:36:04.458793Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-07-20T08:36:04.460120Z 0 [ERROR] Aborting

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-07-20 10:32 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2016-07-20 10:32 UTC] cmb@php.net
> https://anonscm.debian.org/cgit/pkg-php/php.git

Shouldn't that be filed to debian?
 [2016-07-26 07:10 UTC] actionmystique at gmail dot com
-Status: Feedback +Status: Closed
 [2016-07-26 07:10 UTC] actionmystique at gmail dot com
Filed on bugs.debian.org
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC