First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 34857
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Caslca Slanchoca <caslca@hotmail.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 34857 depends on: Show dependency tree
Bug 34857 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: 2003-12-01 16:54 0000
emerge attal fails in the src_compile() stage, because make cannot find
Makefiles in any of the subdirectories. 
A fix for the problem is to replace the procedure

src_compile() {
    make || die "make failed"
}

with

src_compile() {
    for lib in ai client libCommon libClient libFight libServer server
scenarioEditor themeEditor ; do
        qmake -o ${lib}/Makefile ${lib}/Makefile.pro || die "creating Makefiles"
    done

    make || die "make failed"
}



Reproducible: Always
Steps to Reproduce:
1.emerge attal
2.
3.

Actual Results:  
ERROR

Expected Results:  
compile and install

------- Comment #1 From SpanKY 2003-12-03 13:46:26 0000 -------
ive updated to 0.7.1

please use that

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