* [gentoo-user] Fumblefingers corrupts an ebuild, plea for help
@ 2005-10-15 16:04 Kevin O'Gorman
2005-10-15 16:45 ` Holly Bostick
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Kevin O'Gorman @ 2005-10-15 16:04 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1309 bytes --]
I thought I was just looking, but after closing the editor my emerges are
complaining about a corrupted ebuild of xchat. Specifically,
> calculating world dependencies -/usr/portage/net-irc/xchat/xchat-
2.4.5.ebuild: line 24: syntax error near unexpected token `>'
> /usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24: ` !xchatnogtk? (
>=x11-libs/gtk+-2.0.3 )'
>
> !!! ERROR: net-irc/xchat-2.4.5 failed.
> !!! Function , Line 1686, Exitcode 1
> !!! error sourcing ebuild
> !!! If you need support, post the topmost build error, NOT this status
message.
Clearly, I did this to myself. But now I don't know how to set it right. I
suspect
all the pieces are here, but a quick look at distfiles didn't even show that
version
of xchat, so I don't know how to proceed. The syntax of the offending line
looks enough like the ones around it that I can't intuit a quick edit fix.
Maybe somebody could email the correct ebuild, or quick instructions for
forcing a new unpack or whatever seems best?
While I'm here: the reason I was looking was that I was wondering what the
USE flags xchatdccserver, xchatnogtk and xchattext do, and was hoping the
ebuild itself might tell me. It didn't, or at least not very well.
Especially the
xchattext one.
++ kevin
--
Kevin O'Gorman, PhD
[-- Attachment #2: Type: text/html, Size: 1540 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help
2005-10-15 16:04 [gentoo-user] Fumblefingers corrupts an ebuild, plea for help Kevin O'Gorman
@ 2005-10-15 16:45 ` Holly Bostick
2005-10-15 17:07 ` Kevin O'Gorman
2005-10-15 16:59 ` Jason Cooper
2005-10-15 21:49 ` Nick Rout
2 siblings, 1 reply; 8+ messages in thread
From: Holly Bostick @ 2005-10-15 16:45 UTC (permalink / raw
To: gentoo-user
Kevin O'Gorman schreef:
> I thought I was just looking, but after closing the editor my emerges are
> complaining about a corrupted ebuild of xchat. Specifically,
>
>
>>calculating world dependencies -/usr/portage/net-irc/xchat/xchat-
>
> 2.4.5.ebuild: line 24: syntax error near unexpected token `>'
>
>>/usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24: ` !xchatnogtk? (
>>=x11-libs/gtk+-2.0.3 )'
OK, here's line 23-29 of my ebuild:
(piped to prevent Thunderbird freaking out; ignore the first "|" symbol)
|RDEPEND=">=dev-libs/glib-2.0.3
| !xchatnogtk? ( >=x11-libs/gtk+-2.0.3 )
| ssl? ( >=dev-libs/openssl-0.9.6d )
| perl? ( >=dev-lang/perl-5.6.1 )
| python? ( >=dev-lang/python-2.2 )
| tcltk? ( dev-lang/tcl )
| !net-irc/xchat-gnome"
Happens with editors; sometimes you get changed spacing or line wrap,
and it gets saved for some reason.
Hope this helps,
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help
2005-10-15 16:04 [gentoo-user] Fumblefingers corrupts an ebuild, plea for help Kevin O'Gorman
2005-10-15 16:45 ` Holly Bostick
@ 2005-10-15 16:59 ` Jason Cooper
2005-10-15 17:23 ` Kevin O'Gorman
2005-10-15 21:49 ` Nick Rout
2 siblings, 1 reply; 8+ messages in thread
From: Jason Cooper @ 2005-10-15 16:59 UTC (permalink / raw
To: gentoo-user
Kevin O'Gorman (kogorman@gmail.com) scribbled:
> I thought I was just looking, but after closing the editor my emerges are
> complaining about a corrupted ebuild of xchat. Specifically,
emerge sync :)
hth,
jason.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help
2005-10-15 16:45 ` Holly Bostick
@ 2005-10-15 17:07 ` Kevin O'Gorman
2005-10-15 17:23 ` Michael Kjorling
2005-10-15 17:25 ` Holly Bostick
0 siblings, 2 replies; 8+ messages in thread
From: Kevin O'Gorman @ 2005-10-15 17:07 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1217 bytes --]
On 10/15/05, Holly Bostick <motub@planet.nl> wrote:
>
> Kevin O'Gorman schreef:
> > I thought I was just looking, but after closing the editor my emerges
> are
> > complaining about a corrupted ebuild of xchat. Specifically,
> >
> >
> >>calculating world dependencies -/usr/portage/net-irc/xchat/xchat-
> >
> > 2.4.5.ebuild: line 24: syntax error near unexpected token `>'
> >
> >>/usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24: ` !xchatnogtk? (
> >>=x11-libs/gtk+-2.0.3 )'
>
>
> OK, here's line 23-29 of my ebuild:
>
> (piped to prevent Thunderbird freaking out; ignore the first "|" symbol)
>
> |RDEPEND=">=dev-libs/glib-2.0.3
> | !xchatnogtk? ( >=x11-libs/gtk+-2.0.3 )
> | ssl? ( >=dev-libs/openssl-0.9.6d )
> | perl? ( >=dev-lang/perl-5.6.1 )
> | python? ( >=dev-lang/python-2.2 )
> | tcltk? ( dev-lang/tcl )
> | !net-irc/xchat-gnome"
>
>
> Happens with editors; sometimes you get changed spacing or line wrap,
> and it gets saved for some reason.
>
> Hope this helps,
> Holly
I put that in, but it made no difference (according to both diff and
emerge). So it must be something
else. Is there a way to force a fresh copy?
++ kevin
--
Kevin O'Gorman, PhD
[-- Attachment #2: Type: text/html, Size: 1893 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help
2005-10-15 17:07 ` Kevin O'Gorman
@ 2005-10-15 17:23 ` Michael Kjorling
2005-10-15 17:25 ` Holly Bostick
1 sibling, 0 replies; 8+ messages in thread
From: Michael Kjorling @ 2005-10-15 17:23 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 2005-10-15 10:07 -0700, kogorman@gmail.com wrote:
> Is there a way to force a fresh copy?
`emerge --sync' (which has already been suggested), or, since in this
case only a single ebuild is broken, www.gentoo-portage.com offers
ebuild downloads.
- --
Michael Kjörling, michael@kjorling.com - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* ..... No bird soars too high if he soars with his own wings ..... *
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDUTr8dY+HSb3praYRAoE7AKCvYLylel7VuUMMgWzXZeVNJ6eEGQCgmT3Z
yQv5zdMsiFZT5tOYUrKOGHA=
=e194
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help
2005-10-15 16:59 ` Jason Cooper
@ 2005-10-15 17:23 ` Kevin O'Gorman
0 siblings, 0 replies; 8+ messages in thread
From: Kevin O'Gorman @ 2005-10-15 17:23 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 435 bytes --]
On 10/15/05, Jason Cooper <gentoo@lakedaemon.net> wrote:
>
> Kevin O'Gorman (kogorman@gmail.com) scribbled:
> > I thought I was just looking, but after closing the editor my emerges
> are
> > complaining about a corrupted ebuild of xchat. Specifically,
>
> emerge sync :)
>
> hth,
>
> jason.
> --
> gentoo-user@gentoo.org mailing list
>
> D'Oh!! Of course. That worked. Thanks.
++ kevin
--
Kevin O'Gorman, PhD
[-- Attachment #2: Type: text/html, Size: 841 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help
2005-10-15 17:07 ` Kevin O'Gorman
2005-10-15 17:23 ` Michael Kjorling
@ 2005-10-15 17:25 ` Holly Bostick
1 sibling, 0 replies; 8+ messages in thread
From: Holly Bostick @ 2005-10-15 17:25 UTC (permalink / raw
To: gentoo-user
Kevin O'Gorman schreef:
> On 10/15/05, Holly Bostick <motub@planet.nl> wrote:
>
>> Kevin O'Gorman schreef:
>>
>>> I thought I was just looking, but after closing the editor my
>>> emerges
>>
>> are
>>
>>> complaining about a corrupted ebuild of xchat. Specifically,
>>>
>>>
>>>
>>>> calculating world dependencies
>>>> -/usr/portage/net-irc/xchat/xchat-
>>>
>>> 2.4.5.ebuild: line 24: syntax error near unexpected token `>'
>>>
>>>
>>>> /usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24: `
>>>> !xchatnogtk? ( =x11-libs/gtk+-2.0.3 )'
>>
>>
>> OK, here's line 23-29 of my ebuild:
>>
>> (piped to prevent Thunderbird freaking out; ignore the first "|"
>> symbol)
>>
>> |RDEPEND=">=dev-libs/glib-2.0.3 | !xchatnogtk? (
>> >=x11-libs/gtk+-2.0.3 ) | ssl? ( >=dev-libs/openssl-0.9.6d ) |
>> perl? ( >=dev-lang/perl-5.6.1 ) | python? ( >=dev-lang/python-2.2 )
>> | tcltk? ( dev-lang/tcl ) | !net-irc/xchat-gnome"
>>
>>
>> Happens with editors; sometimes you get changed spacing or line
>> wrap, and it gets saved for some reason.
>>
>> Hope this helps, Holly
>
>
>
> I put that in, but it made no difference (according to both diff and
> emerge). So it must be something else. Is there a way to force a
> fresh copy?
>
Sure. Delete the copy on your system and emerge sync to get a new one
from the portage tree. Or you could go through CVS (from the main Gentoo
page, choose the 'Browse our CVS" link, and browse to the correct
category and package name folders), and download the correct ebuild.
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help
2005-10-15 16:04 [gentoo-user] Fumblefingers corrupts an ebuild, plea for help Kevin O'Gorman
2005-10-15 16:45 ` Holly Bostick
2005-10-15 16:59 ` Jason Cooper
@ 2005-10-15 21:49 ` Nick Rout
2 siblings, 0 replies; 8+ messages in thread
From: Nick Rout @ 2005-10-15 21:49 UTC (permalink / raw
To: gentoo-user
Try deleting the emerge then running emerge sync
On Sun, October 16, 2005 5:04 am, Kevin O'Gorman said:
> I thought I was just looking, but after closing the editor my emerges are
> complaining about a corrupted ebuild of xchat. Specifically,
>
>> calculating world dependencies -/usr/portage/net-irc/xchat/xchat-
> 2.4.5.ebuild: line 24: syntax error near unexpected token `>'
>> /usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24: ` !xchatnogtk? (
>>=x11-libs/gtk+-2.0.3 )'
>>
>> !!! ERROR: net-irc/xchat-2.4.5 failed.
>> !!! Function , Line 1686, Exitcode 1
>> !!! error sourcing ebuild
>> !!! If you need support, post the topmost build error, NOT this status
> message.
>
> Clearly, I did this to myself. But now I don't know how to set it right. I
> suspect
> all the pieces are here, but a quick look at distfiles didn't even show
> that
> version
> of xchat, so I don't know how to proceed. The syntax of the offending line
> looks enough like the ones around it that I can't intuit a quick edit fix.
> Maybe somebody could email the correct ebuild, or quick instructions for
> forcing a new unpack or whatever seems best?
>
> While I'm here: the reason I was looking was that I was wondering what the
> USE flags xchatdccserver, xchatnogtk and xchattext do, and was hoping the
> ebuild itself might tell me. It didn't, or at least not very well.
> Especially the
> xchattext one.
>
> ++ kevin
>
> --
> Kevin O'Gorman, PhD
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-10-15 21:54 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-15 16:04 [gentoo-user] Fumblefingers corrupts an ebuild, plea for help Kevin O'Gorman
2005-10-15 16:45 ` Holly Bostick
2005-10-15 17:07 ` Kevin O'Gorman
2005-10-15 17:23 ` Michael Kjorling
2005-10-15 17:25 ` Holly Bostick
2005-10-15 16:59 ` Jason Cooper
2005-10-15 17:23 ` Kevin O'Gorman
2005-10-15 21:49 ` Nick Rout
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox