After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725704 - cannot find input file: `sources/glue/Makefile.in' error after running ". / Configure"
cannot find input file: `sources/glue/Makefile.in' error after running ". / C...
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-sharp
1.2.3
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-05 04:24 UTC by Weiller
Modified: 2015-01-10 12:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Weiller 2014-03-05 04:24:07 UTC
When I put to run the command ". / Configure", after performing the command ". / Autogen.sh", it does all the normal procedure, and in the end, it returns this error indicating the lack of this file "makefile. in "this directory" sources / glue ". Most likely, it's the lack of file "makefile.in" in "sources / glue" directory.

weiller@debian:~/Downloads/gstreamer-sharp-0.99.0$ ./configure 
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
./configure: line 2541: LT_INIT: command not found
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for MONO_DEPENDENCY... yes
checking for mono... /usr/bin/mono
checking for gmcs... /usr/bin/gmcs
checking for gacutil... /usr/bin/gacutil
checking for GLIB_SHARP... yes
checking for GAPI... yes
checking for gapi3-parser... /usr/bin/gapi3-parser
checking for gapi3-fixup... /usr/bin/gapi3-fixup
checking for gapi3-codegen... /usr/bin/gapi3-codegen
checking for mdassembler... /usr/bin/mdassembler
checking for monodocer... /usr/bin/monodocer
checking for GST... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sources/Makefile
config.status: error: cannot find input file: `sources/glue/Makefile.in'
Comment 1 André Klapper 2014-03-05 10:14:02 UTC
(In reply to comment #0)
> When I put to run the command ". / Configure"

That's not a command. Maybe you meant
   ./configure
instead?

Also, your foldername says "gstreamer-sharp-0.99.0" but you filed this under version 1.2.3. Please always clarify the exact versionbug reports are about.
Comment 2 Weiller 2014-03-05 18:21:16 UTC
Oops... sorry.
Comment 3 Tim-Philipp Müller 2014-11-24 16:57:20 UTC
Could you re-test with git master please?

Also, the "./configure: line 2541: LT_INIT: command not found" indicates that you might be missing libtool.
Comment 4 André Klapper 2015-01-10 12:38:39 UTC
(In reply to comment #3)
> Could you re-test with git master please?
> 
> Also, the "./configure: line 2541: LT_INIT: command not found" indicates that
> you might be missing libtool.

Hi Weiller, 
I am closing this bug report as no updated information has been provided.
Please feel free to reopen this bug if you can provide the information that was asked for in a previous comment.