[arch-commits] Commit in cdcd/repos/community-x86_64 (16 files)

Federico Cinelli cinelli at nymeria.archlinux.org
Tue Mar 12 09:37:00 UTC 2013


    Date: Tuesday, March 12, 2013 @ 10:37:00
  Author: cinelli
Revision: 86146

removed left over files

Added:
  cdcd/repos/community-x86_64/PKGBUILD
    (from rev 86145, cdcd/trunk/PKGBUILD)
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
    (from rev 86145, cdcd/trunk/cdcd-0.6.6-x86_64.patch)
  cdcd/repos/community-x86_64/cdcd.install
    (from rev 86145, cdcd/trunk/cdcd.install)
Deleted:
  cdcd/repos/community-x86_64/PKGBUILD
  cdcd/repos/community-x86_64/PKGBUILD-namcap.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686-build.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686-package.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686.pkg.tar.xz
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64-build.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64-package.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64.pkg.tar.xz
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-x86_64/cdcd-0.6.6.tar.gz
  cdcd/repos/community-x86_64/cdcd.install

---------------------------------+
 PKGBUILD                        |   88 +++++++++++------------
 cdcd-0.6.6-7-i686-build.log     |  141 -------------------------------------
 cdcd-0.6.6-7-i686-package.log   |   17 ----
 cdcd-0.6.6-7-x86_64-build.log   |  142 --------------------------------------
 cdcd-0.6.6-7-x86_64-package.log |   17 ----
 cdcd-0.6.6-x86_64.patch         |   22 ++---
 cdcd.install                    |   40 +++++-----
 7 files changed, 75 insertions(+), 392 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-12 09:31:01 UTC (rev 86145)
+++ PKGBUILD	2013-03-12 09:37:00 UTC (rev 86146)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 86082 2013-03-11 22:38:47Z cinelli $
-# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
-# Contributor dorphell <dorphell at archlinux.org>
-# Contributor Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=cdcd
-pkgver=0.6.6
-pkgrel=7
-pkgdesc="A commandline cd-player"
-arch=('i686' 'x86_64')
-depends=('libcdaudio' 'readline')
-url="http://libcdaudio.sourceforge.net/"
-license=('GPL2')
-install=cdcd.install
-source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz")
-md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
-
-if [[ "$CARCH" == "x86_64" ]]; then
-  source+=("cdcd-0.6.6-$CARCH.patch")
-  md5sums+=('7c39f01408fc084e2c62da4da324370e')
-fi
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver" 
-
-  if [[ "$CARCH" == "x86_64" ]]; then
-    patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
-  fi
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  
-  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
-  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
-  rm "$pkgdir/usr/share/dir"
-
-  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
-}

Copied: cdcd/repos/community-x86_64/PKGBUILD (from rev 86145, cdcd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-12 09:37:00 UTC (rev 86146)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor dorphell <dorphell at archlinux.org>
+# Contributor Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=6
+pkgdesc="A commandline cd-player"
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url="http://libcdaudio.sourceforge.net/"
+license=('GPL2')
+install=cdcd.install
+source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz")
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ "$CARCH" == "x86_64" ]]; then
+  source+=("cdcd-0.6.6-$CARCH.patch")
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver" 
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+    patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  
+  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
+  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
+  rm "$pkgdir/usr/share/dir"
+
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
+}

Deleted: PKGBUILD-namcap.log
===================================================================
Deleted: cdcd-0.6.6-7-i686-build.log
===================================================================
--- cdcd-0.6.6-7-i686-build.log	2013-03-12 09:31:01 UTC (rev 86145)
+++ cdcd-0.6.6-7-i686-build.log	2013-03-12 09:37:00 UTC (rev 86146)
@@ -1,141 +0,0 @@
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... gawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-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 ANSI C... none needed
-checking for style of include used by make... GNU
-checking dependency style of gcc... gcc3
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether ln -s works... yes
-checking how to run the C preprocessor... gcc -E
-checking for function prototypes... yes
-checking for egrep... grep -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 string.h... (cached) yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for tputs in -lcurses... yes
-checking for rl_completion_matches in -lreadline... yes
-checking for socket in -lsocket... no
-checking for libcdaudio-config... /usr/bin/libcdaudio-config
-checking for libcdaudio - version >= 0.99.0... yes
-checking for glib-config... no
-checking for GLIB - version >= 1.1.12... no
-*** The glib-config script installed by GLIB could not be found
-*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
-*** your path, or set the GLIB_CONFIG environment variable to the
-*** full path to glib-config.
-checking for ANSI C header files... (cached) yes
-checking for working alloca.h... yes
-checking for alloca... yes
-checking for string.h... (cached) yes
-checking for strings.h... (cached) yes
-checking sys/ptyvar.h usability... no
-checking sys/ptyvar.h presence... no
-checking for sys/ptyvar.h... no
-checking errno.h usability... yes
-checking errno.h presence... yes
-checking for errno.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking malloc.h usability... yes
-checking malloc.h presence... yes
-checking for malloc.h... yes
-checking for stdlib.h... (cached) yes
-checking readline/readline.h usability... yes
-checking readline/readline.h presence... yes
-checking for readline/readline.h... yes
-checking readline/history.h usability... yes
-checking readline/history.h presence... yes
-checking for readline/history.h... 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 an ANSI C-conforming const... yes
-checking for size_t... yes
-checking for stdlib.h... (cached) yes
-checking for GNU libc compatible malloc... yes
-checking return type of signal handlers... void
-checking whether lstat dereferences a symlink specified with a trailing slash... yes
-checking whether stat accepts an empty string... no
-checking for vsnprintf... yes
-checking for vasprintf... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for strdup... yes
-checking for strncasecmp... yes
-checking for strstr... yes
-checking for strtol... yes
-checking for strerror... yes
-checking for strcasestr... yes
-configure: creating ./config.status
-config.status: creating Makefile
-config.status: creating doc/Makefile
-config.status: creating config.h
-config.status: executing depfiles commands
-make  all-recursive
-make[1]: Entering directory `/build/src/cdcd-0.6.6'
-Making all in doc
-make[2]: Entering directory `/build/src/cdcd-0.6.6/doc'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/build/src/cdcd-0.6.6/doc'
-make[2]: Entering directory `/build/src/cdcd-0.6.6'
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cdcd.o -MD -MP -MF ".deps/cdcd-cdcd.Tpo" -c -o cdcd-cdcd.o `test -f 'cdcd.c' || echo './'`cdcd.c; \
-then mv -f ".deps/cdcd-cdcd.Tpo" ".deps/cdcd-cdcd.Po"; else rm -f ".deps/cdcd-cdcd.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-str.o -MD -MP -MF ".deps/cdcd-str.Tpo" -c -o cdcd-str.o `test -f 'str.c' || echo './'`str.c; \
-then mv -f ".deps/cdcd-str.Tpo" ".deps/cdcd-str.Po"; else rm -f ".deps/cdcd-str.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-conf.o -MD -MP -MF ".deps/cdcd-conf.Tpo" -c -o cdcd-conf.o `test -f 'conf.c' || echo './'`conf.c; \
-then mv -f ".deps/cdcd-conf.Tpo" ".deps/cdcd-conf.Po"; else rm -f ".deps/cdcd-conf.Tpo"; exit 1; fi
-conf.c:32:7: warning: extra tokens at end of #else directive [enabled by default]
-conf.c: In function 'cdcdrc_read':
-conf.c:265:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
-conf.c:275:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-global.o -MD -MP -MF ".deps/cdcd-global.Tpo" -c -o cdcd-global.o `test -f 'global.c' || echo './'`global.c; \
-then mv -f ".deps/cdcd-global.Tpo" ".deps/cdcd-global.Po"; else rm -f ".deps/cdcd-global.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-interface.o -MD -MP -MF ".deps/cdcd-interface.Tpo" -c -o cdcd-interface.o `test -f 'interface.c' || echo './'`interface.c; \
-then mv -f ".deps/cdcd-interface.Tpo" ".deps/cdcd-interface.Po"; else rm -f ".deps/cdcd-interface.Tpo"; exit 1; fi
-interface.c: In function 'cddb_lookup':
-interface.c:364:14: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cmdline.o -MD -MP -MF ".deps/cdcd-cmdline.Tpo" -c -o cdcd-cmdline.o `test -f 'cmdline.c' || echo './'`cmdline.c; \
-then mv -f ".deps/cdcd-cmdline.Tpo" ".deps/cdcd-cmdline.Po"; else rm -f ".deps/cdcd-cmdline.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cmd_cdcd.o -MD -MP -MF ".deps/cdcd-cmd_cdcd.Tpo" -c -o cdcd-cmd_cdcd.o `test -f 'cmd_cdcd.c' || echo './'`cmd_cdcd.c; \
-then mv -f ".deps/cdcd-cmd_cdcd.Tpo" ".deps/cdcd-cmd_cdcd.Po"; else rm -f ".deps/cdcd-cmd_cdcd.Tpo"; exit 1; fi
-cmd_cdcd.c: In function 'cmd_excl':
-cmd_cdcd.c:270:12: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
-cmd_cdcd.c:275:14: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cmd_sites.o -MD -MP -MF ".deps/cdcd-cmd_sites.Tpo" -c -o cdcd-cmd_sites.o `test -f 'cmd_sites.c' || echo './'`cmd_sites.c; \
-then mv -f ".deps/cdcd-cmd_sites.Tpo" ".deps/cdcd-cmd_sites.Po"; else rm -f ".deps/cdcd-cmd_sites.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cmd_access.o -MD -MP -MF ".deps/cdcd-cmd_access.Tpo" -c -o cdcd-cmd_access.o `test -f 'cmd_access.c' || echo './'`cmd_access.c; \
-then mv -f ".deps/cdcd-cmd_access.Tpo" ".deps/cdcd-cmd_access.Po"; else rm -f ".deps/cdcd-cmd_access.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cmd_edit.o -MD -MP -MF ".deps/cdcd-cmd_edit.Tpo" -c -o cdcd-cmd_edit.o `test -f 'cmd_edit.c' || echo './'`cmd_edit.c; \
-then mv -f ".deps/cdcd-cmd_edit.Tpo" ".deps/cdcd-cmd_edit.Po"; else rm -f ".deps/cdcd-cmd_edit.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-getopt.o -MD -MP -MF ".deps/cdcd-getopt.Tpo" -c -o cdcd-getopt.o `test -f 'getopt.c' || echo './'`getopt.c; \
-then mv -f ".deps/cdcd-getopt.Tpo" ".deps/cdcd-getopt.Po"; else rm -f ".deps/cdcd-getopt.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-getopt1.o -MD -MP -MF ".deps/cdcd-getopt1.Tpo" -c -o cdcd-getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \
-then mv -f ".deps/cdcd-getopt1.Tpo" ".deps/cdcd-getopt1.Po"; else rm -f ".deps/cdcd-getopt1.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-alloca.o -MD -MP -MF ".deps/cdcd-alloca.Tpo" -c -o cdcd-alloca.o `test -f 'alloca.c' || echo './'`alloca.c; \
-then mv -f ".deps/cdcd-alloca.Tpo" ".deps/cdcd-alloca.Po"; else rm -f ".deps/cdcd-alloca.Tpo"; exit 1; fi
-gcc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro -o cdcd  cdcd-cdcd.o cdcd-str.o cdcd-conf.o cdcd-global.o cdcd-interface.o cdcd-cmdline.o cdcd-cmd_cdcd.o cdcd-cmd_sites.o cdcd-cmd_access.o cdcd-cmd_edit.o cdcd-getopt.o cdcd-getopt1.o cdcd-alloca.o -L/usr/lib -lcdaudio -lreadline -lcurses 
-make[2]: Leaving directory `/build/src/cdcd-0.6.6'
-make[1]: Leaving directory `/build/src/cdcd-0.6.6'

Deleted: cdcd-0.6.6-7-i686-package.log
===================================================================
--- cdcd-0.6.6-7-i686-package.log	2013-03-12 09:31:01 UTC (rev 86145)
+++ cdcd-0.6.6-7-i686-package.log	2013-03-12 09:37:00 UTC (rev 86146)
@@ -1,17 +0,0 @@
-Making install in doc
-make[1]: Entering directory `/build/src/cdcd-0.6.6/doc'
-make[2]: Entering directory `/build/src/cdcd-0.6.6/doc'
-make[2]: Nothing to be done for `install-exec-am'.
-test -z "/usr/info" || mkdir -p -- . "/build/pkg/usr/info"
- /usr/bin/install -c -m 644 './cdcd.info' '/build/pkg/usr/info/cdcd.info'
- install-info --info-dir='/build/pkg/usr/info' '/build/pkg/usr/info/cdcd.info'
-make[2]: Leaving directory `/build/src/cdcd-0.6.6/doc'
-make[1]: Leaving directory `/build/src/cdcd-0.6.6/doc'
-make[1]: Entering directory `/build/src/cdcd-0.6.6'
-make[2]: Entering directory `/build/src/cdcd-0.6.6'
-test -z "/usr/bin" || mkdir -p -- . "/build/pkg/usr/bin"
-  /usr/bin/install -c 'cdcd' '/build/pkg/usr/bin/cdcd'
-test -z "/usr/man/man1" || mkdir -p -- . "/build/pkg/usr/man/man1"
- /usr/bin/install -c -m 644 './cdcd.1' '/build/pkg/usr/man/man1/cdcd.1'
-make[2]: Leaving directory `/build/src/cdcd-0.6.6'
-make[1]: Leaving directory `/build/src/cdcd-0.6.6'

Deleted: cdcd-0.6.6-7-i686.pkg.tar.xz
===================================================================
(Binary files differ)

Deleted: cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log
===================================================================
Deleted: cdcd-0.6.6-7-x86_64-build.log
===================================================================
--- cdcd-0.6.6-7-x86_64-build.log	2013-03-12 09:31:01 UTC (rev 86145)
+++ cdcd-0.6.6-7-x86_64-build.log	2013-03-12 09:37:00 UTC (rev 86146)
@@ -1,142 +0,0 @@
-patching file config.sub
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... gawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-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 ANSI C... none needed
-checking for style of include used by make... GNU
-checking dependency style of gcc... gcc3
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether ln -s works... yes
-checking how to run the C preprocessor... gcc -E
-checking for function prototypes... yes
-checking for egrep... grep -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 string.h... (cached) yes
-checking build system type... x86_64-pc-unknown-linux-gnu
-checking host system type... x86_64-pc-unknown-linux-gnu
-checking for tputs in -lcurses... yes
-checking for rl_completion_matches in -lreadline... yes
-checking for socket in -lsocket... no
-checking for libcdaudio-config... /usr/bin/libcdaudio-config
-checking for libcdaudio - version >= 0.99.0... yes
-checking for glib-config... no
-checking for GLIB - version >= 1.1.12... no
-*** The glib-config script installed by GLIB could not be found
-*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
-*** your path, or set the GLIB_CONFIG environment variable to the
-*** full path to glib-config.
-checking for ANSI C header files... (cached) yes
-checking for working alloca.h... yes
-checking for alloca... yes
-checking for string.h... (cached) yes
-checking for strings.h... (cached) yes
-checking sys/ptyvar.h usability... no
-checking sys/ptyvar.h presence... no
-checking for sys/ptyvar.h... no
-checking errno.h usability... yes
-checking errno.h presence... yes
-checking for errno.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking malloc.h usability... yes
-checking malloc.h presence... yes
-checking for malloc.h... yes
-checking for stdlib.h... (cached) yes
-checking readline/readline.h usability... yes
-checking readline/readline.h presence... yes
-checking for readline/readline.h... yes
-checking readline/history.h usability... yes
-checking readline/history.h presence... yes
-checking for readline/history.h... 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 an ANSI C-conforming const... yes
-checking for size_t... yes
-checking for stdlib.h... (cached) yes
-checking for GNU libc compatible malloc... yes
-checking return type of signal handlers... void
-checking whether lstat dereferences a symlink specified with a trailing slash... yes
-checking whether stat accepts an empty string... no
-checking for vsnprintf... yes
-checking for vasprintf... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for strdup... yes
-checking for strncasecmp... yes
-checking for strstr... yes
-checking for strtol... yes
-checking for strerror... yes
-checking for strcasestr... yes
-configure: creating ./config.status
-config.status: creating Makefile
-config.status: creating doc/Makefile
-config.status: creating config.h
-config.status: executing depfiles commands
-make  all-recursive
-make[1]: Entering directory `/build/src/cdcd-0.6.6'
-Making all in doc
-make[2]: Entering directory `/build/src/cdcd-0.6.6/doc'
-make[2]: Nothing to be done for `all'.
-make[2]: Leaving directory `/build/src/cdcd-0.6.6/doc'
-make[2]: Entering directory `/build/src/cdcd-0.6.6'
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cdcd.o -MD -MP -MF ".deps/cdcd-cdcd.Tpo" -c -o cdcd-cdcd.o `test -f 'cdcd.c' || echo './'`cdcd.c; \
-then mv -f ".deps/cdcd-cdcd.Tpo" ".deps/cdcd-cdcd.Po"; else rm -f ".deps/cdcd-cdcd.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-str.o -MD -MP -MF ".deps/cdcd-str.Tpo" -c -o cdcd-str.o `test -f 'str.c' || echo './'`str.c; \
-then mv -f ".deps/cdcd-str.Tpo" ".deps/cdcd-str.Po"; else rm -f ".deps/cdcd-str.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-conf.o -MD -MP -MF ".deps/cdcd-conf.Tpo" -c -o cdcd-conf.o `test -f 'conf.c' || echo './'`conf.c; \
-then mv -f ".deps/cdcd-conf.Tpo" ".deps/cdcd-conf.Po"; else rm -f ".deps/cdcd-conf.Tpo"; exit 1; fi
-conf.c:32:7: warning: extra tokens at end of #else directive [enabled by default]
-conf.c: In function 'cdcdrc_read':
-conf.c:265:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
-conf.c:275:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-global.o -MD -MP -MF ".deps/cdcd-global.Tpo" -c -o cdcd-global.o `test -f 'global.c' || echo './'`global.c; \
-then mv -f ".deps/cdcd-global.Tpo" ".deps/cdcd-global.Po"; else rm -f ".deps/cdcd-global.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-interface.o -MD -MP -MF ".deps/cdcd-interface.Tpo" -c -o cdcd-interface.o `test -f 'interface.c' || echo './'`interface.c; \
-then mv -f ".deps/cdcd-interface.Tpo" ".deps/cdcd-interface.Po"; else rm -f ".deps/cdcd-interface.Tpo"; exit 1; fi
-interface.c: In function 'cddb_lookup':
-interface.c:364:14: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cmdline.o -MD -MP -MF ".deps/cdcd-cmdline.Tpo" -c -o cdcd-cmdline.o `test -f 'cmdline.c' || echo './'`cmdline.c; \
-then mv -f ".deps/cdcd-cmdline.Tpo" ".deps/cdcd-cmdline.Po"; else rm -f ".deps/cdcd-cmdline.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cmd_cdcd.o -MD -MP -MF ".deps/cdcd-cmd_cdcd.Tpo" -c -o cdcd-cmd_cdcd.o `test -f 'cmd_cdcd.c' || echo './'`cmd_cdcd.c; \
-then mv -f ".deps/cdcd-cmd_cdcd.Tpo" ".deps/cdcd-cmd_cdcd.Po"; else rm -f ".deps/cdcd-cmd_cdcd.Tpo"; exit 1; fi
-cmd_cdcd.c: In function 'cmd_excl':
-cmd_cdcd.c:270:12: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
-cmd_cdcd.c:275:14: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cmd_sites.o -MD -MP -MF ".deps/cdcd-cmd_sites.Tpo" -c -o cdcd-cmd_sites.o `test -f 'cmd_sites.c' || echo './'`cmd_sites.c; \
-then mv -f ".deps/cdcd-cmd_sites.Tpo" ".deps/cdcd-cmd_sites.Po"; else rm -f ".deps/cdcd-cmd_sites.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cmd_access.o -MD -MP -MF ".deps/cdcd-cmd_access.Tpo" -c -o cdcd-cmd_access.o `test -f 'cmd_access.c' || echo './'`cmd_access.c; \
-then mv -f ".deps/cdcd-cmd_access.Tpo" ".deps/cdcd-cmd_access.Po"; else rm -f ".deps/cdcd-cmd_access.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-cmd_edit.o -MD -MP -MF ".deps/cdcd-cmd_edit.Tpo" -c -o cdcd-cmd_edit.o `test -f 'cmd_edit.c' || echo './'`cmd_edit.c; \
-then mv -f ".deps/cdcd-cmd_edit.Tpo" ".deps/cdcd-cmd_edit.Po"; else rm -f ".deps/cdcd-cmd_edit.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-getopt.o -MD -MP -MF ".deps/cdcd-getopt.Tpo" -c -o cdcd-getopt.o `test -f 'getopt.c' || echo './'`getopt.c; \
-then mv -f ".deps/cdcd-getopt.Tpo" ".deps/cdcd-getopt.Po"; else rm -f ".deps/cdcd-getopt.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-getopt1.o -MD -MP -MF ".deps/cdcd-getopt1.Tpo" -c -o cdcd-getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \
-then mv -f ".deps/cdcd-getopt1.Tpo" ".deps/cdcd-getopt1.Po"; else rm -f ".deps/cdcd-getopt1.Tpo"; exit 1; fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT cdcd-alloca.o -MD -MP -MF ".deps/cdcd-alloca.Tpo" -c -o cdcd-alloca.o `test -f 'alloca.c' || echo './'`alloca.c; \
-then mv -f ".deps/cdcd-alloca.Tpo" ".deps/cdcd-alloca.Po"; else rm -f ".deps/cdcd-alloca.Tpo"; exit 1; fi
-gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro -o cdcd  cdcd-cdcd.o cdcd-str.o cdcd-conf.o cdcd-global.o cdcd-interface.o cdcd-cmdline.o cdcd-cmd_cdcd.o cdcd-cmd_sites.o cdcd-cmd_access.o cdcd-cmd_edit.o cdcd-getopt.o cdcd-getopt1.o cdcd-alloca.o -L/usr/lib -lcdaudio -lreadline -lcurses 
-make[2]: Leaving directory `/build/src/cdcd-0.6.6'
-make[1]: Leaving directory `/build/src/cdcd-0.6.6'

Deleted: cdcd-0.6.6-7-x86_64-package.log
===================================================================
--- cdcd-0.6.6-7-x86_64-package.log	2013-03-12 09:31:01 UTC (rev 86145)
+++ cdcd-0.6.6-7-x86_64-package.log	2013-03-12 09:37:00 UTC (rev 86146)
@@ -1,17 +0,0 @@
-Making install in doc
-make[1]: Entering directory `/build/src/cdcd-0.6.6/doc'
-make[2]: Entering directory `/build/src/cdcd-0.6.6/doc'
-make[2]: Nothing to be done for `install-exec-am'.
-test -z "/usr/info" || mkdir -p -- . "/build/pkg/usr/info"
- /usr/bin/install -c -m 644 './cdcd.info' '/build/pkg/usr/info/cdcd.info'
- install-info --info-dir='/build/pkg/usr/info' '/build/pkg/usr/info/cdcd.info'
-make[2]: Leaving directory `/build/src/cdcd-0.6.6/doc'
-make[1]: Leaving directory `/build/src/cdcd-0.6.6/doc'
-make[1]: Entering directory `/build/src/cdcd-0.6.6'
-make[2]: Entering directory `/build/src/cdcd-0.6.6'
-test -z "/usr/bin" || mkdir -p -- . "/build/pkg/usr/bin"
-  /usr/bin/install -c 'cdcd' '/build/pkg/usr/bin/cdcd'
-test -z "/usr/man/man1" || mkdir -p -- . "/build/pkg/usr/man/man1"
- /usr/bin/install -c -m 644 './cdcd.1' '/build/pkg/usr/man/man1/cdcd.1'
-make[2]: Leaving directory `/build/src/cdcd-0.6.6'
-make[1]: Leaving directory `/build/src/cdcd-0.6.6'

Deleted: cdcd-0.6.6-7-x86_64.pkg.tar.xz
===================================================================
(Binary files differ)

Deleted: cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log
===================================================================
Deleted: cdcd-0.6.6-x86_64.patch
===================================================================
--- cdcd-0.6.6-x86_64.patch	2013-03-12 09:31:01 UTC (rev 86145)
+++ cdcd-0.6.6-x86_64.patch	2013-03-12 09:37:00 UTC (rev 86146)
@@ -1,11 +0,0 @@
---- a/config.sub	2009-09-15 00:42:36.000000000 -0700
-+++ b/config.sub	2009-09-15 00:42:36.000000000 -0700
-@@ -155,7 +155,7 @@
- 		| alpha | we32k | ns16k | clipper | i370 | sh \
- 		| powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
- 		| pdp11 | mips64el | mips64orion | mips64orionel \
--		| sparc | sparclet | sparclite | sparc64)
-+		| sparc | sparclet | sparclite | sparc64 | x86_64-*)
- 		basic_machine=$basic_machine-unknown
- 		;;
- 	# We use `pc' rather than `unknown'

Copied: cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch (from rev 86145, cdcd/trunk/cdcd-0.6.6-x86_64.patch)
===================================================================
--- cdcd-0.6.6-x86_64.patch	                        (rev 0)
+++ cdcd-0.6.6-x86_64.patch	2013-03-12 09:37:00 UTC (rev 86146)
@@ -0,0 +1,11 @@
+--- a/config.sub	2009-09-15 00:42:36.000000000 -0700
++++ b/config.sub	2009-09-15 00:42:36.000000000 -0700
+@@ -155,7 +155,7 @@
+ 		| alpha | we32k | ns16k | clipper | i370 | sh \
+ 		| powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
+ 		| pdp11 | mips64el | mips64orion | mips64orionel \
+-		| sparc | sparclet | sparclite | sparc64)
++		| sparc | sparclet | sparclite | sparc64 | x86_64-*)
+ 		basic_machine=$basic_machine-unknown
+ 		;;
+ 	# We use `pc' rather than `unknown'

Deleted: cdcd-0.6.6.tar.gz
===================================================================
(Binary files differ)

Deleted: cdcd.install
===================================================================
--- cdcd.install	2013-03-12 09:31:01 UTC (rev 86145)
+++ cdcd.install	2013-03-12 09:37:00 UTC (rev 86146)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(cdcd.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Copied: cdcd/repos/community-x86_64/cdcd.install (from rev 86145, cdcd/trunk/cdcd.install)
===================================================================
--- cdcd.install	                        (rev 0)
+++ cdcd.install	2013-03-12 09:37:00 UTC (rev 86146)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(cdcd.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}




More information about the arch-commits mailing list