Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile on Fedora 25 #6

Closed
rickhewes opened this issue May 16, 2017 · 3 comments · Fixed by #9
Closed

Compile on Fedora 25 #6

rickhewes opened this issue May 16, 2017 · 3 comments · Fixed by #9

Comments

@rickhewes
Copy link

Hi,

I'm trying to compile this on Fedora 25, I have been doing the following : https://gist.github.com/rickhewes/80ff2597a7418f71cfec6bca77d245dd

Auto configure completes correctly, but when I build the make script recurses forever;

       /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
cd .. \
  && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
       /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
cd .. \

Any ideas?

Thanks.

@ndim
Copy link
Member

ndim commented Jun 8, 2017

Just to make clear what those compile steps are, let me repeat them here:

 git clone https://github.com/gphoto/gtkam.git
 sudo dnf install libgphoto2-devel gtk2-devel libexif-gtk2-devel
 cd gtkam
 ./autogen.sh
 ./configure
 make
 sudo make install

I just confirmed the issue on Fedora 24, both with the above instructions (in tree build) and also in an out of tree build.

I have no concrete idea yet what the issue is. It only appears to be somewhere in the i18n area which in gtkam is not standard autotools+gettext, but intltools from the Gnome desktop software universe.

@msmeissn
Copy link
Contributor

msmeissn commented Jun 8, 2017

hmm. timestamps weirdness. ? hard to say :/

@totoantibes
Copy link

same infinite loop issue when building on RPi 3b+ raspbian linux v. 5.10.11-v7+

hfiguiere added a commit to hfiguiere/gtkam that referenced this issue Feb 13, 2021
@ndim ndim closed this as completed in #9 Feb 14, 2021
ndim added a commit that referenced this issue Feb 14, 2021
Issue #6 - Fix intltool build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants