Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59712 - ipsec-tools build breaks with distcc
Summary: ipsec-tools build breaks with distcc
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lisa Seelye (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-07 10:37 UTC by tony den haan
Modified: 2004-08-16 09:24 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 tony den haan 2004-08-07 10:37:30 UTC
with distcc enable, building ipsec-tools leads to:
gcc -L../libipsec/.libs -o eaytest eaytest.o vmbuf.o str2val.o plog.o logger.o crypto_openssl_test.o misc_noplog.o \
        -lssl -lcrypto  -lresolv -lipsec -lfl  sha2.o
gcc: sha2.o: No such file or directory

i'm sure that won't happen everywhere, but i suppose it's safer
to disable distcc fot this ebuild?

Reproducible: Always
Steps to Reproduce:
1. FEATURES="distcc ccache" ACCEPT_KEYWORDS="~x86" emerge ipsec-tools
2.
3.

Actual Results:  
gcc -L../libipsec/.libs -o eaytest eaytest.o vmbuf.o str2val.o plog.o logger.o 
crypto_openssl_test.o misc_noplog.o \ 
        -lssl -lcrypto  -lresolv -lipsec -lfl  sha2.o 
gcc: sha2.o: No such file or directory 
 
 

Expected Results:  
build!
Comment 1 Lisa Seelye (RETIRED) gentoo-dev 2004-08-16 09:24:28 UTC
Works for me...  I'll try and reproduce it.

Please post emerge info from each machine.