Opened 11 years ago

Last modified 11 years ago

#40588 closed defect

gettext: use of undeclared identifiers POSIX_SPAWN_RESETIDS POSIX_SPAWN_SETPGROUP POSIX_SPAWN_SETSIGDEF POSIX_SPAWN_SETSIGMASK — at Version 2

Reported by: duke.brandonshire@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: gettext

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hi there. I'm very new to this so I'll do may best. I'm trying to install mp4v2 as per the instructions here: (http://code.google.com/p/etv-comskip/downloads/detail?name=ETVComskip_h264_HD_mods-1.0rc1.zip&can=2&q=) but it fails every time with the following message:

--->  Computing dependencies for wine-devel
--->  Dependencies to be installed: fontconfig freetype libpng xz gettext pkgconfig gnutls libtasn1 nettle autoconf perl5 perl5.12 gdbm automake gstreamer010 bison flex glib2 libffi libxml2 gstreamer010-gst-plugins-base gnome-vfs desktop-file-utils popt gconf dbus-glib dbus gtk-doc gnome-doc-utils libxslt py27-libxml2 python27 libedit python_select sqlite3 rarian gobject-introspection cairo libpixman lzo2 xorg-libXext xorg-libX11 xorg-libXau xorg-libxcb xorg-xcb-proto xorg-xcb-util xrender gtk2 atk gdk-pixbuf2 jasper tiff pango Xft2 harfbuzz graphite2 cmake libidn shared-mime-info xorg-libXcomposite xorg-libXfixes xorg-libXcursor xorg-libXdamage xorg-libXi xorg-libXinerama xorg-libXrandr intltool p5.12-getopt-long p5.12-pathtools p5.12-scalar-list-utils p5.12-xml-parser orbit2 libidl policykit gnome-mime-data libtheora libvorbis libogg orc lcms2 mesa xorg-libXmu xorg-libXt xorg-libXxf86vm
--->  Fetching archive for gettext
Warning: Your DNS servers incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports.
--->  Attempting to fetch gettext-0.18.3.1_1+universal.darwin_12.i386-x86_64.tbz2 from http://packages.macports.org/gettext
--->  Attempting to fetch gettext-0.18.3.1_1+universal.darwin_12.i386-x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/gettext
--->  Attempting to fetch gettext-0.18.3.1_1+universal.darwin_12.i386-x86_64.tbz2 from http://lil.fr.packages.macports.org/gettext
--->  Fetching distfiles for gettext
--->  Verifying checksums for gettext
--->  Extracting gettext
--->  Configuring gettext
--->  Building gettext
Error: org.macports.build for port gettext returned: command execution failed
Error: Failed to install gettext
Please see the log file for port gettext for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/main.log
Error: The following dependencies were not installed: fontconfig freetype libpng xz gettext pkgconfig gnutls libtasn1 nettle autoconf perl5 perl5.12 gdbm automake gstreamer010 bison flex glib2 libffi libxml2 gstreamer010-gst-plugins-base gnome-vfs desktop-file-utils popt gconf dbus-glib dbus gtk-doc gnome-doc-utils libxslt py27-libxml2 python27 libedit python_select sqlite3 rarian gobject-introspection cairo libpixman lzo2 xorg-libXext xorg-libX11 xorg-libXau xorg-libxcb xorg-xcb-proto xorg-xcb-util xrender gtk2 atk gdk-pixbuf2 jasper tiff pango Xft2 harfbuzz graphite2 cmake libidn shared-mime-info xorg-libXcomposite xorg-libXfixes xorg-libXcursor xorg-libXdamage xorg-libXi xorg-libXinerama xorg-libXrandr intltool p5.12-getopt-long p5.12-pathtools p5.12-scalar-list-utils p5.12-xml-parser orbit2 libidl policykit gnome-mime-data libtheora libvorbis libogg orc lcms2 mesa xorg-libXmu xorg-libXt xorg-libXxf86vm
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port wine-devel failed

I have looked around here a bit and have tried "sudo port clean gettext" but still get the above.

I've also attached the log file.

Change History (3)

Changed 11 years ago by duke.brandonshire@…

Attachment: main added

comment:1 Changed 11 years ago by duke.brandonshire@…

Sorry, screwed up on the wikiformatting, cant' figure out how to edit to fix it. Sorry, as I said I'm very new to this.

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: port info --maintainers gettext removed
Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: gettext added
Summary: Installing mp4v2 fails because gettext won't installgettext: use of undeclared identifiers POSIX_SPAWN_RESETIDS POSIX_SPAWN_SETPGROUP POSIX_SPAWN_SETSIGDEF POSIX_SPAWN_SETSIGMASK

The log has interesting errors:

:info:build ./spawn.h:468:17: error: use of undeclared identifier 'POSIX_SPAWN_RESETIDS'
:info:build ./spawn.h:468:40: error: use of undeclared identifier 'POSIX_SPAWN_SETPGROUP'
:info:build ./spawn.h:469:19: error: use of undeclared identifier 'POSIX_SPAWN_SETSIGDEF'
:info:build ./spawn.h:469:43: error: use of undeclared identifier 'POSIX_SPAWN_SETSIGMASK'

I've not seen these before.

Note: See TracTickets for help on using tickets.