[Webkit-unassigned] [Bug 10330] New: [S60] Build.bat fails after SDK Maintenance Release is reinstalled

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Aug 10 01:30:48 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10330

           Summary: [S60] Build.bat fails after SDK Maintenance Release is
                    reinstalled
           Product: WebKit
           Version: 420+ (nightly)
          Platform: S60 Emulator
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Reindeer
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ext-kari.pihkala at nokia.com


build.bat gives an error if the forum.nokia SDK 3rd Ed. Maintenance Release is
uninstalled and reinstalled. The error message is:
---------
C:\Symbian\9.1\S60_3rd_MR_2\S60>build.bat
Building under X: drive
Use of uninitialized value in -d at build.bat line 83.
ERROR: cannot find 3rd Ed. SDK for Symbian OS installation
Restoring variant.cfg
---------
Steps to reproduce:

1. Install SDK 3rd Ed. Maintenance Release
2. Uninstall the SDK (using control panel/add remove programs)
3. Reinstall the SDK
4. Try to run build.bat
5. Error message appears

The reason for the error is the registry key of the SDK. The first time it is
correct for build.bat ('S60 3rd Edition SDK for Symbian OS, Maintenance
Release'), but the second installation gives it the name 'S60 3rd Edition SDK
for Symbian OS, Maintenance Release_2', which cannot be used by the build.bat
script. Additional reinstallations will increase the number, so it becomes _3,
_4 etc.

A quick fix is to append the line 80 in build.bat to have '_2' in the end of
the SDK name.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list