Opened 19 months ago

Last modified 19 months ago

#65848 assigned defect

mariadb @5.5.68 checksum mismatch

Reported by: wvalenzuela (Waldo) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: chrstphrchvz (Christopher Chavez)
Port: mariadb

Description

Dear all,

I have an error with the qt5-mysql-plugin, when I add the dependence mariadb, it download /opt/local/var/macports/distfiles/mariadb/mariadb-5.5.68.tar.gz but there is and error architecture detection, I modified the error, but now it give me an error:checksum Checksum (size) mismatch for mariadb-5.5.68.tar.gz

How i can ignore the checksum error in macports with I run sudo port install qt5-mysql-plugin

Thanks for any help

Best,

Waldo

Change History (5)

comment:1 Changed 19 months ago by jmroot (Joshua Root)

Owner: set to michaelld
Port: mariadb added; qt5-mysql-plugin removed
Status: newassigned
Summary: Error installing qt5-mysql-plugin on ARM64mariadb @5.5.68 checksum mismatch

comment:2 Changed 19 months ago by chrstphrchvz (Christopher Chavez)

Just as a note, MariaDB 5.5 is end-of-life since 2020; ideally qt5-mysql-plugin should no longer offer it as a variant (likewise for MariaDB 10.1, MariaDB 10.2, and MySQL 5.6), or at least not use it by default. In the meantime, if you do not specifically require mariadb55 then I would suggest trying a different variant.

comment:3 Changed 19 months ago by chrstphrchvz (Christopher Chavez)

Cc: chrstphrchvz added

comment:4 in reply to:  description Changed 19 months ago by ryandesign (Ryan Carsten Schmidt)

Replying to wvalenzuela:

How i can ignore the checksum error

You don't want to ignore checksum errors. Checksums are in place to ensure that the file you received is the one we tested. If the checksums don't match, something bad has happened. See wiki:FAQ#checksums.

comment:5 Changed 19 months ago by michaelld (Michael Dickens)

If I do

sudo port clean --all mariadb
sudo port patch mariadb

it works fine for me. The download is from a MacPorts' source code mirror, but that's fine.

That said, upstream has deprecated their tarball & so any download from a non-MacPorts server is bound to fail. Looks like we need to replace this port by something newer.

Note: See TracTickets for help on using tickets.