ok, I removed that LT_INIT option. It is not that good or bad, so remove as it's causing problems for you.
On Tue, Jan 1, 2013 at 1:27 PM, Doug Newgard <scimmi...@outlook.com> wrote: > Oh, I should mention that it's not something in the PKGBUILD, I just did a > ./autogen.sh > make > make DESTDIR=/tmp/efl install > and ended up with the same thing. The PKGBUILD was used when I made the > logs, which is why I included it. > > ---------------------------------------- > From: scimmi...@outlook.com > To: enlightenment-devel@lists.sourceforge.net > Date: Tue, 1 Jan 2013 09:21:23 -0600 > Subject: Re: [E-devel] E SVN: barbieri trunk/efl > > > Yep, same versions of automake and autoconf here. I was afraid that it was > something in my config, so I tried building in a clean chroot and was > still getting > the scripts installed. That should be against a bone stock Arch > installation with > a fresh SVN checkout. > > I've attached the PKGBUILD (from the AUR), build log, and install log as > I'm not > sure where to go from here. I have the release profile specified so that > people > building from the AUR don't need valgrind, but the same thing happens with > the > dev profile. > > ---------------------------------------- > > Date: Tue, 1 Jan 2013 12:48:49 -0200 > > From: barbi...@profusion.mobi > > To: enlightenment-devel@lists.sourceforge.net > > Subject: Re: [E-devel] E SVN: barbieri trunk/efl > > > > this is strange. I'm also on arch linux, automake-1.12.6, autoconf-2.69 > and > > it works. > > > > just did: > > ./autogen.sh --prefix=/tmp/efl-install > > make > > make install DESTDIR=/tmp/efl-destdir > > > > and /tmp/efl-destdir/tmp/install/bin/{eet,embryo_cc} and similar are all > > binaries. > > > > this must be an autotools error, or some setup error. This option tells > > autotools to allow relink during install (thus not-fast, because relink > may > > take time). If it's installing the scripts instead of binaries it may be > a > > very strange error. Anyway, if we confirm its an autotools bug, we'll > have > > to remove this option. > > > > thanks for helping debug this thing :-) > > > > > > > > On Tue, Jan 1, 2013 at 12:13 PM, Doug Newgard <scimmi...@outlook.com> > wrote: > > > > > Yep, and it does fix it. > > > > > > > > > ---------------------------------------- > > > > Date: Tue, 1 Jan 2013 12:09:04 -0200 > > > > From: barbi...@profusion.mobi > > > > To: enlightenment-devel@lists.sourceforge.net > > > > Subject: Re: [E-devel] E SVN: barbieri trunk/efl > > > > > > > > Weird. Did you --enable-fast-install and see if it is fixed? > > > > > > > > On Tuesday, January 1, 2013, Doug Newgard wrote: > > > > > > > > > This commit is breaks install for me. Using make DESTDIR="/foo/bar" > > > > > install, > > > > > the only binary I get in the bin dir is evas_cerve2_client, all of > the > > > > > others > > > > > that should be binaries are temporary libtool scripts. > > > > > > > > > > Doug (Scimmia on IRC) > > > > > > > > > > --------------------------------------- > > > > > > > > > > Log: > > > > > efl/libtool: disable-fast-install by default. > > > > > > > > > > From Autobook: > > > > > http://www.sourceware.org/autobook/autobook/autobook_85.html > > > > > > > > > > libtool will build executables suitable for copying into their > > > > > respective installation destinations, obviating the need for > > > > > relinking them on those hosts which would have required > > > > > it. Whenever libtool links an executable which uses shared > > > > > libraries, it also creates a wrapper script which ensures that the > > > > > environment is correct for loading the correct libraries, See > > > > > section 10.5 Executing Uninstalled Binaries. On those hosts which > > > > > require it, the wrapper script will also relink the executable in > > > > > the build tree if you attempt to run it from there before > > > > > installation. > > > > > > > > > > Sometimes this behaviour is not what you want, particularly if you > > > > > are developing the package and not installing between test > > > > > compilations. By passing `--disable-fast-install', the default > > > > > behaviour is reversed; executables will be built so that they can > > > > > be run from the build tree without relinking, but during > > > > > installation they may be relinked. > > > > > > > > > > The user may still override this default, depending on platform > > > > > support, by specifying --enable-fast-install to configure. > > > > > > > > > > NOTE: In my measurements it made no difference in install time > either. > > > > > > > > > > > > > > > > > > > > Author: barbieri > > > > > Date: 2012-12-30 04:29:39 -0800 (Sun, 30 Dec 2012) > > > > > New Revision: 81900 > > > > > Trac: http://trac.enlightenment.org/e/changeset/81900 > > > > > > > > > > Modified: > > > > > trunk/efl/configure.ac > > > > > > > > > > Modified: trunk/efl/configure.ac > > > > > =================================================================== > > > > > --- trunk/efl/configure.ac 2012-12-30 12:26:25 UTC (rev 81899) > > > > > +++ trunk/efl/configure.ac 2012-12-30 12:29:39 UTC (rev 81900) > > > > > @@ -358,7 +358,7 @@ > > > > > if test "x${have_windows}" = "xyes" ; then > > > > > lt_cv_deplibs_check_method='pass_all' > > > > > fi > > > > > -LT_INIT([win32-dll disable-static]) > > > > > +LT_INIT([win32-dll disable-static disable-fast-install]) > > > > > version_info="lt_cur:lt_rev:lt_age" > > > > > AC_SUBST([version_info]) > > > > > release_info="v_rel" > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, > SSRS > > > > > and more. Get SQL Server skills now (including 2012) with > LearnDevNow - > > > > > 200+ hours of step-by-step video tutorials by Microsoft MVPs and > > > experts. > > > > > SALE $99.99 this month only - learn more at: > > > > > http://p.sf.net/sfu/learnmore_122512 > > > > > _______________________________________________ > > > > > enlightenment-devel mailing list > > > > > enlightenment-devel@lists.sourceforge.net <javascript:;> > > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > > > > > > > > > > > > -- > > > > Gustavo Sverzut Barbieri > > > > http://profusion.mobi embedded systems > > > > -------------------------------------- > > > > MSN: barbi...@gmail.com > > > > Skype: gsbarbieri > > > > Mobile: +55 (19) 9225-2202 > > > > > > > > ------------------------------------------------------------------------------ > > > > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, > SSRS > > > > and more. Get SQL Server skills now (including 2012) with > LearnDevNow - > > > > 200+ hours of step-by-step video tutorials by Microsoft MVPs and > experts. > > > > SALE $99.99 this month only - learn more at: > > > > http://p.sf.net/sfu/learnmore_122512 > > > > _______________________________________________ > > > > enlightenment-devel mailing list > > > > enlightenment-devel@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > > ------------------------------------------------------------------------------ > > > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > > > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > > > 200+ hours of step-by-step video tutorials by Microsoft MVPs and > experts. > > > SALE $99.99 this month only - learn more at: > > > http://p.sf.net/sfu/learnmore_122512 > > > _______________________________________________ > > > enlightenment-devel mailing list > > > enlightenment-devel@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > > > > > > -- > > Gustavo Sverzut Barbieri > > http://profusion.mobi embedded systems > > -------------------------------------- > > MSN: barbi...@gmail.com > > Skype: gsbarbieri > > Mobile: +55 (19) 9225-2202 > > > ------------------------------------------------------------------------------ > > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > > 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > > SALE $99.99 this month only - learn more at: > > http://p.sf.net/sfu/learnmore_122512 > > _______________________________________________ > > enlightenment-devel mailing list > > enlightenment-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > ------------------------------------------------------------------------------ > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only - learn more at: > http://p.sf.net/sfu/learnmore_122512 > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > ------------------------------------------------------------------------------ > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only - learn more at: > http://p.sf.net/sfu/learnmore_122512 > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel