Bug 117350 - ebuild for new version of gammu package
|
Bug#:
117350
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: mobile-phone@gentoo.org
|
Reported By: ferimy@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
http://www.gammu.net/projects/gammu.php
|
|
Summary: ebuild for new version of gammu package
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-01-01 07:02 0000
|
simple bumped ebuild (renamed and emerged)
There's a problem with the "--enable-6210calendar" part of the ebuild.
Effectively, it prevents gammu from restoring calendar on the nokia 6230i. The
program will show "unknown error" while the log will show:
Phone doesn't support some notes with this method. Workaround
[ERROR 27: Unknown error.]
There should either be a flag for this or at least a warning for the users. In
addition, I think it would be a good idea to implement a debug flag that means
changing to:
IUSE="bluetooth debug irda mysql nls ssl"
and adding:
use debug && myconf="${myconf} --enable-debug"
(I'm sorry I don't know how to make a diff file or submit patches properly --
please tell me).
fixed in -r1, along with a complete ebuild redesign (see bug 118074).
after I've surfed a bit in gammu's sources, I've come to the conclusion that
--enable-6210calendar is an obsolete option. If this option isn't set, gammu
should gracefully detect if the phone support that frames or not.