Opened 15 years ago

Closed 14 years ago

#19311 closed defect (fixed)

mp3splt-gtk 0.5.4 configure error

Reported by: marc.hanisch@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: niels@…, flavien@…, garymm@…
Port: mp3splt-gtk

Description

When installing mp3splt-gtk 0.5.4 configure fails:

configure: error: GStreamer >= 0.10 development files are not installed.

    Install it or configure with "--disable-gstreamer".

Error: Status 1 encountered during processing.

I have installed GStreamer 0.10.22, but there are no development files in the actual macports tree.

Change History (18)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Keywords: mp3splt-gtk removed
Owner: changed from macports-tickets@… to yves@…

comment:2 Changed 15 years ago by mf2k (Frank Schima)

FYI, it works fine for me. What version of MacPorts are you running? What version of Mac OS X? What version of Xcode?

What is the output of the following?

port installed GStreamer

comment:3 Changed 15 years ago by marc.hanisch@…

Hey, I'm using MacPorts 1.7.1 on Mac OS X 10.5.6 and XCode 3.1.2 The output of

port installed GStreamer

is

The following ports are currently installed:
  gstreamer @0.10.22_0 (active)

comment:4 Changed 15 years ago by mf2k (Frank Schima)

clean the port and try again:

sudo port clean mp3splt-gtk
sudo port install mp3splt-gtk

comment:5 in reply to:  4 Changed 15 years ago by marc.hanisch@…

no success:

MacBookPro:~ marc$ sudo port clean mp3splt-gtk
--->  Cleaning mp3splt-gtk
MacBookPro:~ marc$ sudo port install mp3splt-gtk
--->  Fetching mp3splt-gtk
--->  Verifying checksum(s) for mp3splt-gtk
--->  Extracting mp3splt-gtk
--->  Configuring mp3splt-gtk
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_mp3splt-gtk/work/mp3splt-gtk-0.5.4" && ./configure --prefix=/opt/local --enable-gstreamer " returned error 1
Command output: checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking whether NLS is requested... yes
checking for msgfmt... /opt/local/bin/msgfmt
checking for gmsgfmt... /opt/local/bin/msgfmt
checking for xgettext... /opt/local/bin/xgettext
checking for msgmerge... /opt/local/bin/msgmerge
checking build system type... i386-apple-darwin9.6.0
checking host system type... i386-apple-darwin9.6.0
checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl -liconv -lc 
checking the host... Other
checking for pkg-config... /opt/local/bin/pkg-config
checking for GTK+ - version >= 2.6.0... yes (version 2.14.7)
checking for mp3splt_new_state in -lmp3splt... yes
checking pkg-config is at least version 0.9.0... yes
checking for GST... no
configure: error: GStreamer >= 0.10 development files are not installed.

    Install it or configure with "--disable-gstreamer".

Error: Status 1 encountered during processing.

...sorry ;-)

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:7 Changed 15 years ago by marc.hanisch@…

After updating some gnome-specific ports mp3splt-gtk is working now. So I think this bug can be closed.

comment:8 Changed 15 years ago by mf2k (Frank Schima)

Resolution: worksforme
Status: newclosed

comment:9 Changed 15 years ago by niels@…

Could you please reopen this ticket? I am experiencing the same problem here:

[...]
configure: error: GStreamer >= 0.10 development files are not installed.

    Install it or configure with "--disable-gstreamer".
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_mp3splt-gtk/work/mp3splt-gtk-0.5.4" && ./configure --prefix=/opt/local --enable-gstreamer " returned error 1
[...]
configure: error: GStreamer >= 0.10 development files are not installed.

Versions: MacPorts 1.710, Mac OS X 10.5.7, Xcode 3.1.3

rhea-3:~ nho$ port installed gstreamer
The following ports are currently installed:
  gstreamer @0.10.23_0 (active)

@marc.hanisch: What gnome specific ports did you upgrade?

comment:10 Changed 15 years ago by niels@…

Cc: niels@… added

Cc Me!

comment:11 Changed 15 years ago by blb@…

niels@, do the following files exist?

/opt/local/lib/pkgconfig/gstreamer-0.10.pc
/opt/local/lib/pkgconfig/gstreamer-base-0.10.pc
/opt/local/lib/pkgconfig/gstreamer-plugins-base-0.10.pc

Also, what does port outdated say?

comment:12 Changed 15 years ago by flavien@…

Cc: flavien@… added

Cc Me!

comment:13 Changed 14 years ago by garymm@…

Cc: garymm@… added

Cc Me!

comment:14 Changed 14 years ago by garymm@…

Just tried this on a fresh install of OS 10.6.2 with the Xcode that comes on the install DVD (3.2), latest macports 1.8.1, get same error.

I guess I'll learn to use the mp3splt command line version.

Can somebody re-open this?

comment:15 Changed 14 years ago by mf2k (Frank Schima)

Resolution: worksforme
Status: closedreopened

comment:16 Changed 14 years ago by jmroot (Joshua Root)

Owner: changed from yves@… to macports-tickets@…
Status: reopenednew

comment:17 in reply to:  description Changed 14 years ago by marcel.macports@…

You must manually install "gst-plugins-base" or this package fails. Tested with clean OS X 10.6.2 and latest ports.

comment:18 Changed 14 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed

Thanks for discovering that. r62559.

Note: See TracTickets for help on using tickets.