First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 194578
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo/BSD Team <bsd@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andreas Nilsson <andrnils@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 194578 depends on: Show dependency tree
Bug 194578 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-10-03 07:31 0000
xerces-c-2.7.0-r1 is not possible to emerge on Gentoo/FreeBSD due to hardcoded
platform in ebuild.

src_compile() {
        export XERCESCROOT="${S}"
        cd src/xercesc
        ./runConfigure -plinux -P/usr ${EXTRA_ECONF}
        emake -j1 || die "emake failed"
}

should be
src_compile() {
        export XERCESCROOT="${S}"
        cd src/xercesc
        ./runConfigure -p${correct_platform} -P/usr ${EXTRA_ECONF}
        emake -j1 || die "emake failed"
}


Reproducible: Always

Steps to Reproduce:
1. Emerge xerces-c on any non-linux platform.
2.
3.

Actual Results:  
emake crashes due to incorrect platform setting

Expected Results:  
Correct emerge of xerces-c

------- Comment #1 From Roy Marples (RETIRED) 2007-10-03 10:59:33 0000 -------
Fixed, thanks

First Last Prev Next    No search results available      Search page      Enter new bug