Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359387 - kde-base/kdebase-kioslaves-4.6.1 doesn't compile with net-fs/samba-3.5.8
Summary: kde-base/kdebase-kioslaves-4.6.1 doesn't compile with net-fs/samba-3.5.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-18 15:24 UTC by Marcin Mirosław
Modified: 2011-04-25 17:28 UTC (History)
0 users

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


Attachments
build.log (build.log,42.49 KB, text/plain)
2011-03-18 15:24 UTC, Marcin Mirosław
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Mirosław 2011-03-18 15:24:17 UTC
And kioslaves (compiled with older samba) doesn;t work correctly with new samba. Revdep shows nothing.

Error:
Scanning dependencies of target kio_network
Linking CXX shared module ../../lib/kio_smb.so                                                                                                                                          
CMakeFiles/kio_smb.dir/kio_smb_auth.o: In function `auth_smbc_get_data':                                                                                                                
kio_smb_auth.cpp:(.text+0x73d): undefined reference to `smbc_getOptionUserData'
CMakeFiles/kio_smb.dir/kio_smb_auth.o: In function `SMBSlave::auth_initialize_smbc()':
kio_smb_auth.cpp:(.text+0x1128): undefined reference to `smbc_new_context'
kio_smb_auth.cpp:(.text+0x113f): undefined reference to `smbc_setDebug'
kio_smb_auth.cpp:(.text+0x114e): undefined reference to `smbc_setFunctionAuthDataWithContext'
kio_smb_auth.cpp:(.text+0x1159): undefined reference to `smbc_setOptionUserData'
kio_smb_auth.cpp:(.text+0x1166): undefined reference to `smbc_setOptionUseKerberos'
kio_smb_auth.cpp:(.text+0x1173): undefined reference to `smbc_setOptionFallbackAfterKerberos'
kio_smb_auth.cpp:(.text+0x117b): undefined reference to `smbc_init_context'
kio_smb_auth.cpp:(.text+0x1188): undefined reference to `smbc_set_context'
kio_smb_auth.cpp:(.text+0x11d6): undefined reference to `smbc_free_context'
CMakeFiles/kio_smb.dir/kio_smb_browse.o: In function `SMBSlave::cache_stat(SMBUrl const&, stat*)':
kio_smb_browse.cpp:(.text+0x28): undefined reference to `smbc_stat'
CMakeFiles/kio_smb.dir/kio_smb_browse.o: In function `SMBSlave::listDir(KUrl const&)':
kio_smb_browse.cpp:(.text+0x215b): undefined reference to `smbc_opendir'
kio_smb_browse.cpp:(.text+0x21e0): undefined reference to `smbc_readdir'
kio_smb_browse.cpp:(.text+0x28a5): undefined reference to `smbc_closedir'
CMakeFiles/kio_smb.dir/kio_smb_dir.o: In function `SMBSlave::copy(KUrl const&, KUrl const&, int, QFlags<KIO::JobFlag>)':
kio_smb_dir.cpp:(.text+0x2b4): undefined reference to `smbc_open'
kio_smb_dir.cpp:(.text+0x316): undefined reference to `smbc_open'
kio_smb_dir.cpp:(.text+0x35c): undefined reference to `smbc_write'
kio_smb_dir.cpp:(.text+0x385): undefined reference to `smbc_read'
kio_smb_dir.cpp:(.text+0x398): undefined reference to `smbc_close'
kio_smb_dir.cpp:(.text+0x3a0): undefined reference to `smbc_close'
kio_smb_dir.cpp:(.text+0x62e): undefined reference to `smbc_close'
CMakeFiles/kio_smb.dir/kio_smb_dir.o: In function `SMBSlave::del(KUrl const&, bool)':
kio_smb_dir.cpp:(.text+0xa5f): undefined reference to `smbc_unlink'
kio_smb_dir.cpp:(.text+0xafd): undefined reference to `smbc_rmdir'
CMakeFiles/kio_smb.dir/kio_smb_dir.o: In function `SMBSlave::mkdir(KUrl const&, int)':
kio_smb_dir.cpp:(.text+0xe2a): undefined reference to `smbc_mkdir'
CMakeFiles/kio_smb.dir/kio_smb_dir.o: In function `SMBSlave::rename(KUrl const&, KUrl const&, QFlags<KIO::JobFlag>)':
kio_smb_dir.cpp:(.text+0x12cb): undefined reference to `smbc_rename'
CMakeFiles/kio_smb.dir/kio_smb_file.o: In function `SMBSlave::get(KUrl const&)':
kio_smb_file.cpp:(.text+0x2a7): undefined reference to `smbc_open'
kio_smb_file.cpp:(.text+0x343): undefined reference to `smbc_read'
kio_smb_file.cpp:(.text+0x5d4): undefined reference to `smbc_close'
CMakeFiles/kio_smb.dir/kio_smb_file.o: In function `SMBSlave::open(KUrl const&, QFlags<QIODevice::OpenModeFlag>)':
kio_smb_file.cpp:(.text+0x9c6): undefined reference to `smbc_open'
kio_smb_file.cpp:(.text+0xa2f): undefined reference to `smbc_read'
kio_smb_file.cpp:(.text+0xafd): undefined reference to `smbc_lseek'
CMakeFiles/kio_smb.dir/kio_smb_file.o: In function `SMBSlave::read(unsigned long long)':
kio_smb_file.cpp:(.text+0xf08): undefined reference to `smbc_read'
CMakeFiles/kio_smb.dir/kio_smb_file.o: In function `SMBSlave::write(QByteArray const&)':
kio_smb_file.cpp:(.text+0x11a6): undefined reference to `smbc_write'
CMakeFiles/kio_smb.dir/kio_smb_file.o: In function `SMBSlave::seek(unsigned long long)':
kio_smb_file.cpp:(.text+0x136f): undefined reference to `smbc_lseek'
CMakeFiles/kio_smb.dir/kio_smb_file.o: In function `SMBSlave::close()':
kio_smb_file.cpp:(.text+0x148b): undefined reference to `smbc_close'
CMakeFiles/kio_smb.dir/kio_smb_file.o: In function `SMBSlave::put(KUrl const&, int, QFlags<KIO::JobFlag>)':
kio_smb_file.cpp:(.text+0x15c2): undefined reference to `smbc_open'
kio_smb_file.cpp:(.text+0x164f): undefined reference to `smbc_write'
kio_smb_file.cpp:(.text+0x18da): undefined reference to `smbc_open'
kio_smb_file.cpp:(.text+0x1900): undefined reference to `smbc_lseek'
kio_smb_file.cpp:(.text+0x19e2): undefined reference to `smbc_close'
kio_smb_file.cpp:(.text+0x1c84): undefined reference to `smbc_utime'
collect2: ld returned 1 exit status
make[2]: *** [lib/kio_smb.so] Error 1
make[1]: *** [kioslave/smb/CMakeFiles/kio_smb.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 88%] [ 89%] Building CXX object kioslave/network/ioslave/CMakeFiles/kio_network.dir/kio_network_automoc.o
Building CXX object kioslave/network/ioslave/CMakeFiles/kio_network.dir/networkdbusinterface.o                                                                                          
[ 90%] Building CXX object kioslave/network/ioslave/CMakeFiles/kio_network.dir/networkinitwatcher.o                                                                                     
[ 90%] Building CXX object kioslave/network/ioslave/CMakeFiles/kio_network.dir/networkthread.o                                                                                          
[ 92%] Building CXX object kioslave/network/ioslave/CMakeFiles/kio_network.dir/networkuri.o                                                                                             
[ 92%] Building CXX object kioslave/network/ioslave/CMakeFiles/kio_network.dir/mimetypes.o                                                                                              
[ 93%] [ 94%] Building CXX object kioslave/network/ioslave/CMakeFiles/kio_network.dir/networkslave.o                                                                                    
Building CXX object kioslave/network/ioslave/CMakeFiles/kio_network.dir/main.o                                                                                                          
Linking CXX shared module ../../../lib/kio_network.so                                                                                                                                   
[ 94%] Built target kio_network                                                                                                                                                         
make: *** [all] Error 2
emake failed


Reproducible: Always




emerge --info
FEATURES variable contains unknown value(s): Xfail-clean, Xkeepwork
Portage 2.1.9.43 (default/linux/amd64/10.0/desktop/kde, gcc-4.5.2, glibc-2.13-r2, 2.6.38-gentoo x86_64)
=================================================================
System uname: Linux-2.6.38-gentoo-x86_64-Intel-R-_Celeron-R-_CPU_E1500_@_2.20GHz-with-gentoo-2.0.1
Timestamp of tree: Fri, 18 Mar 2011 06:30:01 +0000
ccache version 3.1.4 [enabled]
app-shells/bash:     4.2_p8
dev-java/java-config: 2.1.11-r3
dev-lang/python:     2.7.1-r1, 3.1.3-r1
dev-util/ccache:     3.1.4
dev-util/cmake:      2.8.4
sys-apps/baselayout: 2.0.1-r1
sys-apps/openrc:     0.7.0
sys-apps/sandbox:    2.5
sys-devel/autoconf:  2.13, 2.68
sys-devel/automake:  1.10.3, 1.11.1
sys-devel/binutils:  2.21
sys-devel/gcc:       4.4.5, 4.5.2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.4-r1
sys-devel/make:      3.82
virtual/os-headers:  2.6.36.1 (sys-kernel/linux-headers)
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA AdobeFlash-10.1 PUEL Q3AEULA skype-eula dlj-1.1"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe -fpeel-loops -fomit-frame-pointer -frename-registers -fpredictive-commoning -fweb -ftree-vectorize -floop-interchange -ftree-loop-distribution -fivopts -floop-block -floop-strip-mine -fira-loop-pressure -floop-interchange -ftree-loop-linear -s -floop-parallelize-all -fipa-sra"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=native -pipe -fpeel-loops -fomit-frame-pointer -frename-registers -fpredictive-commoning -fweb -ftree-vectorize -floop-interchange -ftree-loop-distribution -fivopts -floop-block -floop-strip-mine -fira-loop-pressure -floop-interchange -ftree-loop-linear -s -floop-parallelize-all -fipa-sra"
DISTDIR="/usr/portage/distfiles"
FEATURES="Xfail-clean Xkeepwork assume-digests binpkg-logs ccache collision-protect distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LC_ALL="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="pl en es es_ES"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="-O"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/layman/sunrise /usr/local/portage/layman/zugaina /usr/local/portage/layman/sping /usr/local/portage/layman/mysql /usr/local/portage/miro-overlay/portage /usr/local/portage/miro-overlay/in_sunrise /usr/local/portage/miro-overlay/staging"
SYNC="rsync://192.168.138.254/gentoo-portage"
USE="64bit X a52 aac acl acpi alsa amd64 apm async bash-completion bfq bittorrent branding bzip2 cairo caps cdr chroot cli consolekit cracklib crypt cups cxx dbus dmx dri dts dvd dvdr emboss encode exif fam firefox flac fortran ftp gd gif glibc-omitfp gpm graphite gstreamer iconv idn iproute2 ipv6 ithreads jpeg kde laptop lcms libnotify lightning logrotate mad mikmod mmap mmx mmxext mng modules mp3 mp4 mpeg mudflap multilib ncurses network-cron nls nptl nptlonly nsplugin nspluginwrapper objc ogg opengl openmp openssl optimization optimized-qmake pam pango pch pcre pdf phonon png policykit ppds pppd qt3support qt4 readline samba sdl semantic-desktop session sharedmem smp spell sse sse2 sse3 ssl ssse3 startup-notification svg sysfs threads threadsafe tiff tools truetype udev unicode urandom usb vim vim-pager vim-syntax vorbis x264 xattr xcb xinerama xml xorg xulrunner xv xvid zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cgid dav dbd deflate dir env expires ext_filter filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id usertrack vhost_alias" APACHE2_MPMS="worker" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pl en es es_ES" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
Comment 1 Marcin Mirosław 2011-03-18 15:24:57 UTC
Created attachment 266375 [details]
build.log
Comment 2 Marcin Mirosław 2011-04-06 12:03:30 UTC
It's another my bug which today "now works for me". Today, kdebase-kioslaves-4.6.1 builds correctly.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-07 15:20:39 UTC
Can't reproduce either, i am going to close it as fixed, reopen it if you have it again or fill new bug :)