Package Details: ipmiutil 3.1.8-1

Git Clone URL: https://aur.archlinux.org/ipmiutil.git (read-only, click to copy)
Package Base: ipmiutil
Description: A simple program that lists results from the hardware detection library.
Upstream URL: http://sourceforge.net/projects/ipmiutil/
Licenses: BSD
Conflicts: renameutils
Submitter: goodmen
Maintainer: Florian
Last Packager: Florian
Votes: 10
Popularity: 0.000000
First Submitted: 2010-04-16 10:28 (UTC)
Last Updated: 2023-02-24 11:36 (UTC)

Latest Comments

dreieck commented on 2021-03-29 19:06 (UTC) (edited on 2021-03-29 19:08 (UTC) by dreieck)

@Florian:

makepkg -o on the PKGBUILD (PKGBUILD downloaded with yay) does produce that.

From the PKGBUILD:

[...]
pkgname=ipmiutil
pkgver=3.1.7
[...]
source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('fab260bc834a0f3f9324a6365fc26eca')
[...]

I deleted the source file and run makepkg -o manually.

md5sum ipmiutil-3.1.7.tar.gz:

a08a402e106fb3d92789bb482c182c7f  ipmiutil-3.1.7.tar.gz

ls -lh ipmiutil-3.1.7.tar.gz:

[...] 338K Mar 29 21:00 ipmiutil-3.1.7.tar.gz

file ipmiutil-3.1.7.tar.gz:

ipmiutil-3.1.7.tar.gz: HTML document, UTF-8 Unicode text, with very long lines

However, manual download with wget http://prdownloads.sourceforge.net/ipmiutil/ipmiutil-3.1.7.tar.gz seems to produce correct results:

md5sum ipmiutil-3.1.7.tar.gz:

fab260bc834a0f3f9324a6365fc26eca  ipmiutil-3.1.7.tar.gz

ls -lh ipmiutil-3.1.7.tar.gz:

[...] 1.7M Sep  7  2020 ipmiutil-3.1.7.tar.gz

makepkg downloads with wget, too, but it had set Firefox as the user-agent (some other package did need this). Setting --user-agent '' in the DLAGENTS-entry in the /etc/makepkg.conf did solve it.

Thanks for insisting that it is correct!

Florian commented on 2021-03-28 08:48 (UTC)

Hi, can you verify that you have the right files? I downloaded and checksummed the source manually, and the hash in the PKGBUILD seems to be correct.

dreieck commented on 2021-03-26 21:09 (UTC)

Checksum verification fails:

==> Validating source files with md5sums...
    ipmiutil-3.1.7.tar.gz ... FAILED

Thanks for maintaining!

dreieck commented on 2019-10-28 10:44 (UTC) (edited on 2021-03-29 19:07 (UTC) by dreieck)

Conflicts with community/renameutils:

(1/1) checking for file conflicts                                                       
error: failed to commit transaction (conflicting files)
renameutils: /usr/bin/icmd exists in filesystem (owned by ipmiutil)

Please add conflicts=(renameutils), or rename /usr/bin/icmd of your package (e.g. to icmd-ipmiutil).

dterei commented on 2015-01-09 00:38 (UTC)

Didn't install on my system without adding following lines to `package()` of PKGBUILD due to move of Arch away from /usr/sbin: > mv "${pkgdir}/usr/sbin/"* "${pkgdir}/usr/bin/" > rmdir "${pkgdir}/usr/sbin"

fukawi2 commented on 2012-06-18 07:05 (UTC)

`depends` can't be an empty array otherwise pacman complains. Updated PKGBUILD: http://pastebin.com/NsYpXeGv

goodmen commented on 2011-04-06 01:30 (UTC)

new version available

goodmen commented on 2011-04-06 01:29 (UTC)

new version available

goodmen commented on 2010-04-16 10:29 (UTC)

Hi, I'm new to ipmi, if anyone want to takeover this pkg, please do it.