From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D1693858C60; Sat, 4 Dec 2021 19:15:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D1693858C60 From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/103558] New: perf_event.d:2076:32: error: module 'bitmanip' is in file 'std/bitmanip.d' which cannot be read Date: Sat, 04 Dec 2021 19:15:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: danglin at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcchost cf_gcctarget cf_gccbuild Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2021 19:15:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103558 Bug ID: 103558 Summary: perf_event.d:2076:32: error: module 'bitmanip' is in file 'std/bitmanip.d' which cannot be read Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa*-*-linux* Target: hppa*-*-linux* Build: hppa*-*-linux* /bin/bash ../libtool --tag=3DD --mode=3Dcompile / home/dave/gnu/gcc/objdir/./gcc/gdc -B/home/dave/gnu/gcc/objdir/./gcc/ -B/home/da ve/opt/gnu/gcc/gcc-12/hppa-linux-gnu/bin/ -B/home/dave/opt/gnu/gcc/gcc-12/hppa-l inux-gnu/lib/ -isystem /home/dave/opt/gnu/gcc/gcc-12/hppa-linux-gnu/include -isy stem /home/dave/opt/gnu/gcc/gcc-12/hppa-linux-gnu/sys-include -fno-checki= ng -p refer-pic -fversion=3DShared -Wall -frelease -ffunction-sections -fdata-sections -O2 -g -fpreview=3Ddip1000 -fpreview=3Dfieldwise -fpreview=3Ddtorfields = -nostdinc - I ../../../../gcc/libphobos/libdruntime -I . -c -o core/sys/linux/perf_even= t.lo ../../../../gcc/libphobos/libdruntime/core/sys/linux/perf_event.d libtool: compile: /home/dave/gnu/gcc/objdir/./gcc/gdc -B/home/dave/gnu/gcc/objd ir/./gcc/ -B/home/dave/opt/gnu/gcc/gcc-12/hppa-linux-gnu/bin/ -B/home/dave/opt/g nu/gcc/gcc-12/hppa-linux-gnu/lib/ -isystem /home/dave/opt/gnu/gcc/gcc-12/hppa-li nux-gnu/include -isystem /home/dave/opt/gnu/gcc/gcc-12/hppa-linux-gnu/sys-includ e -fno-checking -fversion=3DShared -Wall -frelease -ffunction-sections -fdata-sect ions -O2 -g -fpreview=3Ddip1000 -fpreview=3Dfieldwise -fpreview=3Ddtorfields -nostdinc -I ../../../../gcc/libphobos/libdruntime -I . -c ../../../../gcc/libphobos/libd runtime/core/sys/linux/perf_event.d -fPIC -fversion=3DShared -o core/sys/linux/.l ibs/perf_event.o yes ../../../../gcc/libphobos/libdruntime/core/sys/linux/perf_event.d:2076:32: error: module 'bitmanip' is in file 'std/bitmanip.d' which cannot be read 2076 | import std.bitmanip : bitfields; | ^ import path[0] =3D /home/dave/gnu/gcc/gcc-12/libphobos/libdruntime import path[1] =3D /home/dave/gnu/gcc/objdir/hppa-linux-gnu/libphobos/libdr= untime make[5]: *** [Makefile:2472: core/sys/linux/perf_event.lo] Error 1 dave@mx3210:~/gnu/gcc/gcc$ find . -name bitmanip.d ./libphobos/src/std/bitmanip.d=