Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 263390

Summary: net-dns/libidn-1.13 fails to install elisp-file 50libidn-gentoo.el (misspelled)
Product: Gentoo Linux Reporter: Christer Ekholm <che>
Component: New packagesAssignee: MATSUU Takuto (RETIRED) <matsuu>
Status: RESOLVED FIXED    
Severity: normal CC: Martin.vGagern, mmokrejs, psykojime, truedfx
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch

Description Christer Ekholm 2009-03-22 17:09:43 UTC
There is a small typo in libidn-1.13.ebuild, causing the following error when merging.

 * Installing Elisp files for GNU Emacs support ...                                                                     [ ok ]
 * Installing site initialisation file for GNU Emacs ...
cp: cannot stat `/usr/portage/net-dns/libidn/files/50libidn-gentoo.pl': No such file or directory
sed: can't read /var/tmp/portage/net-dns/libidn-1.13/temp/50libidn-gentoo.pl: No such file or directory
install: cannot stat `/var/tmp/portage/net-dns/libidn-1.13/temp/50libidn-gentoo.pl': No such file or directory
!!! doins: /var/tmp/portage/net-dns/libidn-1.13/temp/50libidn-gentoo.pl does not exist
 * elisp-site-file-install: doins failed                                                                                [ !! ]
 * 
 * ERROR: net-dns/libidn-1.13 failed.
 * Call stack:
 *               ebuild.sh, line   48:  Called src_install
 *             environment, line 4160:  Called die
 * The specific snippet of code:
 *           elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die;
 *  The die message:
 *   (no error message)
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-dns/libidn-1.13/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-dns/libidn-1.13/temp/environment'.
 * 
!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.12"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
and of course, the output of emerge --info


Reproducible: Always

Steps to Reproduce:
Comment 1 Christer Ekholm 2009-03-22 17:11:29 UTC
Created attachment 185895 [details, diff]
patch
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2009-03-22 17:48:51 UTC
*** Bug 263388 has been marked as a duplicate of this bug. ***
Comment 3 Martin von Gagern 2009-03-22 18:58:28 UTC
Thanks for the patch, works here as well.
Comment 4 Harald van Dijk (RETIRED) gentoo-dev 2009-03-22 21:02:04 UTC
I've taken the liberty of fixing this myself; it probably counts as obvious :)