I also cannot access the /reports url. When I curl the address I get
an empty reply from the server. Does Fossil have some kind of error
log?
I am using the checkout [2b1261a59] with gcc 4.8.3 on OpenSuse.

On Thu, May 28, 2015 at 7:06 PM, Richard Hipp <d...@sqlite.org> wrote:
> On 5/28/15, Svyatoslav Mishyn <j...@openmailbox.org> wrote:
>> (Wed, 27 May 14:03) Warren Young:
>>> On May 23, 2015, at 1:25 PM, Svyatoslav Mishyn <j...@openmailbox.org>
>>> wrote:
>>> >
>>> > /tmp: wget -S http://localhost:8080/reports
>>> > --2015-05-23 21:42:12--  http://localhost:8080/reports
>>> > Resolving localhost (localhost)... 127.0.0.1
>>> > Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
>>> > HTTP request sent, awaiting response... No data received.
>>> > Retrying.
>>>
>>> That works here.
>>
>> Finally, I found "why" ;)
>> It is just  "CFLAGS=' -O2'".
>>
>>
>> (and if it matters: Clang - 3.6.0; GCC - 4.8.4
>>
>> + if Clang:
>> ./src/rss.c:99:40: warning: address of 'g.perm.Read' will always evaluate to
>> 'true' [-Wpointer-bool-conversion]
>>       assert( !g.perm.RdTkt &&& g.perm.Read && g.perm.RdWiki );
>
> Three "&" characters instead of two.  Fixed in the latest check-in.
>
>>                             ~~  ~~~~~~~^~~~
>> /usr/include/assert.h:86:5: note: expanded from macro 'assert'
>>   ((expr)                                                               \
>>     ^
>> 1 warning generated.
>>
>>
>> and of course much more warnings with CFLAGS=' -ansi -pedantic -Wall
>> -Wextra'
>> )
>>
>>
>> Should I add `unset CFLAGS` to  Pkgfile?
>>
>>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to