Package: worker Version: 3.3.3 Severity: important Tags: patch User: [email protected] Usertags: ppc64el
Currently worker package depends on lzma to build, and, if not specified, buildd will provide the following error, that we got on ppc64el buildd: libtool: link: g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -std=c++11 -I/usr/include/freetype2 -Wall -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o worker about.o argclass.o avfssupport.o basic_actions.o bookmarkdb.o bookmarkdb_scanner.o bookmarkdbentry.o bookmarkdbfilter.o bookmarkdbproxy.o calendar.o changelabelop.o changelayoutop.o changesymlinkop.o chmodop.o chmodowncore.o chownop.o clipboardop.o commandmenuop.o condparser.o configparser.o configscanner.o configtokens.o copycore.o copyop.o copyopwin.o createsymlinkop.o cursorops.o datei.o deeppathstore.o deletecore.o deleteop.o dirbookmarkaddui.o dirbookmarkeditui.o dirbookmarkop.o dirbookmarkssettings.o dirbookmarkui.o dirfiltersettings.o dirsizeop.o dirsortsettings.o dmcacheentrynwc.o dnd.o enterdirop.o enterpathop.o eventqueue.o event_callbacks.o execlass.o fileentry.o fileentry_color.o fileentry_customcolor.o fileentry_typecheck.o filelock.o filenameshr! inker.o filereq.o fileviewer.o fileviewerbg.o flagreplacer.o flattypelist.o fontreq.o fstabmounttable.o functionproto.o getfsentmounttable.o getmntentmounttable.o getmntinfomounttable.o goftpop.o grouphash.o hintdb.o hw_volume.o hw_volume_manager.o import.o informationmode.o intviewop.o layoutsettings.o lister.o listermode.o magic_db.o makedirop.o menutree.o menutreenode.o menutreeui.o modifytabsop.o mounttable.o mounttable_entry.o mtabmounttable.o nm_filetype_thread.o nmcacheentry.o nmcopyopdir.o nmexternfe.o nmextlist.o nmfilter.o nmrowdata.o nmspecialsourceext.o nooperationop.o normalmode_requests.o normalops.o nwc_dir.o nwc_file.o nwc_fsentry.o nwc_os.o nwc_path.o nwc_virtualdir.o nwcentryselectionstate.o opencontextmenuop.o openworkermenuop.o ownop.o panel.o parentactionop.o partspace.o pathjumpop.o pathjumpui.o pathname_watcher.o pdatei.o pers_kvp.o pers_string_list.o persdeeppathstore.o prefixdb.o prefixdbentry.o prefixpathtree.o processexitaction.o processhandler.o ! reloadop.o renameop.o resultstore.o run_custom_action.o scriptop.o scrolllisterop.o searchentryop.o searchop.o searchopbg.o searchsettings.o searchthread.o setfilterop.o setsortmodeop.o shortkeyfromlistop.o showdircacheop.o showimagemode.o simddop.o simplelist.o startprogop.o string_completion.o stringbuf.o stringcomparator.o stringmatcher.o stringmatcher_flexiblematch.o stringmatcher_flexibleregex.o stringmatcher_fnmatch.o switchbuttonbankop.o tablookup.o temporaryfilecache.o textstoragefile.o textviewmode.o timedtext.o timeoutstore.o togglelistermodeop.o verzeichnis.o virtualdirmode.o virtualdirmode_copy.o virtualdirmode_delete.o volumemanagerop.o volumemanagerui.o waitthread.o wc_color.o wcbutton.o wcdoubleshortkey.o wcfiletype.o wchotkey.o wckey.o wconfig.o wconfig_bookmarkcolor.o wconfig_button.o wconfig_buttongrpconf.o wconfig_cachesize.o wconfig_clock.o wconfig_color.o wconfig_colorconf.o wconfig_colordef.o wconfig_dcd.o wconfig_dirsizeconf.o wconfig_expertui.o wconf! ig_filetype.o wconfig_font.o wconfig_generalconf.o wconfig_hotkey.o wco! nfig_imexport.o wconfig_lang.o wconfig_layout.o wconfig_lister.o wconfig_listview.o wconfig_mainui.o wconfig_mouse.o wconfig_ownerconf.o wconfig_palette.o wconfig_panel.o wconfig_pathjump_allow.o wconfig_path.o wconfig_start.o wconfig_termconf.o wconfig_time.o wconfig_volman.o wcpath.o worker.o worker_commands.o worker_filefunc.o worker_locale.o worker_shm.o worker_types.o workerinitialsettings.o wpucontext.o aguix/libaguix.a -lX11 -L/usr/lib /usr/lib/libavfs.a -ldl -llzma -lm -lpthread -lmagic -lXft /usr/bin/ld: cannot find -llzma So, this patch just adds lzma as a build dependency for worker package. Thank you, Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: worker-3.3.3/debian/control =================================================================== --- worker-3.3.3.orig/debian/control 2014-03-20 09:32:33.000000000 +0000 +++ worker-3.3.3/debian/control 2014-04-30 20:12:28.000000000 +0000 @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Tobias Quathamer <[email protected]> -Build-Depends: debhelper (>= 9), dh-autoreconf, avfs, libmagic-dev, libx11-dev, libxft-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, avfs, libmagic-dev, libx11-dev, libxft-dev, liblzma5 Standards-Version: 3.9.5 Homepage: http://www.boomerangsworld.de/worker Vcs-Git: git://anonscm.debian.org/users/toddy/debian/worker.git

