Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67956 - spelling mistake in evolution-source.
Summary: spelling mistake in evolution-source.
Status: RESOLVED DUPLICATE of bug 67824
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-17 17:51 UTC by Kitae
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
evolution 2.0.2 spell patch (evolution-2.0.2-camel-spell.patch,420 bytes, patch)
2004-10-17 17:54 UTC, Kitae
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kitae 2004-10-17 17:51:55 UTC
by "ai_faimily" spelling mistake in evolution-2.0.2/camel/camel-service.c.
Can not emerge
After change ai_faimily to ai_family, can emerge. 


Reproducible: Always
Steps to Reproduce:
1.emerge evolution-2.0.2
2.There is error
camel-service.c:899: error: structure has no member named `ai_faimily'
make[3]: *** [camel-service.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/evolution-2.0.2/work/evolution-2.0.2/camel'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/evolution-2.0.2/work/evolution-2.0.2/camel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/evolution-2.0.2/work/evolution-2.0.2'
make: *** [all] Error 2

3. fix "evolution-2.0.2/camel/camel-service.c" 800 line
from
myhints.ai_faimily = AF_INET;
to
myhints.ai_family = AF_INET;

4. re emerge ok
Actual Results:  
can emerge
Comment 1 Kitae 2004-10-17 17:54:01 UTC
Created attachment 42079 [details, diff]
evolution 2.0.2 spell patch

Patch add
Comment 2 Joe McCann (RETIRED) gentoo-dev 2004-10-17 18:33:24 UTC
search please. Was fixed earlier

*** This bug has been marked as a duplicate of 67824 ***