Re: [Evolution-hackers] Anyone doing nightly builds for SUSE?

2010-01-28 Thread Bharath Acharya
Hello,

On Tue, 2010-01-26 at 12:05 -0600, John Lange wrote:
 On Tue, 2010-01-26 at 17:05 +, Matthew Barnes wrote:
  On Tue, 2010-01-26 at 10:19 -0600, John Lange wrote:
   I'm looking to get Evolution 2.29.6 for testing a bug fix:
   
   https://bugzilla.gnome.org/show_bug.cgi?id=603715
   
   What would be the least risky way to do this?
   
   Sorry, I realize this is a pretty basic question for a hackers list.
  
  The usual answer is either wait for your distro to package it or, if
  you're familiar with the basics of git and building software from source
  code, you can try building it yourself with jhbuild [1].
 
 Fair enough. Just thought as the bug reporter I should make an effort to
 try and test the fix. I've tried to build evolution from source in the
 past and it didn't go well and I'm probably not the only bug reporter in
 this situation.

The nightly builds were broken because of some IMAPX issues. They are up
now, but would be updated every week, no nightly builds.

The nightly builds now have 2.29.6+ running.

Regards,
--Bharath
 
 Regards,
 


___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Anyone doing nightly builds for SUSE?

2010-01-28 Thread John Lange
On Thu, 2010-01-28 at 15:50 +0530, Bharath Acharya wrote:

 The nightly builds were broken because of some IMAPX issues. They are up
 now, but would be updated every week, no nightly builds.
 
 The nightly builds now have 2.29.6+ running.

Thanks. I gave it a quick try and it complains that Nothing provides
libgtkimageview.so.0 64 bit. Just thought I'd let you know.

Regards,

-- 
John Lange
http://www.johnlange.ca

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Anyone doing nightly builds for SUSE?

2010-01-28 Thread Bharath Acharya
On Thu, 2010-01-28 at 09:16 -0600, John Lange wrote:
 On Thu, 2010-01-28 at 15:50 +0530, Bharath Acharya wrote:
 
  The nightly builds were broken because of some IMAPX issues. They are up
  now, but would be updated every week, no nightly builds.
  
  The nightly builds now have 2.29.6+ running.
 
 Thanks. I gave it a quick try and it complains that Nothing provides
 libgtkimageview.so.0 64 bit. Just thought I'd let you know.

Sure thanks for keeping me informed. Try installing the library from
http://software.opensuse.org/search and see if that helps. Anyways I'll
fix the builds within a day and test them on a fresh build.

Regards,
--Bharath

 
 Regards,
 


___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Git MASTER won't build

2010-01-28 Thread Paul Smith
Hi all; someone (POC?) mentioned this a few hours ago but silly me, I
didn't notice and tried to grab the latest stuff to test some of the bug
fixes going in.  Currently the git master is quite broken; I'm getting
compile errors due to diff3 fragments left in the code:

#   modified:   calendar/gui/cal-editor-utils.c
#   modified:   calendar/gui/e-calendar-view.c
#   modified:   calendar/gui/e-memo-table.c

It looks like these, at least, were caused by Fridrich's commit this
morning.

Then, after fixing this (I just removed the changes) I got this makefile
error:

make[5]: Entering directory 
`/opt/src/evo/evo-master/obj/evolution/plugins/mail-to-task'
  CC liborg_gnome_mail_to_task_la-mail-to-task.lo
make[5]: *** No rule to make target 
`../../calendar/gui/libevolution-cal-shared.la', needed by 
`liborg-gnome-mail-to-task.la'.  Stop.

Anyone have any thoughts about this?


BTW, I just noticed that there seem to be some .in files that aren't
checked into git; doing a git status in my evolution tree shows these
external files:

# Untracked files:
#   (use git add file... to include in what will be committed)
#
#   calendar/conduits/calendar/Makefile.in
#   calendar/conduits/common/Makefile.in
#   calendar/conduits/memo/Makefile.in
#   calendar/conduits/todo/Makefile.in

Personally in my projects I never commit the .in files (I don't commit
translation files either: I have my makefiles dynamically download the
latest every time I build a kit, which saves all those translation
commits), but it seems like the standard practice in Gnome (or at least
Evo) is to commit them so maybe these should be added?

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Git MASTER won't build

2010-01-28 Thread Paul Smith
On Thu, 2010-01-28 at 16:30 -0500, Paul Smith wrote:
 Then, after fixing this (I just removed the changes) I got this makefile
 error:
 
 make[5]: Entering directory 
 `/opt/src/evo/evo-master/obj/evolution/plugins/mail-to-task'
   CC liborg_gnome_mail_to_task_la-mail-to-task.lo
 make[5]: *** No rule to make target 
 `../../calendar/gui/libevolution-cal-shared.la', needed by 
 `liborg-gnome-mail-to-task.la'.  Stop.
 
 Anyone have any thoughts about this?

I backed out Fridrich's change to plugins/mail-to-task/Makefile.am and
that fixed the problem.

Cheers!

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Anyone doing nightly builds for SUSE?

2010-01-28 Thread Suman Manjunath
On Thu, 2010-01-28 at 09:16 -0600, John Lange wrote:
 On Thu, 2010-01-28 at 15:50 +0530, Bharath Acharya wrote:
 
  The nightly builds were broken because of some IMAPX issues. They
 are up
  now, but would be updated every week, no nightly builds.
  
  The nightly builds now have 2.29.6+ running.
 
 Thanks. I gave it a quick try and it complains that Nothing provides
 libgtkimageview.so.0 64 bit. Just thought I'd let you know.

Make sure libgtkimageview0 is installed on your machine. Run: 

$ rpm -qa | grep libgtkimageview 

If it is installed, run /sbin/ldconfig as root. You should no longer see
that issue. If it is not, install libgtkimageview: 

$ zypper in -y libgtkimageview0 

and evolution should no longer complain. 

-Suman

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers