You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.make init
2.NOJESSIE=1 NOSTRETCH=1 NOBUSTER=1 NOBULLSEYE=1 make configure PLATFORM=marvell
3.NOJESSIE=1 NOSTRETCH=1 NOBUSTER=1 NOBULLSEYE=1 make target/sonic-marvell.bin
Describe the results you received:
The cause of the error is that the version ipmitool_1.8.19-4 is no longer available in the repository.
Describe the results you expected:
The ipmitool-related package has been successfully downloaded.
Additional information you deem important (e.g. issue happens only occasionally):
Because the version ipmitool_1.8.19-4 is no longer available in the repository, I changed the version of ipmitool to 1.8.19-10.1, but the result shows:
error: patch failed: Makefile.am:49
error: Makefile.am: patch does not apply
error: patch failed: configure.ac:56
error: configure.ac: patch does not apply
stg import: Diff does not apply cleanly
The text was updated successfully, but these errors were encountered:
Description
[ FAIL LOG START ] [ target/debs/bookworm/ipmitool_1.8.19-4_amd64.deb ]
Build start time: Mon Dec 23 01:11:21 UTC 2024
[ REASON ] : target/debs/bookworm/ipmitool_1.8.19-4_amd64.deb does not exist
[ FLAGS FILE ] : []
[ FLAGS DEPENDS ] : []
[ FLAGS DIFF ] : []
make[1]: Entering directory '/sonic/src/ipmitool'
Remove any stale files
rm -rf ./ipmitool-1.8.19 ./ipmitool*.{deb,udeb,dsc,gz,xz}
Obtain ipmitool
dget https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_1.8.19-4.dsc
Build source and Debian packages
pushd ipmitool-1.8.19
git init
git add -f *
git commit -m "unmodified ipmitool source"
Apply patches
stg init
stg import -s ../patch/series
dpkg-buildpackage -rfakeroot -d -b -us -uc -j8 --admindir /sonic/dpkg/tmp.UBQxnzx63F
popd
mv ipmitool_1.8.19-4_amd64.deb ipmitool-dbgsym_1.8.19-4_amd64.deb /sonic/target/debs/bookworm/
dget: retrieving https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_1.8.19-4.dsc
mkdir: cannot create directory '/vcache/sonic-slave-bookworm/web': Permission denied
get_url_version https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_1.8.19-4.dsc failed
dget: curl ipmitool_1.8.19-4.dsc https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_1.8.19-4.dsc failed
make[1]: *** [Makefile:9: /sonic/target/debs/bookworm/ipmitool_1.8.19-4_amd64.deb] Error 1
make[1]: Leaving directory '/sonic/src/ipmitool'
[ FAIL LOG END ] [ target/debs/bookworm/ipmitool_1.8.19-4_amd64.deb ]
make: *** [slave.mk:735: target/debs/bookworm/ipmitool_1.8.19-4_amd64.deb] Error 1
make[1]: *** [Makefile.work:616: target/sonic-marvell.bin] Error 2
make[1]: Leaving directory '/home/yui/202405/sonic-buildimage'
make: *** [Makefile:45: target/sonic-marvell.bin] Error 2
Steps to reproduce the issue:
1.make init
2.NOJESSIE=1 NOSTRETCH=1 NOBUSTER=1 NOBULLSEYE=1 make configure PLATFORM=marvell
3.NOJESSIE=1 NOSTRETCH=1 NOBUSTER=1 NOBULLSEYE=1 make target/sonic-marvell.bin
Describe the results you received:
The cause of the error is that the version ipmitool_1.8.19-4 is no longer available in the repository.
Describe the results you expected:
The ipmitool-related package has been successfully downloaded.
Additional information you deem important (e.g. issue happens only occasionally):
Because the version ipmitool_1.8.19-4 is no longer available in the repository, I changed the version of ipmitool to 1.8.19-10.1, but the result shows:
error: patch failed: Makefile.am:49
error: Makefile.am: patch does not apply
error: patch failed: configure.ac:56
error: configure.ac: patch does not apply
stg import: Diff does not apply cleanly
The text was updated successfully, but these errors were encountered: