Closed
Bug 1484403
Opened 7 years ago
Closed 7 years ago
need libpulse during build
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ewong, Assigned: ewong)
References
Details
Attachments
(1 file, 1 obsolete file)
2.08 KB,
patch
|
ewong
:
review+
|
Details | Diff | Splinter Review |
Getting this bustage:
$<3> 0:05.98$<2> checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes$<2>
$<3> 0:06.02$<2> checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes$<2>
$<3> 0:06.06$<2> checking whether the C++ compiler supports -fno-sized-deallocation... yes$<2>
$<3> 0:06.06$<2> checking for llvm-config... /builds/worker/c-cen-t-lnx64-ntly/build/clang/bin/llvm-config$<2>
$<3> 0:06.08$<2> checking for libpulse... no$<2>
$<3> 0:06.08$<2> ERROR: Package libpulse was not found in the pkg-config search path.$<2>
$<3> 0:06.08$<2> ERROR: Perhaps you should add the directory containing `libpulse.pc'$<2>
$<3> 0:06.08$<2> ERROR: to the PKG_CONFIG_PATH environment variable$<2>
$<3> 0:06.08$<2> ERROR: No package 'libpulse' found$<2>
$<3> 0:06.13$<2> *** Fix above errors and then restart with\$<2>
$<3> 0:06.13$<2> "make -f client.mk build"$<2>
$<3> 0:06.13$<2> make: *** [configure] Error 1$<2>
(note: this was after I had manually run the mach build w/ a manually added
PKG_CONFIG_LIBDIR env to the .mozconfig file.
![]() |
Assignee | |
Comment 1•7 years ago
|
||
![]() |
||
Comment 2•7 years ago
|
||
Comment on attachment 9002170 [details] [diff] [review]
[mozconfigs] add PKG_CONFIG_PATH to mozconfig.linux.common
r+ for the mozconfig changes.
It seems the patch includes references to the no longer existing client.py. Please check and remove this part.
Attachment #9002170 -
Flags: review?(frgrahl) → review+
![]() |
Assignee | |
Comment 3•7 years ago
|
||
Attachment #9002170 -
Attachment is obsolete: true
Attachment #9002281 -
Flags: review+
Pushed by ewong@pw-wspx.org:
https://hg.mozilla.org/comm-central/rev/1705a1ca189b
Need to point pkg-config to the installed libpulse et. al libs. r=frg
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Pushed by ewong@pw-wspx.org:
https://hg.mozilla.org/comm-central/rev/6b20f89a1690
Env var fix. r=bustagefix
https://hg.mozilla.org/comm-central/rev/c1b3d403512a
Env var fix. r=bustagefix
You need to log in
before you can comment on or make changes to this bug.
Description
•