Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198838 - dev-libs/iksemel-1.3 bump request
Summary: dev-libs/iksemel-1.3 bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://code.google.com/p/iksemel/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-11 17:48 UTC by Anton Romanov
Modified: 2007-11-11 18:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Romanov 2007-11-11 17:48:34 UTC
V1.3 (2007-08-02)

Project is moved to http://code.google.com/p/iksemel/
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2007-11-11 18:17:14 UTC
1.3 is now in Portage but just like 1.2, it fails during "make check" like following,

drac@unique /tmp/iksemel-1.3/test/.libs $ LD_LIBRARY_PATH="/tmp/iksemel-1.3/src/.libs:$LD_LIBRARY_PATH" gdb ./tst-sax 
GNU gdb 6.7.1
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /tmp/iksemel-1.3/test/.libs/tst-sax 
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff20dfd000
Sax test 3, blocksize 0, element 1:
  Expecting tag <mytag>
    abc='123'
    id='XC72'

Program received signal SIGSEGV, Segmentation fault.
0x00002add8ae28cc0 in strlen () from /lib/libc.so.6
(gdb) bt
#0  0x00002add8ae28cc0 in strlen () from /lib/libc.so.6
#1  0x00002add8adf7e10 in vfprintf () from /lib/libc.so.6
#2  0x00002add8adfda1a in printf () from /lib/libc.so.6
#3  0x0000000000400e1c in debug_tag (type=IKS_OPEN, name=0x6042a0 "mytag", 
    atts=0x604330) at tst-sax.c:123
#4  0x00000000004010ac in tagHook (udata=<value optimized out>, 
    name=0x6042a0 "mytag", atts=0x604330, type=<value optimized out>)
    at tst-sax.c:169
#5  0x00002add89f7bb51 in iks_parse (prs=0x604200, 
    data=0x401d00 "<mytag abc='123' id=\"XC72\"></mytag>", 
    len=<value optimized out>, finish=<value optimized out>) at sax.c:324
#6  0x0000000000400c43 in test_size (blocksize=550816680) at tst-sax.c:228
#7  0x0000000000400cea in test () at tst-sax.c:253
#8  0x000000000040142f in main (argc=<value optimized out>, 
    argv=<value optimized out>) at tst-sax.c:299
(gdb)
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-11-11 18:42:06 UTC
http://code.google.com/p/iksemel/issues/detail?id=4