Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285407 - app-backup/bacula-3.0.2 install fails with 'match type' error
Summary: app-backup/bacula-3.0.2 install fails with 'match type' error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-18 02:19 UTC by Thomas Capricelli
Modified: 2009-09-18 23:42 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 Thomas Capricelli 2009-09-18 02:19:00 UTC
emerge fails at the install stage : 


......
/usr/bin/install -c -m 644 scripts/bacula.desktop.gnome2.xsu /tmp/portage/app-backup/bacula-3.0.2/image//usr/share/applications/bacula.desktop                                                                  
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man1/bat.1.gz'                                                                                                                               
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man1/bacula-tray-monitor.1.gz'                                                                                                               
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man8/bacula-dir.8.gz'                                                                                                                        
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man8/dbcheck.8.gz'                                                                                                                           
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man1/bsmtp.1.gz'                                                                                                                             
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man8/bacula-sd.8.gz'                                                                                                                         
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man8/bcopy.8.gz'                                                                                                                             
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man8/bextract.8.gz'                                                                                                                          
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man8/bls.8.gz'
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man8/bscan.8.gz'
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/share/man/man8/btape.8.gz'
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/libexec/bacula/disk-changer'
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/libexec/bacula/mtx-changer'
removed `/tmp/portage/app-backup/bacula-3.0.2/image//usr/libexec/bacula/dvd-handler'
Files matching a file type that is not allowed:
   usr/lib/bpipe-fd.so
   usr/lib/libbaccfg.so.1.0.0
   usr/lib/libbac.so.1.0.0
   usr/lib/libbacpy.so.1.0.0
   usr/lib/libbacfind.so.1.0.0
 *
 * ERROR: app-backup/bacula-3.0.2 failed.
 * Call stack:
 *       misc-functions.sh, line 779:  Called install_qa_check
 *       misc-functions.sh, line 518:  Called die
 * The specific snippet of code:
 *              [[ ${abort} == yes ]] && die "multilib-strict check failed!"
 *  The die message:
 *   multilib-strict check failed!


Reproducible: Always




emerge --info:
Portage 2.2_rc40 (default/linux/amd64/2008.0/developer, gcc-4.4.1, glibc-2.10.1-r0, 2.6.30-dirty x86_64)
=================================================================                                       
System uname: Linux-2.6.30-dirty-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4200+-with-gentoo-2.0.1
Timestamp of tree: Thu, 17 Sep 2009 00:00:21 +0000                                                      
distcc 3.1 x86_64-pc-linux-gnu [disabled]                                                               
ccache version 2.4 [disabled]                                                                           
app-shells/bash:     4.0_p33                                                                            
dev-java/java-config: 2.1.9-r1                                                                          
dev-lang/python:     2.6.2-r1, 3.1.1                                                                    
dev-python/pycrypto: 2.0.1-r8                                                                           
dev-util/ccache:     2.4-r8                                                                             
dev-util/cmake:      2.6.4-r2                                                                           
sys-apps/baselayout: 2.0.1                                                                              
sys-apps/openrc:     0.4.3-r3                                                                           
sys-apps/sandbox:    2.1                                                                                
sys-devel/autoconf:  2.13, 2.63-r1                                                                      
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11                                    
sys-devel/binutils:  2.19.1-r1                                                                          
sys-devel/gcc-config: 1.4.1                                                                             
sys-devel/libtool:   2.2.6a                                                                             
virtual/os-headers:  2.6.30-r1                                                                          
ABI="amd64"                                                                                             
ACCEPT_KEYWORDS="amd64 ~amd64"
Comment 1 Patrick Lauer gentoo-dev 2009-09-18 21:46:13 UTC
You're using a dev profile.
So where is the patch you made for it? ;)

(You should only use dev profiles and enable extra checks if you intend to fix such issues ...)
Comment 2 Thomas Capricelli 2009-09-18 22:53:31 UTC
ouch... you mean that default/linux/amd64/2008.0/developer means 'gentoo dev' ? I thought it was for people doing development .. in general. Will change that then!
(and report here of course)
Comment 3 Thomas Capricelli 2009-09-18 23:42:20 UTC
indeed, switching to 'desktop' profile enables the emerging of bacula.

thanks for pointing this out.. and sorry for the invalid bug report!