Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273624 - app-text/pdftk-1.41-r1: needs to comment some lines
Summary: app-text/pdftk-1.41-r1: needs to comment some lines
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-10 20:18 UTC by Pacho Ramos
Modified: 2009-06-11 03:49 UTC (History)
0 users

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 Pacho Ramos gentoo-dev 2009-06-10 20:18:53 UTC
Current ebuild has:
src_unpack() {
        unpack ${A}

        bug #225709 and #251796
        epatch "${FILESDIR}/${P}-gcc-4.3.patch"
        bug #209802
        epatch "${FILESDIR}/${P}-honor-ldflags.patch"
        # force usage of custom CFLAGS.
        sed -iorig 's:-O2:\$(CFLAGS):g' "${S}"/Makefile.Generic
}

Then, I get messages like:
>>> Unpacking pdftk-1.41.tar.gz to /var/tmp/portage/app-text/pdftk-1.41-r1/work
/var/tmp/portage/app-text/pdftk-1.41-r1/temp/environment: line 2241: bug: command not found
 * Applying pdftk-1.41-gcc-4.3.patch ...                                  [ ok ]
/var/tmp/portage/app-text/pdftk-1.41-r1/temp/environment: line 2243: bug: command not found
 * Applying pdftk-1.41-honor-ldflags.patch ...                            [ ok ]
>>> Source unpacked in /var/tmp/portage/app-text/pdftk-1.41-r1/work

Please add "#" before "bug..."

Thanks

Reproducible: Always
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2009-06-11 03:49:02 UTC
Fixed in CVS. Thanks for the report.