Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18317 - mutt-1.4.1 will not build with cjk USE flag
Summary: mutt-1.4.1 will not build with cjk USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Masatomo Nakano (RETIRED)
URL:
Whiteboard:
Keywords:
: 18339 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-27 16:13 UTC by lsiu
Modified: 2003-03-29 09:50 UTC (History)
1 user (show)

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


Attachments
Allow successful emerge, but not using gentoo standard (patch-mutt-1.4.1.ebuild.diff,438 bytes, patch)
2003-03-27 16:21 UTC, lsiu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lsiu 2003-03-27 16:13:23 UTC
Did will occur if you emerge WITH CJK USE flag.


1. The file digest for mutt-1.4.1i-ja.1.tar.gz is missing. Need to do a manual 
ebuild mutt-1.4.1.ebuild digest.


2. I make some changes to set 1.4 to ${PV} and also removed the threading patch 
(there isn't a patch for 1.4.1 and the 1.4 patch does not work on mutt-1.4.1)


Reproducible: Always
Steps to Reproduce:
1. emerge mutt


2.


3.



Actual Results:  
1. First the digest error.


2. Complain about not finding files because it is still looking for 1.4 files 
while we download 1.4.1 files.


Expected Results:  
emerge successful


Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r2)


=================================================================


System uname: 2.4.19-gentoo-r10 i686 Pentium III (Katmai)


GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"


CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/kde/3/share/config 
/usr/share/config"


CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"


PORTDIR="/usr/portage"


DISTDIR="/var/tmp/portage/distfiles"


PKGDIR="/usr/portage/packages"


PORTAGE_TMPDIR="/pub/tmp"


PORTDIR_OVERLAY="/usr/local/portage"


USE="x86 oss 3dnow apm avi crypt cups encode gif imlib jpeg kde libg++ libwww 
mikmod mmx motif mpeg ncurses nls oggvorbis pdflib png quicktime sdl spell svga 
truetype xml2 xmms xv zlib gdbm berkdb slang readline arts java X gpm tcpd pam 
ssl perl python gtk qt opengl -gnome cjk dvd"


COMPILER="gcc3"


CHOST="i686-pc-linux-gnu"


CFLAGS="-march=pentium3 -O2 -pipe"


CXXFLAGS="-O2 -mcpu=i686 -pipe"


ACCEPT_KEYWORDS="x86"


MAKEOPTS="-j2"


AUTOCLEAN="yes"


SYNC="rsync://rsync.gentoo.org/gentoo-portage"


FEATURES="sandbox ccache"
Comment 1 lsiu 2003-03-27 16:21:18 UTC
Created attachment 9913 [details, diff]
Allow successful emerge, but not using gentoo standard

This will allow a successful emerge with the cjk USE flag. However, user have
to config the /etc/mutt/Muttrc files manually.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-28 19:13:44 UTC
*** Bug 18339 has been marked as a duplicate of this bug. ***
Comment 3 Masatomo Nakano (RETIRED) gentoo-dev 2003-03-29 09:50:11 UTC
I fixed this problem.