Bug 163489

Summary: missing buildrequires mozilla-nspr / nspr-devel
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: openoffice.orgAssignee: Caolan McNamara <caolanm>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-18 10:25:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Karsten Hopp 2005-07-18 10:16:39 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.8) Gecko/20050623 Fedora/1.0.4-5 Firefox/1.0.4

Description of problem:
rebuild of OO in a minimal chroot (mock) fails due to missing buildrequires:
checking which mozilla to use... external
checking whether to use Mozilla or Firefox... Mozilla
checking for mozilla-xpcom ... Package mozilla-nspr was not found in the pkg-config search path. Perhaps you should add the directory containing `mozilla-nspr.pc' to the PKG_CONFIG_PATH environment variable Package 'mozilla-nspr', required by 'XPCOM', not found
configure: error: Library requirements (mozilla-xpcom ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
error: Bad exit status from /var/tmp/rpm-tmp.19434 (%build)

since mozilla-nspr seems to be gone, OO should buildrequire nspr-devel, but
that provides only nspr.pc instead of mozilla-nspr.pc

Version-Release number of selected component (if applicable):
openoffice.org-1.9.117-1.2.0.fc5

How reproducible:
Always

Steps to Reproduce:
1.install mock
2.run 'mock -r fedora-development-i386-core.cfg \
openoffice.org-1.9.117-1.2.0.fc5.src.rpm'
3.check output
  

Additional info:

Comment 1 Caolan McNamara 2005-07-18 10:25:09 UTC
OOo doesn't look for mozilla-nspr, it's one of the moz things which was pointing
to the stale mozilla-nspr itself. Try moilla-xpcom --cflags in the minimal
build-root.

*** This bug has been marked as a duplicate of 163344 ***