Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82401 - add krb4 USE flag to gaim-1.1.2
Summary: add krb4 USE flag to gaim-1.1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Low enhancement (vote)
Assignee: Gaim Bugs Crew
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-17 13:40 UTC by Ben Gelb
Modified: 2005-02-21 12:58 UTC (History)
0 users

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


Attachments
diff between original ebuild and new one (gaim-krb4.diff,998 bytes, patch)
2005-02-17 13:41 UTC, Ben Gelb
Details | Diff
new ebuild with krb4 USE flag (gaim-1.1.2.ebuild,3.64 KB, application/octet-stream)
2005-02-17 13:41 UTC, Ben Gelb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Gelb 2005-02-17 13:40:35 UTC
Currently the gaim ebuild does not use the '--with-krb4' configure option to enable krb4 support for Zephyr. This is important if you wish to use a Zephyr system that uses krb4 (at MIT, for example).

I have attached a new ebuild that adds USE flag for krb4.
Comment 1 Ben Gelb 2005-02-17 13:41:22 UTC
Created attachment 51470 [details, diff]
diff between original ebuild and new one
Comment 2 Ben Gelb 2005-02-17 13:41:56 UTC
Created attachment 51471 [details]
new ebuild with krb4 USE flag
Comment 3 Don Seiler (RETIRED) gentoo-dev 2005-02-18 10:31:06 UTC
I thought I had done this before and it had turned out that krb5 wasn't doing things correctly.

You say that this works for you?
Comment 4 Ben Gelb 2005-02-18 23:35:29 UTC
Yes, this ebuild does work fine for me.

Hmm... krb5 wasn't doing things correctly? I don't think Zephyr uses krb5.

You do need to build mit-krb5 with the USE="krb4" use flag though, or you'll have no krb4 libraries for gaim to compile with. Perhaps thats what you mean?
Comment 5 Don Seiler (RETIRED) gentoo-dev 2005-02-21 10:59:41 UTC
Ah that might be what the problem was.  I personally wasn't testing it, so user might have had it misconfigured.  I'll put out a new revision of 1.1.3 for this later this afternoon.
Comment 6 Don Seiler (RETIRED) gentoo-dev 2005-02-21 11:30:47 UTC
Committed gaim-1.1.3-r1, with a built_with_use check to make sure mit-krb5 was built with USE=krb4, otherwise it'll die during pkg_setup().  Please test this out and let me know how it works for you.

Thanks for the insight.
Comment 7 Ben Gelb 2005-02-21 12:58:30 UTC
Yep, seems to work great. Thanks!