Version info missing from latest ACL version

Created on 4 September 2023, over 1 year ago
Updated 15 September 2023, over 1 year ago

Problem/Motivation

Packaging script data seems to be missing from the latest ACL version.

We just updated ACL and Forum Access and FA is throwing this conflict error:

Requires: ACL (>=1.0) (incompatible with version * ? *)

The correct version is set in composer.json:

'drupal/acl:^1.0'

Investigating the actual ACL file, however, the info file has only the name, description, and core_requirements listed. No release script info: version number etc is present.

Updating was done with composer.

Is this a problem at our end or is there a packaging issue?

Forum access appears to be working as normal for now.

๐Ÿ› Bug report
Status

Closed: cannot reproduce

Version

1.0

Component

Code

Created by

๐Ÿ‡ฆ๐Ÿ‡บAustralia gobnat

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @gobnat
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia Shreya_98

    Shreya_th โ†’ made their first commit to this issueโ€™s fork.

  • Open in Jenkins โ†’ Open on Drupal.org โ†’
    Core: 9.5.x + Environment: PHP 8.1 & MariaDB 10.3.22
    last update over 1 year ago
    Composer require failure
  • @shreya_th opened merge request.
  • ๐Ÿ‡ณ๐Ÿ‡ดNorway gisle Norway

    What version of Drupal core are you running?

  • ๐Ÿ‡ฆ๐Ÿ‡บAustralia gobnat

    Running Drupal 9.5.10

  • ๐Ÿ‡ณ๐Ÿ‡ดNorway gisle Norway

    I've downloaded ACL 8.x-1.0 for Drupal 9.5.10 using this command:

    composer require 'drupal/acl:^1.0'
    

    And the contents of acl.info.yml is this:

    name: ACL
    type: module
    description: 'Access control list API. Has no features on its own.'
    core_version_requirement: ^8 || ^9
    package: 'Access control'
    
    # Information added by Drupal.org packaging script on 2023-08-23
    version: '8.x-1.0'
    project: 'acl'
    datestamp: 1692790167
    

    I.e.: Everything looks OK, there is a "version" attribute added by the packing script.

    Based on that I would say the problem is at your end.

    As for MR 8! by Shreya_th, it is posted without explanation, and I simply don't understand how it is supposed to help. I don't think it is in any way relevant here.

  • ๐Ÿ‡ฆ๐Ÿ‡บAustralia dzastin

    @gisle - I am another maintainer for the same Drupal project @gobnat made this issue for.

    Seeing as a fresh install actually includes this info I've gone ahead and added

    # Information added by Drupal.org packaging script on 2023-08-23
    version: '8.x-1.0'
    project: 'acl'
    datestamp: 1692790167

    to our acl.info.yml

    All is good now, appreciate you confirming the issue was on our end! Feel free to close.

  • Status changed to Closed: cannot reproduce over 1 year ago
  • ๐Ÿ‡ง๐Ÿ‡ฌBulgaria pfrenssen Sofia

    Thanks for the update! Closing.

Production build 0.71.5 2024