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

fslint does not start after few system updates #38

Open
pixelb opened this issue Mar 12, 2015 · 9 comments
Open

fslint does not start after few system updates #38

pixelb opened this issue Mar 12, 2015 · 9 comments

Comments

@pixelb
Copy link
Owner

pixelb commented Mar 12, 2015

Original issue 39 created by pixelb on 2009-09-17T18:13:01.000Z:

What steps will reproduce the problem?

  1. download fslint ebuild for gentoo into local portage overlay
  2. install (emerge) fslint
  3. start fslint-gui

What is the expected output? What do you see instead?
The GUI should start but instead the output in attached fslint_bug.txt file
is shown

What version of the product are you using? On what operating system?
Version fslint-2.20, fslint-2.40 for Gentoo Linux

Please provide any additional information below.
It worked before and other software using libglade I tried worked.
I have no clue what update caused this failure and I also rebuild all
direct and indirect dependencies of fslint by emerge -e fslint.
The versions of the direct dependencies of fslint are listed in fslint_deps.txt

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #1 originally posted by pixelb on 2009-09-18T00:10:18.000Z:

Note the error is referring to an older version of FSlint
(before 2.40) as it's referring to GtkFileSelection rather
than the new GtkFileChooser. The file selection widget was
deprecated, so perhaps it removed in your updated libs?

I suggest you update to FSlint-2.40 to see if it fixes it?

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #2 originally posted by pixelb on 2009-09-18T09:15:15.000Z:

I'm actually using FSlint-2.40 but I get the error with both versions (2.40 and
2.20). compared with latest trunk version there are changes in class
dlgPath(GladeWrapper) related to file chooser. If you tell me how to
"compile"/install/start the trunk I can make a check out and try if it is running.
Building a new ebuild seems not that easy as I have to include the repository as
source...at least I'm not known to do this, yet.

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #3 originally posted by pixelb on 2009-09-18T09:35:44.000Z:

The glade file or associated code hasn't changed since 2.40

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #4 originally posted by pixelb on 2009-09-18T09:45:05.000Z:

ok...I looked into fslint-gui not the fslint.glade file.

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #5 originally posted by pixelb on 2009-09-18T20:05:59.000Z:

I don't know what's wrong but both checkouts, trunk as tag 2.40 are running. A diff
of the used tarball with the tag 2.40 checkout is equal/zero. So I think the problem
is in the ebuild. Maybe some file is missing or a wrong path is used under gentoo?
I'm out of ideas but hope to help you to track the cause.

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #6 originally posted by pixelb on 2010-04-19T15:13:02.000Z:

I've got an updated ebuild from another gentoo user.
Could you try this one? thanks.

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #7 originally posted by pixelb on 2010-08-04T20:10:27.000Z:

Same situation here starting sometime during the past few days. The only possible relevant package I can think of is python 2.7 or the mega-addition of patches for 2.6 (which consisted of a large part of 2.7).

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #8 originally posted by pixelb on 2010-08-04T20:15:56.000Z:

pixelbeat, I tried adding the ebuild in comment 6 to my personal overlay. Trying to digest it, portage spits out:

: command not foundpersonal/app-misc/fslint/fslint-2.40.ebuild: line 4:
: command not foundpersonal/app-misc/fslint/fslint-2.40.ebuild: line 8:
: command not foundpersonal/app-misc/fslint/fslint-2.40.ebuild: line 13:
: command not foundpersonal/app-misc/fslint/fslint-2.40.ebuild: line 18:
: command not foundpersonal/app-misc/fslint/fslint-2.40.ebuild: line 20:
'usr/local/portage/personal/app-misc/fslint/fslint-2.40.ebuild: line 21: syntax error near unexpected token { 'usr/local/portage/personal/app-misc/fslint/fslint-2.40.ebuild: line 21:src_unpack() {

  • ERROR: app-misc/fslint-2.40 failed:
  • error sourcing ebuild

...so I guess the ebuild is broken somewhat. :P

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #9 originally posted by pixelb on 2010-08-05T16:40:24.000Z:

Okay, I tried the ebuild linked to under "Other Downloads" here: http://www.pixelbeat.org/fslint/ and it worked. For some reason, unlike with the ebuild in the zugaina overlay, this warning was spat out instead of a similar error:

  • Deprecation Warning: python_version() is deprecated and will be banned on 2010-07-01.
  • Use PYTHON() instead of python variable. Use python_get__() instead of PYVER_ variables.
  • The ebuild needs to be fixed. Please report a bug, if it has not been already reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant