After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 432616 - evo-2.11.1 does not build
evo-2.11.1 does not build
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Do Not Use
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: Executive Summary maintaintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-04-23 14:52 UTC by Joseph Sacco
Modified: 2013-09-13 12:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Joseph Sacco 2007-04-23 14:52:07 UTC
The printing cleanup associated with bug #426816 neglected to remove include statements for 

     e-contact-print-envelope.h

from three files.  A suggested patch is shown below.


-Joseph

============================================================================
--- evolution-2.11.1/addressbook/gui/widgets/e-addressbook-view.c-  2007-04-23 10:39:48.000000000 -0400
+++ evolution-2.11.1/addressbook/gui/widgets/e-addressbook-view.c   2007-04-23 10:40:08.000000000 -0400
@@ -38,7 +38,6 @@
 #include <libgnomeui/gnome-dialog-util.h>

 #include "addressbook/printing/e-contact-print.h"
-#include "addressbook/printing/e-contact-print-envelope.h"
 #include "addressbook/gui/widgets/eab-popup.h"
 #include "addressbook/gui/widgets/eab-menu.h"
 #include "a11y/addressbook/ea-addressbook.h"
--- evolution-2.11.1/addressbook/gui/widgets/e-addressbook-reflow-adapter.c-    2007-04-23 10:39:58.000000000 -0400
+++ evolution-2.11.1/addressbook/gui/widgets/e-addressbook-reflow-adapter.c 2007-04-23 10:40:23.000000000 -0400
@@ -14,7 +14,6 @@
 #include "e-minicard.h"
 #include <misc/e-gui-utils.h>
 #include "addressbook/printing/e-contact-print.h"
-#include "addressbook/printing/e-contact-print-envelope.h"


 struct _EAddressbookReflowAdapterPrivate {
--- evolution-2.11.1/addressbook/gui/contact-editor/e-contact-editor.c- 2007-04-23 10:44:07.000000000 -0400
+++ evolution-2.11.1/addressbook/gui/contact-editor/e-contact-editor.c  2007-04-23 10:44:26.000000000 -0400
@@ -52,7 +52,6 @@

 #include "addressbook/gui/component/addressbook.h"
 #include "addressbook/printing/e-contact-print.h"
-#include "addressbook/printing/e-contact-print-envelope.h"
 #include "addressbook/gui/widgets/eab-gui-util.h"
 #include "e-util/e-gui-utils.h"
 #include "e-util/e-error.h"
Comment 1 Joseph Sacco 2007-04-23 16:08:02 UTC
Found another build-stopper:


make[1]: *** No rule to make target `bogo-junk-plugin-2.12.schemas', needed by `all-am'.  Stop.

The file

    plugins/bogo-junk-plugin/bogo-junk-plugin.schemas.in.in

is missing from the tarball.

HINT:  'make distcheck' is your friend.


-Joseph
Comment 2 Matthew Barnes 2007-04-23 21:18:00 UTC
The e-contact-print-envelope.h is my fault.  Already fixed in Subversion:
http://svn.gnome.org/viewcvs/evolution?view=revision&revision=33449
Comment 3 Matthew Barnes 2007-04-23 21:34:03 UTC
Fixed the bogo-junk-plugin problem in Subversion (revision #33452).
Comment 4 Choose to remain Anonymous 2007-05-06 10:52:34 UTC
(In reply to comment #3)
> Fixed the bogo-junk-plugin problem in Subversion (revision #33452).
> 

Still show same error.
make[1]: *** No rule to make target `bogo-junk-plugin-2.12.schemas', needed by
`all-am'.  Stop.
Comment 5 Choose to remain Anonymous 2007-05-06 13:00:55 UTC
Required to download file bogo-junk-plugin.schemas.in.in which was not included in tarball. http://svn.gnome.org/viewcvs/evolution/trunk/plugins/bogo-junk-plugin/bogo-junk-plugin.schemas.in.in?revision=33364&view=markup&pathrev=33452