Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#54754 - [mixxx] build fails

Attached to Project: Community Packages
Opened by Erich Eckner (deepthought) - Monday, 10 July 2017, 10:06 GMT
Last edited by Balló György (City-busz) - Wednesday, 10 January 2018, 10:31 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

the current PKGBUILD fails to build in a clean chroot:

In file included from src/library/trackcollection.cpp:7:0:
/usr/include/sqlite3.h:3712:16: error: using typedef-name ‘sqlite3_value’ after ‘struct’
typedef struct sqlite3_value sqlite3_value;
^~~~~~~~~~~~~
In file included from src/library/trackcollection.cpp:4:0:
src/library/trackcollection.h:38:20: note: ‘sqlite3_value’ has a previous declaration here
typedef struct Mem sqlite3_value;
^~~~~~~~~~~~~
In file included from src/library/trackcollection.cpp:7:0:
/usr/include/sqlite3.h:3712:30: error: conflicting declaration ‘typedef int sqlite3_value’
typedef struct sqlite3_value sqlite3_value;
^~~~~~~~~~~~~
In file included from src/library/trackcollection.cpp:4:0:
src/library/trackcollection.h:38:20: note: previous declaration as ‘typedef struct Mem sqlite3_value’
typedef struct Mem sqlite3_value;
^~~~~~~~~~~~~
scons: *** [lin64_build/library/trackcollection.o] Error 1
scons: building terminated because of errors.

Additional info:
* package version(s)
pkgname=mixxx
pkgver=2.0.0
pkgrel=11
* config and/or log files etc.
log is attached

Steps to reproduce:
> git clone 'https://git.archlinux.org/svntogit/community.git/'
> cd community
> git checkout 4e23cd8f75e722fa0178c6783ddf2ef6efb34d25
> cd mixxx/trunk
> staging-x86_64-build
   log (733.1 KiB)
This task depends upon

Closed by  Balló György (City-busz)
Wednesday, 10 January 2018, 10:31 GMT
Reason for closing:  Fixed
Additional comments about closing:  mixxx 2.0.0-12

Loading...