Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709302 - dev-php/pecl-memcached-3.1.5-r1 : FileNotFoundError: [Errno 2] No such file or directory: b examples
Summary: dev-php/pecl-memcached-3.1.5-r1 : FileNotFoundError: [Errno 2] No such file o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-11 17:54 UTC by Toralf Förster
Modified: 2020-02-11 18:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.76 KB, text/plain)
2020-02-11 17:54 UTC, Toralf Förster
Details
dev-php:pecl-memcached-3.1.5-r1:20200211-070834.log (dev-php:pecl-memcached-3.1.5-r1:20200211-070834.log,22.48 KB, text/plain)
2020-02-11 17:55 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,64.79 KB, text/plain)
2020-02-11 17:55 UTC, Toralf Förster
Details
environment (environment,69.82 KB, text/plain)
2020-02-11 17:55 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.72 KB, application/x-bzip)
2020-02-11 17:55 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.52 KB, application/x-bzip)
2020-02-11 17:55 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.42 KB, application/x-bzip)
2020-02-11 17:55 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-02-11 17:54:54 UTC
  File "/usr/lib/portage/python3.6/doins.py", line 195, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'examples'
 * ERROR: dev-php/pecl-memcached-3.1.5-r1::gentoo failed (install phase):
 *   dodoc failed
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-20200208-201054

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.6
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.14.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Tue, 11 Feb 2020 00:11:22 +0000

emerge -qpvO dev-php/pecl-memcached
[ebuild  N    ] dev-php/pecl-memcached-3.1.5-r1  USE="examples session -igbinary -json -sasl -test" PHP_TARGETS="php7-2 -php7-3 -php7-4"
Comment 1 Toralf Förster gentoo-dev 2020-02-11 17:54:57 UTC
Created attachment 613322 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-11 17:55:00 UTC
Created attachment 613324 [details]
dev-php:pecl-memcached-3.1.5-r1:20200211-070834.log
Comment 3 Toralf Förster gentoo-dev 2020-02-11 17:55:02 UTC
Created attachment 613326 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-02-11 17:55:05 UTC
Created attachment 613328 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-02-11 17:55:08 UTC
Created attachment 613330 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-02-11 17:55:11 UTC
Created attachment 613332 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-02-11 17:55:13 UTC
Created attachment 613334 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-02-11 18:15:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7fb7e898fa9f5a366b36ce60264ecf08d03130

commit fa7fb7e898fa9f5a366b36ce60264ecf08d03130
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2020-02-11 18:12:49 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2020-02-11 18:15:28 +0000

    dev-php/pecl-memcached: Drop unused examples IUSE
    
    This caused an error in the latest version which tried to install a
    non-existant examples directory as documentation via the eclass.
    
    Closes: https://bugs.gentoo.org/709302
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild | 4 ++--
 dev-php/pecl-memcached/pecl-memcached-3.1.5-r1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)