Re: Results of 2014 Fink buildworld run on 10.9
Daniel Johnson <[email protected]>
| Newsgroups | gmane.os.apple.fink.devel |
|---|---|
| Message-ID | <[email protected]> |
On Aug 18, 2014, at 7:01 AM, Hanspeter Niederstrasser <[email protected]> wrote: > On 8/18/2014 1:47 AM, Daniel Macks wrote: >> A huge public "thank you" for doing this! >> >> While working on one of the warnings seen in: >> >> http://www.snaggledworks.com/fink/buildworld/2014-07-24/logs/io-aio-pm5124.log >> >> I found a symptom of a general problem with portability of fdatasync(). >> Compiling "succeeds", but the function doesn't actually work as >> expected. Could you grep the build logs for mentions of that string to >> see if there are other packages that need attention? > > $ grep -l "implicit declaration of function 'fdatasync' is invalid in C99" * > erlang-otp.log > file-sync-pm5123.log > file-sync-pm5124.log > file-sync-pm5162.log > io-aio-pm5123.log > io-aio-pm5124.log > io-aio-pm5162.log > libapr.0-shlibs.log > mysql-unified.log > > I tried to set up the search form to also search through the logs, but > 1) the logs are almost 10x bigger than the filelists and the search > times out, and 2) it can't handle phrases. If anyone has a suggestion > for a web accessible simple indexer that can run on a shared Debian box, > please let me know. Alternatively, can use this URL once Google decides > to crawl the new directory: > > https://www.google.com/?gws_rd=ssl#q=site:www.snaggledworks.com%2Ffink%2Fbuildworld%2F2014-07-24%2F > > Hanspeter > Yes, thanks indeed! I've fixed libapr.0-shlibs by changing fdatasync(x) to fcntl(x, F_FULLSYNC) which does the same thing. Daniel ------------------------------------------------------------------------------ _______________________________________________ Fink-devel mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
signature.asc
(application/pgp-signature, 801 B)
-----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJT8oPLAAoJEHIZ9WxpsAjh3WwQALnt6FBHLPQmYgQCUVXfQU2A LCqLawPiF4Tc4wPBiAkT9YVDCdlxPsRisETw7f9TQUe4qJztD0BNF8PM7qKQInpy TGh6Ij5MVDMq0e1VvmasNmWfT9smxEI05PoI2nGnU/fZx1SYWA3VL1Ux5RygJPsU jnxY+7TemuESY46O+DF4ft2k9LMoaYKUhqWvn9MDuoINH+p60RBQ1Y2XSVRWg6YW cM4hDNTdK/PB85xgR9dwLjRE3i9BX9UFFj+TUO40SQLhA87PowbigzoVq9Zqq3Cf FPfcxPKdFjqojZKcW8/a6iNOkAHHIalqGYJ9FLEINfk963GBek6nmRxL/2Hv68KI yhmI+lkiEgs9PTwnrgwK0EYPHXPUr+eF44yCbg3x+0D76dK/s3bazlyyb7cgNu58 8u5jcacBWDaG44N28foKWC5gDVv0w773gNZLwwR+W8PjHt3NE28hyFAcl5eTodeS 6/HJaDBWDKs2WDJXjzbEmZBStW/KAlPKviBv8uLqpLt5YqWSWmVh1gOVDwarNNCW v7rDM8xRb/cQEBMrtkORVLyc7os8Nh73wYhWcTvCwfNMQTXo/hrOiCsIMWamMDwc 4YxUTapejAuWQmcFPi0qYDeSiSxH+tVJb5S21GPjxMXhGQ/Q79WC1Sab6JzClPLq fGK60lGBRqbxThImz1ZL =yYhE -----END PGP SIGNATURE-----