Em 06-08-2015 21:02, Tim Tassonis escreveu:
>
>
> On August 7, 2015 1:32:21 AM Fernando de Oliveira <[email protected]>
> wrote:
>
>> Em 06-08-2015 19:53, Tim Tassonis escreveu:
>> >
>> >
>> > On August 7, 2015 12:27:30 AM Fernando de Oliveira
>> > wrote:
>>
>>
>> >> Here, it works fine:
>> >
>> > Are you sure they aren't there from a previous install? I really can't
>> > see what possibly could be wrong with my setup, all other packages
>> > always behave as described/expected.
>>
>> Don't understand your questions. Both are from *install logs*, They are
>> not searching or listing installed files. They are telling what is being
>> installed.
>
> Ok, sorry didnt realize that. Well, in that case this will remain a
> mistery.
*No mystery* here:
{{{
$ cd gstreamer-1.4.5/
Before configure:
$ ls Makefile*
Makefile.am Makefile.in
$ ./configure --prefix=/usr \
--with-package-name="GStreamer 1.4.5 BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
...
Configuration
Version : 1.4.5
Source code location : .
Prefix : /usr
Compiler : gcc
Package name : GStreamer 1.4.5 BLFS
Package origin :
http://www.linuxfromscratch.org/blfs/view/svn/
Documentation (manuals) : no
Documentation (API) : no
Debug Logging : yes
Command-line parser : yes
Option parsing in gst_init : yes
Tracing subsystem : yes
Allocation tracing : yes
Plugin registry : yes
Plugin support : yes
Static plugins : no
Unit testing support : yes
Debug : yes
Profiling : no
Building benchmarks : yes
Building examples : yes
Building test apps : yes
Building tests that fail : no
Building tools : yes
$ ls Makefile*
Makefile Makefile.am Makefile.in
$ find -name gst-inspect\* | grep -v win32
./tools/gst-inspect.1.in
./tools/gst-inspect.c
$ time make -j8
...
make[2]: Entering directory '/tmp/gstreamer-1.4.5/tools'
CC gst_inspect_1.0-gst-inspect.o
CC gst_typefind_1.0-gst-typefind.o
CC gst_launch_1.0-gst-launch.o
GEN gst-typefind-1.0.1
GEN gst-launch-1.0.1
GEN gst-inspect-1.0.1
CCLD gst-typefind-1.0
CCLD gst-launch-1.0
CCLD gst-inspect-1.0
make[2]: Leaving directory '/tmp/gstreamer-1.4.5/tools'
make[2]: Entering directory '/tmp/gstreamer-1.4.5'
GEN gst-element-check-1.0.m4
make[2]: Leaving directory '/tmp/gstreamer-1.4.5'
make[1]: Leaving directory '/tmp/gstreamer-1.4.5'
real 0m27.099s
user 1m27.328s
sys 0m6.428s
$ find -name gst-inspect\* | grep -v win32
./tools/gst-inspect-1.0
./tools/.libs/gst-inspect-1.0
./tools/gst-inspect.1.in
./tools/gst-inspect.c
./tools/gst-inspect-1.0.1
$ make DESTDIR=/tmp/gstreamer-1.4.5/DEST-gstreamer-1.4.5 install
$ find -name gst-inspect\* | grep -v win32
./DEST-gstreamer-1.4.5/usr/bin/gst-inspect-1.0
./DEST-gstreamer-1.4.5/usr/share/man/man1/gst-inspect-1.0.1
./tools/gst-inspect-1.0
./tools/.libs/gst-inspect-1.0
./tools/gst-inspect.1.in
./tools/gst-inspect.c
./tools/gst-inspect-1.0.1
}}}
As you see:
./DEST-gstreamer-1.4.5/usr/bin/gst-inspect-1.0
It is *is installed*.
Perhaps you would like to understand the *mystery there* with you.
--
[]s,
Fernando
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page