This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
"Support post-3.13 kthread_create() semantics." breaks 3.13.7 builds on Gentoo with GCC 4.8.2 #346
Milestone
Comments
Also affects RHEL 6 builds # gcc -v Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) |
I'll get this fixed right away or revert the offending patch until we can rework it. |
Strangely enough, it does build under CentOS 6.4 with gcc 4.4.7. I suppose this wrapper should be a regular function. |
Converted it into a regular function in dweeezil/spl@31e5b58. Still wondering why I don't get errors on my CentOS 6.4 system even with --enable-debug. |
@dweeezil I suspect that the regression is compiler specific. |
Thanks for the updated patch. I am able to reproduce the error with CentOS 6.5. |
@behlendorf I presume the de-inlined version does build properly? I guess I need to rig up a newer CentOS test system. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The recently merged 17a527c breaks building on Gentoo with GCC 4.8.2:
The text was updated successfully, but these errors were encountered: