#389 closed Bug (fixed)
config.status: error: po/Makefile is not ready.
Reported by: | mezz | Owned by: | somebody |
---|---|---|---|
Priority: | Normal | Milestone: | 0.92 |
Component: | GTK+ Client | Version: | 0.82+ |
Severity: | Normal | Keywords: | |
Cc: |
Description
I have checkout SVN (3476) and I can't disable GTK when I am asking to. I have tried to run configure with '--without-gtk' and '--with-gtk=no', but it ignore because I have GTK exists in my system. It also causes configure failure.
[...] checking for GTK... yes <-- here checking for wx-config... no checking host system type... (cached) i386-portbld-freebsd7.0 configure: creating ./config.status config.status: creating Makefile config.status: creating transmission.spec config.status: creating beos/Makefile config.status: creating cli/Makefile config.status: creating daemon/Makefile config.status: creating gtk/Makefile config.status: creating libtransmission/Makefile config.status: creating libtransmission/version.h config.status: creating third-party/Makefile config.status: creating macosx/Makefile config.status: creating wx/Makefile config.status: creating wx/images/Makefile config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing po/stamp-it commands config.status: error: po/Makefile is not ready. ===> Script "configure" failed unexpectedly.
Attachments (1)
Change History (22)
comment:1 follow-up: ↓ 3 Changed 15 years ago by Gimp
comment:2 Changed 15 years ago by charles
- Component changed from Transmission to GTK+ Interface
- Milestone changed from None Set to 0.90
- Resolution set to fixed
- Status changed from new to closed
The ticket summary isn't completely accurate, but there's still an issue here that "./configure.sh --without-gtk" crashes when trying to build po/Makefile.in. r3481 should fix that.
comment:3 in reply to: ↑ 1 Changed 15 years ago by mezz
Replying to Gimp:
I think you're looking for --disable-gtk
There is no --disable-gtk option in configure so far from what I have read in configure. The configure shows that it wants '--without-gtk' or '--with-gtk=no'.
Thanks Charles, I will check it out tonight.
comment:4 Changed 15 years ago by mezz
The fix in r3481 doesn't fix it. This problem still exists.
comment:5 follow-up: ↓ 6 Changed 15 years ago by charles
- Resolution fixed deleted
- Status changed from closed to reopened
Could you paste a new configure log?
comment:6 in reply to: ↑ 5 Changed 15 years ago by mezz
Replying to charles:
Could you paste a new configure log?
Yeah, here is a full log of it. I have checkout to latest at r3498. I ran it with '--without-gtk --without-wx'.
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... gawk checking whether gmake sets $(MAKE)... yes checking build system type... i386-portbld-freebsd7.0 checking host system type... i386-portbld-freebsd7.0 checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... (cached) gcc3 checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for lrintf... no checking for strlcpy... yes checking for strlcat... yes checking for daemon... yes checking for dirname... yes checking for basename... yes checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether gmake sets $(MAKE)... (cached) yes checking for ranlib... (cached) ranlib checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_THREAD_SAFE checking for CRYPTO_new_ex_data in -lcrypto... yes checking for SSL_library_init in -lssl... yes checking for library containing socket... none required checking for library containing gethostbyname... none required configure: invoking libevent's configure script checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for wx-config... no checking host system type... (cached) i386-portbld-freebsd7.0 configure: creating ./config.status config.status: creating Makefile config.status: creating transmission.spec config.status: creating beos/Makefile config.status: creating cli/Makefile config.status: creating daemon/Makefile config.status: creating libtransmission/Makefile config.status: creating libtransmission/version.h config.status: creating third-party/Makefile config.status: creating macosx/Makefile config.status: creating wx/Makefile config.status: creating wx/images/Makefile config.status: executing depfiles commands config.status: executing po/stamp-it commands config.status: error: po/Makefile is not ready.
comment:7 Changed 15 years ago by charles
- Milestone changed from 0.90 to 0.91
- Summary changed from Can't disable GTK when GTK exists in system.. to config.status: error: po/Makefile is not ready.
comment:8 follow-up: ↓ 9 Changed 15 years ago by charles
- Milestone changed from 0.91 to 0.9x
comment:9 in reply to: ↑ 8 Changed 15 years ago by svip
Changing the configure line that says
ac_config_commands="$ac_config_commands po/stamp-it"
to
if test "x$use_gtk" = "xyes"; then ac_config_commands="$ac_config_commands po/stamp-it" fi
fixes it.
comment:10 Changed 15 years ago by mezz
Yeah, it works with this change in configure. Now all we need to figure how to make the change in configure.ac.
comment:11 Changed 15 years ago by Danez
running ./configure or ./configure --without-gtk on
Linux 2.6.22-gentoo-r5 #3 Mon Sep 17 19:53:18 CEST 2007 i686 Pentium II (Deschutes) GenuineIntel GNU/Linux
results in
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for lrintf... no checking for strlcpy... no checking for strlcat... no checking for daemon... yes checking for dirname... yes checking for basename... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for ranlib... (cached) ranlib checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for library containing socket... none required checking for library containing gethostbyname... none required checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for OPENSSL... yes checking how to copy va_list... va_copy configure: invoking libevent's configure script checking for GTK... no checking for wx-config... no checking host system type... (cached) i686-pc-linux-gnu configure: creating ./config.status config.status: creating Makefile config.status: creating transmission.spec config.status: creating beos/Makefile config.status: creating cli/Makefile config.status: creating daemon/Makefile config.status: creating libtransmission/Makefile config.status: creating third-party/Makefile config.status: creating macosx/Makefile config.status: creating wx/Makefile config.status: creating wx/images/Makefile config.status: executing depfiles commands config.status: executing po/stamp-it commands config.status: error: po/Makefile is not ready.
comment:12 Changed 15 years ago by Danez
*add: forget to mention, no gtk installed on system
comment:13 Changed 15 years ago by castorinop
i'm cross compiling transmission and detect this fail and other when run make. for this, use the next patch http://transmission.m0k.org/trac/attachment/ticket/389/transmission-3661_configfix.patch
comment:14 Changed 15 years ago by charles
Unless I'm completely misreading that patch, it actually makes things *worse* -- it
(1) breaks the gtk+ client's i18n
(2) tweaks libevent's Makefile.am, which is not something we control in our repository
comment:15 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from reopened to closed
comment:16 Changed 15 years ago by charles
- Milestone changed from 0.9x to 0.92
comment:17 Changed 14 years ago by add
(spam removed)
comment:18 Changed 12 years ago by oh_noes
Hi team,
I have run into this same problem on Solaris 10 trying to compile (2.13+) r11648.
I assume because this bug report is 3 years old it's been fixed? But not sure why I am running into it.
I can compile release 2.13 without a problem, but nightly (r11648) fails with the "config.status: error: po/Makefile is not ready.".
Compile:
CFLAGS="-L/usr/local/libevent/lib -R/usr/local/libevent/lib -D__EXTENSIONS__" \ CPPFLAGS="-I/usr/local/include" \ LIBEVENT_LIBS="-L/usr/local/libevent/lib -R/usr/local/libevent/lib -levent -lrt" \ LIBEVENT_CFLAGS="-I/usr/local/libevent/include" \ LDFLAGS="-L/usr/local/lib -R/usr/local/lib" \ LIBCURL_CFLAGS="-I/usr/local/include" \ LIBCURL_LIBS="-L/usr/local/lib -lcurl -lidn -lssl -lcrypto -lrt -lsocket -lnsl -lsocket -lnsl -ldl -lz -lssh2 -lsocket" \ ./configure --prefix=/usr/local/transmission-trunk --enable-daemon --enable-cli --disable-nls --disable-gtk --disable-mac --with-zlib="/usr/local/lib" --with-zlib-includes="/usr/local/include"
./configure output:
checking for a BSD-compatible install... /usr/local/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... plaintar checking build system type... i386-pc-solaris2.10 checking host system type... i386-pc-solaris2.10 checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/xpg4/bin/grep checking for egrep... /usr/xpg4/bin/grep -E checking for ld used by gcc... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking for /usr/ccs/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/local/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 786240 checking command to parse /usr/local/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... solaris2.10 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 static flag -static works... no checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... solaris2.10 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for inline... inline checking gcc version... 3.4.6 checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for iconv_open... yes checking for pread... yes checking for pwrite... yes checking for lrintf... no checking for strlcpy... yes checking for daemon... no checking for dirname... yes checking for basename... yes checking for strcasecmp... yes checking for localtime_r... yes checking for fallocate64... no checking for posix_fallocate... no checking for memmem... no checking for strsep... no checking for strtold... yes checking for syslog... yes checking for valloc... yes checking for getpagesize... yes checking for posix_memalign... no checking for statvfs... yes checking for a BSD-compatible install... /usr/local/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking whether pthreads work with -pthreads... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_REENTRANT checking for library containing cos... -lm checking for library containing socket... -lsocket checking for library containing gethostbyname... -lnsl checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for OPENSSL... yes checking for LIBCURL... yes checking for LIBEVENT... yes checking for /tmp/dummy1_zlib.h... yes checking for library containing gzopen... -lz checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for lseek64... yes checking whether posix_fadvise is declared... no checking for posix_fadvise... no checking sys/inotify.h usability... no checking sys/inotify.h presence... no checking for sys/inotify.h... no checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking xfs/xfs.h usability... no checking xfs/xfs.h presence... no checking for xfs/xfs.h... no checking how to copy va_list... va_copy checking for clock_gettime in -lrt... yes checking for GTK... Requested 'gtk+-2.0 >= 2.8.0' but version of GTK+ is 2.4.9 no checking host system type... (cached) i386-pc-solaris2.10 configure: creating ./config.status config.status: creating Makefile config.status: creating transmission-gtk.spec config.status: creating cli/Makefile config.status: creating daemon/Makefile config.status: creating extras/Makefile config.status: creating libtransmission/Makefile config.status: creating utils/Makefile config.status: creating third-party/Makefile config.status: creating third-party/miniupnp/Makefile config.status: creating third-party/libnatpmp/Makefile config.status: creating third-party/dht/Makefile config.status: creating macosx/Makefile config.status: creating gtk/Makefile config.status: creating gtk/icons/Makefile config.status: creating web/Makefile config.status: creating web/images/Makefile config.status: creating web/images/buttons/Makefile config.status: creating web/images/graphics/Makefile config.status: creating web/images/progress/Makefile config.status: creating web/javascript/Makefile config.status: creating web/javascript/jquery/Makefile config.status: creating web/stylesheets/Makefile config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing po/stamp-it commands config.status: error: po/Makefile is not ready.
comment:19 follow-up: ↓ 20 Changed 12 years ago by jordan
oh_noes, where are you getting your copy of r11648 from?
comment:20 in reply to: ↑ 19 Changed 12 years ago by oh_noes
Replying to jordan:
oh_noes, where are you getting your copy of r11648 from?
Hi jordan, thanks for the reply.
I'm getting the tarball from here https://build.transmissionbt.com/job/trunk-linux/
Then trying to below. Just to confirm, when I get the source tarball from the main website, it compiles with the below instructions without a problem.
$ xz -d transmission-trunk-r11648.tar.xz $ tar xf transmission-trunk-r11648.tar.xz $ cd ./transmission-2.13+ $ CFLAGS="-L/usr/local/libevent/lib -R/usr/local/libevent/lib -D__EXTENSIONS__" \ CPPFLAGS="-I/usr/local/include" \ LIBEVENT_LIBS="-L/usr/local/libevent/lib -R/usr/local/libevent/lib -levent -lrt" \ LIBEVENT_CFLAGS="-I/usr/local/libevent/include" \ LDFLAGS="-L/usr/local/lib -R/usr/local/lib" \ LIBCURL_CFLAGS="-I/usr/local/include" \ LIBCURL_LIBS="-L/usr/local/lib -levent -lcurl" \ ./configure --prefix=/usr/local/transmission-trunk --enable-daemon --enable-cli --disable-nls --disable-mac --disable-gtk --with-zlib="/usr/local/lib" --with-zlib-includes="/usr/local/include"
comment:21 Changed 7 years ago by sergiomb
I think you should add po/Makefile in section AC_CONFIG_FILES after po/Makefile.in https://trac.transmissionbt.com/browser/trunk/configure.ac#L672
I had a similar problem and found this solution.
I think you're looking for --disable-gtk