Summary: | dev-db/sqlitebrowser: fails to build with glibc-2.10 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Timothy Redaelli (RETIRED) <drizzt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 270353 | ||
Attachments: |
Build log
sqlitebrowser-1.3-getline.patch |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 194767 [details]
Build log
Created attachment 195049 [details, diff]
sqlitebrowser-1.3-getline.patch
I ran into this as well. It almost looks like a partially applied patch as the sqlbrowser_util.h has a function declaration for 'char *sqlbrowser_getline(FILE *in)' but sqlbrowser_util.c defines 'char *getline(FILE *in)' which conflicts with the definition from stdio.h. Anyway attached is a pretty straightforward patch that updates sqlbrowser_util.c to define anduse sqlbrowser_getline() instead of conflicting getline().
fixed thanks |