* [linux-next:master 1444/12944] /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
@ 2024-03-09 0:51 kernel test robot
2024-03-09 10:02 ` Borislav Petkov
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2024-03-09 0:51 UTC (permalink / raw)
To: Yazen Ghannam
Cc: oe-kbuild-all, Linux Memory Management List, Borislav Petkov (AMD)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd
commit: 3f3174996be6b4312c38f54d5969f5d5b75fec9e [1444/12944] RAS: Introduce AMD Address Translation Library
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240309/202403090834.EHWSv1gO-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202403090834.EHWSv1gO-lkp@intel.com/
All error/warnings (new ones prefixed by >>):
>> /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
>> collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:22: page-types] Error 1
make[3]: *** Waiting for unfinished jobs....
>> /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
>> collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:22: slabinfo] Error 1
>> /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
>> collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:22: page_owner_sort] Error 1
--
In file included from commands.c:10:
>> thermal_nl.h:6:10: fatal error: netlink/netlink.h: No such file or directory
6 | #include <netlink/netlink.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[5]: *** [tools/build/Makefile.build:106: tools/lib/thermal/commands.o] Error 1
make[5]: *** Waiting for unfinished jobs....
In file included from thermal_nl.c:9:
>> thermal_nl.h:6:10: fatal error: netlink/netlink.h: No such file or directory
6 | #include <netlink/netlink.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[5]: *** [tools/build/Makefile.build:106: tools/lib/thermal/thermal_nl.o] Error 1
In file included from events.c:10:
>> thermal_nl.h:6:10: fatal error: netlink/netlink.h: No such file or directory
6 | #include <netlink/netlink.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[5]: *** [tools/build/Makefile.build:106: tools/lib/thermal/events.o] Error 1
make[4]: *** [Makefile:105: tools/lib/thermal/libthermal-in.o] Error 2
make[3]: *** [Makefile:120: all] Error 2
--
>> thermometer.c:21:10: fatal error: libconfig.h: No such file or directory
21 | #include <libconfig.h>
| ^~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:23: thermometer] Error 1
--
>> Makefile:65: warning: overriding recipe for target 'emit_tests'
../lib.mk:111: warning: ignoring old recipe for target 'emit_tests'
make[1]: *** No targets. Stop.
make[1]: *** No targets. Stop.
make[1]: *** No targets. Stop.
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 1444/12944] /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
2024-03-09 0:51 [linux-next:master 1444/12944] /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory kernel test robot
@ 2024-03-09 10:02 ` Borislav Petkov
2024-03-09 10:37 ` Philip Li
0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2024-03-09 10:02 UTC (permalink / raw)
To: kernel test robot
Cc: Yazen Ghannam, oe-kbuild-all, Linux Memory Management List
On Sat, Mar 09, 2024 at 08:51:23AM +0800, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd
> commit: 3f3174996be6b4312c38f54d5969f5d5b75fec9e [1444/12944] RAS: Introduce AMD Address Translation Library
> compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240309/202403090834.EHWSv1gO-lkp@intel.com/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202403090834.EHWSv1gO-lkp@intel.com/
>
> All error/warnings (new ones prefixed by >>):
>
> >> /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
> >> collect2: error: ld returned 1 exit status
> make[3]: *** [Makefile:22: page-types] Error 1
> make[3]: *** Waiting for unfinished jobs....
> >> /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
> >> collect2: error: ld returned 1 exit status
> make[3]: *** [Makefile:22: slabinfo] Error 1
> >> /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
> >> collect2: error: ld returned 1 exit status
> make[3]: *** [Makefile:22: page_owner_sort] Error 1
> --
> In file included from commands.c:10:
> >> thermal_nl.h:6:10: fatal error: netlink/netlink.h: No such file or directory
> 6 | #include <netlink/netlink.h>
> | ^~~~~~~~~~~~~~~~~~~
> compilation terminated.
> make[5]: *** [tools/build/Makefile.build:106: tools/lib/thermal/commands.o] Error 1
> make[5]: *** Waiting for unfinished jobs....
> In file included from thermal_nl.c:9:
> >> thermal_nl.h:6:10: fatal error: netlink/netlink.h: No such file or directory
> 6 | #include <netlink/netlink.h>
> | ^~~~~~~~~~~~~~~~~~~
> compilation terminated.
> make[5]: *** [tools/build/Makefile.build:106: tools/lib/thermal/thermal_nl.o] Error 1
> In file included from events.c:10:
> >> thermal_nl.h:6:10: fatal error: netlink/netlink.h: No such file or directory
> 6 | #include <netlink/netlink.h>
> | ^~~~~~~~~~~~~~~~~~~
> compilation terminated.
> make[5]: *** [tools/build/Makefile.build:106: tools/lib/thermal/events.o] Error 1
> make[4]: *** [Makefile:105: tools/lib/thermal/libthermal-in.o] Error 2
> make[3]: *** [Makefile:120: all] Error 2
> --
> >> thermometer.c:21:10: fatal error: libconfig.h: No such file or directory
> 21 | #include <libconfig.h>
> | ^~~~~~~~~~~~~
> compilation terminated.
> make[3]: *** [Makefile:23: thermometer] Error 1
> --
> >> Makefile:65: warning: overriding recipe for target 'emit_tests'
> ../lib.mk:111: warning: ignoring old recipe for target 'emit_tests'
> make[1]: *** No targets. Stop.
> make[1]: *** No targets. Stop.
> make[1]: *** No targets. Stop.
>
> --
Does a human look over those reports before you send them out?!
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 1444/12944] /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
2024-03-09 10:02 ` Borislav Petkov
@ 2024-03-09 10:37 ` Philip Li
0 siblings, 0 replies; 3+ messages in thread
From: Philip Li @ 2024-03-09 10:37 UTC (permalink / raw)
To: Borislav Petkov
Cc: kernel test robot, Yazen Ghannam, oe-kbuild-all,
Linux Memory Management List
On Sat, Mar 09, 2024 at 11:02:31AM +0100, Borislav Petkov wrote:
> On Sat, Mar 09, 2024 at 08:51:23AM +0800, kernel test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd
> > commit: 3f3174996be6b4312c38f54d5969f5d5b75fec9e [1444/12944] RAS: Introduce AMD Address Translation Library
> > compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
> > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240309/202403090834.EHWSv1gO-lkp@intel.com/reproduce)
> >
> > If you fix the issue in a separate patch/commit (i.e. not just a new version of
> > the same patch/commit), kindly add following tags
> > | Reported-by: kernel test robot <lkp@intel.com>
> > | Closes: https://lore.kernel.org/oe-kbuild-all/202403090834.EHWSv1gO-lkp@intel.com/
> >
> > All error/warnings (new ones prefixed by >>):
> >
> > >> /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
> > >> collect2: error: ld returned 1 exit status
> > make[3]: *** [Makefile:22: page-types] Error 1
> > make[3]: *** Waiting for unfinished jobs....
> > >> /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
> > >> collect2: error: ld returned 1 exit status
> > make[3]: *** [Makefile:22: slabinfo] Error 1
> > >> /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
> > >> collect2: error: ld returned 1 exit status
> > make[3]: *** [Makefile:22: page_owner_sort] Error 1
> > --
> > In file included from commands.c:10:
> > >> thermal_nl.h:6:10: fatal error: netlink/netlink.h: No such file or directory
> > 6 | #include <netlink/netlink.h>
> > | ^~~~~~~~~~~~~~~~~~~
> > compilation terminated.
> > make[5]: *** [tools/build/Makefile.build:106: tools/lib/thermal/commands.o] Error 1
> > make[5]: *** Waiting for unfinished jobs....
> > In file included from thermal_nl.c:9:
> > >> thermal_nl.h:6:10: fatal error: netlink/netlink.h: No such file or directory
> > 6 | #include <netlink/netlink.h>
> > | ^~~~~~~~~~~~~~~~~~~
> > compilation terminated.
> > make[5]: *** [tools/build/Makefile.build:106: tools/lib/thermal/thermal_nl.o] Error 1
> > In file included from events.c:10:
> > >> thermal_nl.h:6:10: fatal error: netlink/netlink.h: No such file or directory
> > 6 | #include <netlink/netlink.h>
> > | ^~~~~~~~~~~~~~~~~~~
> > compilation terminated.
> > make[5]: *** [tools/build/Makefile.build:106: tools/lib/thermal/events.o] Error 1
> > make[4]: *** [Makefile:105: tools/lib/thermal/libthermal-in.o] Error 2
> > make[3]: *** [Makefile:120: all] Error 2
> > --
> > >> thermometer.c:21:10: fatal error: libconfig.h: No such file or directory
> > 21 | #include <libconfig.h>
> > | ^~~~~~~~~~~~~
> > compilation terminated.
> > make[3]: *** [Makefile:23: thermometer] Error 1
> > --
> > >> Makefile:65: warning: overriding recipe for target 'emit_tests'
> > ../lib.mk:111: warning: ignoring old recipe for target 'emit_tests'
> > make[1]: *** No targets. Stop.
> > make[1]: *** No targets. Stop.
> > make[1]: *** No targets. Stop.
> >
> > --
>
> Does a human look over those reports before you send them out?!
Sorry Boris for the wrong report, we will investigate this ASAP to fix the bug
in bot. From the reproduce info, this is related to "tools/testing/selftests"
build testing but wrongly bisected. Apologize for the false report here.
>
> --
> Regards/Gruss,
> Boris.
>
> https://people.kernel.org/tglx/notes-about-netiquette
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-09 10:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-09 0:51 [linux-next:master 1444/12944] /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory kernel test robot
2024-03-09 10:02 ` Borislav Petkov
2024-03-09 10:37 ` Philip Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox