Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108646 - media-libs/aubio - new ebuild
Summary: media-libs/aubio - new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 108644
  Show dependency tree
 
Reported: 2005-10-09 12:25 UTC by Mark Knecht
Modified: 2007-11-17 16:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
aubio-0.3.0.ebuild (aubio-0.3.0.ebuild,961 bytes, text/plain)
2006-06-12 04:43 UTC, Tristan Heaven (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Knecht 2005-10-09 12:25:52 UTC
I'd like to request an ebuild for Aubio, located here:

http://aubio.piem.org/

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2006-06-12 04:43:34 UTC
Created attachment 88971 [details]
aubio-0.3.0.ebuild
Comment 2 Jouni Rinne 2006-06-20 13:10:14 UTC
Aubio-0.3.0 doesn't compile with "ladcca" flag set (using ladcca-0.4.0-r1). I get the following error:

<cut>
make[2]: Siirryt
Comment 3 Jouni Rinne 2006-06-20 13:10:14 UTC
Aubio-0.3.0 doesn't compile with "ladcca" flag set (using ladcca-0.4.0-r1). I get the following error:

<cut>
make[2]: Siirrytään hakemistoon "/var/tmp/portage/aubio-0.3.0/work/aubio-0.3.0/src"
/bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.     -O2 -march=athlon-xp -pipe -c -o phasevoc.lo phasevoc.c
mkdir .libs
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=athlon-xp -pipe -c phasevoc.c  -fPIC -DPIC -o .libs/phasevoc.o
In file included from phasevoc.c:20:
aubio_priv.h:66:27: ladcca/ladcca.h: No such file or directory
In file included from phasevoc.c:20:
aubio_priv.h:67: error: syntax error before '*' token
aubio_priv.h:67: warning: data definition has no type or storage class
make[2]: *** [phasevoc.lo] Virhe 1
make[2]: Poistutaan hakemistosta "/var/tmp/portage/aubio-0.3.0/work/aubio-0.3.0/src"
make[1]: *** [all] Virhe 2
make[1]: Poistutaan hakemistosta "/var/tmp/portage/aubio-0.3.0/work/aubio-0.3.0/src"
make: *** [all-recursive] Virhe 1

!!! ERROR: media-libs/aubio-0.3.0 failed.
Call stack:
  ebuild.sh, line 1540:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  aubio-0.3.0.ebuild, line 38:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! This ebuild is from an overlay: '/usr/local/portage'

Compiles fine with ladcca flag disabled, though.
Comment 4 Alexis Ballier gentoo-dev 2007-11-17 16:17:58 UTC
0.3.2 added to the tree ;)