boinc version number policy for tweekers?

Message boards : Questions and problems : boinc version number policy for tweekers?
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Joseph Stateson
Volunteer tester
Avatar

Send message
Joined: 27 Jun 08
Posts: 641
United States
Message 19729 - Posted: 24 Aug 2008, 14:19:55 UTC

The version of 10.15.45 that is obtained from the apt-get ubuntu archive (USA) is way different from the same one downloaded from berkeley.

jstateson@jyslinux3:~/Desktop/BOINC_5_download$ ls -l boinc
-rwxr-xr-x 1 jstateson jstateson 1911272 2008-03-05 11:13 boinc
jstateson@jyslinux3:~/Desktop/BOINC_5_download$ ./boinc --version
5.10.45 x86_64-pc-linux-gnu

jstateson@jyslinux3:~/Desktop/BOINC_5_download$ ls -l /usr/bin/boinc_client_5
-rwxr-xr-x 1 root root 540464 2008-04-18 11:03 /usr/bin/boinc_client_5
jstateson@jyslinux3:~/Desktop/BOINC_5_download$ /usr/bin/boinc_client_5 --version
5.10.45 x86_64-pc-linux-gnu

I assume the boinc client was tweeked and that accounts for the date difference and the size difference.

The name are different as
"boinc" came from the Berkeley 10.15.45 download for the older version 5

"boinc_client_5" was from the ubuntu apt-get USA archive and I renamed it from boinc_client as I am currently running 6.2.15 (also from Berkeley as the ubuntu archive does not have that version yet)


Anyway, my complaint is that the --version should not show the same version number since they are obviously different. A new switch such as --whodunit that shows the compiler options used or gives the perps name would be nice.
Joseph "Beemer Biker" Stateson
ID: 19729 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15482
Netherlands
Message 19730 - Posted: 24 Aug 2008, 14:44:55 UTC - in response to Message 19729.  

The version of 10.15.45

Either you went into the future and brought back goodies, or is this a (very consistent) typo you make? 5.10.45 is the last of the BOINC 5 series, release by Berkeley.

As far as I know there isn't a policy on numbering although the BOINC developers try to keep their numbering away from the optimized versions that are around. So if an optimizer releases 6.2.19, the next version of Berkeley BOINC is 6.2.20.

Other than that, the Linux people just number as is, as far as I know.
ID: 19730 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 19783 - Posted: 27 Aug 2008, 2:36:08 UTC - in response to Message 19729.  

Ubuntu compiles BOINC itself, even using local modifications. It definitely doesn't use the binary as it comes from BOINC website. No Linux distro I know uses binaries provided by any upstream project. They always compile from source.

An example of a difference: Binaries provided directly from the project website are usually statically linked with libraries so you can run it even if you don't have all the needed libraries. Binaries from apt-get are dynamically linked to everything, and the needed libraries are installed separately using dependencies.
ID: 19783 · Report as offensive

Message boards : Questions and problems : boinc version number policy for tweekers?

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.