Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513346 - Fix for bug 508838 breaks =sys-devel/llvm-3.3-r3
Summary: Fix for bug 508838 breaks =sys-devel/llvm-3.3-r3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-15 14:22 UTC by smkbot
Modified: 2014-06-15 14:30 UTC (History)
0 users

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


Attachments
clang-3.4-gentoo-install.patch.out (clang-3.4-gentoo-install.patch.out,8.67 KB, text/plain)
2014-06-15 14:23 UTC, smkbot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description smkbot 2014-06-15 14:22:25 UTC
The change that was made to fix bug 508838 breaks =sys-devel/llvm-3.3-r3:

>>> Emerging (136 of 175) sys-devel/llvm-3.3-r3                                                                                                                                               
 * llvm-3.3.src.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...              [ ok ]                                                                                                               
 * compiler-rt-3.3.src.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...       [ ok ]                                                                                                               
 * cfe-3.3.src.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...               [ ok ]                                                                                                               
 * llvm-3.3-manpages.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...        [ ok ]                                                                                                               
 * Checking for at least 1200 MiB disk space at "/var/tmp/portage/sys-devel/llvm-3.3-r3/temp" ...                                                                                             
 [ ok ]                                                                                                                                                                                       
>>> Unpacking source...                                                                                                                                                                       
>>> Unpacking llvm-3.3.src.tar.gz to /var/tmp/portage/sys-devel/llvm-3.3-r3/work                                                                                                              
>>> Unpacking compiler-rt-3.3.src.tar.gz to /var/tmp/portage/sys-devel/llvm-3.3-r3/work                                                                                                       
>>> Unpacking cfe-3.3.src.tar.gz to /var/tmp/portage/sys-devel/llvm-3.3-r3/work                                                                                                               
>>> Unpacking llvm-3.3-manpages.tar.bz2 to /var/tmp/portage/sys-devel/llvm-3.3-r3/work                                                                                                        
>>> Source unpacked in /var/tmp/portage/sys-devel/llvm-3.3-r3/work                                                                                                                            
>>> Preparing source in /var/tmp/portage/sys-devel/llvm-3.3-r3/work/llvm-3.3.src ...                                                                                                          
 * Applying llvm-3.2-nodoctargz.patch ...                                                                                                                                                     
 [ ok ]                                                                                                                                                                                       
 * Applying llvm-3.3-R600_debug.patch ...                                                                                                                                                     
 [ ok ]                                                                                                                                                                                       
 * Applying llvm-3.3-r2-gentoo-install.patch ...                                                                                                                                              
 [ ok ]                                                                                                                                                                                       
 * Applying llvm-3.3-cmake-modulepath.patch ...                                                                                                                                               
 [ ok ]                                                                                                                                                                                       
 * Applying clang-3.1-gentoo-runtime-gcc-detection-v3.patch ...                                                                                                                               
 [ ok ]                                                                                                                                                                                       
 * Applying clang-3.4-gentoo-install.patch ...                                                                                                                                                
                                                                                                                                                                                              
 * Failed Patch: clang-3.4-gentoo-install.patch !                                                                                                                                             
 *  ( /usr/portage/sys-devel/llvm/files/clang-3.4-gentoo-install.patch )                                                                                                                      
 *                                                                                                                                                                                            
 * Include in your bugreport the contents of:                                                                                                                                                 
 *                                                                                                                                                                                            
 *   /var/tmp/portage/sys-devel/llvm-3.3-r3/temp/clang-3.4-gentoo-install.patch.out                                                                                                           
                                                                                                                                                                                              
 * ERROR: sys-devel/llvm-3.3-r3::gentoo failed (prepare phase):                                                                                                                               
 *   Failed Patch: clang-3.4-gentoo-install.patch!                                                                                                                                            
 *                                                                                                                                                                                            
 * Call stack:                                                                                                                                                                                
 *     ebuild.sh, line   93:  Called src_prepare                                                                                                                                              
 *   environment, line 4681:  Called epatch '/usr/portage/sys-devel/llvm/files/clang-3.4-gentoo-install.patch'                                                                                
 *   environment, line 1825:  Called die                                                                                                                                                      
 * The specific snippet of code:                                                                                                                                                              
 *               die "Failed Patch: ${patchname}!";

Reproducible: Always
Comment 1 smkbot 2014-06-15 14:23:39 UTC
Created attachment 378940 [details]
clang-3.4-gentoo-install.patch.out
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-06-15 14:30:12 UTC
+  15 Jun 2014; Michał Górny <mgorny@gentoo.org>
+  files/clang-3.3-gentoo-install.patch, llvm-3.3-r3.ebuild:
+  Restore the old clang patch as clang-3.3-gentoo-install.patch, and use it for
+  version 3.3-r3. Bug #513346.