Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8260 - jack-audio-connection-kit-0.34.0 fails (gcc 3.2 issue ?)
Summary: jack-audio-connection-kit-0.34.0 fails (gcc 3.2 issue ?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on: 8266
Blocks:
  Show dependency tree
 
Reported: 2002-09-23 08:47 UTC by Rigo
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rigo 2002-09-23 08:47:10 UTC
(Ix86, gcc 3.2 fully updated)

Cannot remember ever having trouble like this, but jack seems to die on me 
right now:

capture_client.c: In function `disk_thread':
capture_client.c:158: too many arguments to function `sf_writef_double'
capture_client.c: In function `process':
capture_client.c:209: warning: implicit declaration of function `memcpy'
capture_client.c: In function `setup_disk_thread':
capture_client.c:236: `SF_FORMAT_PCM' undeclared (first use in this 
function)
capture_client.c:236: (Each undeclared identifier is reported only once
capture_client.c:236: for each function it appears in.)
capture_client.c:237: structure has no member named `pcmbitwidth'
capture_client.c:239: warning: implicit declaration of function 
`sf_open_write'
capture_client.c:239: warning: assignment makes pointer from integer 
without a cast
capture_client.c: In function `main':
capture_client.c:315: warning: implicit declaration of function `memset'
make[1]: *** [capture_client.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory 
`/var/tmp/portage/jack-audio-connection-kit-0.34.0/work/jack-audio-connection-kit-0.34.0/example-clients'
make: *** [all-recursive] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -155, Exitcode 2
!!! compilation failed
Comment 1 SpanKY gentoo-dev 2002-09-23 14:00:00 UTC
this is a problem with libsndfile ... basically they went from 0.0.28 to 1.0.0,
changing the API between versions ...

for now if you want this guy to work, unmerge libsndfile, emerge jack, emerge 
libsndfile ;)
Comment 2 Rigo 2002-09-25 13:52:08 UTC
Just, & thanx u 4 that important tip ;-D!