php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60767 Compilation fails with error 1
Submitted: 2012-01-16 10:58 UTC Modified: 2020-09-18 15:17 UTC
Votes:3
Avg. Score:4.0 ± 0.8
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:0 (0.0%)
From: bugs dot php dot net at tjbp dot net Assigned: cmb (profile)
Status: Closed Package: svn (PECL)
PHP Version: 5.3.9 OS: Arch Linux x86_64
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bugs dot php dot net at tjbp dot net
New email:
PHP Version: OS:

 

 [2012-01-16 10:58 UTC] bugs dot php dot net at tjbp dot net
Description:
------------
v1.0.1 tarball is extracted, phpize is run, followed by configure. Make fails with Error 1 (see attachment). During make the output suggests it doesn't build past "svn_fs_abort_txn", but I'm not sure Error 1 means anything like that.

Using svn 1.7.2.

Test script:
---------------
$ tar -zxvf svn-1.0.1.tgz
$ cd svn-1.0.1
$ phpize
$ ./configure --prefix=/usr
$ make

Expected result:
----------------
Successful compilation.

Actual result:
--------------
make Error 1.

Patches

Output (last revision 2012-01-16 10:59 UTC by bugs dot php dot net at tjbp dot net)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-09-18 13:06 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-09-18 13:06 UTC] cmb@php.net
Does the build still fail with svn 2.0.3 and any of the actively
supported PHP versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2020-09-18 14:52 UTC] bugs dot php dot net at tjbp dot net
Sorry should have closed sooner - 1.0.3 building fine since 2016: https://aur.archlinux.org/packages/php-svn/
 [2020-09-18 15:17 UTC] cmb@php.net
-Status: Feedback +Status: Closed
 [2020-09-18 15:17 UTC] cmb@php.net
Good news! :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 07:01:29 2024 UTC