Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The target/debs/bookworm/ipmitool_1.8.19-4_amd64 is no longer available in the repository. #21262

Open
yuipoi2486 opened this issue Dec 23, 2024 · 0 comments

Comments

@yuipoi2486
Copy link

Description

 **During the make target/sonic-marvell.bin step, I encountered the following error:**

[ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant