maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #02575
Re: MariaDB 10.0.18 now available
Hi, Reindl!
On May 07, Reindl Harald wrote:
> Am 07.05.2015 um 21:27 schrieb Sergei Golubchik:
> > Hi, Reindl!
> >
> > On May 07, Reindl Harald wrote:
> >> Don't build on Fedora 21 / gcc-4.9.2-6.fc21.x86_64 but on Fedora 20 /
> >> gcc-4.8.3-7.fc20.x86_64 which is not a good sign since 10.0.17 with
> >> identical environment builds on both
> >>
> > This doesn't help much, because the actual error was somewhere above
> > the line you've started your paste from.
>
> i had attached the mentioned /tmp/cctR4nzQ.out
> anyways, complete buildlog (stdout and stderr) attached
Here are relevant lines:
Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.o
cd /home/builduser/rpmbuild/BUILD/mariadb-10.0.18/strings && /usr/bin/cc -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -m64 -O2 -march=sandybridge -mtune=sandybridge -fopenmp -mmmx -msse2 -msse3 -msse4.1 -msse4.2 -mavx -mpclmul -mcrc32 -maes -mfpmath=sse -pipe -fomit-frame-pointer -finline-functions -finline-limit=60 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=6 -D_FORTIFY_SOURCE=2 -Wstack-protector -Wformat -Werror=format-security -O3 -fno-stack-protector -fstack-protector --param=ssp-buffer-size=8 -fPIC -fomit-frame-pointer -fno-exceptions -ffixed-ebp -fwrapv -fno-strict-aliasing -fno-delete-null-pointer-checks -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -O3 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -DDBUG_OFF -DMY_PTHREAD_FASTMUTEX=1 -I/home/builduser/rpmbuild/BUILD/mariadb-10.0.18/include -o CMakeFiles/strings.dir/ctype-mb.c.o -c /home/builduser/rpmbuild/BUILD/mariadb-10.0.18/strings/ctype-mb.c
[ 7%] /home/builduser/rpmbuild/BUILD/mariadb-10.0.18/strings/ctype-mb.c: In function 'my_like_range_mb':
/home/builduser/rpmbuild/BUILD/mariadb-10.0.18/strings/ctype-mb.c:905:1: internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1550
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
The same error happens in six files:
ctype-mb.c, ctype-uca.c, ctype-simple.c, dtoa.c, decimal.c, ctype-ucs2.c
Between 10.0.17 and 10.0.18 there were, indeed, changes in strings/ctype-uca.c
and in strings/decimal.c. But other files were *not* changed at all.
So I suspect it's something local to your system, like disk full or gcc
bug. Only these six files are affected, because make runs six
compilations in parallel and stops at the first failure, so you cannot
see more than six failures from it.
> attached - what makes me really worry is that the build suceeds on
> Fedora 20 but crashs due myql_upgrade the mysqld process, see other mail
Yes, I replied to that mail already. That was a pretty bad bug, and
unfortunately discovered too late :(
Regards,
Sergei
Follow ups
References