-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ships lock.m4 with missing dependencies #46
Comments
Confirmed that dropping http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=m4/pthread_rwlock_rdlock.m4;h=87886a3b10f1230e3944b4136e5a113900d08e4e;hb=HEAD into |
i can not reproduce the issue. i built parted-3.3 with './configure' and 'autoreconf'. could you provide more details about the failure? EDIT: btw, i'm using musl-libc, maybe that's the cause. |
Maybe thats the difference, yes. You can verify this easily enough without actually building anything. |
@rossburton after some survey, here's my thought: there must be some steps missing in your building process. when generating './configure', autotools should copy it should be a wont fix problem, or it's not a bug of gettext-tiny. close the issue, if you are satisfied with the answer. EDIT: you can check by touching a new
then use autopoint from gnu to see that. |
well, we copied gnulib m4 files into place to make autopoint work: so it's well possible that a file was overlooked, in which case we should add the missing one, but from roughly the same point in time of when gnulib files were imported so the stuff matches. |
m4/lock.m4
uses gl_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER but nothing provides that function. For some reason this is only causing problems when I buildparted
, maybe that function ends up being pulled into most builds?The text was updated successfully, but these errors were encountered: