Bug 176979 - dev-java/sun-jdk:1.4 fails with paludis due to bug in bash
Bug#: 176979 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: zlin@gentoo.org
Component: Java
URL: 
Summary: dev-java/sun-jdk:1.4 fails with paludis due to bug in bash
Keywords:  
Status Whiteboard: 
Opened: 2007-05-04 00:20 0000
Description:   Opened: 2007-05-04 00:20 0000
bash has a bug with things like $'\001' in functions (in this case src_unpack()
when those functions are stored as part of the env storing done by paludis.
I've reported the bug upstream but pending resolution of that bug could you
kindly as a workaround replace testExp=$'\nnn' with testExp=$(echo -e '\0nnn')
to make it work for paludis users?

------- Comment #1 From Bo Ørsted Andresen (RETIRED) 2007-05-04 00:20:58 0000 -------
Created an attachment (id=118107) [details]
like this

------- Comment #2 From Vlastimil Babka (Caster) 2007-05-04 00:59:06 0000 -------
Fixed, thanks.