Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57743 - mit-krb5-1.3.3 patch breaks build
Summary: mit-krb5-1.3.3 patch breaks build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-20 09:23 UTC by Mike Mitchell
Modified: 2004-07-21 10:12 UTC (History)
1 user (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 Mike Mitchell 2004-07-20 09:23:54 UTC
file mit-krb5-1.3.3-autoheader.patch contains cruft that breaks emerge. there is a string "<tab>" which appears to need replaced with the actual character tab, and a command string which does not appear to be continued properly with backslash (\) on the same line.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




this does not allow the component to be built and installed via emerge. and it 
is also marked as x86 (not ~x86).
Comment 1 Josh Knowles 2004-07-20 11:22:59 UTC
Here is the error I am receiving:

make[1]: Leaving directory `/var/tmp/portage/mit-krb5-1.3.3-r1/work/krb5-1.3.3/src/util'
making all in include...
make[1]: Entering directory `/var/tmp/portage/mit-krb5-1.3.3-r1/work/krb5-1.3.3/src/include'
Makefile:530: *** missing separator.  Stop.
make[1]: Leaving directory `/var/tmp/portage/mit-krb5-1.3.3-r1/work/krb5-1.3.3/src/include'
make: *** [all-recurse] Error 1

!!! ERROR: app-crypt/mit-krb5-1.3.3-r1 failed.
!!! Function src_compile, Line 128, Exitcode 2
!!! (no error message)
Comment 2 Jose Gonzalez Gomez 2004-07-20 11:33:54 UTC
Same problem here with app-crypt/mit-krb5-1.3.3-r1
Comment 3 Jose Gonzalez Gomez 2004-07-20 11:37:00 UTC
Correction... I have a machine with this version (app-crypt/mit-krb5-1.3.3-r1) correctly installed... looking for differences
Comment 4 Jose Gonzalez Gomez 2004-07-20 11:54:42 UTC
I really don't know how, but I have a machine with this installed. The machine was installed from scratch just two days ago, and I didn't have any problem with this package, although I have taken a look to the file mentioned in the bug, and it has the mentioned errors. I have another machine where I'm trying to install it right now, and I'm getting the same error as Josh. Maybe some deep dependency not installed????

Any ideas on what to look for?
Comment 5 Brian Bisaillon 2004-07-20 11:58:04 UTC
Line 530 in /var/tmp/portage/mit-krb5-1.3.3-r1/work/krb5-1.3.3/src/include:

<tab>cd $(srcdir) &&"

Line 530 should be:

        cd $(srcdir) && \

This will fix the following error:

make[1]: Entering directory `/var/tmp/portage/mit-krb5-1.3.3-r1/work/krb5-1.3.3/src/include'
Makefile:530: *** missing separator.  Stop.
make[1]: Leaving directory `/var/tmp/portage/mit-krb5-1.3.3-r1/work/krb5-1.3.3/src/include'
make: *** [all-recurse] Error 1
Comment 6 Ryan Phillips (RETIRED) gentoo-dev 2004-07-20 15:31:22 UTC
I just fixed this bug today... Please sync and retest.  Thanks.
Comment 7 Jose Gonzalez Gomez 2004-07-21 02:26:20 UTC
Here it's compiling flawlessly, thanks a lot
Comment 8 Axel Dyks 2004-07-21 06:21:19 UTC
Wow, this is almost lightspeed...
... and I learned that one should always select "all"
(i. e. include FIXED ones) when searching for bugs,
before posting an new one.
And/Or "sync" before posting. 

ByTheWay:
  - This bug should be marked as a DUPE of #57185
  - This bug should be marked as FIXED.

Greets,

Axel (XL)

P. S.: I'm quite new in the "gentoo community" and I'm really impressed
  of speed and engagement.
Comment 9 Ryan Phillips (RETIRED) gentoo-dev 2004-07-21 10:12:14 UTC
Thanks Axel for the kind words.