Skip to content

PR builds failing with TPC-DS tools compilation error #2206

@andygrove

Description

@andygrove

Describe the bug

I started seeing this today on multiple PRs. I assume some dependency got updated.

gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DYYDEBUG  -DLINUX -O3 -fcommon   -c -o date.o date.c
date.c: In function 'getDateWeightFromJulian':
date.c:566:1: error: type of 'jDay' defaults to 'int' [-Wimplicit-int]
  566 | getDateWeightFromJulian(jDay, nDistribution)
      | ^~~~~~~~~~~~~~~~~~~~~~~
date.c:566:1: error: type of 'nDistribution' defaults to 'int' [-Wimplicit-int]
make: *** [<builtin>: date.o] Error 1

Steps to reproduce

No response

Expected behavior

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions