[ale] Slackware v10.2 compile woes

Bob Kruger bkruger at mindspring.com
Sun Oct 23 15:32:10 EDT 2005


Christopher;

Fair enough.  The three shown here are "segmentation faults"  Here are 
some snippets.  Firstly, compiling samba  3.0.22b:

.
.
.
ce -I/usr/src/samba-3.0.20b/source/tdb
      LIBS = -lcrypt -lresolv -lnsl -ldl
      LDSHFLAGS = -shared -Wl,-Bsymbolic  -Wl,-rpath,/usr/lib
      LDFLAGS = -Wl,-rpath,/usr/lib
      PIE_CFLAGS =
      PIE_LDFLAGS =
Compiling smbd/lanman.c
Compiling smbd/negprot.c
Compiling smbd/message.c
Compiling smbd/nttrans.c
Compiling smbd/pipes.c
Compiling smbd/reply.c
Compiling smbd/sesssetup.c
Compiling smbd/trans2.c
smbd/trans2.c: In function `call_trans2qfsinfo':
smbd/trans2.c:2428: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [smbd/trans2.o] Error 1


Now, for mysql 4.1.15:

....

if i486-slackware-linux-gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H 
-DNO_KILL_INTR  -I. -I. -I../.. -I../../include -I../../include 
-I./../.. -I..    -O3 -DDBUG_OFF    -MT tokenizer.o -MD -MP -MF 
".deps/tokenizer.Tpo" -c -o tokenizer.o tokenizer.c; \
then mv -f ".deps/tokenizer.Tpo" ".deps/tokenizer.Po"; else rm -f 
".deps/tokenizer.Tpo"; exit 1; fi
if i486-slackware-linux-gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H 
-DNO_KILL_INTR  -I. -I. -I../.. -I../../include -I../../include 
-I./../.. -I..    -O3 -DDBUG_OFF    -MT vi.o -MD -MP -MF ".deps/vi.Tpo" 
-c -o vi.o vi.c; \
then mv -f ".deps/vi.Tpo" ".deps/vi.Po"; else rm -f ".deps/vi.Tpo"; exit 
1; fi
vi.c: In function `vi_yank':
vi.c:887: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [vi.o] Error 1
make[2]: Leaving directory `/usr/src/mysql-4.1.15/cmd-line-utils/libedit'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/mysql-4.1.15/cmd-line-utils'
make: *** [install-recursive] Error 1

And, here is php:

gcc -I/usr/src/php-4.4.0/sapi/cgi/libfcgi/include -Isapi/cgi/ 
-I/usr/src/php-4.4.0/sapi/cgi/ -DPHP_ATOM_INC 
-I/usr/src/php-4.4.0/include -I/usr/src/php-4.4.0/main 
-I/usr/src/php-4.4.0 -I/usr/include/libxml2 
-I/usr/src/php-4.4.0/ext/mbstring/mbregex 
-I/usr/src/php-4.4.0/ext/mbstring/libmbfl 
-I/usr/src/php-4.4.0/ext/mbstring/libmbfl/mbfl 
-I/usr/local/mysql/include -I/usr/src/php-4.4.0/TSRM 
-I/usr/src/php-4.4.0/Zend    -g -O2  -c 
/usr/src/php-4.4.0/sapi/cgi/cgi_main.c -o sapi/cgi/cgi_main.o  && echo > 
sapi/cgi/cgi_main.lo
/usr/src/php-4.4.0/sapi/cgi/cgi_main.c: In function `main':
/usr/src/php-4.4.0/sapi/cgi/cgi_main.c:1710: internal compiler error: 
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [sapi/cgi/cgi_main.lo] Error 1




Christopher R. Curzio wrote:

>Perhaps if you can elaborate on the problems you're having rather than
>simply saying "It's broken," maybe we can figure it out a bit better. It
>doesn't sound like a distribution or compiler issue. It sounds like you've
>got a conflict somewhere. 
>
>I'm running Slackware 10.2 on at least three machines, and have done
>regular compiling on all of them. I've not run into any problems. 
>
>ccurzio at Optimus:~$ gcc --version
>gcc (GCC) 3.3.6
>Copyright (C) 2003 Free Software Foundation, Inc.
>This is free software; see the source for copying conditions.  There is NO
>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>PURPOSE.
>
>  
>
>>Used to be that Slackware was a tight, reliable distro 
>>that you could compile just about anything with.
>>    
>>
>
>Also, please stop blaming the distribution for your problems.
>
>  
>

-------------- next part --------------
An HTML attachment was scrubbed...




More information about the Ale mailing list