Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305065 - dev-vcs/rapidsvn-0.12.0 install LC_MESSAGES failure
Summary: dev-vcs/rapidsvn-0.12.0 install LC_MESSAGES failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-14 15:22 UTC by Nickolay Kolchin-Semyonov
Modified: 2012-01-31 15:36 UTC (History)
6 users (show)

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


Attachments
rapidsvn.diff (rapidsvn.diff,345 bytes, patch)
2010-02-15 13:31 UTC, INODE64 Sistemas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nickolay Kolchin-Semyonov 2010-02-14 15:22:53 UTC
rapidsvn installation fails when trying to install additional locale files.

Reproducible: Always

Steps to Reproduce:
emerge -v =dev-util/rapidsvn-0.12.0
Actual Results:  
Failed to emerge.

Expected Results:  
Success.

for i in de fr it_IT pt_BR ru es uk zh_CN ja ; do \                             
            /bin/sh /tmp/portage/dev-util/rapidsvn-0.12.0/work/rapidsvn-0.12.0-1/install-sh -d /tmp/portage/dev-util/rapidsvn-0.12.0/image/usr/share/locale/$i/LC_MESSAGES ; \                                                                  
            /usr/bin/install -c -m 644 ./$i/rapidsvn.mo /tmp/portage/dev-util/rapidsvn-0.12.0/image/usr/share/locale/$i/LC_MESSAGES/rapidsvn.mo ; \             
        done                                                                    
/usr/bin/install: cannot stat `./de/rapidsvn.mo': No such file or directory     
/usr/bin/install: cannot stat `./fr/rapidsvn.mo': No such file or directory     
/usr/bin/install: cannot stat `./it_IT/rapidsvn.mo': No such file or directory  
/usr/bin/install: cannot stat `./pt_BR/rapidsvn.mo': No such file or directory  
/usr/bin/install: cannot stat `./ru/rapidsvn.mo': No such file or directory     
/usr/bin/install: cannot stat `./es/rapidsvn.mo': No such file or directory     
/usr/bin/install: cannot stat `./uk/rapidsvn.mo': No such file or directory     
/usr/bin/install: cannot stat `./zh_CN/rapidsvn.mo': No such file or directory  
/usr/bin/install: cannot stat `./ja/rapidsvn.mo': No such file or directory     
make[3]: *** [install-rapidsvn-catalogs] Error 1                                
make[3]: Leaving directory `/tmp/portage/dev-util/rapidsvn-0.12.0/work/rapidsvn-0.12.0-1/src/locale'                                                            
make[2]: *** [install-am] Error 2                                               
make[2]: Leaving directory `/tmp/portage/dev-util/rapidsvn-0.12.0/work/rapidsvn-0.12.0-1/src/locale'                                                            
make[1]: *** [install-recursive] Error 1                                        
make[1]: Leaving directory `/tmp/portage/dev-util/rapidsvn-0.12.0/work/rapidsvn-0.12.0-1/src'                                                                   
make: *** [install-recursive] Error 1                                           
 * ERROR: dev-util/rapidsvn-0.12.0 failed:                                      
 *   einstall failed                                                            
 *                                                                              
 * Call stack:                                                                  
 *     ebuild.sh, line   54:  Called src_install                                
 *   environment, line 3972:  Called einstall                                   
 *     ebuild.sh, line  588:  Called die                                        
 * The specific snippet of code:                                                
 *              ${MAKE:-make} prefix="${D}usr" \                                
 *                      datadir="${D}usr/share" \                               
 *                      infodir="${D}usr/share/info" \                          
 *                      localstatedir="${D}var/lib" \                           
 *                      mandir="${D}usr/share/man" \                            
 *                      sysconfdir="${D}etc" \                                  
 *                      ${LOCAL_EXTRA_EINSTALL} \                               
 *                      ${MAKEOPTS} ${EXTRA_EMAKE} -j1 \                        
 *                      "$@" install || die "einstall failed"
Comment 1 Thomas Scheiblauer 2010-02-15 12:11:21 UTC
same here (on ~amd64)
Comment 2 INODE64 Sistemas 2010-02-15 13:31:21 UTC
Created attachment 219771 [details, diff]
rapidsvn.diff

fix to solve this problem
Comment 3 Steve Arnold archtester gentoo-dev 2010-02-23 03:06:49 UTC
This is weird, but I think you just need to sync your tree and try again, since I seem to have all the missing files.  There should be no if block around emake at all anymore in any versions of rapidsvn.  Please try again and report back.

/usr/share/locale/de/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/es/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/fr/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/it_IT/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/ja/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/pt_BR/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/ru/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/uk/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/zh_CN/LC_MESSAGES/rapidsvn.mo
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2012-01-16 11:45:45 UTC
Still a problem?
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2012-01-31 15:36:58 UTC
If not fixed, please reopen.