Bug 117750

Summary: ccm-devel-create compilation error
Product: [Retired] Red Hat Web Application Framework Reporter: Jon Orris <jorris>
Component: dev environmentAssignee: ccm-bugs-list
Status: CLOSED RAWHIDE QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightly   
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: 2004-03-08 23:28:01 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:
Bug Depends On:    
Bug Blocks: 113496    

Description Jon Orris 2004-03-08 04:50:03 UTC
Description of problem:
41000

ccm-devel-create does not work, due to a perl compilation issue.

[jorris@localhost jorris]$ ccm-devel-create.pl troika
Bareword found where operator expected at /usr/bin/ccm-devel-create.pl
line 283,
 near "//tools"
        (Missing operator before tools?)
Bareword found where operator expected at /usr/bin/ccm-devel-create.pl
line 284,
 near "//tools"
        (Missing operator before tools?)

    find(sub { if (-d && ! m'^$templatedir$') { push @dirs, $File:
//tools/ccmbuild/devel/dev/bin/ccm-devel-create.pl $templatedir);
    find(sub { if (-f) { push @files, $File:
//tools/ccmbuild/devel/dev/bin/ccm-devel-create.pl $templatedir);


This is also at line 317.

Comment 1 Dennis Gregorovic 2004-03-08 06:49:59 UTC
@ 41110