Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gnome-panel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-panel
  • Issues
  • #6
Closed
Open
Issue created Aug 06, 2018 by Jan Tojnar@jtojnar❄Developer

Undeclared dependency on gio-unix-2.0

I am building GNOME Panel 3.28.0 on NixOS and getting the following error:

  CC       status_notifier_la-sn-watcher-v0-gen.lo
sn-dbus-menu-gen.c:16:12: fatal error: gio/gunixfdlist.h: No such file or directory
 #  include <gio/gunixfdlist.h>
            ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:675: status_notifier_la-sn-dbus-menu-gen.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
sn-host-v0-gen.c:16:12: fatal error: gio/gunixfdlist.h: No such file or directory
 #  include <gio/gunixfdlist.h>
            ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:682: status_notifier_la-sn-host-v0-gen.lo] Error 1
sn-item-v0-gen.c:16:12: fatal error: gio/gunixfdlist.h: No such file or directory
 #  include <gio/gunixfdlist.h>
            ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:689: status_notifier_la-sn-item-v0-gen.lo] Error 1
sn-watcher-v0-gen.c:16:12: fatal error: gio/gunixfdlist.h: No such file or directory
 #  include <gio/gunixfdlist.h>
            ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:696: status_notifier_la-sn-watcher-v0-gen.lo] Error 1
make[4]: Leaving directory '/build/gnome-panel-3.28.0/modules/status-notifier'
make[3]: *** [Makefile:502: all] Error 2
make[3]: Leaving directory '/build/gnome-panel-3.28.0/modules/status-notifier'
make[2]: *** [Makefile:449: all-recursive] Error 1
make[2]: Leaving directory '/build/gnome-panel-3.28.0/modules'
make[1]: *** [Makefile:540: all-recursive] Error 1
make[1]: Leaving directory '/build/gnome-panel-3.28.0'
make: *** [Makefile:472: all] Error 2

Downstream issue: https://github.com/NixOS/nixpkgs/issues/36468

Assignee
Assign to
Time tracking