Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93962 - gaim-extprefs 0.4 fails to compile
Summary: gaim-extprefs 0.4 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gaim Bugs Crew
URL:
Whiteboard:
Keywords:
: 97469 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-25 09:57 UTC by Joe Bormolini
Modified: 2005-07-18 20:12 UTC (History)
1 user (show)

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


Attachments
Makefile fix patch (gaim-extprefs-0.4-makefile.patch,697 bytes, patch)
2005-05-25 09:59 UTC, Joe Bormolini
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Bormolini 2005-05-25 09:57:38 UTC
The gaim extended preferences plugin version 0.4 does not compile due to a bug
in its Makefile related to libtool and the quoting of a string.

A new Makefile is on the gaim-extprefs page
http://sourceforge.net/tracker/index.php?func=detail&aid=1197965&group_id=107659&atid=648310

This bug only occurs with libtool versions greater than 1.5.14. The patched
Makefile only works with libtool versions greater than 1.5.14, but this should
not be a problem because 1.5.16 is the latest stable version in portage.

Reproducible: Always
Steps to Reproduce:
1. emerge =x11-plugins/gaim-extprefs-0.4
2.
3.

Actual Results:  
extendedprefs.c: At top level:
extendedprefs.c:536: error: stray '\' in program
extendedprefs.c:536: error: missing terminating " character
extendedprefs.c:536: error: parse error before ',' token
extendedprefs.c:541: warning: initialization from incompatible pointer type
extendedprefs.c:544: warning: initialization from incompatible pointer type
make[1]: *** [extendedprefs.so] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gaim-extprefs-0.4/work/extendedprefs-0.4/src'
make: *** [all] Error 2
Comment 1 Joe Bormolini 2005-05-25 09:59:20 UTC
Created attachment 59801 [details, diff]
Makefile fix patch
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2005-06-04 00:43:52 UTC
thank you for your help, its fixed in version 0.4-r1
Comment 3 Olivier Crete (RETIRED) gentoo-dev 2005-07-18 20:12:38 UTC
*** Bug 97469 has been marked as a duplicate of this bug. ***