Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128440 - mail-client/squirrelmail-1.4.6-r2.ebuild typo in ebuild
Summary: mail-client/squirrelmail-1.4.6-r2.ebuild typo in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-01 14:44 UTC by Tuan Van (RETIRED)
Modified: 2006-04-01 18:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tuan Van (RETIRED) gentoo-dev 2006-04-01 14:44:30 UTC
a typo in squirrelmail-1.4.6-r2.ebuild cause:

!!! ERROR: mail-client/squirrelmail-1.4.6-r2 failed.
Call stack:
  ebuild.sh, line 1526:   Called dyn_unpack
  ebuild.sh, line 697:   Called src_unpack
  squirrelmail-1.4.6-r2.ebuild, line 91:   Called unpack 'all_locales-1.4.6-1.4.6-20060221.tar.bz2'
  ebuild.sh, line 363:   Called die

!!! all_locales-1.4.6-1.4.6-20060221.tar.bz2 does not exist
!!! If you need support, post the topmost build error, and the call stack if relevant.

patch:
--- squirrelmail-1.4.6-r2.ebuild.old    2006-04-01 23:38:27.000000000 +0200
+++ squirrelmail-1.4.6-r2.ebuild        2006-04-01 23:38:53.000000000 +0200
@@ -88,7 +88,7 @@

        use nls &&
                cd ${S} &&
-               unpack all_locales-${PV}-${LOCALES_VER}.tar.bz2
+               unpack all_locales-${LOCALES_VER}.tar.bz2
 }

 src_compile() {
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2006-04-01 18:45:46 UTC
yeah, I noticed that and fixed it this morning... sorry for the typo.