History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-5261
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: -- --
Assignee: Unassigned
Reporter: Benjamin Shine
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Don't call prefetch in distro build

Created: 14/Dec/07 11:22 AM   Updated: 22/Jan/08 10:51 AM
Component/s: Build System
Affects Version/s: RingDing (4.1)
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Severity: Minor
Runtime: N/A
Fix in hand: False


 Description  « Hide
The dist-dev step of the build calls the prefetch target. It probably shouldn't; the compiler is so fast that we don't really need to prefetch anymore. I thought we stopped doing this years ago, actually.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Benjamin Shine - 02/Jan/08 11:38 AM
When we build, we have skip.prefetch=true. Notice the last line in the fragment below from the build output:

init:
     [echo] Ant project:lps on Linux 2.6.16.29-xen_3.0.3.0 i386
     [echo] ant.home: /home/svnbuild/lib/apache-ant-1.6.5
     [echo] JRE: 1.5.0_12 (Sun Microsystems Inc.)
     [echo] JAVA_HOME: /usr
     [echo] LPS Version: 4.1.x Latest
     [echo] LPS_HOME: /home/svnbuild/builds/7530-openlaszlo-trunk
     [echo] LZ_VENDOR_ROOT: /home/svnbuild/src/svn/vendor
     [echo] LZ_TOOLS_ROOT: /home/svnbuild/src/svn/tools/trunk
     [echo] LZ_INSTALLS_ROOT: /home/svnbuild/lib
     [echo] server.home: /home/svnbuild/lib/jakarta-tomcat-5.0.30
     [echo] lps.branch: 7530-openlaszlo-trunk
     [echo] platform: is unix
     [echo] Skipping prefetch is true <====== see?

Mamye Kratt - 22/Jan/08 10:51 AM
(trunk 4 build r7833)
Skipping prefetch now.