From kdevelop-bugs Sat May 29 19:48:43 2010 From: Jed Brown Date: Sat, 29 May 2010 19:48:43 +0000 To: kdevelop-bugs Subject: [Bug 240017] New: Compiler name truncated to last 3 characters in Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=127516254012791 https://bugs.kde.org/show_bug.cgi?id=240017 Summary: Compiler name truncated to last 3 characters in build output Product: kdevelop Version: 4.0.0 Platform: Archlinux Packages OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: Buildtools: Make AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: jed@59a2.org Version: 4.0.0 (using KDE 4.4.3) OS: Linux Make runs the following command: /usr/bin/mpicc -o ksponly.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -g3 -I/home/jed/petsc/ompi/include -I/home/jed/petsc/include -I/usr/include -I/usr/lib/openmpi -I/home/jed/petsc/ompi/include -I/usr/lib -I/usr/local/include -D__INSDIR__=src/snes/impls/ksponly/ ksponly.c but the build output shows linking ksponly.o (icc) I believe this line should include the whole compiler name (maybe including path because I have multiple mpicc installed, but at least without truncating the basename). Reproducible: Always Steps to Reproduce: Compile some source file with a compiler than has a name longer than three characters. OS: Linux (x86_64) release 2.6.33-ARCH Compiler: gcc -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs