mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
158 stars 66 forks source link

Unable to compile pluma master #506

Closed Yetoo1 closed 5 years ago

Yetoo1 commented 5 years ago

Expected behaviour

To compile pluma successfully.

Actual behaviour

PLUMA_DATADIR appears to not to be declared anywhere. Output is here: http://archive.is/jiyYt

Steps to reproduce the behaviour

make pluma on the latest master commit.

MATE general version

master

Package version

master

Linux Distribution

Fedora 30

raveit65 commented 5 years ago

I can compile pluma from master branch without any problem in f30. full build log: https://www.dropbox.com/s/ud4otb3oqdam9ui/pluma-log?dl=0

[rave@mother pluma-dist]$ uname -r
5.2.15-200.fc30.x86_64
[rave@mother pluma-dist]$ git branch 
  1.18
  1.20
  1.22
* master
  python3-1.22
[rave@mother pluma-dist]$ ./autogen.sh && make
/usr/bin/mate-autogen
/usr/bin/yelp-build
checking for autoreconf >= 2.53...
  testing autoreconf... found 2.69

<cut>

Making all in tests
make[2]: Verzeichnis „/media/Data-2/Programme/Linux/Mate-Desktop/git-version/github-matedesktop/pluma-dist/tests“ wird betreten
  CC       smart-converter.o
  CCLD     smart-converter
  CC       document-input-stream.o
  CCLD     document-input-stream
  CC       document-output-stream.o
  CCLD     document-output-stream
  CC       document-loader.o
  CCLD     document-loader
  CC       document-saver.o
  CCLD     document-saver
make[2]: Verzeichnis „/media/Data-2/Programme/Linux/Mate-Desktop/git-version/github-matedesktop/pluma-dist/tests“ wird verlassen
make[2]: Verzeichnis „/media/Data-2/Programme/Linux/Mate-Desktop/git-version/github-matedesktop/pluma-dist“ wird betreten
make[2]: Verzeichnis „/media/Data-2/Programme/Linux/Mate-Desktop/git-version/github-matedesktop/pluma-dist“ wird verlassen
make[1]: Verzeichnis „/media/Data-2/Programme/Linux/Mate-Desktop/git-version/github-matedesktop/pluma-dist“ wird verlassen
[rave@mother pluma-dist]$ 

Btw. i made a repo with MATE-1.23.x packages at fedora coprs. https://copr.fedorainfracloud.org/coprs/raveit65/MATE-1.23.x/

Yetoo1 commented 5 years ago

My mistake, I ran configure from a previous build instead of autogen.sh.