Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698594 - app-emulation/wine-vanilla-4.18 - configure: error: libpulse development files not found or too old, Pulse won't be supported
Summary: app-emulation/wine-vanilla-4.18 - configure: error: libpulse development file...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-26 12:14 UTC by Samuel Bernardo
Modified: 2019-10-26 18:22 UTC (History)
0 users

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


Attachments
build log and config.log (wine-vanilla-4.18.zip,27.39 KB, application/zip)
2019-10-26 12:14 UTC, Samuel Bernardo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Bernardo 2019-10-26 12:14:02 UTC
Created attachment 594052 [details]
build log and config.log

configure: error: libpulse development files not found or too old, Pulse won't be supported.
This is an error since --with-pulse was requested.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-emulation/wine-vanilla-4.18/work/wine-4.18-abi_x86_32.x86/config.log


wine-vanilla-4.18 depends on pulseaudio[glib] > 12.2-r2
Comment 1 Nick Sarnie gentoo-dev 2019-10-26 15:36:27 UTC
Please check if /usr/lib/pkgconfig contains a file named "libpulse.pc"

If so, please send the contents of libpulse.pc, and the output of

i686-pc-linux-gnu-pkg-config --debug --libs libpulse

Thanks
Comment 2 Samuel Bernardo 2019-10-26 18:21:39 UTC
(In reply to Nick Sarnie from comment #1)
> Please check if /usr/lib/pkgconfig contains a file named "libpulse.pc"
> 
> If so, please send the contents of libpulse.pc, and the output of
> 
> i686-pc-linux-gnu-pkg-config --debug --libs libpulse
> 
> Thanks

Hi Nick,

I updated gentoo to the new multilib directory update where /lib don't have anymore lib64 libs.

So when I do
ls /usr/lib64/pkgconfig/libpulse.pc
the file exists

but when I do
ls /usr/lib/pkgconfig/libpulse.pc
ls: cannot access '/usr/lib/pkgconfig/libpulse.pc': No such file or directory

ls -dl /usr/lib32
/usr/lib32 -> lib

I realize now that when I run the finish script it did crap because it is expected to be installed both and only lib64 exists:
equery f media-sound/pulseaudio | grep libpulse.pc
/usr/lib32/pkgconfig/libpulse.pc
/usr/lib64/pkgconfig/libpulse.pc

I'm recompiling all abi_x86_32 to solve this mess.
Sorry for opening a false bug report.
Comment 3 Nick Sarnie gentoo-dev 2019-10-26 18:22:44 UTC
No problem