unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Hi, I was able to do basic build and install of XChat IRC Client
@ 2020-03-22  4:47 Veera
  2020-03-22 12:40 ` sirgazil
  2020-03-26  3:09 ` LaFreniere, Joseph
  0 siblings, 2 replies; 4+ messages in thread
From: Veera @ 2020-03-22  4:47 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: guix-devel

Hi,

I have successfully done a basic build and install of XChat IRC Client.
It still has some bad hacks for building.

I had chat about this in #Guix IRC. brendyyn, drakonis, lfam.

They objected with XChat inclusion in Guix.

I told that XChat is listed in Libreplanet Guix:Group Wishlist which
Gabor Boskovits gave me the link.

And brendyyn even edited that page to remove XChat listing.

Please can you tell me what to do?
Any other small GUI project lead please.

Thanks,
R Veera Kumar
India
[Outreachy Applicant]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hi, I was able to do basic build and install of XChat IRC Client
  2020-03-22  4:47 Hi, I was able to do basic build and install of XChat IRC Client Veera
@ 2020-03-22 12:40 ` sirgazil
  2020-03-26  3:09 ` LaFreniere, Joseph
  1 sibling, 0 replies; 4+ messages in thread
From: sirgazil @ 2020-03-22 12:40 UTC (permalink / raw)
  To: Veera; +Cc: Danny Milosavljevic, guix-devel

 ---- On Sat, 21 Mar 2020 23:47:06 -0500 Veera <vkor@vkten.in> wrote ----
 > Hi,
 > 
 > I have successfully done a basic build and install of XChat IRC Client.
 > It still has some bad hacks for building.
 > 
 > I had chat about this in #Guix IRC. brendyyn, drakonis, lfam.
 > 
 > They objected with XChat inclusion in Guix.
 > 
 > I told that XChat is listed in Libreplanet Guix:Group Wishlist which
 > Gabor Boskovits gave me the link.
 > 
 > And brendyyn even edited that page to remove XChat listing.
 > 
 > Please can you tell me what to do?
 > Any other small GUI project lead please.

Maybe an RSS/Atom feed reader (e.g. Liferea)? Last time I checked, Guix only had readers for Emacs and terminal.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hi, I was able to do basic build and install of XChat IRC Client
  2020-03-22  4:47 Hi, I was able to do basic build and install of XChat IRC Client Veera
  2020-03-22 12:40 ` sirgazil
@ 2020-03-26  3:09 ` LaFreniere, Joseph
  2020-03-26 14:52   ` R Veera Kumar
  1 sibling, 1 reply; 4+ messages in thread
From: LaFreniere, Joseph @ 2020-03-26  3:09 UTC (permalink / raw)
  To: guix-devel


Veera <vkor@vkten.in> writes:

> I have successfully done a basic build and install of XChat IRC 
> Client.

From what I can tell [0], the latest commit to XChat was in 2011. 
Is this the software you packaged, or did you perhaps intend to 
refer to HexChat [1], a maintained fork?

> I had chat about this in #Guix IRC. brendyyn, drakonis, lfam.
>
> They objected with XChat inclusion in Guix.
> …
> Please can you tell me what to do?

Did the participants in #Guix who objected to including XChat in 
Guix provide any reasons for their objections?  Understanding what 
specifically they disliked about your recipe or the upstream 
software might provide some guidance for next steps.

[0] http://xchat.org/files/?C=M;O=D
[1] https://hexchat.github.io/

--
Joseph LaFreniere

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hi, I was able to do basic build and install of XChat IRC Client
  2020-03-26  3:09 ` LaFreniere, Joseph
@ 2020-03-26 14:52   ` R Veera Kumar
  0 siblings, 0 replies; 4+ messages in thread
From: R Veera Kumar @ 2020-03-26 14:52 UTC (permalink / raw)
  To: LaFreniere, Joseph; +Cc: guix-devel

On Wed, Mar 25, 2020 at 10:09:27PM -0500, LaFreniere, Joseph wrote:
> 
> Veera <vkor@vkten.in> writes:
> 
> > I have successfully done a basic build and install of XChat IRC Client.
> 
> From what I can tell [0], the latest commit to XChat was in 2011. Is this
> the software you packaged, or did you perhaps intend to refer to HexChat
> [1], a maintained fork?
> 
> > I had chat about this in #Guix IRC. brendyyn, drakonis, lfam.
> > 
> > They objected with XChat inclusion in Guix.
> > …
> > Please can you tell me what to do?
> 
> Did the participants in #Guix who objected to including XChat in Guix
> provide any reasons for their objections?  Understanding what specifically
> they disliked about your recipe or the upstream software might provide some
> guidance for next steps.
> 

Please see the patch I posted to guix-patches@gnu.org for
XChat bug no: 40208 which Gabor Boskovits told me to do.
So that it gets WONTFIX status.

They objected for it being old and unmaintained and has bugs in them.
The hexchat developer objected for it's inclusion in Debian and wanted
it to be removed. He said found new bugs in hexchat or irc in general
which were probably not fixed in this unmaintained software. Though he
did not listed them in xchat. While the current Debian maintainer is
affirmative of still including it saying the bugs which gets found are
fixed and no need to remove it from Debian. Sorry I do not have the
links for those pages as I was using built xchat and it's log got lost.
drakonis gave the links. Hexchat developer in reddit post. Perhaps
XChat and HexChat: When distributions get it wrong.
Debian Bug Reports: 891982 and 892085

R Veera Kumar
[Outreachy Contrib]

> [0] http://xchat.org/files/?C=M;O=D
> [1] https://hexchat.github.io/
> 
> --
> Joseph LaFreniere
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-26 14:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-22  4:47 Hi, I was able to do basic build and install of XChat IRC Client Veera
2020-03-22 12:40 ` sirgazil
2020-03-26  3:09 ` LaFreniere, Joseph
2020-03-26 14:52   ` R Veera Kumar

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).