Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201394 - mail-client/claws-mail-3.1.0-r1 fails to build
Summary: mail-client/claws-mail-3.1.0-r1 fails to build
Status: RESOLVED DUPLICATE of bug 201244
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 201453 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-05 17:42 UTC by Rumen Yotov
Modified: 2007-12-06 08:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rumen Yotov 2007-12-05 17:42:44 UTC
Hi,

Upgrading from 3.1.0 to 3.1.0-r1 fails, log follows:
Making all in tools
make[2]: Entering directory `/var/tmp/paludis/mail-client/claws-mail-3.1.0-r1/work/claws-mail-3.1.0/tools'
if [ ! -d kdeservicemenu -a ! -e kdeservicemenu ]; then \
        mkdir kdeservicemenu; \
        fi; \
        for file in OOo2claws-mail.pl acroread2claws-mail.pl calypso_convert.pl claws-mail-compose-insert-files.pl convert_mbox.pl csv2addressbook.pl eud2gc.py
filter_conv.pl filter_conv_new.pl fix_date.sh freshmeat_search.pl gif2xface.pl google_msgid.pl google_search.pl kmail2claws-mail.pl kmail2claws-mail_v2.pl
kmail-mailbox2claws-mail.pl mairix.sh mew2claws-mail.pl multiwebsearch.pl nautilus2claws-mail.sh outlook2claws-mail.pl popfile-link.sh sylprint.pl sylprint.rc
tb2claws-mail tbird2claws.py textviewer.pl textviewer.sh thunderbird-filters-convertor.pl update-po uudec uuooffice vcard2xml.py kdeservicemenu/install.sh
kdeservicemenu/claws-mail-kdeservicemenu.pl; do \
        if [ ! -e ../tools/$file ]; then \
        todir=../tools; \
        dir=$(dirname $file); \
        if [ ! $dir = . ]; then \
        todir=$todir/$dir; \
        fi; \
        cp ../tools/$file $todir; \
        fi; \
        done;
cp: cannot stat `../tools/sylprint.pl': No such file or directory
cp: cannot stat `../tools/sylprint.rc': No such file or directory
chmod u+x OOo2claws-mail.pl acroread2claws-mail.pl calypso_convert.pl claws-mail-compose-insert-files.pl convert_mbox.pl csv2addressbook.pl eud2gc.py
filter_conv.pl filter_conv_new.pl fix_date.sh freshmeat_search.pl gif2xface.pl google_msgid.pl google_search.pl kmail2claws-mail.pl kmail2claws-mail_v2.pl
kmail-mailbox2claws-mail.pl mairix.sh mew2claws-mail.pl multiwebsearch.pl nautilus2claws-mail.sh outlook2claws-mail.pl popfile-link.sh sylprint.pl sylprint.rc
tb2claws-mail tbird2claws.py textviewer.pl textviewer.sh thunderbird-filters-convertor.pl update-po uudec uuooffice vcard2xml.py kdeservicemenu/install.sh
kdeservicemenu/claws-mail-kdeservicemenu.pl
chmod: cannot access `sylprint.pl': No such file or directory
chmod: cannot access `sylprint.rc': No such file or directory
make[2]: *** [all-local] Error 1
make[2]: Leaving directory `/var/tmp/paludis/mail-client/claws-mail-3.1.0-r1/work/claws-mail-3.1.0/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/paludis/mail-client/claws-mail-3.1.0-r1/work/claws-mail-3.1.0'
make: *** [all] Error 2
...END...
Seems to relate to this:
diff -u claws-mail-3.1.0-r1 claws-mail-3.1.0:
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       # Remove unmaintained insecure script, following upstream action
-       rm tools/*sylprint* || die
-}
-
...END...
But the build looks for it.
Thanks. Rumen

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-12-05 19:41:12 UTC

*** This bug has been marked as a duplicate of bug 201244 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-12-06 08:04:17 UTC
*** Bug 201453 has been marked as a duplicate of this bug. ***