Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#346 - moc fails to build

Attached to Project: Arch Linux
Opened by john lowell (johnlowell) - Monday, 29 December 2003, 00:10 GMT
Last edited by dorphell (dorphell) - Wednesday, 31 December 2003, 20:33 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To dorphell (dorphell)
Architecture All
Severity Medium
Priority Normal
Reported Version 0.6 Widget
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

--14:24:57-- ftp://ftp.daper.net/pub/soft/moc/moc-1.1.0.tar.gz
=> `moc-1.1.0.tar.gz'
Resolving ftp.daper.net... 217.96.251.142
Connecting to ftp.daper.net[217.96.251.142]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/soft/moc ... done.
==> PASV ... done. ==> RETR moc-1.1.0.tar.gz ... done.
Length: 117,007 (unauthoritative)

0K .......... .......... .......... .......... .......... 43% 10.17 KB/s
50K .......... .......... .......... .......... .......... 87% 10.03 KB/s
100K .......... .... 100% 9.01 KB/s

14:25:24 (9.95 KB/s) - `moc-1.1.0.tar.gz' saved [117007]

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... 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... /bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for gawk... (cached) mawk
checking how to run the C preprocessor... gcc -E
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for working malloc... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for getcwd... yes
checking for memmove... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for pthread_create in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for initscr in -lncurses... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for ao_initialize in -lao... no
configure: error: libao not found, check README file.
make: *** No targets specified and no makefile found. Stop.
This task depends upon

Closed by  Anonymous Submitter
Wednesday, 31 December 2003, 20:33 GMT
Reason for closing:  Fixed
Comment by dorphell (dorphell) - Wednesday, 31 December 2003, 20:33 GMT
  • Task details edited
Fixed, needed depends=() and a gcc3 fix.

Loading...