Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3291 - lostirc-0.1.0.ebuild (New Package)
Summary: lostirc-0.1.0.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gabriele Giorgetti
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-31 20:54 UTC by Lasse Mikkelsen
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
lostirc-0.1.0.ebuild (lostirc-0.1.0.ebuild,1003 bytes, text/plain)
2002-05-31 20:54 UTC, Lasse Mikkelsen
Details
ChangeLog (ChangeLog,336 bytes, text/plain)
2002-05-31 20:55 UTC, Lasse Mikkelsen
Details
lostirc-0.1.3.strace (lostirc-0.1.3.strace,34.74 KB, text/plain)
2002-07-12 14:34 UTC, Gabriele Giorgetti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lasse Mikkelsen 2002-05-31 20:54:01 UTC
LostIRC is a simple but functional graphical IRC client.

The right category for this ebuild may be net-irc.
Comment 1 Lasse Mikkelsen 2002-05-31 20:54:40 UTC
Created attachment 1281 [details]
lostirc-0.1.0.ebuild
Comment 2 Lasse Mikkelsen 2002-05-31 20:55:33 UTC
Created attachment 1282 [details]
ChangeLog
Comment 3 Spider (RETIRED) gentoo-dev 2002-05-31 21:17:47 UTC
dont forget to test if it works first :) 
Comment 4 Gabriele Giorgetti 2002-06-01 00:13:20 UTC
Spider it works. No segfaults.

Committed.

-- stroke
Comment 5 Lasse Mikkelsen 2002-06-01 05:40:18 UTC
At last - I never give up ;)
Comment 6 Lasse Mikkelsen 2002-06-20 12:10:54 UTC
New LostIRC release - LostIRC 0.1.1

A 'cp lostirc-0.1.0.ebuild lostirc-0.1.1.ebuild' is enough, no changes about the
compiling.
Comment 7 Gabriele Giorgetti 2002-06-20 15:17:59 UTC
$ lostirc
Segmentation fault

(gdb) run
Starting program: /usr/bin/lostirc 

Program received signal SIGSEGV, Segmentation fault.
0x080a4e6d in LostIRCApp::LostIRCApp ()

You can strace it yourself..

Looks like you did it again :)
Comment 8 Lasse Mikkelsen 2002-07-12 13:45:32 UTC
New version of LostIRC - LostIRC 1.3

Will you please check it again stroke?

(added the developer btw.)
Comment 9 Morten Brix Pedersen 2002-07-12 14:00:08 UTC
That should be 0.1.3, Lasse :)

stroke, if you get the segfault again, could you please strace it? Lasse and me
can't reproduce it.
Comment 10 Morten Brix Pedersen 2002-07-12 14:03:37 UTC
Alternatively a backtrace in gdb when compiled with --enable-debug.
Comment 11 Gabriele Giorgetti 2002-07-12 14:34:25 UTC
Created attachment 2207 [details]
lostirc-0.1.3.strace
Comment 12 Gabriele Giorgetti 2002-07-12 14:55:50 UTC
lostirc compiled with debugging:

(gdb) run
Starting program: /usr/bin/lostirc 
Logging to `lostirc-0.1.3.log.1'.

Program received signal SIGSEGV, Segmentation fault.
0x080ae06f in LostIRCApp::LostIRCApp ()
(gdb) backtrace
#0  0x080ae06f in LostIRCApp::LostIRCApp ()
#1  0x0805cf74 in MainWindow::MainWindow ()
#2  0x0805ce2f in main ()
#3  0x4043366d in __libc_start_main () from /lib/libc.so.6


If you need more details, or want me to test again lostirc just e-mail me:
stroke@gentoo.org 

And please feel free to reopen this bug.
Comment 13 Morten Brix Pedersen 2002-07-13 10:31:55 UTC
0.1.4 has now been released which fixes the problem you have been having.

It seems I don't have permissions to reopen this bug though.
Comment 14 Lasse Mikkelsen 2002-07-13 11:34:28 UTC
Reopened - solution on the seg fault in LostIRC 0.1.4.
Comment 15 Gabriele Giorgetti 2002-07-13 12:04:03 UTC
New version committed. Thank you.