(gstreamer-plugins-0.10.35_1,3) (compiler error)

2012-06-29 Thread Nikolai Wendorf
of function '_mm_loadu_ps' the final complaint from portupgrade was ! multimedia/gstreamer-plugins (gstreamer-plugins-0.10.35_1,3) (compiler error) FreeBSD 8.3-STABLE #0: Thu Jun 28 12:56:46 EDT 2012 thanks, Nick ___ freebsd-questions@freebsd.org

multimedia/ffmpeg fails with internal compiler error

2010-05-31 Thread Eitan Adler
-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -c -o libavutil/crc.o libavutil/crc.c libavutil/crc.c: In function 'av_crc_init': libavutil/crc.c:58:5: internal compiler error: in predicate_bbs, at tree-if-conv.c:555 Please

Re: multimedia/ffmpeg fails with internal compiler error

2010-05-31 Thread Roland Smith
libavutil/crc.o libavutil/crc.c libavutil/crc.c: In function 'av_crc_init': libavutil/crc.c:58:5: internal compiler error: in predicate_bbs, at tree-if-conv.c:555 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html for instructions. gmake

Re: multimedia/ffmpeg fails with internal compiler error

2010-05-31 Thread Eitan Adler
On Mon, May 31, 2010 at 8:11 PM, Roland Smith rsm...@xs4all.nl wrote: On Mon, May 31, 2010 at 05:16:50PM +0300, Eitan Adler wrote: Is this a a) PEBKAC Maybe. I don't know how many ports have actually been tested with gcc 4.6. I'm guessing the ports build cluster uses the base system compiler

Re: Bacula 5.0 compiler error (crypto.c)

2010-04-29 Thread Brian A. Seklecki (NOC)
On Mon, 2010-04-26 at 09:48 -0400, Brian A. Seklecki (CFI NOC) wrote: On 4/26/2010 9:05 AM, Efren Bravo wrote: I've OpenSSL 1.0.0 installed and ports up2date. My server is on production, so, What do you think I should do in my case? Okay yea you'll need 5.0.1 and a copy of KR or

Re: Bacula 5.0 compiler error (crypto.c)

2010-04-29 Thread Efren Bravo
, 29/4/10, Brian A. Seklecki (NOC) bsekle...@noc.cfi.pgh.pa.us escribió: De: Brian A. Seklecki (NOC) bsekle...@noc.cfi.pgh.pa.us Asunto: Re: Bacula 5.0 compiler error (crypto.c) Para: Efren Bravo efre...@yahoo.es CC: freeBSD freebsd-questions@freebsd.org Fecha: jueves, 29 de abril, 2010 07:50

Re: Bacula 5.0 compiler error (crypto.c)

2010-04-26 Thread Efren Bravo
De: Brian A. Seklecki (NOC) bsekle...@noc.cfi.pgh.pa.us Asunto: Re: Bacula 5.0 compiler error (crypto.c) Para: Efren Bravo efre...@yahoo.es CC: freeBSD freebsd-questions@freebsd.org Fecha: sábado, 24 de abril, 2010 09:57 crypto.c: In function 'ASN1_OCTET_STRING* openssl_cert_keyid(X509

Re: Bacula 5.0 compiler error (crypto.c)

2010-04-26 Thread Brian A. Seklecki (CFI NOC)
On 4/26/2010 9:05 AM, Efren Bravo wrote: I've OpenSSL 1.0.0 installed and ports up2date. My server is on production, so, What do you think I should do in my case? Okay yea you'll need 5.0.1 and a copy of KR or Stevens` APUE to help hold you down. [1] ~BAS 1. Down under water, until the

Re: Bacula 5.0 compiler error (crypto.c)

2010-04-24 Thread Brian A. Seklecki (NOC)
crypto.c: In function 'ASN1_OCTET_STRING* openssl_cert_keyid(X509*)': crypto.c:333: error: invalid conversion from 'const X509V3_EXT_METHOD*' to 'X509V3_EXT_METHOD*' crypto.c: In function 'CRYPTO_SESSION* crypto_session_new(crypto_cipher_t, alist*)': What's your uname -a look like?

Bacula 5.0 compiler error (crypto.c)

2010-04-19 Thread Efren Bravo
Hi there, I'm trying to install bacula server from /usr/ports/sysutils/bacula-server and make install aborts with the message: === Building for bacula-server-5.0.0 ==Entering directory /usr/ports/sysutils/bacula-server/work/bacula-5.0.0/src ==Entering directory

Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

2009-02-17 Thread Gilles
On Mon, 16 Feb 2009 11:32:46 -0900, Mel fbsd.questi...@rachie.is-a-geek.net wrote: If you have none in /etc/make.conf that's a good start. If it still fails, then make sure BUILD_OPTIMIZED is unset. Also comment any CPUTYPE variables in /etc/make.conf. Thanks again. I'm not really a developper,

Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

2009-02-17 Thread Gilles
On Tue, 17 Feb 2009 09:45:40 +0100, Gilles gilles.gana...@free.fr wrote: How should I tell gcc to compile for either a PIII processor, or just plain i386? BTW, here are the CFLAGS-related lines MySQL Server's Makefile: .if defined(WITH_LINUXTHREADS) CFLAGS+=-D__USE_UNIX98 -D_REENTRANT

Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

2009-02-17 Thread Gilles
ha_berkeley.cc:53: item_geofunc.h:78: internal compiler error: Illegal instruction: 4 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

2009-02-17 Thread Ivan Voras
, from ha_berkeley.cc:53: item_geofunc.h:78: internal compiler error: Illegal instruction: 4 Ok, there are two more possibilities: a) Your hardware has problems (try http://www.memtest86.com/) b) Your compiler was itself compiled with invalid optimizations. This is only

Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

2009-02-17 Thread Mel
from item.h:2199, from mysql_priv.h:589, from ha_berkeley.cc:53: item_geofunc.h:78: internal compiler error: Illegal instruction: 4 Ok, there are two more possibilities: a) Your hardware has problems (try http://www.memtest86.com/) b) Your

[6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

2009-02-16 Thread Gilles
Hello I updated the Ports collection on this 6.3 host, but it fails compiling MySQL Server 5.1: === In file included from item.h:2428, from mysql_priv.h:749, from sql_profile.cc:32: item_cmpfunc.h:1301: internal compiler error: Illegal instruction: 4 Please

Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

2009-02-16 Thread Ivan Voras
Gilles wrote: Hello I updated the Ports collection on this 6.3 host, but it fails compiling MySQL Server 5.1: === In file included from item.h:2428, from mysql_priv.h:749, from sql_profile.cc:32: item_cmpfunc.h:1301: internal compiler error

Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

2009-02-16 Thread Gilles
On Mon, 16 Feb 2009 15:12:59 +0100, Ivan Voras ivo...@freebsd.org wrote: If you have any CFLAGS set (the most common are those for CPU optimizations), disable them and try again. Thanks for the tip. Do you know which value I should set for this switch, if at all? # dmesg | grep -i CPU CPU: Intel

Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

2009-02-16 Thread Mel
On Monday 16 February 2009 05:46:01 Gilles wrote: On Mon, 16 Feb 2009 15:12:59 +0100, Ivan Voras ivo...@freebsd.org wrote: If you have any CFLAGS set (the most common are those for CPU optimizations), disable them and try again. Thanks for the tip. Do you know which value I should set for

new compiler error?

2008-10-17 Thread Robert Richards
/script -qa /tmp/portupgrade.43253.1 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=gnash-0.8.2_2 UPGRADE_PORT_VER=0.8.2_2 make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! graphics/gnash (gnash-0.8.2_2)(new compiler error

Re: Portupgrading cups-base gives compiler error

2007-09-30 Thread Don Read
On Sat, 29 Sep 2007 00:06:37 + Aryeh Friedman said: When will this be in cvsup? --Aryeh About 30 hours ago. localhost.root# ls -l /var/log/cvsup.log -rw-r--r-- 1 root wheel 41979 Sep 29 03:19 /var/log/cvsup.log localhost.root# grep cups-base /var/log/cvsup.log Edit

Re: Portupgrading cups-base gives compiler error

2007-09-29 Thread Frank Jahnke
The cups-base upgrade error can be fixed with a simple patch. See http://www.freebsd.org/cgi/query-pr.cgi?pr=116721 (I was bitten by this as well.) ___ freebsd-questions@freebsd.org mailing list

Portupgrading cups-base gives compiler error

2007-09-28 Thread beni
Hi all, I'm running 6.2-STABLE and my ports are up to date. When trying to portupgrade print/cups-base from 1.2.12 to 1.3.0 I am getting a compiler error. Any cure for this ? Thanks ! ... echo Compiling admin.c... Compiling admin.c... cc -Wshadow -Wunused -Wall -Wno-format-y2k -fPIC -Os -g

Re: Portupgrading cups-base gives compiler error

2007-09-28 Thread Aryeh Friedman
I have the same issue on 7-current On 9/28/07, beni [EMAIL PROTECTED] wrote: Hi all, I'm running 6.2-STABLE and my ports are up to date. When trying to portupgrade print/cups-base from 1.2.12 to 1.3.0 I am getting a compiler error. Any cure for this ? Thanks ! ... echo Compiling admin.c

Re: Portupgrading cups-base gives compiler error

2007-09-28 Thread Aryeh Friedman
When will this be in cvsup? --Aryeh On 9/29/07, Frank Jahnke [EMAIL PROTECTED] wrote: The cups-base upgrade error can be fixed with a simple patch. See http://www.freebsd.org/cgi/query-pr.cgi?pr=116721 (I was bitten by this as well.) ___

Re: Compiler error during compilation of liboil

2006-06-12 Thread michael johnson
On 6/12/06, Ewald Jenisch [EMAIL PROTECTED] wrote: Hi, During a regular portupgrade I ran into a problem during compiling liboil: During compilation of composite_sse_2pix.c in /usr/ports/devel/liboil/work/liboil-0.3.9/liboil/sse I get a gcc compiler error. For the exact details see attached

Re: Compiler error during compilation of liboil

2006-06-12 Thread dgmm
a gcc compiler error. For the exact details see attached file. I just committed a fix. =) Thank you. I was about to post the same problem after it failed on me last night ;-) -- Dave ___ freebsd-questions@freebsd.org mailing list http

Re: Compiler error during compilation of liboil

2006-06-12 Thread dgmm
/ports/devel/liboil/work/liboil-0.3.9/liboil/sse I get a gcc compiler error. For the exact details see attached file. I just committed a fix. =) Thank you. I was about to post the same problem after it failed on me last night ;-) Oops. Spoke too soon. portupgrade liboil snip === Patching

beta 5: make buildworld = internal compiler error

2005-09-19 Thread bob self
What causes internal compiler error? c++ -O2 -fno-strict-aliasing -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../ ../../contrib/libstdc++/libsupc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc -I/usr/src/gnu/lib/libstdc

Re: beta 5: make buildworld = internal compiler error

2005-09-19 Thread Chuck Swiger
bob self wrote: What causes internal compiler error? CPU overheating? Bad RAM? Power supply going bad? -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: beta 5: make buildworld = internal compiler error

2005-09-19 Thread Björn König
Chuck Swiger wrote: bob self wrote: What causes internal compiler error? CPU overheating? Bad RAM? Power supply going bad? Chuck: I saw this error not for the first time. It always happens during the compilation of libstdc++. There must be a kind of software error or unfortunate

Re: beta 5: make buildworld = internal compiler error

2005-09-19 Thread bob self
Björn König wrote: Chuck Swiger wrote: bob self wrote: What causes internal compiler error? CPU overheating? Bad RAM? Power supply going bad? Chuck: I saw this error not for the first time. It always happens during the compilation of libstdc++. There must be a kind of software

Re: beta 5: make buildworld = internal compiler error

2005-09-19 Thread Charles Swiger
On Sep 19, 2005, at 10:58 AM, Björn König wrote: Chuck Swiger wrote: bob self wrote: What causes internal compiler error? CPU overheating? Bad RAM? Power supply going bad? Chuck: I saw this error not for the first time. It always happens during the compilation of libstdc++. There must

FREEBSD 5.4 - Internal compiler error: Segmentation fault

2005-08-12 Thread Richard Crane
Hello, MACHINE SPECS: I'm running a SuperServer 6010H with 1 gi of memory and 1 gigahert cpu. I'm getting an internal compiler error: Segmentation fault when doing a make install clean of cvsup-without-gui. I RUN THE FOLLOWING COMMANDS: # cd /usr/ports/net/cvsup-without-gui/ # make install

Re: FREEBSD 5.4 - Internal compiler error: Segmentation fault

2005-08-12 Thread Garrett Cooper
Richard Crane wrote: Hello, MACHINE SPECS: I'm running a SuperServer 6010H with 1 gi of memory and 1 gigahert cpu. I'm getting an internal compiler error: Segmentation fault when doing a make install clean of cvsup-without-gui. I RUN THE FOLLOWING COMMANDS: # cd /usr/ports/net/cvsup

Re: FREEBSD 5.4 - Internal compiler error: Segmentation fault

2005-08-12 Thread [EMAIL PROTECTED]
On Fri, 12 Aug 2005 10:47:32 -0700 Garrett Cooper [EMAIL PROTECTED] wrote: ../../gcc/gcc/calls.c:1693: 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. gmake[1

Compiler error when doing make buildworld

2005-05-11 Thread Juan Fco Rodriguez Hervella
`really_start_method': /usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc/objc-act.c:7819: 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 PS: If I remove the -O option, it does

Re: Compiler error when doing make buildworld

2005-05-11 Thread Chuck Swiger
-act.c: In function `really_start_method': /usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc/objc-act.c:7819: 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 PS: If I

compiler error

2003-08-21 Thread ZaiD Dashti
hi i have tried to install mysql and mod_php4, but i got this message: checking if c++ supports bool types... yes checking if conversion of longlong to float works... Segmentation fault (core dumped) no configure: error: Your compiler cannot convert a longlong value to a float! If you are using

Re: compiler error

2003-08-21 Thread Kris Kennaway
On Fri, Aug 22, 2003 at 04:32:22AM +0300, ZaiD Dashti wrote: === Script configure failed unexpectedly. Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the /usr/ports/databases/mysql323-client/work/mysql-3.23.56/config.log including the output of the

Re: internal compiler error during make buildworld

2002-11-04 Thread Cliff Sarginson
cc: Internal compiler error: program cc2 got fatal signal 11 ***Error code 1 Stop in /usr/src/games/adventure Stop in /usr/src/games Stop in /usr/src Stop in /usr/src Stop in /usr/src All Error code 1 If it always stops at the same place it probably is not a memory error. If you

[was internal compiler error] thanks

2002-11-04 Thread Charles Pelletier
Thanks for the help. The problem was, as I should have suspected from the beginning, a lack of swap space..something which has been a problem for the last 2 upgrades. A little memory creation solved the buildworld problem. Thanks again, Charles Pelletier Tech. Coordinator St Luke's School To

internal compiler error during make buildworld

2002-11-03 Thread Charles Pelletier
I haven't had this problem show up before when upgrading. During make buildworld everything went pretty smoothly UNTIL it got to ===games ===games/adventure cc -0 -pipe-traditional-cpp-c /usr/src/games/adventure/main.c cc: Internal compiler error: program cc2 got fatal signal 11 ***Error

Re: internal compiler error during make buildworld

2002-11-03 Thread Kent Stewart
Charles Pelletier wrote: I haven't had this problem show up before when upgrading. During make buildworld everything went pretty smoothly UNTIL it got to ===games ===games/adventure cc -0 -pipe-traditional-cpp-c /usr/src/games/adventure/main.c cc: Internal compiler error: program cc2

Internal Compiler Error/c++

2002-09-29 Thread Christopher Farley
Ever since my last buildworld (Sept 26), I get an 'Internal Compiler Error' whenever I attempt to compile *anything* with c++. Does anybody have any ideas on how to further diagnose or solve this problem? Thanks in advance... uname output: FreeBSD longfellow.nbrewer.com 4.7-RC FreeBSD 4.7-RC