FS#20628 - VLC-1.1.3 source. Bug when making a .deb package

Attached to Project: Arch Linux
Opened by hoareau jean pierre (sahananto) - Thursday, 26 August 2010, 21:47 GMT
Last edited by Jan de Groot (JGC) - Thursday, 26 August 2010, 21:53 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture i686
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Unable to make the .deb packages (source and binary) according to your process as describe in the "install" file.


Additional info:

* package version(s)
vlc-1.1.3.tar.bz2
* config and/or log files etc.
soleil:/usr/src# uname -a
Linux soleil 2.6.32-3-ieee1394 #1 SMP Mon Jun 7 13:44:44 CEST 2010 i686 GNU/Linux
I run debian squeeze updated this week.

Steps to reproduce: after loading all dependencys according to the debian source pkg.
1) Extrac the VLC source in /usr/src (i get a directory named vlc-1.1.3)
2)configure : # ./configure --enable-run-as-root : résult ok.
3)Compile using make or ./compile : result ok
4) Launch vlc from the current directory as well:#./vlc result OK (work find)

5) Try to make the .deb file as describe in "building package" "DEBIAN"
To build a Debian package, you need to get the packaging info
svn co svn://svn.debian.org/pkg-multimedia/videolan/vlc/debian debian (ok)
and then
dpkg-buildpackage -rfakeroot -us -uc (fail)

the results are :
dpkg-source: info: utilisation du format source « 1.0 »
dpkg-source: info: construction de vlc dans vlc_1.0.0-git-1.tar.gz
dpkg-source: info: construction de vlc dans vlc_1.0.0-git-1.dsc
QUILT_PATCHES=debian/patches \
quilt --quiltrc /dev/null push -a || test $? = 2
Application de 052_as-needed.diff
patching file autotools/ltmain.sh
Hunk #1 succeeded at 4716 with fuzz 2 (offset 2909 lines).
Hunk #2 succeeded at 5075 (offset 2920 lines).

Application de 101_certificates_paths.diff
patching file modules/misc/gnutls.c
Hunk #1 succeeded at 699 (offset 11 lines).

Application de 102_dejavu_font.diff
patching file modules/misc/freetype.c
Hunk #1 succeeded at 67 with fuzz 2 (offset 6 lines).

Application de 104_notify.diff
patching file modules/misc/notify/notify.c
Hunk #1 FAILED at 216.
1 out of 1 hunk FAILED -- rejects in file modules/misc/notify/notify.c
Le patch 104_notify.diff ne s'applique pas proprement (forcez l'application avec -f)

It seem to be a bug in the patch file 104_notify.diff, and I am unable to solve it.

Could you please note this probleme ?

Attached the log file of this step.

Best Regards
Jean Pierre

Others malfunctions :
LOCALE LANG=fr_FR.UTF-8 is not acting in vlc, it remain in LANG=us

No way to decode the sound of a video stream with mpeg AAC audio (mp4a), movie ok, no sound. Same bug for HDTV stream, video ok but no sound.
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 26 August 2010, 21:53 GMT
Reason for closing:  None
Additional comments about closing:  This is not Debian, but Archlinux.

Loading...