[Bug 6840] New: unsatisfied dependencies in syncevolution.org .rpms
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=6840
Summary: unsatisfied dependencies in syncevolution.org .rpms
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Other
Status: ASSIGNED
Severity: normal
Priority: P2
Component: SyncEvolution
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: patrick.ohly(a)intel.com
QAContact: yanshuang.zheng(a)intel.com
CC: shuang.wan(a)intel.com, syncevolution(a)lists.intel.com
Release Milestone: Undecided
A user reported that he couldn't install the .rpms on syncevolution.org on
Mandriva 2009.1 because of unsatisfied "perl(encoding)" package dependency.
Indeed, the package mention that:
$ rpm --query --requires -p syncevolution-evolution-0.9-2.x86_64.rpm
/bin/sh
/usr/bin/env
perl(encoding)
perl(integer)
perl(strict)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
This must be something that checkinstall put there. It's not intentional. Need
to check how we can get rid of it.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 11 months
[Bug 5664] Full Name: create from name components if not sent
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=5664
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|0.9.1 |1.0
--- Comment #12 from pohly <patrick.ohly(a)intel.com> 2009-10-15 06:10:23 ---
(In reply to comment #11)
> > I think SyncEvolution should at least implement a fallback, because Evolution
> > and also the Contact GUI in Moblin have problems if the FN is missing. There is
> > no good solution, so I suggest that we go with "<first>[ <middle>] <last>" as
> > the FN fallback. This is also the fallback in the new logging code for
> > SyncEvolution 0.9.1.
>
> That should work well, although I find it painful that you have to implement
> something because of someone else's bug.
Well, we haven't done it yet. I'd like to defer this to 1.0.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
12 years, 11 months
[Bug 6668] Mobical: PHOTO on server not shown on client (vCard 2.1)
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=6668
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #6 from pohly <patrick.ohly(a)intel.com> 2009-10-15 06:07:42 ---
(In reply to comment #5)
> Therefore I think we should enable PHOTO comparison again and (if the problem
> is gone) remove the comment about PHOTO compression. Patch below:
[...]
I've merged the patch into master. I'm still curious whether the comment about
PHOTO compression holds in other cases.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 11 months
[Bug 6668] Mobical: PHOTO on server not shown on client (vCard 2.1)
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=6668
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |patrick.ohly(a)intel.com
--- Comment #5 from pohly <patrick.ohly(a)intel.com> 2009-10-15 01:42:42 ---
(In reply to comment #4)
> (In reply to comment #3)
> > Therefore I am thinking work it at our side.
> I applied Lukas's commit to moblin synthesis repo against master branch.
> Pushed to congwu branch, did a rudimentary test, it worked well.
Merged.
I had a look at why this didn't show up in our testing and found that
comparison of the PHOTO comparison was turned off, with the comment in
README.mobical that:
'PHOTO' is compressed by server but still be correct
Yongsheng, with which PHOTO did you find that the server compresses the data? I
don't see that happening at the moment with our test PHOTO in vcard30.vcf.
When enabling the PHOTO comparison for Mobical, I find both the problem
reported by Yanshuang (parser problem) and (with the fix for that) another one:
the server appends "ENDVCARD" to the PHOTO data, I suppose because the
Synthesis encoder omits an obligatory empty line.
Therefore I think we should enable PHOTO comparison again and (if the problem
is gone) remove the comment about PHOTO compression. Patch below:
diff --git a/test/README.mobical b/test/README.mobical
index 0736eb3..69c141a 100644
--- a/test/README.mobical
+++ b/test/README.mobical
@@ -76,7 +76,6 @@ vCard21
X-ANNIVERSARY, X-SPOUSE, X-EVOLUTION-BLOG-URL, X-EVOLUTION-VIDEO-URL,
X-GROUPWISE, X-ICQ,
X-YAHOO, X-ASSISTANT
-- The parameter 'X-EVOLUTION-URI-SLOT'of properties like 'TEL' and 'EMAIL'
is lost
- -- 'PHOTO' is compressed by server but still be correct
-- 'FN' is not reserved and is replaced by server's composition of 'N'
-- 'NOTE' length is less than 4000
-- vcard must have one of 'tel', 'email', or 'url','addr', otherwise, this
vcard will
diff --git a/test/synccompare.pl b/test/synccompare.pl
index f130bfc..d72615d 100644
--- a/test/synccompare.pl
+++ b/test/synccompare.pl
@@ -389,7 +389,7 @@ sub Normalize {
}
}
if ($mobical) {
-
s/^(CALURI|CATEGORIES|FBURL|NICKNAME|X-MOZILLA-HTML|PHOTO|X-EVOLUTION-FILE-AS|X-ANNIVERSARY|X-ASSISTANT|X-EVOLUTION-BLOG-URL|X-EVOLUTION-VIDEO-URL|X-GROUPWISE|X-ICQ|X-MANAGER|X-SPOUSE|X-YAHOO|X-AIM)(;[^:;\n]*)*:.*\r?\n?//gm;
+
s/^(CALURI|CATEGORIES|FBURL|NICKNAME|X-MOZILLA-HTML|X-EVOLUTION-FILE-AS|X-ANNIVERSARY|X-ASSISTANT|X-EVOLUTION-BLOG-URL|X-EVOLUTION-VIDEO-URL|X-GROUPWISE|X-ICQ|X-MANAGER|X-SPOUSE|X-YAHOO|X-AIM)(;[^:;\n]*)*:.*\r?\n?//gm;
# some workrounds here for mobical's bug
s/^(FN|BDAY)(;[^:;\n]*)*:.*\r?\n?//gm;
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 11 months