Open ckhardin opened 6 years ago
@googlebot rescan
(Mass-triggering a rescan of all open PRs as I have just configured automated CLA checks but the bot won't go through the backlog on its own.)
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed (or fixed any issues), please reply here (e.g. I signed it!
) and we'll verify it.
ℹ️ Googlers: Go here for more info.
@ckhardin: is it ok if I pick this review up? I noticed this problem when I was trying to compile kyua on Fedora 29 with g++, so I'd like to make forward progress with the issue that you started working on.
@ngie-eign - that's fine, we patched locally with this change to get it going.
@ngie-eign - that's fine, we patched locally with this change to get it going.
When you say, "locally", do you mean Fedora Linux?
I signed it!
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.
ℹ️ Googlers: Go here for more info.
@ngie-eign - no, buildroot - we do an embedded build, so we add patches into buildroot per package to things to compile.
@ngie-eign - no, buildroot - we do an embedded build, so we add patches into buildroot per package to things to compile.
Ah, gotcha.
@googlebot rescan
@googlebot rescan
I guess I can't do that :D.
@ngie-eign do you still plan to pick this up?
utils/fs/directory.cpp: In member function ‘void utils::fs::detail::directory_iterator::impl::next()’: utils/fs/directory.cpp:201:15: error: ‘int readdir_r(DIR, dirent, dirent)’ is deprecated [-Werror=deprecated-declarations] if (::readdir_r(_dirp, &_dirent, &result) == -1) { ^
~~~~ In file included from utils/fs/directory.cpp:34: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR restrict dirp, ^~~~~ utils/fs/directory.cpp:201:49: error: ‘int readdir_r(DIR, dirent*, dirent*)’ is deprecated [-Werror=deprecated-declarations] if (::readdir_r(_dirp, &_dirent, &result) == -1) { ^ In file included from utils/fs/directory.cpp:34: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR restrict dirp, ^~~~~ utils/fs/directory.cpp:201:49: error: ‘int readdir_r(DIR, dirent, dirent)’ is deprecated [-Werror=deprecated-declarations] if (::readdir_r(_dirp, &_dirent, &result) == -1) { ^ In file included from utils/fs/directory.cpp:34: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR *restrict dirp, ^~~~~ cc1plus: all warnings being treated as errors