Bug 137553
Summary: | evolution-data-server: multiple missing build dependencies | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Maxim Dziumanenko <dziumanenko> |
Component: | evolution-data-server | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | anvil, scop |
Target Milestone: | --- | Keywords: | EasyFix |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-01-31 18:17:58 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: | |||
Bug Depends On: | |||
Bug Blocks: | 150221 |
Description
Maxim Dziumanenko
2004-10-29 14:09:10 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. 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. should be fixed in tomorrow's rawhide. |