Error Compiling gnome-applets

View: New views
6 Messages — Rating Filter:   Alert me  

Error Compiling gnome-applets

by Brian Moore-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Fink-gnome,

I have been unable to compile gnome-applets due to the following error:

I am running Mac OS X 10.6.2 on a macbook pro.  Any advice would be appreciated.  I did a selfupdate, but still get the same error.

Thanks,

Brian Moore




IndexError: list index out of range
make[3]: *** [el/multiload.xml] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.2.hvxHwW failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gnome-applets-2.26.2-3
(Lese Datenbank ... 204881 Dateien und Verzeichnisse sind derzeit installiert.)
Entferne fink-buildlock-gnome-applets-2.26.2-3 ...
Failed: phase compiling: gnome-applets-2.26.2-3 failed

Before reporting any errors, please run "fink selfupdate" and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:

        The Gnome Core Team <fink-gnome-core@...>

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
fink-gnome-core mailing list
fink-gnome-core@...
http://news.gmane.org/gmane.os.apple.fink.gnome

Re: Error Compiling gnome-applets

by Martin Costabel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Brian Moore wrote:
> Fink-gnome,
>
> I have been unable to compile gnome-applets due to the following error:
[]
> IndexError: list index out of range
> make[3]: *** [el/multiload.xml] Error 1

The same bug appeared in the gnome-terminal package, where it was fixed
a month ago. I suspect the same patch would have to be applied in
gnome-applets (and maybe in some more gnome packages).

--
Martin





------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
fink-gnome-core mailing list
fink-gnome-core@...
http://news.gmane.org/gmane.os.apple.fink.gnome

Re: Error Compiling gnome-applets

by Brian Moore-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Martin Costabel <costabel <at> wanadoo.fr> writes:

>
> Brian Moore wrote:
> > Fink-gnome,
> >
> > I have been unable to compile gnome-applets due to the following error:
> []
> > IndexError: list index out of range
> > make[3]: *** [el/multiload.xml] Error 1
>
> The same bug appeared in the gnome-terminal package, where it was fixed
> a month ago. I suspect the same patch would have to be applied in
> gnome-applets (and maybe in some more gnome packages).
>
Martin,

I read the postings about gnome-terminal.  I couldn't figure out if there was
 a work around, or do I just  need to wait for a fixed package.

The rest of the output from my compile looked like this:
____________

Traceback (most recent call last):
  File "/sw/bin/xml2po", line 185, in <module>
    main(sys.argv[1:])
  File "/sw/bin/xml2po", line 171, in main
    xml2po_main.merge(mofile, filenames[0])
  File "/sw/lib/python2.6/site-packages/xml2po/__init__.py", line 601, in merge
    self.gt = gettext.GNUTranslations(mfile)
  File "/sw/lib/python2.6/gettext.py", line 180, in __init__
    self._parse(fp)
  File "/sw/lib/python2.6/gettext.py", line 314, in _parse
    plural = v[1].split('plural=')[1]
IndexError: list index out of range
make[3]: *** [el/multiload.xml] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.2.mAv41y failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gnome-applets-2.26.2-3
(Lese Datenbank ... 202072 Dateien und Verzeichnisse sind derzeit installiert.)
Entferne fink-buildlock-gnome-applets-2.26.2-3 ...
Failed: phase compiling: gnome-applets-2.26.2-3 failed




------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
fink-gnome-core mailing list
fink-gnome-core@...
http://news.gmane.org/gmane.os.apple.fink.gnome

Re: Error Compiling gnome-applets

by Alexander Hansen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Brian Moore wrote:

> Martin Costabel <costabel <at> wanadoo.fr> writes:
>
>> Brian Moore wrote:
>>> Fink-gnome,
>>>
>>> I have been unable to compile gnome-applets due to the following error:
>> []
>>> IndexError: list index out of range
>>> make[3]: *** [el/multiload.xml] Error 1
>> The same bug appeared in the gnome-terminal package, where it was fixed
>> a month ago. I suspect the same patch would have to be applied in
>> gnome-applets (and maybe in some more gnome packages).
>>
> Martin,
>
> I read the postings about gnome-terminal.  I couldn't figure out if there was
>  a work around, or do I just  need to wait for a fixed package.
>
> The rest of the output from my compile looked like this:
> ____________
>
> Traceback (most recent call last):
>   File "/sw/bin/xml2po", line 185, in <module>
>     main(sys.argv[1:])
>   File "/sw/bin/xml2po", line 171, in main
>     xml2po_main.merge(mofile, filenames[0])
>   File "/sw/lib/python2.6/site-packages/xml2po/__init__.py", line 601, in merge
>     self.gt = gettext.GNUTranslations(mfile)
>   File "/sw/lib/python2.6/gettext.py", line 180, in __init__
>     self._parse(fp)
>   File "/sw/lib/python2.6/gettext.py", line 314, in _parse
>     plural = v[1].split('plural=')[1]
> IndexError: list index out of range
> make[3]: *** [el/multiload.xml] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of /var/tmp/tmp.2.mAv41y failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-gnome-applets-2.26.2-3
> (Lese Datenbank ... 202072 Dateien und Verzeichnisse sind derzeit installiert.)
> Entferne fink-buildlock-gnome-applets-2.26.2-3 ...
> Failed: phase compiling: gnome-applets-2.26.2-3 failed
>
>
>
>
>

Even more context would be nice, such as starting with the last line
before errors occur.

- --
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkr8ULQACgkQB8UpO3rKjQ9cFACfS8AcWp7PsUI2QU9O7GEUwZG2
Pc0AnR22uEBollK3l8oqH2cGjrSRCiR+
=XnwO
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
fink-gnome-core mailing list
fink-gnome-core@...
http://news.gmane.org/gmane.os.apple.fink.gnome

Re: Error Compiling gnome-applets

by monipol :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/11/2009, at 20:17, Martin Costabel wrote:

> Brian Moore wrote:
>> Fink-gnome,
>>
>> I have been unable to compile gnome-applets due to the following  
>> error:
> []
>> IndexError: list index out of range
>> make[3]: *** [el/multiload.xml] Error 1
>
> The same bug appeared in the gnome-terminal package, where it was  
> fixed
> a month ago. I suspect the same patch would have to be applied in
> gnome-applets (and maybe in some more gnome packages).

Good memory, Martin!

I've applied the same fix to gnome-applets. Brian: the fix should be  
available on the rsync servers in an hour at the latest. Let us know  
if it works for you.


Cheers,

--
monipol
http://finkers.wordpress.com

Submitting a Fink bug report? Read this:
http://www.finkproject.org/doc/netiquette/index.php
http://finkers.wordpress.com/2009/06/03/bug-reports/


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
fink-gnome-core mailing list
fink-gnome-core@...
http://news.gmane.org/gmane.os.apple.fink.gnome

Re: Error Compiling gnome-applets

by Brian Moore-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

monipol <monipol <at> gmx.com> writes:

> Good memory, Martin!
>
> I've applied the same fix to gnome-applets. Brian: the fix should be  
> available on the rsync servers in an hour at the latest. Let us know  
> if it works for you.
>
> Cheers,
>
> --
> monipol
> http://finkers.wordpress.com
>
> []
>
monipol,

Thanks for the update, you resolved the issue for me.

Brian Moore




------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
fink-gnome-core mailing list
fink-gnome-core@...
http://news.gmane.org/gmane.os.apple.fink.gnome