Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626896 - net-im/pyicq-t-0.8.1.5-r6 : sed: can't read /var/tmp/portage/net-im/pyicq-t-0.8.1.5-r6/image//usr/lib/systemd/system/pyicq-t.service: No such file or directory
Summary: net-im/pyicq-t-0.8.1.5-r6 : sed: can't read /var/tmp/portage/net-im/pyicq-t-0...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-02 17:24 UTC by Toralf Förster
Modified: 2018-07-01 08:23 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.35 KB, text/plain)
2017-08-02 17:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,152.24 KB, text/plain)
2017-08-02 17:24 UTC, Toralf Förster
Details
environment (environment,122.90 KB, text/plain)
2017-08-02 17:24 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,22.86 KB, application/x-bzip)
2017-08-02 17:25 UTC, Toralf Förster
Details
net-im:pyicq-t-0.8.1.5-r6:20170802-104314.log (net-im:pyicq-t-0.8.1.5-r6:20170802-104314.log,2.22 KB, text/plain)
2017-08-02 17:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.00 KB, application/x-bzip)
2017-08-02 17:25 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 2017-08-02 17:24:49 UTC
sed: can't read /var/tmp/portage/net-im/pyicq-t-0.8.1.5-r6/image//usr/lib/systemd/system/pyicq-t.service: No such file or directory
 * ERROR: net-im/pyicq-t-0.8.1.5-r6::gentoo failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 115:  Called src_install

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-plasma-systemd_libressl_20170730-131637

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

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

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   jython2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 7.2.6.10 [icedtea-bin-7]
2)	IcedTea JDK 3.5.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-7  system-vm
  [2]   icedtea-bin-8 

emerge -qpv net-im/pyicq-t
[ebuild  N    ] net-im/pyicq-t-0.8.1.5-r6  USE="-webinterface" PYTHON_TARGETS="python2_7"
Comment 1 Toralf Förster gentoo-dev 2017-08-02 17:24:52 UTC
Created attachment 487696 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-08-02 17:24:55 UTC
Created attachment 487698 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-08-02 17:24:59 UTC
Created attachment 487700 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-08-02 17:25:02 UTC
Created attachment 487702 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-08-02 17:25:05 UTC
Created attachment 487704 [details]
net-im:pyicq-t-0.8.1.5-r6:20170802-104314.log
Comment 6 Toralf Förster gentoo-dev 2017-08-02 17:25:08 UTC
Created attachment 487706 [details]
temp.tbz2
Comment 7 Kolan Sh. 2018-06-25 09:00:40 UTC
--- /var/portage/portage/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild       2018-01-29 23:32:54.244544389 +0300
+++ pyicq-t-0.8.1.5-r6.ebuild   2018-06-25 11:58:59.753530337 +0300
@@ -57,7 +57,7 @@
        newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
        systemd_dounit "${FILESDIR}/${PN}.service"
        sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
-               "${ED}/etc/init.d/${PN}" "${ED}/usr/lib/systemd/system/${PN}.service" || die
+               "${ED}/etc/init.d/${PN}" "${ED}/lib/systemd/system/${PN}.service" || die
 
        python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
 }
Comment 8 Pacho Ramos gentoo-dev 2018-07-01 08:23:47 UTC
[master ba4f1a5e98f0] net-im/pyicq-t: Fix .service path (#626896)
 1 file changed, 2 insertions(+), 2 deletions(-)