H. William Welliver III wrote:
>I've prepared a new 7.8 test release for consideration. Please feel free to 
>download and test.

>http://pike.ida.liu.se/download/pub/pike/beta/7.8.680/

>I am not aware of any show stoppers in this release; if none are found in the 
>next week, this will become the new stable 7.8 release.

When compiling this on an Ubuntu precise (12.04), I get this:

=========================================================
Pike v7.8 release 680 configuration summary

install information:
prefix........ /usr/local
pike binary... /usr/local/bin/pike
pike library.. /usr/local/pike/7.8.680/lib

system information:
system.... Linux 3.1.2-vs2.3.2.1-00001-g2ebd452
uname..... Linux hydra 3.1.2-vs2.3.2.1-00001-g2ebd452 #270 SMP PREEMPT Sat Nov 
26 00:37:07 CET 2011 x86_64 x86_64 x86_64 GNU/Linux
hostname.. hydra
user...... srb

build information:
source path..... /tmp/Pike-v7.8.680/src
build path...... 
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64
ABI............. 32
cpp............. gcc -E
cc.............. 
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/smartlink 
gcc
ld.............. $(CC) $(CFLAGS)
cc shared.......  -fPIC -DDYNAMIC_MODULE
ld shared....... -rdynamic
pike............ 
install......... /usr/bin/install -c
shared object... .so
libs............ -ldl -lrt -lnsl -lm  -lpthread -lcrypt
cross-compiled.. no
building lib.... no
CPPFLAGS........ 
-I/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/bundles/include
CFLAGS (opt).... -O3 -pipe
CFLAGS (warn)... -W -Wall -Wno-unused -Wcomment -Wformat -Wformat-security 
-Wimplicit-function-declaration -Wmultichar -Wswitch -Wuninitialized 
-Wpointer-arith -Wchar-subscripts -Wno-long-long -Wdeclaration-after-statement
CFLAGS (misc)... -g -ggdb3 -mtune=i686  
LDFLAGS......... 
-L/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/bundles/lib32
 
-L/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/bundles/lib/32
 
-L/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/bundles/lib/.
 -L/usr/lib/gcc/i686-linux-gnu/4.6 -R/usr/lib/gcc/i686-linux-gnu/4.6 
-L/usr/lib/i386-linux-gnu -R/usr/lib/i386-linux-gnu -L/lib/i386-linux-gnu 
-R/lib/i386-linux-gnu -rdynamic 

features:
dynamic loading..... yes
threads............. yes (posix)
signal handler...... SIGCHILD
cdebug.............. yes
rtldebug............ no
dmalloc............. no
dlmalloc............ no
mmx................. no (no mmx.h found)
byte code format.... ia32
module reloc........ no
use machine code.... yes
int type............ long (4 bytes)
float type.......... float (4 bytes) (ieee little endian)
pointer size........ 4 bytes
svalue size......... 8 bytes (2+2+4)

Bz2................. yes (using libbz2)
DNS-SD.............. no (dns_sd.h or howl.h not found)
DVB................. no (missing linux/dvb/sec.h - version 3 api?)
FFmpeg.............. no (dependencies failed)
Fuse................ no (dependencies failed)
GL.................. yes
GLUT................ no (dependencies failed)
GSSAPI.............. no (gssapi.h not found)
GTK................. no (dependencies failed)
GTK.GlArea.......... no (dependencies failed)
GTK.GladeXML........ no (dependencies failed)
Gdbm................ no (dependencies failed)
Gmp (bignums)....... yes (version 5.0.2, using libgmp)
Gz.................. yes (libz)
Image............... yes
Image.FreeType...... yes
Image.GIF........... yes
Image.JPEG.......... yes
Image.SVG........... no (dependencies failed)
Image.TIFF.......... yes
Image.TTF........... no (dependencies failed)
Image.XFace......... yes
Java................ yes (-lffi -lzip -ljava -ljvm )
Kerberos............ no (krb5.h not found)
MIME................ yes
Math................ yes
Math.Transforms.FFT. no (fftw.h not found)
Mysql............... yes (libmysqlclient)
Nettle.............. yes
Odbc................ no (dependencies failed)
Oracle.............. no (dependencies failed)
PDF.PDFlib.......... no (dependencies failed)
PDF.Panda........... no (dependencies failed)
Postgres............ no (dependencies failed)
Regexp.PCRE......... yes (libpcre)
SDL................. no (dependencies failed)
SDL_mixer........... no (dependencies failed)
SQLite.............. yes
ZXID................ no (dependencies failed)
sybase.............. no (dependencies failed)

Warnings and notes summary:

WARNING: Using compiler default ABI: 32

[.... lots of compiling output snipped...]

/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/smartlink 
gcc -DPIKE_SRC_ROOT="/tmp/Pike-v7.8.680" -I. -I/tmp/Pike-v7.8.680/src 
-I/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/bundles/include
 -DPIKE_CORE -g -ggdb3 -mtune=i686  -O3 -pipe -W -Wall -Wno-unused -Wcomment 
-Wformat -Wformat-security -Wimplicit-function-declaration -Wmultichar -Wswitch 
-Wuninitialized -Wpointer-arith -Wchar-subscripts -Wno-long-long 
-Wdeclaration-after-statement  
-L/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/bundles/lib32
 
-L/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/bundles/lib/32
 
-L/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/bundles/lib/.
 -L/usr/lib/gcc/i686-linux-gnu/4.6 -R/usr/lib/gcc/i686-linux-gnu/4.6 
-L/usr/lib/i386-linux-gnu -R/usr/lib/i386-linux-gnu -L/lib/i386-linux-gnu 
-R/lib/i386-linux-gnu -rdynamic  main.o language.o security.o bignum.o 
pike_cpulib.o interpret.o constants.o cpp.o fdlib.o cyclic.o array.o backend.o 
callback.o encode.o docode.o dynamic_buffer.o dynamic_load.o error.o 
fd_control.o fsort.o gc.o hashtable.o lex.o multiset.o signal_handler.o 
pike_search.o pike_types.o pike_embed.o mapping.o pike_memory.o 
module_support.o pikecode.o object.o opcodes.o operators.o pike_float.o port.o 
program.o rbtree.o rusage.o sscanf.o stralloc.o stuff.o threads.o version.o 
queue.o builtin.o iterators.o facetgroup.o svalue.o las.o builtin_functions.o 
peep.o   tmodule.o \
          `cat modules/linker_options ` \
          -ldl -lrt -lnsl -lm  -lpthread -lcrypt   -o pike
#### Making dynamic: post_modules/Bz2
Compiling post_modules/Bz2/libbzip2mod.c
Linking Bz2
#### Making dynamic: post_modules/COM
Compiling post_modules/COM/com.c
Linking COM
#### Making dynamic: post_modules/GL
Original CFLAGS: -g -ggdb3 -mtune=i686  -O3 -pipe -W -Wall -Wno-unused 
-Wcomment -Wformat -Wformat-security -Wimplicit-function-declaration 
-Wmultichar -Wswitch -Wuninitialized -Wpointer-arith -Wchar-subscripts 
-Wno-long-long -Wdeclaration-after-statement  -fPIC -DDYNAMIC_MODULE
Modified CFLAGS:   -mtune=i686  -pipe  -fPIC -DDYNAMIC_MODULE  -O 
Compiling post_modules/GL/top.c
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/pike 
-DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE 
-m/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike
  /tmp/Pike-v7.8.680/src/post_modules/GL/gen.pike < 
/tmp/Pike-v7.8.680/src/post_modules/GL/auto.c.in > auto.c.tmp
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:42:
 Error in constant definition.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:187:
 Failed to index module Files with 'Stat'. (Module doesn't exist?)
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:368:
 Cannot inherit program in pass 1 which is only a placeholder.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:368:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:376:
 No inherit or surrounding class Pike_0_5_master.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:411:
 No inherit or surrounding class Pike_0_5_master.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:438:
 Cannot inherit program in pass 1 which is only a placeholder.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:438:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:649:
 No inherit or surrounding class Pike_0_6_master.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:673:
 Cannot inherit program in pass 1 which is only a placeholder.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:673:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:712:
 No inherit or surrounding class Pike_7_0_master.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:736:
 Cannot inherit program in pass 1 which is only a placeholder.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:736:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:806:
 No inherit or surrounding class Pike_7_2_master.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:830:
 Cannot inherit program in pass 1 which is only a placeholder.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:830:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:864:
 No inherit or surrounding class Pike_7_4_master.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:881:
 Cannot inherit program in pass 1 which is only a placeholder.
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:881:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
/tmp/Pike-v7.8.680/build/linux-3.1.2-vs2.3.2.1-00001-g2ebd452-x86_64/master.pike:1490:
 Error in constant definition.
Segmentation fault (core dumped)
make[6]: *** [auto.c] Error 139
make[5]: *** [all] Error 2
make[4]: *** [override] Error 2
make[3]: *** [GL] Error 1
make[2]: *** [post_module_objects] Error 1
make[1]: *** [_make_in_builddir] Error 2
make: *** [compile] Error 2

On this is system there is an old Pike 7.9.3
Anything obvious I missed?
-- 
Stephen.

Are they twins?  Yes.  Are they *both* yours?
      • ... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
    • ... Marcus Agehall (Roxen IS) @ Pike (-) developers forum
      • ... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
        • ... Jonas Walld�n @ Pike developers forum
          • ... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
          • ... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
            • ... Jonas Walld�n @ Pike developers forum
              • ... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
              • ... Martin Bähr
  • Pik... H. William Welliver III
    • ... Stephen R. van den Berg
      • ... Bill Welliver
        • ... Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum
    • ... Henrik Grubbstr�m (Lysator) @ Pike (-) developers forum
      • ... Stephen R. van den Berg
        • ... Henrik Grubbstr�m (Lysator) @ Pike (-) developers forum
    • ... Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum
    • ... Bill Welliver
    • ... Oleksii Prudkyi
      • ... Oleksii Prudkyi
      • ... H. William Welliver III

Reply via email to