Your message dated Mon, 17 Apr 2006 21:37:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#363239: easytag: Failure to build from source
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: easytag
Version: 1.99.12
Severity: serious
Justification: no longer builds from source
Despite adding the option
DEB_CONFIGURE_EXTRA_FLAGS := --disable-mp4
to the debian/rules file, I'm unable to build the package. The
build process stops with the following error (output of "tail -n
12 easytag_1.99.12-1_i386.build"):
# BEGIN BUILD LOG #
/bin/sh ../libtool --mode=link --tag=CC cc -g -Wall -O2
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -o easytag about.o ape_tag.o bar.o
browser.o cddb.o charset.o crc32.o dlm.o easytag.o et_core.o
flac_header.o flac_tag.o id3_tag.o misc.o monkeyaudio_header.o
mpeg_header.o mp4_header.o mp4_tag.o musepack_header.o msgbox.o
ogg_header.o ogg_tag.o picture.o prefs.o scan.o setting.o vcedit.o
-L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi
-lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0
-lfontconfig -lXcursor -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0
-ldl -lglib-2.0 libmpg123/libmpg123.a libapetag/libapetag.a
id3lib/libid3bugfix.a -lz -lstdc++ -lid3 -lFLAC -lm -lvorbisfile
-lvorbis -logg -lm
mkdir .libs
libtool: link: cannot find the library `/usr/lib/libXcursor.la'
make[4]: *** [easytag] Error 1
make[4]: Leaving directory
`/xa/build/debuild/newbuild/easytag-1.99.12/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/xa/build/debuild/newbuild/easytag-1.99.12/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/xa/build/debuild/newbuild/easytag-1.99.12'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/xa/build/debuild/newbuild/easytag-1.99.12'
make: *** [debian/stamp-makefile-build] Error 2
# END BUILD LOG #
I have the following library installed on my system, and debuild
doesn't complain about any missing dependencies.
~ $ dpkg -l | grep libxcursor
ii libxcursor-dev 1.1.5.2-3 X cursor management
library (development files)
ii libxcursor1 1.1.5.2-3 X cursor management
library
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.5-k7-custom
--- End Message ---
--- Begin Message ---
On Tue, Apr 18, 2006 at 11:23:00AM +0800, csj wrote:
> to the debian/rules file, I'm unable to build the package. The
> build process stops with the following error (output of "tail -n
> 12 easytag_1.99.12-1_i386.build"):
> # BEGIN BUILD LOG #
> /bin/sh ../libtool --mode=link --tag=CC cc -g -Wall -O2
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -o easytag about.o ape_tag.o bar.o
> browser.o cddb.o charset.o crc32.o dlm.o easytag.o et_core.o
> flac_header.o flac_tag.o id3_tag.o misc.o monkeyaudio_header.o
> mpeg_header.o mp4_header.o mp4_tag.o musepack_header.o msgbox.o
> ogg_header.o ogg_tag.o picture.o prefs.o scan.o setting.o vcedit.o
> -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi
> -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0
> -lfontconfig -lXcursor -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0
> -ldl -lglib-2.0 libmpg123/libmpg123.a libapetag/libapetag.a
> id3lib/libid3bugfix.a -lz -lstdc++ -lid3 -lFLAC -lm -lvorbisfile
> -lvorbis -logg -lm
> mkdir .libs
> libtool: link: cannot find the library `/usr/lib/libXcursor.la'
This was not a bug in easytag, but in the library packages it build-depends
on. Those libraries have been fixed; building easytag against current
unstable on i386 succeeds without incident.
--
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/
signature.asc
Description: Digital signature
--- End Message ---