[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- <!--x-content-type: text/plain -->
- <!--x-date: Sun, 23 Oct 2005 15:32:10 -0400 -->
- <!--x-from-r13: oxehtre ng zvaqfcevat.pbz (Pbo Yehtre) -->
- <!--x-message-id: [email protected] -->
- <!--x-reference: [email protected] -->
- <!--x-reference: [email protected] -->
- <!--x-reference: [email protected] -->
- <!--x-reference: [email protected] --> "http://www.w3.org/TR/html4/loose.dtd">
- <!--x-subject: [ale] Slackware v10.2 compile woes -->
- <li><em>date</em>: Sun, 23 Oct 2005 15:32:10 -0400</li>
- <li><em>from</em>: bkruger at mindspring.com (Bob Kruger)</li>
- <li><em>in-reply-to</em>: <<a href="msg00449.html">[email protected]</a>></li>
- <li><em>references</em>: <<a href="msg00446.html">[email protected]</a>> <<a href="msg00447.html">[email protected]</a>> <<a href="msg00448.html">[email protected]</a>> <<a href="msg00449.html">[email protected]</a>></li>
- <li><em>subject</em>: [ale] Slackware v10.2 compile woes</li>
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:<a rel="nofollow" href="http://gcc.gnu.org/bugs.html">http://gcc.gnu.org/bugs.html</a>> 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:<a rel="nofollow" href="http://gcc.gnu.org/bugs.html">http://gcc.gnu.org/bugs.html</a>> 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:<a rel="nofollow" href="http://gcc.gnu.org/bugs.html">http://gcc.gnu.org/bugs.html</a>> 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...
</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<ul><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><a name="00451" href="msg00451.html">[ale] Slackware v10.2 compile woes</a></strong>
<ul><li><em>From:</em> jkinney at localnetsolutions.com (James P. Kinney III)</li></ul></li>
<li><strong><a name="00470" href="msg00470.html">[ale] Slackware v10.2 compile woes</a></strong>
<ul><li><em>From:</em> esoteric at 3times25.net (Geoffrey)</li></ul></li>
</ul></li></ul>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="00446" href="msg00446.html">[ale] Slackware v10.2 compile woes</a></strong>
<ul><li><em>From:</em> bkruger at mindspring.com (Bob Kruger)</li></ul></li>
<li><strong><a name="00447" href="msg00447.html">[ale] Slackware v10.2 compile woes</a></strong>
<ul><li><em>From:</em> n4zm at mindspring.com (zeb)</li></ul></li>
<li><strong><a name="00448" href="msg00448.html">[ale] Slackware v10.2 compile woes</a></strong>
<ul><li><em>From:</em> bkruger at mindspring.com (Bob Kruger)</li></ul></li>
<li><strong><a name="00449" href="msg00449.html">[ale] Slackware v10.2 compile woes</a></strong>
<ul><li><em>From:</em> ale at accipiter.org (Christopher R. Curzio)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00449.html">[ale] Slackware v10.2 compile woes</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00451.html">[ale] Slackware v10.2 compile woes</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00449.html">[ale] Slackware v10.2 compile woes</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00451.html">[ale] Slackware v10.2 compile woes</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00450"><strong>Date</strong></a></li>
<li><a href="threads.html#00450"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>
<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>