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

yaf and silk both fail with LLVM #2215

Closed
dcreager opened this issue Aug 18, 2010 · 3 comments
Closed

yaf and silk both fail with LLVM #2215

dcreager opened this issue Aug 18, 2010 · 3 comments

Comments

@dcreager
Copy link
Contributor

Linker error for yaf:

Undefined symbols:
  "_mio_ov_poll", referenced from:
      llvm bitcode in yafscii-yafscii.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Undefined symbols:
  "_mio_ov_in", referenced from:
      llvm bitcode in yafcollectmake[2]: *** [yafscii] Error 1-
yafcollect.o
  "_mio_ov_poll", referenced frommake[2]: :
   *** Waiting for unfinished jobs....
   llvm bitcode in yafcollect-yafcollect.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [yafcollect] Error 1
WARNING: While resolving call to function 'yfStatDumpLoop' arguments were dropped!
creating yaf
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Exit status: 2

Linker error for silk:

Undefined symbols:
  "_sk_ipv6_v4inv6", referenced from:
      llvm bitcode in rwfiltertuple.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [rwfilter] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Exit status: 2

I'm about to create a patch that adds fails_with_llvm to each.

@adamv
Copy link
Contributor

adamv commented Aug 18, 2010

Ok. If you run into other fails-under-LLVM brews, do please submit patches for those too. Thanks.

@dcreager
Copy link
Contributor Author

Patch is at dcreager/homebrew@00035ef

@adamv
Copy link
Contributor

adamv commented Aug 18, 2010

Merged.

@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants