[PECL-DEV] Bug #62424 [Com]: fribidi not anymore have fribidi-config
Edit report at https://bugs.php.net/bug.php?id=62424&edit=1 ID: 62424 Comment by: [email protected] Reported by:semnanweb at gmail dot com Summary:fribidi not anymore have fribidi-config Status: Assigned Type: Bug Package:fribidi Operating System: Ubuntu 11.04 64 PHP Version:5.4.4 Assigned To:behnam Block user comment: N Private report: N New Comment: It's fixed on my personal git repo. Waiting for the git.php.net repo to push the update. Previous Comments: [2013-04-01 15:07:39] clicky at erebot dot net The attached patch makes it possible to configure the package (ie. go past the "phpize" step). However, compilation will fail afterwards due to changes in fribidi's API. See my other patch in bug #57893 for a fix. [2012-06-26 18:53:04] semnanweb at gmail dot com Description: During compile my os have not fribidi-config anymore. so how can i compile it? my current libfribidi installation : any program like `vlc` use this library for show right to left subtitles. sweb@sweb-laptop:~/tmp/fribidi-1.0$ apt-cache show libfribidi N: Unable to locate package libfribidi E: No packages found sweb@sweb-laptop:~/tmp/fribidi-1.0$ apt-cache show libfribidi0 libfribidi-dev Package: libfribidi-dev Priority: optional Section: libdevel Installed-Size: 424 Maintainer: Ubuntu Developers Original-Maintainer: Debian Hebrew Packaging Team Architecture: amd64 Source: fribidi Version: 0.19.2-1 Depends: libfribidi0 (= 0.19.2-1) Filename: pool/main/f/fribidi/libfribidi-dev_0.19.2-1_amd64.deb Size: 79136 MD5sum: 7a7ec94d7d54182872ec6f7f6ffa6596 SHA1: 3352ed3fb7f5003ee5b9876da464c844a19f313c SHA256: 42f931e0cfd20b9fb19d3c5dedd02f2c64f946ab84147ba3728c0ba315fae4b7 Description: Development files for FreeBidi library FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the header files and static libraries for the FriBidi C library. Homepage: http://www.fribidi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libfribidi0 Priority: important Section: libs Installed-Size: 196 Maintainer: Ubuntu Developers Original-Maintainer: Debian Hebrew Packaging Team Architecture: amd64 Source: fribidi Version: 0.19.2-1 Depends: libc6 (>= 2.4) Filename: pool/main/f/fribidi/libfribidi0_0.19.2-1_amd64.deb Size: 43806 MD5sum: e432a921e858fa15c0b1616a9c62822d SHA1: 7c71ef203f02542248de985c33b1a5d82fa4582c SHA256: a89d700b8c537c2f43e6a42f3e379a16a92e26e9045062ca340932b8a518c61b Description: Free Implementation of the Unicode BiDi algorithm FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the shared libraries. Homepage: http://www.fribidi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Task: minimal Test script: --- sweb@sweb-laptop:~/tmp/fribidi-1.0$ ./configure checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking for cc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for icc... no checking for suncc... no checking whether cc understands -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... no checking if compiler supports -Wl,-rpath,... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20100525 checking for PHP installed headers prefix... /usr/local/include/php checking if debug is enabled... no checking if zts is enabled... no checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking for FriBidi support... yes, shared checking for fribidi-config... no checking for FriBidi version... configure
[PECL-DEV] Bug #57893 [Com]: Does not build due to FRIBIDI_CHARSET_UTF8 missing
Edit report at https://bugs.php.net/bug.php?id=57893&edit=1 ID: 57893 Comment by: [email protected] Reported by:shot at hot dot pl Summary:Does not build due to FRIBIDI_CHARSET_UTF8 missing Status: Assigned Type: Bug Package:fribidi Operating System: Ubuntu Linux PHP Version:Irrelevant Assigned To:behnam Block user comment: N Private report: N New Comment: The PHP extension for GNU FriBidi just got an update (release 1.1) after 10 years: http://pecl.php.net/package/fribidi The new PECL package depends on FriBidi >= 0.19.1 and brings back all the features the old (deprecated) log2vis API has. Please let me know if you experience any new issues. Previous Comments: [2013-04-01 15:13:59] clicky at erebot dot net Attached is a patch that fixes the issue (allowing the package to compile/install successfully). The patch registers both the new charset names and the old ones (e.g. both FRIBIDI_CHAR_SET_UTF8 and FRIBIDI_CHAR_SET_UTF8). The old FRIBIDI_CHARSET_ISIRI_3342 charset has been removed as it seems that fribidi does not support it anymore. It also fixes a call to fribidi_log2vis to match the function's current signature. [2013-04-01 15:07:39] clicky at erebot dot net Related To: Bug #62424 [2009-02-25 04:29:53] norman at digitaltoolcompany dot com Problem persists with Ubuntu 8.04, fribidi 0.10.9-1, php 5.2.4-2ubuntu5.4. Thanks for solution, shot. [2007-10-31 08:57:33] shot at hot dot pl Description: An attempt to `sudo pecl install fribidi` breaks with errors about missing FRIBIDI_CHARSET_* declarations. After uncommenting the #ifndef FRIBIDI_CHARSET_UTF8 block in fribidi.c the (repacked) package installs properly. The system is Ubuntu 7.10, PHP 5.2.3-1ubuntu6, FriBidi 0.10.7-4build1. -- Edit this bug report at https://bugs.php.net/bug.php?id=57893&edit=1 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PECL-DEV] Bug #57893 [Com]: Does not build due to FRIBIDI_CHARSET_UTF8 missing
Edit report at https://bugs.php.net/bug.php?id=57893&edit=1 ID: 57893 Comment by: [email protected] Reported by:shot at hot dot pl Summary:Does not build due to FRIBIDI_CHARSET_UTF8 missing Status: Assigned Type: Bug Package:fribidi Operating System: Ubuntu Linux PHP Version:Irrelevant Assigned To:behnam Block user comment: N Private report: N New Comment: The PHP extension for GNU FriBidi just got an update (release 1.1) after 10 years: http://pecl.php.net/package/fribidi The new PECL package depends on FriBidi >= 0.19.1 and brings back all the features the old (deprecated) log2vis API has. Please let me know if you experience any new issues. Previous Comments: [2013-05-15 06:35:03] [email protected] The PHP extension for GNU FriBidi just got an update (release 1.1) after 10 years: http://pecl.php.net/package/fribidi The new PECL package depends on FriBidi >= 0.19.1 and brings back all the features the old (deprecated) log2vis API has. Please let me know if you experience any new issues. [2013-04-01 15:13:59] clicky at erebot dot net Attached is a patch that fixes the issue (allowing the package to compile/install successfully). The patch registers both the new charset names and the old ones (e.g. both FRIBIDI_CHAR_SET_UTF8 and FRIBIDI_CHAR_SET_UTF8). The old FRIBIDI_CHARSET_ISIRI_3342 charset has been removed as it seems that fribidi does not support it anymore. It also fixes a call to fribidi_log2vis to match the function's current signature. [2013-04-01 15:07:39] clicky at erebot dot net Related To: Bug #62424 [2009-02-25 04:29:53] norman at digitaltoolcompany dot com Problem persists with Ubuntu 8.04, fribidi 0.10.9-1, php 5.2.4-2ubuntu5.4. Thanks for solution, shot. [2007-10-31 08:57:33] shot at hot dot pl Description: An attempt to `sudo pecl install fribidi` breaks with errors about missing FRIBIDI_CHARSET_* declarations. After uncommenting the #ifndef FRIBIDI_CHARSET_UTF8 block in fribidi.c the (repacked) package installs properly. The system is Ubuntu 7.10, PHP 5.2.3-1ubuntu6, FriBidi 0.10.7-4build1. -- Edit this bug report at https://bugs.php.net/bug.php?id=57893&edit=1 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PECL-DEV] Bug #62424 [Com]: fribidi not anymore have fribidi-config
Edit report at https://bugs.php.net/bug.php?id=62424&edit=1 ID: 62424 Comment by: [email protected] Reported by:semnanweb at gmail dot com Summary:fribidi not anymore have fribidi-config Status: Assigned Type: Bug Package:fribidi Operating System: Ubuntu 11.04 64 PHP Version:5.4.4 Assigned To:behnam Block user comment: N Private report: N New Comment: The PHP extension for GNU FriBidi just got an update (release 1.1) after 10 years: http://pecl.php.net/package/fribidi The new PECL package depends on FriBidi >= 0.19.1 and brings back all the features the old (deprecated) log2vis API has. Please let me know if you experience any new issues. Previous Comments: [2013-05-13 21:20:13] [email protected] It's fixed on my personal git repo. Waiting for the git.php.net repo to push the update. [2013-04-01 15:07:39] clicky at erebot dot net The attached patch makes it possible to configure the package (ie. go past the "phpize" step). However, compilation will fail afterwards due to changes in fribidi's API. See my other patch in bug #57893 for a fix. [2012-06-26 18:53:04] semnanweb at gmail dot com Description: During compile my os have not fribidi-config anymore. so how can i compile it? my current libfribidi installation : any program like `vlc` use this library for show right to left subtitles. sweb@sweb-laptop:~/tmp/fribidi-1.0$ apt-cache show libfribidi N: Unable to locate package libfribidi E: No packages found sweb@sweb-laptop:~/tmp/fribidi-1.0$ apt-cache show libfribidi0 libfribidi-dev Package: libfribidi-dev Priority: optional Section: libdevel Installed-Size: 424 Maintainer: Ubuntu Developers Original-Maintainer: Debian Hebrew Packaging Team Architecture: amd64 Source: fribidi Version: 0.19.2-1 Depends: libfribidi0 (= 0.19.2-1) Filename: pool/main/f/fribidi/libfribidi-dev_0.19.2-1_amd64.deb Size: 79136 MD5sum: 7a7ec94d7d54182872ec6f7f6ffa6596 SHA1: 3352ed3fb7f5003ee5b9876da464c844a19f313c SHA256: 42f931e0cfd20b9fb19d3c5dedd02f2c64f946ab84147ba3728c0ba315fae4b7 Description: Development files for FreeBidi library FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the header files and static libraries for the FriBidi C library. Homepage: http://www.fribidi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libfribidi0 Priority: important Section: libs Installed-Size: 196 Maintainer: Ubuntu Developers Original-Maintainer: Debian Hebrew Packaging Team Architecture: amd64 Source: fribidi Version: 0.19.2-1 Depends: libc6 (>= 2.4) Filename: pool/main/f/fribidi/libfribidi0_0.19.2-1_amd64.deb Size: 43806 MD5sum: e432a921e858fa15c0b1616a9c62822d SHA1: 7c71ef203f02542248de985c33b1a5d82fa4582c SHA256: a89d700b8c537c2f43e6a42f3e379a16a92e26e9045062ca340932b8a518c61b Description: Free Implementation of the Unicode BiDi algorithm FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the shared libraries. Homepage: http://www.fribidi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Task: minimal Test script: --- sweb@sweb-laptop:~/tmp/fribidi-1.0$ ./configure checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking for cc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for icc... no checking for suncc... no checking whether cc understands -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... no checking if compiler supports -Wl,-rpath,... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20100525 checking for PHP installed headers prefix... /
[PECL-DEV] Bug #62424 [Com]: fribidi not anymore have fribidi-config
Edit report at https://bugs.php.net/bug.php?id=62424&edit=1 ID: 62424 Comment by: [email protected] Reported by:semnanweb at gmail dot com Summary:fribidi not anymore have fribidi-config Status: Assigned Type: Bug Package:fribidi Operating System: Ubuntu 11.04 64 PHP Version:5.4.4 Assigned To:behnam Block user comment: N Private report: N New Comment: Okay, this should be fixed in the latest release, version 1.2. Please open a new bug if found any bugs. Previous Comments: [2013-05-16 01:04:55] [email protected] Thanks for the report. I can reproduce the bug here, so I will take a look in the next couple of days to see what's the root of the problem. [2013-05-15 08:36:15] semnanweb at gmail dot com this worded fine: $text = fribidi_log2vis("Ø³ÙØ§Ù ", FRIBIDI_RTL, FRIBIDI_CHARSET_UTF8); i will give an error during use this: $text = fribidi_log2vis("Ø³ÙØ§Ù بÙÙØ§Ù ", FRIBIDI_RTL, FRIBIDI_CHARSET_UTF8); // Segmentation fault (core dumped) [2013-05-15 07:21:09] semnanweb at gmail dot com Thankx for support this useful extension. Will be tested. -------- [2013-05-15 06:36:51] [email protected] The PHP extension for GNU FriBidi just got an update (release 1.1) after 10 years: http://pecl.php.net/package/fribidi The new PECL package depends on FriBidi >= 0.19.1 and brings back all the features the old (deprecated) log2vis API has. Please let me know if you experience any new issues. -------- [2013-05-13 21:20:13] [email protected] It's fixed on my personal git repo. Waiting for the git.php.net repo to push the update. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=62424 -- Edit this bug report at https://bugs.php.net/bug.php?id=62424&edit=1 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
