php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33654 dns.lo compile problem
Submitted: 2005-07-12 10:04 UTC Modified: 2005-07-12 20:23 UTC
From: psmith at enetrak dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5CVS-2005-07-12 OS: Linux/Debian ARM
Private report: No CVE-ID: None
 [2005-07-12 10:04 UTC] psmith at enetrak dot com
Description:
------------
I using debian linux on an ARM processer, i tried getting the latest snapshot... same problem

Linux version 2.4.26-vrs1-cirrus-1-2-1-ts8 (root@construct) (gcc version 3.3.4)
#2 Mon Mar 7 10:59:07 MST 2005

Reproduce code:
---------------
./configure --disable-cgi --enable-ftp --enable-
soap --enable-magic-quotes --with-apxs=/usr/sbin/apxs --enable-shared --disable-
all --enable-libxml

Expected result:
----------------
for it to compile

Actual result:
--------------
.....-I/root/src/php5-200507120630 -I/usr/local/include/libxml2 -I/root/src/php5-200
507120630/TSRM -I/root/src/php5-200507120630/Zend    -g -O2   -c /root/src/php5-
200507120630/ext/standard/dns.c -o ext/standard/dns.lo
/root/src/php5-200507120630/ext/standard/dns.c: In function `zif_dns_get_mx':
/root/src/php5-200507120630/ext/standard/dns.c:893: Internal compiler error:
/root/src/php5-200507120630/ext/standard/dns.c:893: internal error--unrecognizable insn:
(insn 732 731 226 (set (reg:SI 0 r0)
        (smin:SI (reg/v:SI 0 r0)
            (const_int 8192 [0x2000]))) -1 (nil)
    (nil))
make: *** [ext/standard/dns.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-12 15:36 UTC] sniper@php.net
And you're sure it isn't compiler bug? Try newer compiler first.

 [2005-07-12 20:12 UTC] psmith at enetrak dot com
You were right, I upgraded my compiler and all is well

Sorry for the false alarm ;)
 [2005-07-12 20:23 UTC] tony2001@php.net
Compiler upgrade fixed it -> bogus.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 22:01:35 2025 UTC