Skip to content

Instantly share code, notes, and snippets.

@Blue-Dog-Archolite
Created December 19, 2012 15:29
Show Gist options
  • Save Blue-Dog-Archolite/4337512 to your computer and use it in GitHub Desktop.
Save Blue-Dog-Archolite/4337512 to your computer and use it in GitHub Desktop.
Attempt with fix gmodule branch
thief:~/tools/growl-for-linux ruby-1.9.3-p194::(fix_gmodule) $ ./autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:2: warning: AC_INIT: not a literal: esyscmd([cat VERSION | tr -d '\n'])
configure.ac:2: warning: AC_INIT: not a literal: esyscmd([cat VERSION | tr -d '\n'])
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:2: warning: AC_INIT: not a literal: esyscmd([cat VERSION | tr -d '\n'])
configure.ac:2: warning: AC_INIT: not a literal: esyscmd([cat VERSION | tr -d '\n'])
configure.ac:2: warning: AC_INIT: not a literal: esyscmd([cat VERSION | tr -d '\n'])
thief:~/tools/growl-for-linux ruby-1.9.3-p194::(fix_gmodule) $ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 gcc option to accept ISO C99... -std=gnu99
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
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 fgrep... /usr/bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -std=gnu99 -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... no
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) 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
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB2... yes
checking for GTK2... yes
checking for GMODULE... yes
checking for LIBCURL... yes
checking for LIBXML2... yes
checking for OPENSSL... yes
checking for SQLITE3... yes
checking for DBUSGLIB1... yes
checking for NOTIFY... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for size_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strpbrk... yes
checking for strstr... yes
checking for strtol... yes
configure: creating ./config.status
config.status: creating display/libnotify/Makefile
config.status: creating Makefile
config.status: creating plugins/Makefile
config.status: creating data/Makefile
config.status: creating display/balloon/Makefile
config.status: creating display/fog/Makefile
config.status: creating display/nico2/Makefile
config.status: creating subscribe/tweets/Makefile
config.status: creating subscribe/rhythmbox/Makefile
config.status: creating data/gol.desktop
config.status: executing depfiles commands
config.status: executing libtool commands
thief:~/tools/growl-for-linux ruby-1.9.3-p194::(fix_gmodule) $ make && make install
Making all in plugins
make[1]: Entering directory `/home/thief/tools/growl-for-linux/plugins'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/thief/tools/growl-for-linux/plugins'
Making all in data
make[1]: Entering directory `/home/thief/tools/growl-for-linux/data'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/thief/tools/growl-for-linux/data'
Making all in display/balloon
make[1]: Entering directory `/home/thief/tools/growl-for-linux/display/balloon'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/thief/tools/growl-for-linux/display/balloon'
Making all in display/fog
make[1]: Entering directory `/home/thief/tools/growl-for-linux/display/fog'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/thief/tools/growl-for-linux/display/fog'
Making all in display/nico2
make[1]: Entering directory `/home/thief/tools/growl-for-linux/display/nico2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/thief/tools/growl-for-linux/display/nico2'
Making all in display/libnotify
make[1]: Entering directory `/home/thief/tools/growl-for-linux/display/libnotify'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/thief/tools/growl-for-linux/display/libnotify'
Making all in subscribe/tweets
make[1]: Entering directory `/home/thief/tools/growl-for-linux/subscribe/tweets'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/thief/tools/growl-for-linux/subscribe/tweets'
Making all in subscribe/rhythmbox
make[1]: Entering directory `/home/thief/tools/growl-for-linux/subscribe/rhythmbox'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/thief/tools/growl-for-linux/subscribe/rhythmbox'
make[1]: Entering directory `/home/thief/tools/growl-for-linux'
CCLD gol
make[1]: Leaving directory `/home/thief/tools/growl-for-linux'
Making install in plugins
make[1]: Entering directory `/home/thief/tools/growl-for-linux/plugins'
make[2]: Entering directory `/home/thief/tools/growl-for-linux/plugins'
/usr/bin/mkdir -p '/usr/local/lib'
/usr/bin/install -c -m 644 libgolplug.a '/usr/local/lib'
/usr/bin/install: cannot create regular file `/usr/local/lib/libgolplug.a': Permission denied
make[2]: *** [install-libLIBRARIES] Error 1
make[2]: Leaving directory `/home/thief/tools/growl-for-linux/plugins'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/thief/tools/growl-for-linux/plugins'
make: *** [install-recursive] Error 1
thief:~/tools/growl-for-linux ruby-1.9.3-p194::(fix_gmodule) $ git status
# On branch fix_gmodule
nothing to commit (working directory clean)
thief:~/tools/growl-for-linux ruby-1.9.3-p194::(fix_gmodule) $ ll
total 2160
drwxrwxr-x. 11 thief 4096 Dec 19 09:28 .
drwxrwxr-x. 5 thief 4096 Dec 18 10:43 ..
-rw-rw-r--. 1 thief 43570 Dec 19 09:27 aclocal.m4
-rw-rw-r--. 1 thief 40 Dec 18 10:43 AUTHORS
-rwxrwxr-x. 1 thief 76 Dec 18 10:43 autogen.sh
drwxr-xr-x. 2 thief 4096 Dec 19 09:27 autom4te.cache
-rw-rw-r--. 1 thief 96 Dec 18 10:43 BUGS
-rw-rw-r--. 1 thief 536 Dec 18 10:43 ChangeLog
-rw-rw-r--. 1 thief 715 Dec 18 10:43 compatibility.h
-rwxr-xr-x. 1 thief 7274 Dec 19 09:27 compile
-rwxr-xr-x. 1 thief 44826 Dec 19 09:27 config.guess
-rw-rw-r--. 1 thief 49831 Dec 19 09:28 config.log
-rwxrwxr-x. 1 thief 61324 Dec 19 09:28 config.status
-rwxr-xr-x. 1 thief 35454 Dec 19 09:27 config.sub
-rwxrwxr-x. 1 thief 456022 Dec 19 09:27 configure
-rw-rw-r--. 1 thief 1934 Dec 19 09:27 configure.ac
-rw-rw-r--. 1 thief 1207 Dec 18 10:43 COPYING
drwxrwxr-x. 2 thief 4096 Dec 19 09:28 data
-rwxr-xr-x. 1 thief 20899 Dec 19 09:27 depcomp
drwxrwxr-x. 2 thief 4096 Dec 18 10:49 .deps
drwxrwxr-x. 7 thief 4096 Dec 18 10:43 display
drwxrwxr-x. 8 thief 4096 Dec 19 09:29 .git
-rw-rw-r--. 1 thief 249 Dec 18 10:43 .gitignore
-rwxrwxr-x. 1 thief 205329 Dec 19 09:28 gol
-rw-rw-r--. 1 thief 73654 Dec 18 10:43 gol.c
-rw-rw-r--. 1 thief 382632 Dec 18 10:49 gol-gol.o
-rw-rw-r--. 1 thief 1718 Dec 18 10:43 gol.h
-rw-rw-r--. 1 thief 63 Dec 18 10:43 gol.rc
-rw-r--r--. 1 thief 15744 Dec 19 09:27 INSTALL
-rwxr-xr-x. 1 thief 13998 Dec 19 09:27 install-sh
drwxrwxr-x. 2 thief 4096 Dec 19 09:28 .libs
-rwxrwxr-x. 1 thief 293189 Dec 19 09:28 libtool
-rw-r--r--. 1 thief 283474 Dec 19 09:27 ltmain.sh
drwxrwxr-x. 2 thief 4096 Dec 19 09:27 m4
-rwxrwxr-x. 1 thief 280 Dec 18 10:43 makedist.sh
-rw-rw-r--. 1 thief 33103 Dec 19 09:28 Makefile
-rw-rw-r--. 1 thief 721 Dec 19 09:27 Makefile.am
-rw-rw-r--. 1 thief 31838 Dec 19 09:27 Makefile.in
-rw-rw-r--. 1 thief 1492 Dec 18 10:43 Makefile.w32
-rwxr-xr-x. 1 thief 10346 Dec 19 09:27 missing
-rw-rw-r--. 1 thief 0 Dec 18 10:43 NEWS
drwxrwxr-x. 3 thief 4096 Dec 19 09:28 plugins
-rw-rw-r--. 1 thief 1697 Dec 18 10:43 README
-rw-rw-r--. 1 thief 2215 Dec 18 10:43 README.mkd
drwxrwxr-x. 4 thief 4096 Dec 18 10:43 subscribe
-rw-rw-r--. 1 thief 266 Dec 18 10:43 TODO
-rw-rw-r--. 1 thief 6 Dec 18 10:43 VERSION
thief:~/tools/growl-for-linux ruby-1.9.3-p194::(fix_gmodule) $ ./gol
open: No such file or directory
** (gol:21652): CRITICAL **: Display plugin directory isn't found: /usr/local/lib/growl-for-linux/display
thief:~/tools/growl-for-linux ruby-1.9.3-p194::(fix_gmodule) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment