Reply
Thread Tools
Posts: 74 | Thanked: 45 times | Joined on Dec 2010
#1
Here I paste the unison 2.48.3 compiled for Sailfish OS / Jolla:
https://yadi.sk/d/PtAhXBf0kRwKh

It is just a binary file which can be run putting it in your path or calling it since where it is. I suggest to read
http://www.cis.upenn.edu/~bcpierce/u...on-manual.html set up the profiles in a pc and then copy into ~/.unison

It is a good tool to synchronize files with a computer I used it every week in my maemo (n900): http://talk.maemo.org/showthread.php?t=27426

It does not have any GUI.

[Edit 2015-11-30:
Here I paste the unison 2.48.3 compiled for Sailfish OS / Jolla with ocalm 4.01 instead of ocalm 4.02:
https://yadi.sk/d/e_4rKFrnkqZRp

(There is some bug in connections between unison compiled with ocalm 4.01 and 4.02, just in case)]

Edit 2015-12-7:
Now Unison can be downloaded from this repository done by Temev:
zypper ar -f http://repo.merproject.org/obs/home:...ev:unison.repo

I have added a very "home made" GUI for unison at this repository:
https://openrepos.net/content/antoniovr/sailuni
It is still too simple (I don't know if it has any advantage from the text script...), I will add some brief profile edition capability, and publish source code in case someone wants to go on. I think this GUI can be done in minutes by someone with experience hehehe.

Last edited by antviro; 2015-12-07 at 01:24.
 

The Following 13 Users Say Thank You to antviro For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#2
What's the advantage over rsync&cron?

AFAIU you need to have unison running also in the remote end, which means you have to build&install it twice... and rsync already is available just about everywhere...
 
Posts: 121 | Thanked: 231 times | Joined on Oct 2013
#3
Originally Posted by juiceme View Post
What's the advantage over rsync&cron?

AFAIU you need to have unison running also in the remote end, which means you have to build&install it twice... and rsync already is available just about everywhere...
Deleted or renamed files combined to two way syncing (where changes can happen in any end) are difficult with rsync. Unison solves that problem.

It is available in repos of many distros, so most likely no need to build it for the remote end.
 

The Following User Says Thank You to TemeV For This Useful Post:
Posts: 479 | Thanked: 1,284 times | Joined on Jan 2012 @ Enschede, The Netherlands
#4
Thanks, I use unison to two-way-sync my music on my systems. Now I can have my phone in the loop again

Any chance you can put it on openrepos.net?

Btw, while there's no GUI on Jolla, you can use a GUI on your desktop. As it is two-way-sync, it doesn't matter which end initiates the sync.
 

The Following User Says Thank You to Fuzzillogic For This Useful Post:
Posts: 74 | Thanked: 45 times | Joined on Dec 2010
#5
For bidirectional sync I prefer unison. If there exists any dist not having unison on their repos i dont know...

By the way, is it ok the version for you? I mean in debian jessie is still the 2.40 (i guess there will be soon a backport), but i can compile 2.40 if it is needed (2.46 changed something and you can not use 2.40 with 2.48)

about the openrepos i will see how to create the rpm and how it works, but probably it will be once my jolla phone arrives!!!
 

The Following 2 Users Say Thank You to antviro For This Useful Post:
Posts: 74 | Thanked: 45 times | Joined on Dec 2010
#6
Originally Posted by Fuzzillogic View Post

Any chance you can put it on openrepos.net?
I have spent some hours trying unsuccesfully to build an rpm through mb2 or from rpmbuild following advices in "google". Do you have any 5 min guide for including just a precompiled binary?

Anyway, you can download the unison file and just put in a bin directory under your home...
 
Posts: 121 | Thanked: 231 times | Joined on Oct 2013
#7
I tried to build it in Mer OBS, but I think I messed building Ocaml somehow. I get this error when running ocamlc:
Code:
# ocamlc
bash: /usr/bin/ocamlc: /usr/local/bin/ocamlrun: bad interpreter: No such file or directory
Could you tell how Ocaml should be built for Sailfish?
 

The Following User Says Thank You to TemeV For This Useful Post:
Posts: 74 | Thanked: 45 times | Joined on Dec 2010
#8
Originally Posted by TemeV View Post
I tried to build it in Mer OBS, but I think I messed building Ocaml somehow. I get this error when running ocamlc:
Code:
# ocamlc
bash: /usr/bin/ocamlc: /usr/local/bin/ocamlrun: bad interpreter: No such file or directory
Could you tell how Ocaml should be built for Sailfish?
I just built it with:
Code:
./configure
make world.opt
make install
and it built in MerSDK without any problem. These are the files installed (I haven't been able to make an rpm, if you have an example of rpm build without qml like this kind of program, I would thank you if you share it to show what i am doing wrong...):


For instance, this is the installing step in make install of ocalm-4.01.0 for armv7hl architecture
Code:
Installing camlp4...
  install binary /usr/local/bin/camlp4prof
  install binary /usr/local/bin/mkcamlp4
  install binary /usr/local/bin/camlp4
  install binary /usr/local/bin/camlp4boot
  install binary /usr/local/bin/camlp4o
  install binary /usr/local/bin/camlp4of
  install binary /usr/local/bin/camlp4oof
  install binary /usr/local/bin/camlp4orf
  install binary /usr/local/bin/camlp4r
  install binary /usr/local/bin/camlp4rf
  install binary /usr/local/bin/camlp4o.opt
  install binary /usr/local/bin/camlp4of.opt
  install binary /usr/local/bin/camlp4oof.opt
  install binary /usr/local/bin/camlp4orf.opt
  install binary /usr/local/bin/camlp4r.opt
  install binary /usr/local/bin/camlp4rf.opt
Installing Camlp4Parsers...
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.o
Installing Camlp4Printers...
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi
 install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o
Installing Camlp4Filters...
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.o
Installing Camlp4Top...
  install /usr/local/lib/ocaml/camlp4/Camlp4Top/Rprint.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Top/Rprint.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Top/Rprint.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Top/Top.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Top/Top.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Top/Top.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Top/Rprint.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Top/Top.o
  install /usr/local/lib/ocaml/camlp4/camlp4lib.cma
  install /usr/local/lib/ocaml/camlp4/camlp4lib.cmxa
  install /usr/local/lib/ocaml/camlp4/Camlp4.cmi
  install /usr/local/lib/ocaml/camlp4/camlp4fulllib.cma
  install /usr/local/lib/ocaml/camlp4/camlp4fulllib.cmxa
  install /usr/local/lib/ocaml/camlp4/camlp4o.cma
  install /usr/local/lib/ocaml/camlp4/camlp4of.cma
  install /usr/local/lib/ocaml/camlp4/camlp4oof.cma
  install /usr/local/lib/ocaml/camlp4/camlp4orf.cma
  install /usr/local/lib/ocaml/camlp4/camlp4r.cma
 install /usr/local/lib/ocaml/camlp4/camlp4rf.cma
  install /usr/local/lib/ocaml/camlp4/Camlp4Bin.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Bin.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4Bin.cmx
  install /usr/local/lib/ocaml/camlp4/Camlp4Bin.o
  install /usr/local/lib/ocaml/camlp4/Camlp4Top.cmi
  install /usr/local/lib/ocaml/camlp4/Camlp4Top.cmo
  install /usr/local/lib/ocaml/camlp4/Camlp4_config.cmi
  install /usr/local/lib/ocaml/camlp4/camlp4prof.cmi
  install /usr/local/lib/ocaml/camlp4/camlp4prof.cmo
  install /usr/local/lib/ocaml/camlp4/camlp4prof.cmx
  install /usr/local/lib/ocaml/camlp4/camlp4prof.o
  install /usr/local/lib/ocaml/camlp4/Camlp4_import.cmi
  install library /usr/local/lib/ocaml/camlp4/camlp4lib.a
  install library /usr/local/lib/ocaml/camlp4/camlp4fulllib.a
Installing ocamlbuild...
  install binary /usr/local/bin/ocamlbuild.byte
  install binary /usr/local/bin/ocamlbuild.native
  install binary /usr/local/bin/ocamlbuild (with ocamlbuild.native)
  install library /usr/local/lib/ocaml/ocamlbuild/ocamlbuildlib.a
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuildlib.cma
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmi
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmo
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmx
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_pack.cmi
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmi
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmo
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmx
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.o
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_executor.cmi
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_executor.cmo
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_executor.cmx
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild_executor.o
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild.cmo
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild.cmx
  install /usr/local/lib/ocaml/ocamlbuild/ocamlbuild.o
  install /usr/local/man/man1/ocamlbuild.1


Do you want I upload somewhere the following tar file for making a "dirty installation"?

Code:
tar czvf ocaml-4.01.0.tgz /usr/local/bin/camlp4prof /usr/local/bin/mkcamlp4 /usr/local/bin/camlp4 /usr/local/bin/camlp4boot /usr/local/bin/camlp4o /usr/local/bin/camlp4of /usr/local/bin/camlp4oof /usr/local/bin/camlp4orf /usr/local/bin/camlp4r /usr/local/bin/camlp4rf /usr/local/bin/camlp4o.opt /usr/local/bin/camlp4of.opt /usr/local/bin/camlp4oof.opt /usr/local/bin/camlp4orf.opt /usr/local/bin/camlp4r.opt /usr/local/bin/camlp4rf.opt /usr/local/lib/ocaml/ /usr/local/man/man1/ocamlbuild.1
 
Posts: 121 | Thanked: 231 times | Joined on Oct 2013
#9
That doesn't help on building in OBS. I can't install the files there like that.

But I figured out the problem, I just had to tell it to install files to /usr/ instead of /usr/local which is the default.

Binary available here: http://repo.merproject.org/obs/home:...mv7hl/armv7hl/

After all this effort I of course realize that this version is not compatible with the one on my server and other devices... So I didn't really test this one. Please tell me if it works

Spec files for building it can be found in https://build.merproject.org/project...e:temev:unison I copied the spec files from Fedora and modified to fit this purpose.

Last edited by TemeV; 2015-12-03 at 16:10.
 

The Following User Says Thank You to TemeV For This Useful Post:
Posts: 74 | Thanked: 45 times | Joined on Dec 2010
#10
Ill test it and tell you, but it will have to be tomorrow . I use computers that have 2.40 (jessie) and also 2.48 (stretch), so I can try both versions.

By the way i was replying an older version of your poast (before you succeded to build it), and so, i will copy here what i modified in the makefile. I used NATIVE=false and UISTYLE=text
Did you have to do the same (i mean about NATIVE). I will also read your spec to see what I was doing wrong while trying to produce a rpm
package.
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:57.