Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
B
backends
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 189
    • Issues 189
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 21
    • Merge Requests 21
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • sane-project
  • backends
  • Issues
  • #235

Closed
Open
Opened Jan 31, 2020 by Olaf Meeuwissen@paddy-hackOwner

Configure erroneously says uucp group does not exist

In a message to the mailing list Rainer Woitok mentioned the following:

[...] For a first test I checked out changeset 1942c5fd. However while running

   ./autogen.sh && ./configure

I got two warnings which I do not quite understand:

   configure: WARNING: Group uucp does not exist on this system.
   configure: WARNING: Locking feature will be disabled.

The group does in fact exist:

   $ ls -l /etc/group /etc/gshadow
   -rw-r--r-- 1 root root 755 2020-01-14 10:03 /etc/group
   -r--r----- 1 root root 622 2020-01-14 10:03 /etc/gshadow
   $ grep uucp /etc/group /etc/gshadow
   /etc/group:uucp:x:14:uucp
   /etc/gshadow:uucp:::uucp
   $

The same warning is only issued on our fedora-31-clang builds. There the uucp group is not in /etc/group and /etc/gshadow has 0000 permissions.
On our debian-10-full build the uucp group exist and has no members other than uucp.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: sane-project/backends#235