Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=457210 Stefan Seidel <redhat-bz@xxxxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |redhat-bz@xxxxxxxxxxxxxxxxx --- Comment #43 from Stefan Seidel <redhat-bz@xxxxxxxxxxxxxxxxx> 2009-12-01 05:08:31 EDT --- Here are my 0.02 - I added build dependencies of gcc and gcc-c++, because it won't build without them. Maybe also need to add make, I'm not sure. Also, iconv {} -o {} gives a bunch of 0 byte files -> not what is intented I think. So I took the easy way out and used recode. I was building this on CentOS 5.4, and with these changes and the removal of "lzma" (package is not available here) and "perl(extra)" from the final dependencies I was able to build and install and run 'dpkg -h' just fine. --- dpkg.spec.latest 2009-12-01 10:56:33.000000000 +0100 +++ dpkg.spec 2009-12-01 10:59:48.000000000 +0100 @@ -11,7 +11,7 @@ Patch1: fedora-fix-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, libselinux-devel, gettext, ncurses-devel +BuildRequires: zlib-devel, bzip2-devel, libselinux-devel, gettext, ncurses-devel, gcc, gcc-c++, recode %description @@ -61,7 +61,7 @@ chmod +x %{__perl_requires} # fix to get man pages translated to utf-8 -find man -type f -exec /usr/bin/iconv -f latin1 -t utf8 {} -o {} ';' +find man -type f -exec /usr/bin/recode latin1..utf8 {} ';' %build %configure LDFLAGS='-lselinux' \ @@ -215,6 +215,10 @@ %changelog +* Tue Dec 1 2009 Stefan Seidel <bugzilla-rh@xxxxxxxxxxxxxxxxx> - 1.15.4.1-2 +- add required build dependencies +- fix wrong use of iconv + * Tue Nov 10 2009 Andrew Colin Kissa <andrew@xxxxxxxxxxxxx> - 1.15.4.1-1 - Upgrade to latest upstream - review changes -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review