Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
streamripper: fails with LLVM build 2335
Browse files Browse the repository at this point in the history
It builds, but still produces runtime errors.

cf. #7942.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
jacknagel committed Oct 5, 2011
1 parent e215542 commit a6ab6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/streamripper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Streamripper < Formula

depends_on 'glib'

fails_with_llvm "strange runtime errors with llvm"
fails_with_llvm "Strange runtime errors with LLVM.", :build => 2335

def install
File.chmod 0755, "./install-sh" # without this 'make install' doesn't seem to work (permission denied)
Expand Down

1 comment on commit a6ab6c6

@bonifaido
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It had runtime errors on OS X 10.6 with LLVM (Xcode3).

On 10.7 I compiled it with LLVM (build 2335, Xcode4) and it runs fine, but it depends on pkg-config now as well (without it doesn't even get configured). What kind of runtime errors do you experience? I did a 4 hours ripping with it without any issue.

Please sign in to comment.