Bug 120350

Summary: gnome-vfs2 should BuildRequires: samba-devel
Product: [Fedora] Fedora Reporter: Kirill Kolyshkin <kolyshkin>
Component: gnome-vfs2Assignee: Alexander Larsson <alexl>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-07 22:23:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kirill Kolyshkin 2004-04-07 21:57:25 UTC
gnome-vfs2 rebuild from srpm doesn't work without having samba-devel
package installed, but samba-devel is not in its BuildRequires.

Here's the error I got after running rpmbuild --rebuild
gnome-vfs2-2.6.0-1.src.rpm. Sorry it's in Russian; most of the text is
"error: File not found".
----------
ÐбÑабаÑÑваÑÑÑÑ ÑайлÑ: gnome-vfs2-smb-2.6.0-1
оÑибка: Файл не найден:
/var/tmp/gnome-vfs2-2.6.0-root/usr/lib/gnome-vfs-2.0/modules/libsmb.so
оÑибка: Файл не найден:
/var/tmp/gnome-vfs2-2.6.0-root/etc/gnome-vfs-2.0/modules/smb-module.conf
----------

Versions:
gnome-vfs2 2.6.0-1

Comment 1 Kirill Kolyshkin 2004-04-07 22:23:21 UTC
Cough.....I'm stupid and there's no such package as samba-devel.
Closing a bug as NOTABUG for now; will try to look into issue later.

Comment 2 Kirill Kolyshkin 2004-04-07 22:48:37 UTC
It turned out to be interesting libsmbclient vs. krb5 libraries glitch
which prevented linking programs with libsmbclient, that's why
configure from gnome-vfs2 thought that libsmbclient is not available.
My fault.