php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44365 php-gtk-2.0.0 compile failed w/ USE=sourceview"
Submitted: 2008-03-07 19:32 UTC Modified: 2008-03-08 11:52 UTC
From: zach9824 at gmail dot com Assigned: bmajdak (profile)
Status: Closed Package: PHP-GTK related
PHP Version: 5.2.6RC2 OS: Gentoo Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zach9824 at gmail dot com
New email:
PHP Version: OS:

 

 [2008-03-07 19:32 UTC] zach9824 at gmail dot com
Description:
------------
as per my report http://bugs.gentoo.org/show_bug.cgi?id=212595. Appears PHP-GTK-2 stable will not build with sourceview enabled. Listed below is some specific info. You can see additional details in link above.

If you need additional testing or information please feel free to contact me.

1) emerge php-gtk

ext/sourceview/sourceview.overrides: In function
'zim_GtkSourceView_forward_search':
ext/sourceview/sourceview.overrides:303: error: 'tsrm_ls' redeclared as
different kind of symbol
ext/sourceview/sourceview.overrides:294: error: previous definition of
'tsrm_ls' was here
ext/sourceview/sourceview.overrides: In function
'zim_GtkSourceView_backward_search':
ext/sourceview/sourceview.overrides:349: error: 'tsrm_ls' redeclared as
different kind of symbol
ext/sourceview/sourceview.overrides:340: error: previous definition of
'tsrm_ls' was here
make: *** [ext/sourceview/gen_sourceview.lo] Error 1
 *
 * ERROR: dev-php5/php-gtk-2.0.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3602:  Called die
 * The specific snippet of code:
 *       emake || die "make failed!";
 *  The die message:
 *   make failed!
 *
 * If you need support, post the topmost build error, and the call stack if
relevant.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-03-07 20:05 UTC] bmajdak@php.net
Please attempt at compiling the tarball with the following configure line: `./buildconf && ./configure --with-sourceview` and if this works, contact the authour of your ebuild. We do not really know how to deal with Gentoo related things.
 [2008-03-08 07:46 UTC] jakub at gentoo dot org
That's exactly what the ebuild does, but it doesn't work. ;)
 [2008-03-08 11:52 UTC] anant@php.net
I just tried compiling PHP-GTK standalone with sourceview on a Gentoo machine, and it seems to work fine. The ebuild, however, is broken and will be fixed shortly.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC