Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41176 - compiling pd 0.37 on ppc fails, error and solution:
Summary: compiling pd 0.37 on ppc fails, error and solution:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 15:34 UTC by phaidros
Modified: 2004-02-12 15:56 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 phaidros 2004-02-10 15:34:48 UTC
error:

cc1: warnings being treated as errors
s_audio_jack.c: In function `srate':
s_audio_jack.c:72: warning: long int format,
jack_nframes_t arg (arg 2)
make: *** [s_audio_jack.o] Fehler 1

solution:
replace s_audio_jack.c line 72 from:
  printf ("jack: sample rate %ld/sec\n", srate);
with
  printf ("jack:sample rate %ld/sec\n",(long int) srate);

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Brian Harring (RETIRED) gentoo-dev 2004-02-11 19:04:16 UTC
Have you synced since feb 7th?  I commited a fix to correct that, which is pretty much what you're describing.
Only difference is I just threw out the printf statement :-) 

The patch is pd-0.37.0-jack-fix.patch; if you lack it, please resync, otherwise I'd be _very_ curious what that grouchy little package is doing now.
Comment 2 phaidros 2004-02-11 19:27:45 UTC
hm, I think I just synced a few hours before the patch went it .. 
seems one has to sync before merging any ebuild ;)
so it seems this bug can change to FIXED!?
Comment 3 Brian Harring (RETIRED) gentoo-dev 2004-02-11 19:55:15 UTC
If it emerged cleanly for ya, feel free to mark this as FIXED ;-)
Comment 4 Brian Harring (RETIRED) gentoo-dev 2004-02-12 15:56:44 UTC
Labelling it fixed, based off of our earlier commentary.
If not, please reopen.