Bug 137553 - evolution-data-server: multiple missing build dependencies
Summary: evolution-data-server: multiple missing build dependencies
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: evolution-data-server
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC5Target
TreeView+ depends on / blocked
 
Reported: 2004-10-29 14:09 UTC by Maxim Dziumanenko
Modified: 2007-11-30 22:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-31 18:17:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Maxim Dziumanenko 2004-10-29 14:09:10 UTC
Description of problem:
evolution-data-server uses libgnomeui-2.0.pc to initialize
GNOMEUI_SERVERDIR in config.h, which specifies location of gnome_segv2
binary

Version-Release number of selected component (if applicable):
evolution-data-server-1.0.2-3

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Dams 2004-12-16 23:11:42 UTC
Hijacking this report to add more packaging errors:

[anvil@gruyere ~/Desktop]# rpmbuild --rebuild
./evolution-data-server-1.0.3-2.src.rpm
[...]
checking for bison... no
checking for byacc... no
configure: error: You need bison to build evolution-data-server
erreur: Mauvais status de sortie pour
/mnt/other/BUILD/tmppath/rpm-tmp.79770 (%build)


*installing bison*

libdb makefiles dont honor the %{__cc} macro : 
cc -c -I. -I./.. -I./../dbinc [...] ../db/db_cam.c -o db_cam.o
^^ Should be gcc.

/usr/bin/ld: cannot find -lgnutls
collect2: ld returned 1 exit status

*installing gnutls-devel*

/usr/bin/ld: cannot find -lgcrypt
collect2: ld returned 1 exit status

*installing libgcrypt-devel* 

Please add a line "BuildRequires: libgcrypt-devel gnutls-devel bison"
in the spec file.

Comment 2 Ville Skyttä 2005-01-04 11:42:39 UTC
gnutls-devel should require libgcrypt-devel (and does in Rawhide), so no need to
"fix" that here.

The complete line I had to add to the specfile to build 1.0.3-2 is:

   BuildRequires: bison, libgnome-devel, libtool, gnutls-devel

bug 134166 reports a problem wrt. gnutls/evolution but it is not clear what the
problem is; looks like mozilla-nss will be used in the future.  Maybe that
affects the gnutls stuff here.

Comment 3 Ray Strode [halfline] 2006-01-31 18:17:58 UTC
should be fixed in tomorrow's rawhide.


Note You need to log in before you can comment on or make changes to this bug.