Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20646 - sys-libs/gdbm failing to build correctly if distcc and ccache is used
Summary: sys-libs/gdbm failing to build correctly if distcc and ccache is used
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Lisa Seelye (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-08 14:30 UTC by steveb
Modified: 2003-07-27 15:48 UTC (History)
0 users

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


Attachments
session log with more info and compiler output of emerge (session.log,125.84 KB, text/plain)
2003-05-08 14:31 UTC, steveb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description steveb 2003-05-08 14:30:26 UTC
sys-libs/dbdm is not builded correctly if i use ccache and distcc.

this is with distcc and ccache:
# find /usr/lib/ -iname "libgdbm*" -exec ls -lah {} \;
-rw-r--r--    1 root     root          45K May  8 22:09 /usr/lib/libgdbm.a
-rwxr-xr-x    1 root     root          426 May  8 22:09 /usr/lib/libgdbm.la

and this is without distcc and without ccache:
# find /usr -iname "libgdbm*" -exec ls -lah {} \;
-rw-r--r--    1 root     root          45K May  8 21:55 /usr/lib/libgdbm.a
-rwxr-xr-x    1 root     root          26K May  8 21:55 /usr/lib/libgdbm.so.2.0.
0
-rwxr-xr-x    1 root     root          466 May  8 21:55 /usr/lib/libgdbm.la
lrwxrwxrwx    1 root     root           16 May  8 21:55 /usr/lib/libgdbm.so -> 
libgdbm.so.2.0.0
lrwxrwxrwx    1 root     root           16 May  8 21:55 /usr/lib/libgdbm.so.2 -> 
libgdbm.so.2.0.0


i included a complete session.log with more info and the complete output while 
compiling.

cheers

SteveB
Comment 1 steveb 2003-05-08 14:31:30 UTC
Created attachment 11695 [details]
session log with more info and compiler output of emerge
Comment 2 Lisa Seelye (RETIRED) gentoo-dev 2003-07-10 09:19:29 UTC
What version of distcc are you using?

When I emerge gdbm here I get the files you don't.

::::
>>> /usr/lib/libgdbm.so.2.0.0
>>> /usr/lib/libgdbm.so.2 -> libgdbm.so.2.0.0
>>> /usr/lib/libgdbm.so -> libgdbm.so.2.0.0
>>> /usr/lib/libgdbm.la
>>> /usr/lib/libgdbm.a
Comment 3 Lisa Seelye (RETIRED) gentoo-dev 2003-07-27 15:48:27 UTC
Reopen if this continues with newer versions of distcc.  As comment 2 said "it works for me."