Alexander Kanavin

Results 68 comments of Alexander Kanavin

Is this causing it perhaps? https://github.com/tytso/e2fsprogs/commit/a23b50cdb55cb826b8745cbc37429c93f7b60c66#diff-45e335f145734df15792f3f62b638139f502b19905cc8c1d13d26bc0ea9e7fa5

We have already updated to 600 by the way, none of us having been aware that it's a beta :(

Not really. The upstream checker we use is pulling down html pages from projects' websites where the links to the tarballs are, and parses "a href" tags to extract the...

Sorry, the description for how we determine the versions was incomplete. If the source code is obtained from a tarball download, the version check goes how I described. If the...

For example, here's how it's stipulated for gdb: ``` UPSTREAM_CHECK_GITTAGREGEX = "gdb\-(?P.+)\-release" ``` So it lists all tags that match that regex, and the part in the middle is the...

If we check git tags, we then download the source by cloning from git. If we check the webpage, then we download the source by fetching a tarball. We do...

Yes, that's my thought as well. I have asked in the yocto bug to retrieve the compile log if/when the failure happens again, as it seems that's where the issue...

Here's the compile log: [log.do_compile.txt](https://github.com/arsv/perl-cross/files/3945165/log.do_compile.txt) As you can see, pod2man is copied to the blib/scripts directory, but pod2text isn't. The Makefile does not reveal anything strange: it's fully formed for...

Yes, I was also pulling my hair for an hour trying to see how this could happen. I have the build directory saved as well, so if you need anything...