LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Error running Hugin on current (https://www.linuxquestions.org/questions/slackware-14/error-running-hugin-on-current-860283/)

vdemuth 02-02-2011 02:21 PM

Error running Hugin on current
 
Hi all,

Grabbed Hugin using SBOPKG and the build and install complete OK. However, when trying to run it it gives this error:-

Code:

The file data/splash.png was not found at:/usr/share/hugin/xrc/
Aborted

Google search is not very helpful, as the only references seem to be dated some 11 months ago.

Anyone got Hugin running successfully on current at all, or any ideas how to resolve issue.

TIA

55020 02-03-2011 05:49 AM

Yes, hugin from SBo is running fine on -current here. FYI:

Code:

cr$ grep splash /var/log/packages/hugin-2009.4.0-x86_64-1_SBo
usr/share/hugin/xrc/data/splash.png
cr$

So when I built and installed hugin (and I've repeated that today, just to be helpful), splash.png was correctly created and installed. The only guess I can make about your problem -- if the version you are building is 2009.4.0, as it should be -- would be, maybe you ran out of disk space during the build or install, or something like that. Try again, and *watch* *very* *carefully* for errors. The package I built contains exactly 719 items ...
Code:

cr$ tar tf hugin-2009.4.0-x86_64-1_SBo.tgz | wc -l
719

... and yours should too. If it doesn't, you missed an error.

*But* if you've upversioned the SlackBuild yourself, well, either don't do that, or you're on your own until the maintainer pushes a new version to SBo (*HINT!* Please!)

vdemuth 02-03-2011 11:43 AM

OK,

Run the same commands and get this:-

Code:

sbopkgs$ grep splash /var/log/packages/hugin-2009.4.0-x86_64-1_SBo
usr/share/hugin/xrc/data/splash.png

And
Code:

tar tf hugin-2009.4.0-x86_64-1_SBo.tgz | wc -l
719

Not likely to run out of disk space as I have 2x500Mb drives installed, with 800Mb free across the 2 of them.

Any more ideas?

vdemuth 02-04-2011 11:24 AM

OK,

turns out it was to do with the version of wxGTK I had installed from SBOPKGS. Installed the latest version, and it is now working.


All times are GMT -5. The time now is 09:36 PM.