Bug#441198: binNMU request for gtkmathview on amd64 [Was: Re: Bug#441198: Crash on amd64]

2007-10-16 Thread Stefano Zacchiroli
On Mon, Oct 15, 2007 at 02:48:16AM -0700, Steve Langasek wrote:
 ... also, after manually installing libxpm-dev for the build and installing
 the resulting packages, I still get a segfault on amd64.  So binNMUs don't
 seem to be the answer here.

Thanks for this investigation, I've just reported #446864 for the t1lib
issue. Since upstream has just released 0.8.0 I'll wait for the above
bug to be solved and then give again a try to the latest upstream.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#441198: binNMU request for gtkmathview on amd64 [Was: Re: Bug#441198: Crash on amd64]

2007-10-15 Thread Steve Langasek
On Mon, Oct 08, 2007 at 10:24:14AM +0200, Stefano Zacchiroli wrote:
 Hi -releasers,
   can you please schedule a binNMU for the source package gtkmathview on
 amd64?  Unfortunately I'm not entirely sure that it is the proper
 solution, since I did not (also after talking with upstream et al) about
 what was the cause of the crash, but we are quite convinced it was some
 toolchain breakage.

 Nevertheless, ATM rebuilding the package on amd64 fixes the problem,
 that's why I'm asking for the binNMU.

 Hints on what to do on other archs (i.e. binNMU also there?) are
 appreciated. On i386 the package works just fine, but I don't know what
 to expect elsewhere ...

Well, I tried to do a local rebuild on amd64 to understand the nature of
this bug, and it failed with this error:

g++ -g -Wall -O2 -W -Wall -o test_embedding test_embedding.o dummy.o -lstdc++ 
../src/widget/.libs/libgtkmathview_libxml2.a 
/home/devel/release/gtkmathview-0.7.8/src/backend/gtk/.libs/libmathview_backend_gtk.a
 /usr/lib/libpangox-1.0.so /usr/lib/libgtk-x11-2.0.so 
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.a /usr/lib/libgdk_pixbuf-2.0.so 
/usr/lib/libpangocairo-1.0.so -lXinerama -lXi -lXrandr -lXcursor -lXcomposite 
-lXdamage /usr/lib/libpango-1.0.so /usr/lib/libcairo.a /usr/lib/libfreetype.a 
-lz -lfontconfig -lpng12 -lXrender -lXfixes /usr/lib/libgobject-2.0.a 
/usr/lib/libgmodule-2.0.a -ldl 
/home/devel/release/gtkmathview-0.7.8/src/view/.libs/libmathview_frontend_libxml2.a
 /usr/lib/libxml2.a 
/home/devel/release/gtkmathview-0.7.8/src/.libs/libmathview.a 
/usr/lib/libglib-2.0.a /usr/lib/libt1x.a /usr/lib/libt1.a -lm -lXpm -lSM -lICE 
-lXext -lX11
/usr/bin/ld: cannot find -lXpm

So a binNMU isn't much use at this moment anyway. :)

(Looks like a bug in libt1-dev, which provides /usr/lib/libt1x.la containing
this -lXpm reference.)

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#441198: binNMU request for gtkmathview on amd64

2007-10-15 Thread Russ Allbery
Steve Langasek [EMAIL PROTECTED] writes:

 Well, I tried to do a local rebuild on amd64 to understand the nature of
 this bug, and it failed with this error:

 g++ -g -Wall -O2 -W -Wall -o test_embedding test_embedding.o dummy.o -lstdc++ 
 ../src/widget/.libs/libgtkmathview_libxml2.a 
 /home/devel/release/gtkmathview-0.7.8/src/backend/gtk/.libs/libmathview_backend_gtk.a
  /usr/lib/libpangox-1.0.so /usr/lib/libgtk-x11-2.0.so 
 /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.a 
 /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so -lXinerama -lXi 
 -lXrandr -lXcursor -lXcomposite -lXdamage /usr/lib/libpango-1.0.so 
 /usr/lib/libcairo.a /usr/lib/libfreetype.a -lz -lfontconfig -lpng12 -lXrender 
 -lXfixes /usr/lib/libgobject-2.0.a /usr/lib/libgmodule-2.0.a -ldl 
 /home/devel/release/gtkmathview-0.7.8/src/view/.libs/libmathview_frontend_libxml2.a
  /usr/lib/libxml2.a 
 /home/devel/release/gtkmathview-0.7.8/src/.libs/libmathview.a 
 /usr/lib/libglib-2.0.a /usr/lib/libt1x.a /usr/lib/libt1.a -lm -lXpm -lSM 
 -lICE -lXext -lX11
 /usr/bin/ld: cannot find -lXpm

 So a binNMU isn't much use at this moment anyway. :)

Also, what's with all of that static linking?  That's a little disturbing,
although I suppose this is just a test program.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#441198: binNMU request for gtkmathview on amd64 [Was: Re: Bug#441198: Crash on amd64]

2007-10-15 Thread Steve Langasek
On Mon, Oct 15, 2007 at 12:11:40AM -0700, Steve Langasek wrote:
 On Mon, Oct 08, 2007 at 10:24:14AM +0200, Stefano Zacchiroli wrote:
  Hi -releasers,
can you please schedule a binNMU for the source package gtkmathview on
  amd64?  Unfortunately I'm not entirely sure that it is the proper
  solution, since I did not (also after talking with upstream et al) about
  what was the cause of the crash, but we are quite convinced it was some
  toolchain breakage.

  Nevertheless, ATM rebuilding the package on amd64 fixes the problem,
  that's why I'm asking for the binNMU.

  Hints on what to do on other archs (i.e. binNMU also there?) are
  appreciated. On i386 the package works just fine, but I don't know what
  to expect elsewhere ...

 Well, I tried to do a local rebuild on amd64 to understand the nature of
 this bug, and it failed with this error:

... also, after manually installing libxpm-dev for the build and installing
the resulting packages, I still get a segfault on amd64.  So binNMUs don't
seem to be the answer here.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#441198: binNMU request for gtkmathview on amd64 [Was: Re: Bug#441198: Crash on amd64]

2007-10-08 Thread Stefano Zacchiroli
Hi -releasers,
  can you please schedule a binNMU for the source package gtkmathview on
amd64?  Unfortunately I'm not entirely sure that it is the proper
solution, since I did not (also after talking with upstream et al) about
what was the cause of the crash, but we are quite convinced it was some
toolchain breakage.

Nevertheless, ATM rebuilding the package on amd64 fixes the problem,
that's why I'm asking for the binNMU.

Hints on what to do on other archs (i.e. binNMU also there?) are
appreciated. On i386 the package works just fine, but I don't know what
to expect elsewhere ...

TIA, Cheers.

On Fri, Sep 07, 2007 at 02:25:10PM +0100, Enrico Tassi wrote:
 Package: libgtkmathview-bin
 Version: 0.7.8-2
 Severity: normal
 
 --- Please enter the report below this line. ---
 It crashes in a deterministic way, gdb bt and valgrind log follow.
 I also attach the document I used to generate the crash.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature