WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: problems with meld  (Read 4262 times)

Offline beta-tester

  • Newbie
  • *
  • Posts: 31
problems with meld
« on: March 30, 2020, 07:16:42 AM »
hello,

i have TC11 x86 installed on an USB memory stick. as file mamager i installed the package xfe.
i saw, that there is the command meld int xfe for comparing files. meld isn't installed by default and not by dependency of xfe, so i installed the package meld by the tce app.
but after installing the package meld, xfe still can not find meld for comparing files nor is an additional icon visible for the application meld nor is the command meld known in the terminal.

any idea what is going wrong there?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: problems with meld
« Reply #1 on: March 30, 2020, 07:22:35 AM »
Hi beta-tester
What happens if you execute this:
Code: [Select]
tce-load -i meld

Offline beta-tester

  • Newbie
  • *
  • Posts: 31
Re: problems with meld
« Reply #2 on: March 30, 2020, 07:29:34 AM »
Hi beta-tester
What happens if you execute this:
Code: [Select]
tce-load -i meld

with tce-load -i meld i get:
Code: [Select]
meld.tcz not found!
i watched the tce/optional folder and indeed, there is no meld.tcz file in it, only a meld.tcz.dep file is there.

Offline beta-tester

  • Newbie
  • *
  • Posts: 31
Re: problems with meld
« Reply #3 on: March 30, 2020, 07:33:45 AM »
oops, i missed, that at installation meld package failed.
i tried again to install the package and got the result faild.

is there a log file to watch why it failed?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: problems with meld
« Reply #4 on: March 30, 2020, 07:34:36 AM »
Hi beta-tester
It probably couldn't find one of the dependencies in the repo. Remove the  meld.tcz.dep  file and then see what this reports:
Code: [Select]
tce-load -w meld

Offline beta-tester

  • Newbie
  • *
  • Posts: 31
Re: problems with meld
« Reply #5 on: March 30, 2020, 07:41:41 AM »
tce-load -w meld gives me the following error:
Code: [Select]
...
Downloading: pygobject2.tcz
Connecting to ftp.nluug.nl (145.220.21.40:80))
wget: server returned error: HTTP/1.1 404 Not found
md5sum: pygobject2.tcz.md5.txt: No such file or directory
Error on pygobject2.tcz

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: problems with meld
« Reply #6 on: March 30, 2020, 07:51:16 AM »
I think it might make sense to see if a later version of meld would work with the pygobject extension.

Offline beta-tester

  • Newbie
  • *
  • Posts: 31
Re: problems with meld
« Reply #7 on: March 30, 2020, 08:16:54 AM »
I think it might make sense to see if a later version of meld would work with the pygobject extension.
how can i select later versions of meld to try?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: problems with meld
« Reply #8 on: March 30, 2020, 09:31:59 AM »
Somebody needs to compile and submit an extension - I'll try to take a look tomorrow.

Offline beta-tester

  • Newbie
  • *
  • Posts: 31
Re: problems with meld
« Reply #9 on: March 30, 2020, 04:22:35 PM »
are there instructions available, how to compile packages... ?
it looks like many packages are far behind the versions i have in ubuntu or debian.
for unknown reason i get always an empty page, when i try to open a wiki page on wiki.tinycorelinux.net. is it only on my browser?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: problems with meld
« Reply #10 on: March 30, 2020, 11:02:36 PM »
updated meld posted

Offline beta-tester

  • Newbie
  • *
  • Posts: 31
Re: problems with meld
« Reply #11 on: March 31, 2020, 05:30:11 AM »
i can now install and execute meld.
thank you Juanito.

Offline Rudock1

  • Jr. Member
  • **
  • Posts: 62
Re: problems with meld
« Reply #12 on: April 02, 2020, 08:55:23 AM »
Hi guys,

I am happy to see meld show up, I've had my eye on it as a diff tool for quite a while.  I use TC 11 Corepure 64 so I did grab this extension out of the x86 repository.  Maybe 32-bit has caused an issue because I cannot get it to run.  Pretty sure I have the full gtk+-3.24.13 environment installed.

I have the desktop icon after loading the tcz.  But nothing launches.  When I run meld from terminal it says
Quote
Couldn't set the locale: unsupported locale setting; falling back to 'C' locale
Meld requires GTK+ 3.20 or higher
and exits

I did notice that tk8.6.tcz was not included in the meld.tcz.dep file and after loading it I get a graphical version of the same error message noted above.  Perhaps there are other deps missing I need.  I ran the find-not-found.sh script which picks up missing libs and plugins (andyj http://forum.tinycorelinux.net/index.php/topic,21739) and I don't see anything obvious but could share that output if useful.

Wondering if the 32-bit version of meld is not compatible with my Corepure 64 setup?  Kinda stuck at this point with my limited bag of tricks... wondering if you might have some troubleshooting advice.

thx
Billy

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: problems with meld
« Reply #13 on: April 02, 2020, 09:00:49 AM »
Hi Rudock1
Corepure64 can not run 32 bit executables. Core64 can run 32 bit executables, but not 64 bit executables.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: problems with meld
« Reply #14 on: April 02, 2020, 10:50:35 AM »
The build notes are here if you'd like to build your own extension:

http://tinycorelinux.net/11.x/x86/tcz/src/meld/