First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 32775
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Hanno Boeck <hanno@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Marc Chabrol <marc-gentoo@chabrols.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 32775 depends on: Show dependency tree
Show dependency graph
Bug 32775 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-11-04 23:41 0000
Due to a missing include, scribus 1.1.2 compilation fails if python 2.3 is
installed and configured as the default python.

The following thread :
http://nashi.altmuehlnet.de/pipermail/scribus/2003-November/002861.html

proposes a fix to the issue, thru the simple patch:

--- scribus-1.1.2.orig/scribus/plugins/scriptplugin/cmdvar.h    2003-07-06
10:09:18.000000000 +0100
+++ scribus-1.1.2/scribus/plugins/scriptplugin/cmdvar.h 2003-11-01
09:10:46.000000000 +0000
@@ -1,6 +1,7 @@
 #ifndef CMDVAR_H
 #define CMDVAR_H

+#include <Python.h>
 #include "scribus.h"

 /* Static global Variables */

I applied the patch in portage's working dir and finished the compilation
successfully. Scribus's maintainer will probably incorporate this patch in
the next scribus release, until then, it may be better to patch it before
starting compilation.

------- Comment #1 From Hanno Boeck 2003-11-14 05:08:51 0000 -------
thanks. Changed patch to a sed-command and applied.

First Last Prev Next    No search results available      Search page      Enter new bug