[Users] [Bug 3923] version.h:38:47: error: invalid suffix "f89" on floating constant

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Wed Nov 22 14:07:33 CET 2017


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3923

Andrej Kacian <andrej at kacian.sk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #11 from Andrej Kacian <andrej at kacian.sk> ---
(In reply to comment #10)
> I checked out the repository out again with
>  - depth=50
>  - without depth option
> and saw the exact same behavior. So it has to be something else.

Last tag has been done 175 commits ago, so --depth=50 won't help. Without
--depth, you get full history with all tags, and that will make git describe
work correctly, unless you have some weird .gitconfig options set to omit
fetching tags, or something like that.

ticho at penny:~/wrk$ git clone http://git.claws-mail.org/readonly/claws.git
Cloning into 'claws'...
remote: Counting objects: 104070, done.
remote: Compressing objects: 100% (20427/20427), done.
remote: Total 104070 (delta 89338), reused 96744 (delta 83489)
Receiving objects: 100% (104070/104070), 46.54 MiB | 3.96 MiB/s, done.
Resolving deltas: 100% (89338/89338), done.
ticho at penny:~/wrk$ cd claws
ticho at penny:~/wrk/claws(master)$ git describe --abbrev=6 --dirty --always
3.15.0-175-g8e9f89
ticho at penny:~/wrk/claws(master)$ git describe
3.15.0-175-g8e9f89bef
ticho at penny:~/wrk/claws(master)$

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list