Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263390 - net-dns/libidn-1.13 fails to install elisp-file 50libidn-gentoo.el (misspelled)
Summary: net-dns/libidn-1.13 fails to install elisp-file 50libidn-gentoo.el (misspelled)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
: 263388 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-22 17:09 UTC by Christer Ekholm
Modified: 2009-03-22 21:02 UTC (History)
4 users (show)

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


Attachments
patch (libidn-1.13.ebuild.patch,289 bytes, patch)
2009-03-22 17:11 UTC, Christer Ekholm
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :)