in kde4 times findkde4internal.cmake used to [1] apparently use the gcc largefile support feature [2] *and* force the 64bit variants to be used instead of the 32bit version. for frameworks5 it appears that only _LARGEFILE64_SOURCE gets set but not _FILE_OFFSET_BITS, consequently parts of plasma next are using 32bit interfaces where previously 64bit ones were used [3] [1] http://quickgit.kde.org/index.php?p=kdelibs.git&a=commitdiff&h=ef244b3b241f20f0e50431a82efe6d4ddb54ea74&hp=1eccc216ef4f70f4ed195561c9a0abd7b5c89626 [2] http://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html [3] http://markmail.org/message/7lzmtq5ae2b72wee Reproducible: Always
Git commit 75d3736d94866cfd575ba1a7961e5e225e8ae830 by Harald Sitter. Committed on 02/05/2014 at 12:03. Pushed by sitter into branch 'master'. remove build-time failure case when off_t is not at least 64bit it is not very nice behavior to fail for arbitrary reasons, also this failure point is inconsistent across slaves as for example smb does not do anything to enforce off_t 64bit width. this crude width enforcement failed as during the porting to frameworks 5 the flag turning 32bit gcc functions into 64bit functions by default got lost apparently. making this always fail unless other parts of the system (e.g. default distribution flags) forced the 64bit functions to be used. if enforcing off_t width is a desired feature it should be implemented as a cmake based try_compile check instead. M +0 -7 trash/trashimpl.cpp http://commits.kde.org/kio-extras/75d3736d94866cfd575ba1a7961e5e225e8ae830
Git commit af50f7d0ab7f48f391120d3eb2ead86009d09b1f by Harald Sitter. Committed on 02/05/2014 at 16:29. Pushed by sitter into branch 'master'. revise 64bit off_t support - all necessary defintions are now set by ECM - the size check was moved to the top level cmakelists and causes a fatal error if off_t is not >=64bit (working under the assumption that ECM's definition enable it correctly) - windows is excluded from all ove the above - restored the previously used sizeof() check in trashimpl.cpp and changed it to a much nicer q_static_assert - removed now useless 64bit checks from trash and trash tests' cmakelists REVIEW: 117948 M +26 -0 CMakeLists.txt M +0 -19 trash/CMakeLists.txt M +0 -19 trash/tests/CMakeLists.txt M +8 -0 trash/trashimpl.cpp http://commits.kde.org/kio-extras/af50f7d0ab7f48f391120d3eb2ead86009d09b1f
Git commit 43dc5ffce7dadb586871d89cdbcc391e7781c855 by Harald Sitter. Committed on 02/05/2014 at 16:29. Pushed by sitter into branch 'master'. revise 64bit off_t support - all necessary defintions are now set by ECM - the size check was moved to the top level cmakelists and causes a fatal error if off_t is not >=64bit (working under the assumption that ECM's definition enable it correctly) - windows is excluded from all ove the above - restored the previously used sizeof() check in trashimpl.cpp and changed it to a much nicer q_static_assert - removed now useless 64bit checks from trash and trash tests' cmakelists REVIEW: 117948 M +26 -0 CMakeLists.txt M +0 -19 trash/CMakeLists.txt M +0 -19 trash/tests/CMakeLists.txt M +8 -0 trash/trashimpl.cpp http://commits.kde.org/kio-extras/43dc5ffce7dadb586871d89cdbcc391e7781c855
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand. Thank you for helping us make KDE software even better for everyone!
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!