On Fri, 14 Dec 2012 19:35:51 -0200
Gustavo Sverzut Barbieri <barbi...@profusion.mobi> wrote:

> It's because we force installing to e17 system dir. Somehow the resulting
> rule for make install is missing DESTDIR prefix.
> 
> You can look at the generated rule and look for directory and DESTDIR. And
> test with "make install"
> 
> On Friday, December 14, 2012, Bruno Dilly wrote:
> 
> > Hey Vincent and others,
> >
> > anybody knows how to fix make distcheck in our extra modules ?
> > Since I couldn't find at least one of them working, I believe it was
> > an issue in our skel and it was propagated to all of them.
> >
> > Here in my machine, when I try all of them fails at the same step.
> > Example trying to make distcheck photo:
> >
> > make[3]: Entering directory
> >
> > `/home/bdilly/projects/e/trunk/E-MODULES-EXTRA/photo/photo-0.1.0/_build/src'
> > make[3]: Nothing to be done for `install-exec-am'.
> > test -z "/opt/lib/enlightenment/modules/photo/linux-gnu-i686-0.17.0-gamma"
> > || /bin/mkdir -p
> > "/opt/lib/enlightenment/modules/photo/linux-gnu-i686-0.17.0-gamma"
> > /bin/mkdir: cannot create directory
> > `/opt/lib/enlightenment/modules/photo': Permission denied
> > make[3]: *** [install-pkgLTLIBRARIES] Error 1
> >
> > I've e17 installed in /opt/
> >
> > Regards
> >
> > --
> > Bruno Dilly
> > Lead Developer
> > ProFUSION embedded systems
> > http://profusion.mobi
> >
> >

I finally had time to take a good look at this; the simple answer here is to 
just use

$(libdir)/enlightenment/modules/$(PACKAGE) instead of the $(datadir) stuff

and everything works fine :)

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to