From: Mario Limonciello <superm1@gmail.com>
To: "Ding, Shenghao" <shenghao-ding@ti.com>,
"linux-firmware@kernel.org" <linux-firmware@kernel.org>
Cc: "Xu, Baojun" <baojun.xu@ti.com>,
"derekjohn.clark@gmail.com" <derekjohn.clark@gmail.com>,
"13916275206@139.com" <13916275206@139.com>,
"romangg@manjaro.org" <romangg@manjaro.org>,
"linux-sound@vger.kernel.org" <linux-sound@vger.kernel.org>,
"Chen, Robin" <robinchen@ti.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"Yi, Ken" <k-yi@ti.com>, "philm@manjaro.org" <philm@manjaro.org>,
"jlobue10@gmail.com" <jlobue10@gmail.com>,
"luke@ljones.dev" <luke@ljones.dev>,
"antheas.dk@gmail.com" <antheas.dk@gmail.com>
Subject: Re: [EXTERNAL] Re: [PATCH v1] Upload dsp firmware for ASUS laptop 1EB30 & 1EB31 and Update WHENCE for both
Date: Thu, 10 Oct 2024 08:30:45 -0500 [thread overview]
Message-ID: <3ef8a82f-5e71-4386-90e1-f34222a60bdf@gmail.com> (raw)
In-Reply-To: <7e138a1c8b6d4ace8c759bb2266216da@ti.com>
> Although TAS2XXX1EB30.bin and TAS2XXX1EB31.bin are both in ti/tas2781, yet it reported "does not exist".
> I have no idea why the file is there while report "does not exist". After I removed the newly-merged, no such report.
I think you forgot to git add them to the commit?
>
> Following is the log.
>
> root@LAPTOP-70RJ5B8Q:/usr/local/src/fw_new# make check
> Check that executables have shebangs.....................................Passed
> Forbid new submodules....................................................Passed
> Check Yaml...............................................................Passed
> Check for broken symlinks............................(no files to check)Skipped
> Detect Destroyed Symlinks................................................Passed
> shellcheck...............................................................Passed
> black....................................................................Passed
> markdownlint.............................................................Failed
> - hook id: markdownlint
> - exit code: 1
>
> internal/modules/cjs/loader.js:818
> throw err;
> ^
>
> Error: Cannot find module 'node:fs'
> Require stack:
> - /root/.cache/pre-commit/repoxl59c0uz/node_env-system/lib/node_modules/markdownlint-cli/markdownlint.js
> at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
> at Function.Module._load (internal/modules/cjs/loader.js:667:27)
> at Module.require (internal/modules/cjs/loader.js:887:19)
> at require (internal/modules/cjs/helpers.js:85:18)
> at Object.<anonymous> (/root/.cache/pre-commit/repoxl59c0uz/node_env-system/lib/node_modules/markdownlint-cli/markdownlint.js:5:12)
> at Module._compile (internal/modules/cjs/loader.js:999:30)
> at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
> at Module.load (internal/modules/cjs/loader.js:863:32)
> at Function.Module._load (internal/modules/cjs/loader.js:708:14)
> at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
> code: 'MODULE_NOT_FOUND',
> requireStack: [
> '/root/.cache/pre-commit/repoxl59c0uz/node_env-system/lib/node_modules/markdownlint-cli/markdownlint.js'
> ]
> }
>
This looks like you're missing some dependencie on you system for
markdownlint. You need nodejs v18.
If you can't install this you can skip this check when you commit by
adding "SKIP=markdownlint" to your environment while running 'git commit'.
> Check whence.............................................................Failed
> - hook id: check-whence
> - exit code: 1
>
> E: ti/tas2781/TAS2XXX1EB30.bin listed in WHENCE does not exist
> E: ti/tas2781/TAS2XXX1EB31.bin listed in WHENCE does not exist
> E: target ti/tas2781/TAS2XXX1EB30.bin of link TAS2XXX1EB30.bin in WHENCE does not exist
> E: target ti/tas2781/TAS2XXX1EB31.bin of link TAS2XXX1EB31.bin in WHENCE does not exist
>
These files are missing in your commit or they have broken links.
Double check them.
> make: *** [Makefile:10: check] Error 1
> root@LAPTOP-70RJ5B8Q:/usr/local/src/fw_new# ls ti/tas2781/TAS2XXX1* -al
> -rw-r--r-- 1 root root 35220 Sep 28 21:54 ti/tas2781/TAS2XXX1EB30.bin
> -rw-r--r-- 1 root root 35220 Sep 28 21:55 ti/tas2781/TAS2XXX1EB31.bin
> root@LAPTOP-70RJ5B8Q:/usr/local/src/fw_new#
>>
>> Thanks,
next prev parent reply other threads:[~2024-10-10 13:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 10:18 [PATCH v1] Upload dsp firmware for ASUS laptop 1EB30 & 1EB31 and Update WHENCE for both Shenghao Ding
2024-10-10 3:06 ` Mario Limonciello
2024-10-10 11:29 ` [EXTERNAL] " Ding, Shenghao
2024-10-10 13:30 ` Mario Limonciello [this message]
2024-10-10 13:39 ` Mario Limonciello
2024-10-10 13:52 ` Antheas Kapenekakis
2024-10-11 9:23 ` Ding, Shenghao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3ef8a82f-5e71-4386-90e1-f34222a60bdf@gmail.com \
--to=superm1@gmail.com \
--cc=13916275206@139.com \
--cc=antheas.dk@gmail.com \
--cc=baojun.xu@ti.com \
--cc=derekjohn.clark@gmail.com \
--cc=jlobue10@gmail.com \
--cc=k-yi@ti.com \
--cc=linux-firmware@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=luke@ljones.dev \
--cc=philm@manjaro.org \
--cc=robinchen@ti.com \
--cc=romangg@manjaro.org \
--cc=shenghao-ding@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox