Craig White wrote: > Apparently Scribus uses python for scripting language but the scripts > aren't installed on x86_64 but only on i386 [...] > am I missing something here? Nope. This appears to be a bug in the 64 bit builds. It affects ppc64 as well as x86_64. I reported it to bugzilla here: https://bugzilla.redhat.com/312091 It seems like a simple fix, but I don't have an x86_64 boxes to test with. As linked in the bug, the fix is reported to be to add --with-extra-libs=%{_libdir} to the %configure call in the spec file. (I think that the --with-python-dir=... option can be removed then, but I haven't tested that.) If you can build an test with the attached changes to the scribus spec file, add a comment to the bug report if it helps. (Disclaimer: I know next to nothing about scribus, I was just curious about the build failure. :) -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Everyone needs to believe in something. I believe I'll have another beer.
Index: scribus.spec =================================================================== RCS file: /cvs/extras/rpms/scribus/F-7/scribus.spec,v retrieving revision 1.27 diff -u -p -r1.27 scribus.spec --- scribus.spec 23 Aug 2007 05:33:13 -0000 1.27 +++ scribus.spec 29 Sep 2007 02:43:36 -0000 @@ -1,6 +1,6 @@ Name: scribus Version: 1.3.3.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DeskTop Publishing application written in Qt @@ -84,7 +84,7 @@ Header files for Scribus. %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh %configure \ - --with-pythondir=%{_prefix} + --with-extra-libs=%{_libdir} make %{?_smp_mflags} @@ -136,8 +136,12 @@ update-desktop-database %{_datadir}/appl %{_includedir}/scribus/ %changelog +* Fri Sep 28 2007 Todd Zullinger <tmz@xxxxxxxxx> +1.3.3.9-3 +- include python scripts on x86_64 and ppc64 (#312091) + * Thu Aug 23 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> -- 1.3.3.9-2 +1.3.3.9-2 - new license tag * Sat Jun 02 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
Attachment:
pgpoD66wbywqr.pgp
Description: PGP signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list