Bug 478109 - MIGRATED_FROM_JIRA: Pb compiling core.schema
Summary: MIGRATED_FROM_JIRA: Pb compiling core.schema
Keywords:
Status: CLOSED EOL
Alias: None
Product: penrose
Classification: Retired
Component: Unknown
Version: 2.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Endi Sukma Dewata
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks: 471500
TreeView+ depends on / blocked
 
Reported: 2008-12-27 08:00 UTC by Chandrasekar Kannan
Modified: 2020-03-27 18:36 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:36:49 UTC
Embargoed:


Attachments (Terms of Use)

Description Chandrasekar Kannan 2008-12-27 08:00:02 UTC
The core schema does not compile correctly using schema.sh. There is a pb with 

objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'

	DESC 'RFC2079: object that contains the URI attribute type'

	MAY ( labeledURI )
	SUP top AUXILIARY 
)

It should be :
 

objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'

	DESC 'RFC2079: object that contains the URI attribute type'

	SUP top AUXILIARY 

	MAY ( labeledURI ) )


(note the switch of the two last lines)
Additional Comments From endisd dated Wed Nov 30 22:28:58 CST 2005 
This has been fixed in 0.9.8.


=========================================================
Issue dump from jira
$VAR1 = {
          'priority' => '3',
          'customFieldValues' => [],
          'project' => 'PENROSE',
          'status' => '5',
          'components' => [
                            {}
                          ],
          'reporter' => 'elecharny',
          'key' => 'PENROSE-121',
          'assignee' => 'endisd',
          'summary' => 'Pb compiling core.schema',
          'id' => '10343',
          'updated' => '2005-11-30 22:28:58.0',
          'votes' => '0',
          'fixVersions' => [
                           {
                             'releaseDate' => '2005-12-05 00:00:00.0',
                             'sequence' => '8',
                             'name' => 'Penrose-0.9.8',
                             'released' => 'true',
                             'id' => '10034',
                             'archived' => 'false'
                           }
                         ],
          'affectsVersions' => [],
          'description' => 'The core schema does not compile correctly using schema.sh. There is a pb with 

objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'

	DESC 'RFC2079: object that contains the URI attribute type'

	MAY ( labeledURI )
	SUP top AUXILIARY 
)

It should be :
 

objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'

	DESC 'RFC2079: object that contains the URI attribute type'

	SUP top AUXILIARY 

	MAY ( labeledURI ) )


(note the switch of the two last lines)',
          'created' => '2005-11-23 14:52:40.0',
          'resolution' => '1',
          'type' => '1'
        };


=========================================================

Comment 1 Chandrasekar Kannan 2008-12-27 08:00:04 UTC
Marking bug as MODIFIED as it was already resolved in Jira - PENROSE-121


Note You need to log in before you can comment on or make changes to this bug.