-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
- This release fixes several critical bugs, including some with security implications. - Changed to autotool build, provides symlink for compatibility with cmake builds.
# Hirn: {F}:download, {S}:source, {B}:build, {D}:image | ||
|
||
function mee_patch() { | ||
( cd ${S}; rm -v CMakeLists.txt; sleep 3 ) # defeat cmake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rm ${S} CMakeLists.txt
|
I guess they have separate maintainers, one for the autotools (the one witha brain), and the guy who incraeses numbers on every minor version
because the former libarchive was build with cmake (see the precedors), and it was linked against
Thanks for the hint, but IMHO it a bit pointless to proclaim 'the right way' to use a tool that is unmaintained.
I think the preset for '-j' is helpfull, 'caus it says 'you can build the package in parallel mode'. |
... tglof tser
I think the preset for '-j' is helpfull, 'caus it says 'you can build the package in parallel mode'. |
Its alive: https://github.molgen.mpg.de/mariux64/bee
Okay, if you see it like this. I was thinking of somenone rebuilding it on a system without that many cores. If I go on a fat server, I set BEE_MAKEFLAGS="-j xxx" otherwise I don't. The bee file doesn't know, ob what system I am. Same with /dev/shm : a compile by a user might not just be a test run but an attempt to build it for myself or for a project in which case I set PREFIX. Also "/dev/shm/junk" is a global ressource and would work for the first user only. |
at least '/usr/lib/gvfs/gvfsd-archive' uses it (GVFS is the virtual filesystem for the GNOME desktop,spooky -- this brings us to 'sousage'). (rest morgen) |
True. Good catch! My libcheck was limited to *.so below /usr/lib, because I didn't want to wait while the script is running ldd over every .py and .pyc file :-) |
Should |
Rebuilding 'gvfsd-archive' with the proper libarchive would be best i think. But maybe one should look for other users of the 'so.14', and also do a test build of gvfsd-archive. |
gvfsd-archive rebuild #31 seems okay. |
The rebuild gvfsd-archive has been disted. No more dependencies on libarchive.so.14 in the system. Please remove the |
a fresh bee file will be submitted soon |
script cleanup
War es Absicht, dass die zwei Änderungen nicht zu einer zusammengefügt wurden? |
Noe, das war keine Absicht. Ursprung war wohl mein commit zum master, da hatte ich den richtigen branch verpasst (merke, nicht alle Vorschlaege vom git uebernehmen). |
implications.
cmake builds.