Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172315 - app-mobilephone/gammu-1.10.0 compile fails without postgresql
Summary: app-mobilephone/gammu-1.10.0 compile fails without postgresql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Mobile Phone Developers (INACTIVE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-26 17:15 UTC by Christian Schmidt
Modified: 2007-09-23 00:23 UTC (History)
2 users (show)

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


Attachments
Patch to add support for the postgres use-flag to gammu (gammu-1.10.0.ebuild.patch,816 bytes, patch)
2007-03-26 17:17 UTC, Christian Schmidt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Schmidt 2007-03-26 17:15:23 UTC
app-mobilephone/gammu-1.10.0 compile fails without postgresql, patch at 11

Reproducible: Always

Steps to Reproduce:
emerge -avuDNt world

Actual Results:  
build of gammu fails with a lot of undefined references towards the postgresql libraries

Expected Results:  
successfull update of gammu
Comment 1 Christian Schmidt 2007-03-26 17:17:55 UTC
Created attachment 114523 [details, diff]
Patch to add support for the postgres use-flag to gammu

Patch adds postgres to the "IUSE" var, conditional dependency on dev-db/postgresql, and conditional deactivation of the postgresql support in gammu's configure script
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-03-26 18:46:32 UTC
Well, it compiles just perfectly fine without any postgresql here.
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2007-03-26 21:31:10 UTC
You must have a libpq-fe.h in your system then.

Anyway, I've fixed it in cvs without bumping the revision.
Well done!
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-03-26 23:14:34 UTC
(In reply to comment #3)
> You must have a libpq-fe.h in your system then.

Nope, no such file anywhere here. :) Oh well...