Skip to content

Wrong audit failure for versioned alias #2657

@fxcoudert

Description

@fxcoudert

The audit for versioned aliases is misbehaving, diagnosing an inexistent problem with the imagemagick formula:

$ brew audit --strict imagemagick
imagemagick:
  * Formula has other versions so create a versioned alias:
      cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Aliases
      ln -s ../Formula/imagemagick.rb imagemagick@7
  * Formula has invalid versioned aliases:
      imagemagick@7
Error: 2 problems in 1 formula

The audit is invalid, as the versioned alias already exists, and rightly so.

(Possibly related to #2644 ? poke @JCount @MikeMcQuaid)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions