Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
GLib
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 935
    • Issues 935
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 59
    • Merge Requests 59
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • GLib
  • Issues
  • #437

Closed
Open
Opened Aug 08, 2011 by bugzilla-migration@bugzilla-migrationReporter

Gio-2.0.gir:47771.7-47775.24: error: `UnixSocketAddress' already contains a definition for `abstract'

Submitted by Dominique Leuenberger

Link to original bug (#656163)

Description

(Sorry if glib/gio is not the right reporting point, but gio-2.0.c in gobject-introspection seems to be generated off this source)

While building libchamplain with gobject-introspection 1.29.16, the following build error appears:

Gio-2.0.gir:47771.7-47775.24: error: UnixSocketAddress' already contains a definition for abstract' Gio-2.0.gir:47651.7-47653.103: note: previous definition of `abstract' was here

The two definitions seem to come from those parts in gio-2.0.c:

/**

  • GUnixSocketAddress:abstract:
  • Whether or not this is an abstract address
  • distinguishes between zero-padded and non-zero-padded
  • abstract addresses.
  • Deprecated: Use #GUnixSocketAddress:address-type, which */

/**

  • g_unix_socket_address_new_abstract:
  • @path: (array length=path_len) (element-type gchar): the abstract name
  • @path_len: the length of @path, or -1
  • Creates a new %G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED
  • #GUnixSocketAddress for @path.
  • Returns: a new #GUnixSocketAddress
  • Deprecated: Use g_unix_socket_address_new_with_type(). */

(There is a high chance I completely mis-understood all of this...the only fact is the build error above)

Version: 2.29.x

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/glib#437