Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404105 - app-office/libreoffice-bin-3.4.5.2 doins: [...] temp/50-libreoffice-bin does not exist
Summary: app-office/libreoffice-bin-3.4.5.2 doins: [...] temp/50-libreoffice-bin does ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords: PATCH
: 404169 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-16 12:39 UTC by Julian Ospald
Modified: 2012-02-17 03:51 UTC (History)
3 users (show)

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


Attachments
tmp-filesdir.patch (tmp-filesdir.patch,318 bytes, patch)
2012-02-16 16:18 UTC, Julian Ospald
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2012-02-16 12:39:29 UTC
>>> Install libreoffice-bin-3.4.5.2 into /var/tmp/portage/app-office/libreoffice-bin-3.4.5.2/image/ category app-office
install: cannot stat `/var/tmp/portage/app-office/libreoffice-bin-3.4.5.2/temp/50-libreoffice-bin': No such file or directory
!!! doins: /var/tmp/portage/app-office/libreoffice-bin-3.4.5.2/temp/50-libreoffice-bin does not exist
 * ERROR: app-office/libreoffice-bin-3.4.5.2 failed (install phase):
 *   doins failed
 * 
 * If you need support, post the output of 'emerge --info =app-office/libreoffice-bin-3.4.5.2',
 * the complete build log and the output of 'emerge -pqv =app-office/libreoffice-bin-3.4.5.2'.
 * The complete build log is located at '/var/tmp/portage/app-office/libreoffice-bin-3.4.5.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-office/libreoffice-bin-3.4.5.2/temp/environment'.
 * S: '/var/tmp/portage/app-office/libreoffice-bin-3.4.5.2/work'
 * QA Notice: file does not exist:
 * 
 * 	doins: /var/tmp/portage/app-office/libreoffice-bin-3.4.5.2/temp/50-libreoffice-bin does not exist
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME="/home/jule/.gentoo/java-config-2/current-user-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info

=====

the line 149 from the ebuild:

insinto /etc/revdep-rebuild && doins "${T}/50-${PN}" 

seems to cause this error.
Shouldn't it be

insinto /etc/revdep-rebuild && doins "${FILESDIR}/50-${PN}"
Comment 1 mrpink 2012-02-16 12:52:41 UTC
can confirm this.

emerge fails with: 
   'insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"'

and runs through, when replaced by:
   'insinto /etc/revdep-rebuild && doins "${FILESDIR}/50-${PN}"'
Comment 2 Giuseppe Vitillaro 2012-02-16 15:46:03 UTC
Same problem here.
Comment 3 Julian Ospald 2012-02-16 16:18:57 UTC
Created attachment 302165 [details, diff]
tmp-filesdir.patch
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2012-02-16 18:16:11 UTC
Whoopsie fixed.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-17 03:51:45 UTC
*** Bug 404169 has been marked as a duplicate of this bug. ***