Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #1972

Closed
Open
Created Nov 12, 2012 by Administrator@rootOwner

charlock_holmes install fails on Gentoo

Created by: elestedt

Hi,

I'm trying to install gitlab on a Gentoo machine - and mostly it works. But I have had some problems installing charlock_holmes.

And I just figured out why. The make system for charlock holmes has an error in it's liker flags, so it won't link. It includes libicuu18n twice - but does not include liblicuuc, so linkage fails because some convert function cannot be found. Secondly it assumes that libz is added to linkflags somewhere else, so linkage fails because of this as well. So i changed the makefile for charlock_holmes 0.6.9 to include "-licuuc -lz" and then it compiled.

Assignee
Assign to
Time tracking