Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158984 - alsa-utils-1.0.14_rc1 fail to compile w/ alsa-lib compiled w/ USE="-midi"
Summary: alsa-utils-1.0.14_rc1 fail to compile w/ alsa-lib compiled w/ USE="-midi"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo ALSA team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-23 17:15 UTC by Radoslaw Szkodzinski
Modified: 2007-01-05 06:19 UTC (History)
0 users

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


Attachments
Compile log (somelog,21.17 KB, text/plain)
2006-12-26 13:43 UTC, Radoslaw Szkodzinski
Details
alsa-lib-1.0.14_rc1-r1.diff (alsa-lib-1.0.14_rc1-r1.diff,1.20 KB, patch)
2007-01-05 06:11 UTC, Thomas Kuther
Details | Diff
alsa-lib-1.0.14_rc1-r1.dif (alsa-lib-1.0.14_rc1-r1.diff,798 bytes, patch)
2007-01-05 06:19 UTC, Thomas Kuther
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radoslaw Szkodzinski 2006-12-23 17:15:49 UTC
alsa-utils-1.0.14_rc1 fail the build in aconnect with many undefined references to snd_seq_*

Possibly caused by the lack of midi USE flag to alsa-lib.
Please fix.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-24 00:59:58 UTC
(In reply to comment #0)
> Please fix.

Please post the errors, emerge -pv alsa-utils and emerge --info output.

Comment 2 Radoslaw Szkodzinski 2006-12-26 13:43:27 UTC
Created attachment 104768 [details]
Compile log

Attached log.

Preconditions:
alsa-lib-1.0.14_rc1 built with USE="-midi"

The bug does not happen if alsa-lib was compiled with USE="midi"

emerge info is not really necessary IMO
Comment 3 Radoslaw Szkodzinski 2006-12-26 13:44:19 UTC
Forgot to reopen.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-12-26 14:06:32 UTC
You probably mean alsa-lib-1.0.14_rc1-r1, and that is masked. Please don't open bugs without patches attached.
Comment 5 Thomas Kuther 2007-01-05 06:11:38 UTC
Created attachment 105520 [details, diff]
alsa-lib-1.0.14_rc1-r1.diff

It's really A LOT that fails with -midi, including alsa-utils, kdelibs, k3b, audacity, museseq, qjackctl and much more.All of them with undefined references to snd_seq*
Making all them depend on 'build_with_use media-libs/alsa-lib midi' would be a pain i guess.

Maybe it works to compile alsa-lib with --enable-seq by default and only put -instr and -aload in USE="midi"?
Comment 6 Thomas Kuther 2007-01-05 06:19:10 UTC
Created attachment 105525 [details, diff]
alsa-lib-1.0.14_rc1-r1.dif

oops, accidently removed alisp