! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Cannot compile HEAD version - ltmain.sh missing
Status:
RESOLVED: FIXED
Product:
Xfce4-eyes-plugin
Component:
General

Comments

Description Jörg 2013-12-24 14:05:57 CET
I'm trying to compile the latest version from git, and I get the error

Running aclocal   -I /home/jpreiss/work/xfce/deploy/share/xfce4/dev-tools/m4macros -I /usr/share//xfce4/dev-tools/m4macros...
Running autoheader...
Running automake --force-missing --add-missing --copy --gnu...
configure.ac:40: error: required file './ltmain.sh' not found

Is there simply a file not added to git?

I copied the one from xfce4-indicator-plugin as a workaround.
Comment 1 Harald Judt 2013-12-25 13:02:51 CET
Until I fix this, try running autoreconf -i before autogen.sh, this should get it working. It's a problem with the git repo only, not the distribution packages. I should be able to fix it similarly to xfce4-cpufreq-plugin, but don't have time to test it now.
Comment 2 Jérôme Guelfucci editbugs 2013-12-25 21:05:43 CET
Hello,

Did you run ./autogen.sh --enable-maintainer-mode as specified in http://docs.xfce.org/xfce/building? This should take care of this kind of stuff.

Cheers,

Jérôme
Comment 3 Jörg 2013-12-25 21:15:33 CET
Yes, I did.(In reply to Jérôme Guelfucci from comment #2)

> Did you run ./autogen.sh --enable-maintainer-mode as specified
Comment 4 Jérôme Guelfucci editbugs 2013-12-25 21:41:42 CET
Created attachment 5280 
Patch which fixes the issue for me

This fixes the issue for me.
Comment 5 Jörg 2013-12-25 21:53:01 CET
Works like a charm. Thank you.

Bug #10570

Reported by:
Jörg
Reported on: 2013-12-24
Last modified on: 2013-12-26

People

Assignee:
Harald Judt
CC List:
2 users

Version

Version:
unspecified

Attachments

Patch which fixes the issue for me (1.10 KB, patch)
2013-12-25 21:41 CET , Jérôme Guelfucci
no flags

Additional information