Topic: php-pecl-memcached patch error on travis.yml

Compile php-pecl-memcached
show errors(for php73)

DEBUG: Patch #1 (8bfdbcc9063dafcb25fdb1d1705e07ee027d7379.patch):
DEBUG: + echo 'Patch #1 (8bfdbcc9063dafcb25fdb1d1705e07ee027d7379.patch):'
DEBUG: + /usr/bin/cat /builddir/build/SOURCES/8bfdbcc9063dafcb25fdb1d1705e07ee027d7379.patch
DEBUG: + /usr/bin/patch -p1 -b --suffix .up --fuzz=0
DEBUG: can't find file to patch at input line 17
DEBUG: Perhaps you used the wrong -p or --strip option?

i thing problem is that file .travis.yml not exists in
https://pecl.php.net/package/memcached/3.0.4
but
on github exists in php-memcached-dev

Re: php-pecl-memcached patch error on travis.yml

Can't reproduce.

+ echo 'Patch #0 (330.patch):'
Patch #0 (330.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .pr330 --fuzz=0
patching file memcached.ini
patching file memcached.ini
patching file php_memcached.c
Hunk #1 succeeded at 339 (offset 7 lines).
+ echo 'Patch #1 (8bfdbcc9063dafcb25fdb1d1705e07ee027d7379.patch):'
Patch #1 (8bfdbcc9063dafcb25fdb1d1705e07ee027d7379.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .up --fuzz=0
patching file php_memcached.c
Hunk #1 succeeded at 1285 (offset -13 lines).
Hunk #2 succeeded at 3658 (offset -173 lines).
patching file php_memcached_private.h
patching file php_memcached_session.c
+ rm -r fastlz

BTW, why do you think you need to rebuild ? Simply use my binary RPM.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: php-pecl-memcached patch error on travis.yml

Looks like you download the original path from github, instead of using the one in my repo, which is fixed.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi