[tor-bugs] #6524 [Tor Client]: [PATCH] move to non-recursive make

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Thu Aug 23 17:30:50 UTC 2012


#6524: [PATCH] move to non-recursive make
-------------------------+--------------------------------------------------
 Reporter:  stewart      |          Owner:  stewart           
     Type:  enhancement  |         Status:  needs_revision    
 Priority:  normal       |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor Client   |        Version:  Tor: unspecified  
 Keywords:               |         Parent:                    
   Points:               |   Actualpoints:                    
-------------------------+--------------------------------------------------

Comment(by nickm):

 It appears there's a problem with automake-1.7.  When I try to build with
 it, I eventually get:
 {{{
 if gcc -DHAVE_CONFIG_H -I. -I. -I.  -DSHARE_DATADIR="\"/usr/local/share\""
 -DLOCALSTATEDIR="\"/usr/local/var\"" -DBINDIR="\"/usr/local/bin\""
 -I./src/common     -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all
 -Wstack-protector -fwrapv -fPIE -Wall -fno-strict-aliasing -MT
 src/common/util_codedigest.o -MD -MP -MF
 ".deps/src/common/util_codedigest.Tpo" \
   -c -o src/common/util_codedigest.o `test -f
 'src/common/util_codedigest.c' || echo './'`src/common/util_codedigest.c;
 \
 then mv -f ".deps/src/common/util_codedigest.Tpo"
 ".deps/src/common/util_codedigest.Po"; \
 else rm -f ".deps/src/common/util_codedigest.Tpo"; exit 1; \
 fi
 src/common/util_codedigest.c:12:1: fatal error: opening dependency file
 .deps/src/common/util_codedigest.Tpo: No such file or directory
 compilation terminated.
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6524#comment:21>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list