mailing list of musl libc
 help / color / mirror / code / Atom feed
* Latest pkgsrc results [What builds on musl 0.9.7?]
@ 2012-11-21  5:47 Gregor Richards
  2012-11-22  2:13 ` Isaac Dunham
  0 siblings, 1 reply; 6+ messages in thread
From: Gregor Richards @ 2012-11-21  5:47 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]

Here are the results from my latest build of NetBSD pkgsrc 2012Q3 on 
musl 0.9.7, with patches from 
http://bitbucket.org/GregorR/musl-pkgsrc-patches revision 98b82c29f04c.

Attempted:    10704
Deps failed:    3118
Build tried:    7586
Build failed:    1155
Tests failed:    346
Success:    6085 (80.2136%)

Breakdown: 
https://sites.google.com/a/codu.org/musl/pkgsrc-results/pkgsrc-results-2012Q3-98b82c29f04c-musl-0.9.7-breakdown.txt?attredirects=0&d=1 
or http://wiki.musl-libc.org/pkgsrc_results
Archive: 
https://sites.google.com/a/codu.org/musl/pkgsrc-results/pkgsrc-results-2012Q3-98b82c29f04c-musl-0.9.7.tar.gz?attredirects=0&d=1


Notes:

In the breakdown, 'D' means dependencies, 'B' means build, 'T' means 
tests. Blank is success, 'X' is failure.

If you have patches to make other packages build, please report them on 
the musl-pkgsrc-patches issue tracker: 
https://bitbucket.org/GregorR/musl-pkgsrc-patches/issues .

As with all of my repositories, musl-pkgsrc-patches is also available 
via git: http://github.com/GregorR/musl-pkgsrc-patches .

If you reply to this email, please reply-all. (I am not presently 
subscribed to this mailing list, as it has no digest option.)

With valediction,
  - Gregor Richards


[-- Attachment #2: Type: text/html, Size: 2696 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Latest pkgsrc results [What builds on musl 0.9.7?]
  2012-11-21  5:47 Latest pkgsrc results [What builds on musl 0.9.7?] Gregor Richards
@ 2012-11-22  2:13 ` Isaac Dunham
  2012-11-22  2:22   ` Rich Felker
  2012-11-22  5:36   ` Gregor Richards
  0 siblings, 2 replies; 6+ messages in thread
From: Isaac Dunham @ 2012-11-22  2:13 UTC (permalink / raw)
  To: musl; +Cc: gr

On Tue, 20 Nov 2012 21:47:05 -0800
Gregor Richards <gr@purdue.edu> wrote:

> Here are the results from my latest build of NetBSD pkgsrc 2012Q3 on 
> musl 0.9.7, with patches from 
> http://bitbucket.org/GregorR/musl-pkgsrc-patches revision 98b82c29f04c.
> 
> Attempted:    10704
> Deps failed:    3118
> Build tried:    7586
> Build failed:    1155
> Tests failed:    346
> Success:    6085 (80.2136%)

Looking good...
 
> Breakdown: 
> https://sites.google.com/a/codu.org/musl/pkgsrc-results/pkgsrc-results-2012Q3-98b82c29f04c-musl-0.9.7-breakdown.txt?attredirects=0&d=1 
> or http://wiki.musl-libc.org/pkgsrc_results
> Archive: 
> https://sites.google.com/a/codu.org/musl/pkgsrc-results/pkgsrc-results-2012Q3-98b82c29f04c-musl-0.9.7.tar.gz?attredirects=0&d=1
> 
> 
> Notes:
> 
> In the breakdown, 'D' means dependencies, 'B' means build, 'T' means 
> tests. Blank is success, 'X' is failure.

OK, I see that apache doesn't build...sabotage has patches for that.
OpenMotif and mpg123 should be easy fixes (they built without patching a while back); I expect it's just CFLAGS.
gnutls, Qt 3 & 4, m17n-db, and libcanberra are the most valuable dependencies. 
Heirloom-libcommon looks pretty important, but that's thanks to how pkgsrc treats the heirloom toolchest.

libusb should use the same patch as libusbx; I actually followed something on "How to build libusb for android" when I did that.

It's claiming that the Gimp doesn't build-is that correct?

I wonder what's blocking libdrm...

> If you have patches to make other packages build, please report them on 
> the musl-pkgsrc-patches issue tracker: 
> https://bitbucket.org/GregorR/musl-pkgsrc-patches/issues .

> As with all of my repositories, musl-pkgsrc-patches is also available 
> via git: http://github.com/GregorR/musl-pkgsrc-patches .
> 
> If you reply to this email, please reply-all. (I am not presently 
> subscribed to this mailing list, as it has no digest option.)
> 
> With valediction,
>   - Gregor Richards

-- 
Isaac Dunham <idunham@lavabit.com>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Latest pkgsrc results [What builds on musl 0.9.7?]
  2012-11-22  2:13 ` Isaac Dunham
@ 2012-11-22  2:22   ` Rich Felker
  2012-11-22  5:36   ` Gregor Richards
  1 sibling, 0 replies; 6+ messages in thread
From: Rich Felker @ 2012-11-22  2:22 UTC (permalink / raw)
  To: musl

On Wed, Nov 21, 2012 at 06:13:08PM -0800, Isaac Dunham wrote:
> > Breakdown: 
> > https://sites.google.com/a/codu.org/musl/pkgsrc-results/pkgsrc-results-2012Q3-98b82c29f04c-musl-0.9.7-breakdown.txt?attredirects=0&d=1 
> > or http://wiki.musl-libc.org/pkgsrc_results
> > Archive: 
> > https://sites.google.com/a/codu.org/musl/pkgsrc-results/pkgsrc-results-2012Q3-98b82c29f04c-musl-0.9.7.tar.gz?attredirects=0&d=1
> > 
> > 
> > Notes:
> > 
> > In the breakdown, 'D' means dependencies, 'B' means build, 'T' means 
> > tests. Blank is success, 'X' is failure.
> 
> OK, I see that apache doesn't build...sabotage has patches for that.
> OpenMotif and mpg123 should be easy fixes (they built without
> patching a while back); I expect it's just CFLAGS. gnutls, Qt 3 & 4,
> m17n-db, and libcanberra are the most valuable dependencies.
> Heirloom-libcommon looks pretty important, but that's thanks to how
> pkgsrc treats the heirloom toolchest.
> 
> libusb should use the same patch as libusbx; I actually followed
> something on "How to build libusb for android" when I did that.
> 
> It's claiming that the Gimp doesn't build-is that correct?
> 
> I wonder what's blocking libdrm...

I haven't had a chance to do any analysis of the results myself or
even give them a serious look. If you can figure out some of the
causes of failure and if any of them are things that would be easy to
fix, I might be able to get some fixes in before the 0.9.8 release.

Rich


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Latest pkgsrc results [What builds on musl 0.9.7?]
  2012-11-22  2:13 ` Isaac Dunham
  2012-11-22  2:22   ` Rich Felker
@ 2012-11-22  5:36   ` Gregor Richards
  2012-11-22  7:34     ` Isaac Dunham
  2012-11-22  7:37     ` Gregor Richards
  1 sibling, 2 replies; 6+ messages in thread
From: Gregor Richards @ 2012-11-22  5:36 UTC (permalink / raw)
  To: Isaac Dunham; +Cc: musl

I recall looking into the Sabotage patches for Apache before, but 
concluding that the way pkgsrc builds Apache makes it sort of a pain. I 
may look into it again, but frankly it's pretty low on my priority list. 
The patches exist out there (in Sabotage), so it's not like musl users 
can't get Apache to build.

Qt4 is actually near working, if I devoted some time I'm confident I 
could get it building. gnutls I haven't looked at, but I'd appreciate if 
somebody did.

gimp indeed doesn't build. I'll take a look.

libdrm fails due to an out of date patch for libpciaccess. I'll just 
have to fix that ^^´

With valediction,
  - Gregor Richards

On 11/21/2012 06:13 PM, Isaac Dunham wrote:
> On Tue, 20 Nov 2012 21:47:05 -0800
> Gregor Richards <gr@purdue.edu> wrote:
>
>> Here are the results from my latest build of NetBSD pkgsrc 2012Q3 on
>> musl 0.9.7, with patches from
>> http://bitbucket.org/GregorR/musl-pkgsrc-patches revision 98b82c29f04c.
>>
>> Attempted:    10704
>> Deps failed:    3118
>> Build tried:    7586
>> Build failed:    1155
>> Tests failed:    346
>> Success:    6085 (80.2136%)
> Looking good...
>   
>> Breakdown:
>> https://sites.google.com/a/codu.org/musl/pkgsrc-results/pkgsrc-results-2012Q3-98b82c29f04c-musl-0.9.7-breakdown.txt?attredirects=0&d=1
>> or http://wiki.musl-libc.org/pkgsrc_results
>> Archive:
>> https://sites.google.com/a/codu.org/musl/pkgsrc-results/pkgsrc-results-2012Q3-98b82c29f04c-musl-0.9.7.tar.gz?attredirects=0&d=1
>>
>>
>> Notes:
>>
>> In the breakdown, 'D' means dependencies, 'B' means build, 'T' means
>> tests. Blank is success, 'X' is failure.
> OK, I see that apache doesn't build...sabotage has patches for that.
> OpenMotif and mpg123 should be easy fixes (they built without patching a while back); I expect it's just CFLAGS.
> gnutls, Qt 3 & 4, m17n-db, and libcanberra are the most valuable dependencies.
> Heirloom-libcommon looks pretty important, but that's thanks to how pkgsrc treats the heirloom toolchest.
>
> libusb should use the same patch as libusbx; I actually followed something on "How to build libusb for android" when I did that.
>
> It's claiming that the Gimp doesn't build-is that correct?
>
> I wonder what's blocking libdrm...
>
>> If you have patches to make other packages build, please report them on
>> the musl-pkgsrc-patches issue tracker:
>> https://bitbucket.org/GregorR/musl-pkgsrc-patches/issues .
>> As with all of my repositories, musl-pkgsrc-patches is also available
>> via git: http://github.com/GregorR/musl-pkgsrc-patches .
>>
>> If you reply to this email, please reply-all. (I am not presently
>> subscribed to this mailing list, as it has no digest option.)
>>
>> With valediction,
>>    - Gregor Richards



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Latest pkgsrc results [What builds on musl 0.9.7?]
  2012-11-22  5:36   ` Gregor Richards
@ 2012-11-22  7:34     ` Isaac Dunham
  2012-11-22  7:37     ` Gregor Richards
  1 sibling, 0 replies; 6+ messages in thread
From: Isaac Dunham @ 2012-11-22  7:34 UTC (permalink / raw)
  To: Gregor Richards; +Cc: musl

pkgsrc doesn't bootstrap here...
Log follows.
======================================================================

root@Caracal:/opt/pkgsrc/bootstrap# X11BASE=/opt/pkg LOCALBASE=/opt/pkg CC=/opt/musl/bin/musl-gcc CXX=false ./bootstrap --compiler /opt/musl/bin/musl-gcc  --prefer-pkgsrc yes
===> bootstrap command: ./bootstrap --compiler /opt/musl/bin/musl-gcc --prefer-pkgsrc yes
===> bootstrap started: Wed Nov 21 23:29:54 PST 2012
Working directory is: /opt/pkgsrc/bootstrap/work
===> running: /bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0755'|' /opt/pkgsrc/sysutils/install-sh/files/install-sh.in > /opt/pkgsrc/bootstrap/work/bin/install-sh
===> running: /bin/chmod +x /opt/pkgsrc/bootstrap/work/bin/install-sh
===> Creating default mk.conf in /opt/pkgsrc/bootstrap/work
===> running: /bin/sh /opt/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /opt/pkgsrc/bootstrap/work/sbin
===> running: /bin/sh /opt/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /opt/pkgsrc/bootstrap/work/share/mk
===> Bootstrapping mk-files
===> running: (cd /opt/pkgsrc/pkgtools/bootstrap-mk-files/files && env CP=/bin/cp  OPSYS=Linux MK_DST=/opt/pkgsrc/bootstrap/work/share/mk ROOT_GROUP=root ROOT_USER=root SED=/bin/sed SYSCONFDIR=/usr/pkg/etc /bin/sh ./bootstrap.sh)
===> Bootstrapping bmake
===> running: /bin/sh /opt/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /opt/pkgsrc/bootstrap/work/bmake
===> running: (cd /opt/pkgsrc/bootstrap/work/bmake && env  /bin/sh ./boot-strap  -q -o Linux --prefix=/opt/pkgsrc/bootstrap/work --sysconfdir=/opt/pkgsrc/bootstrap/work --mksrc none --with-default-sys-path=/opt/pkgsrc/bootstrap/work/share/mk )
checking for gcc... /opt/musl/bin/musl-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 /opt/musl/bin/musl-gcc accepts -g... yes
checking for /opt/musl/bin/musl-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /opt/musl/bin/musl-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) /opt/musl/bin/musl-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/musl/bin/musl-gcc accepts -g... (cached) yes
checking for /opt/musl/bin/musl-gcc option to accept ISO C89... (cached) none needed
checking whether /opt/musl/bin/musl-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking ar.h usability... yes
checking ar.h presence... yes
checking for ar.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking ranlib.h usability... no
checking ranlib.h presence... no
checking for ranlib.h... no
checking for string.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/cdefs.h usability... no
checking sys/cdefs.h presence... no
checking for sys/cdefs.h... no
checking for __attribute__... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether sys_siglist is declared... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... yes
checking for err... yes
checking for errx... yes
checking for getcwd... yes
checking for getenv... yes
checking for getopt... yes
checking for getwd... no
checking for killpg... yes
checking for mmap... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for sigaction... yes
checking for sigvec... no
checking for snprintf... yes
checking for strerror... yes
checking for strftime... yes
checking for strsep... yes
checking for strtod... yes
checking for strtol... yes
checking for unsetenv... yes
checking for vsnprintf... yes
checking for wait3... yes
checking for wait4... yes
checking for waitpid... yes
checking for warn... yes
checking for warnx... yes
checking for getenv... (cached) yes
checking for realpath... yes
checking for dirname... yes
checking for stresep... no
checking for strlcpy... yes
checking for emalloc in -lutil... no
checking whether stat file-mode macros are broken... no
checking for struct stat.st_rdev... yes
checking if diff -u works... yes
checking for MACHINE & MACHINE_ARCH...
defaults: MACHINE=linux3, MACHINE_ARCH=i386
Using: MACHINE=linux3, MACHINE_ARCH=i386
Using: MKSRC=mk
configure: creating ./config.status
config.status: creating Makefile
config.status: creating make-bootstrap.sh
config.status: creating unit-tests/Makefile
config.status: creating config.h

You can now run

        ./make-bootstrap.sh

to produce a fully functional bmake.

/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -DMAKE_VERSION="20110606" -DMACHINE="linux3" -DMACHINE_ARCH="i386" -D_PATH_DEFSYSPATH="/opt/pkgsrc/bootstrap/work/share/mk" -o main.o /opt/pkgsrc/bootstrap/work/bmake/main.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o arch.o /opt/pkgsrc/bootstrap/work/bmake/arch.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o buf.o /opt/pkgsrc/bootstrap/work/bmake/buf.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o compat.o /opt/pkgsrc/bootstrap/work/bmake/compat.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o cond.o /opt/pkgsrc/bootstrap/work/bmake/cond.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o dir.o /opt/pkgsrc/bootstrap/work/bmake/dir.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o for.o /opt/pkgsrc/bootstrap/work/bmake/for.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o getopt.o /opt/pkgsrc/bootstrap/work/bmake/getopt.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o hash.o /opt/pkgsrc/bootstrap/work/bmake/hash.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o job.o /opt/pkgsrc/bootstrap/work/bmake/job.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o make.o /opt/pkgsrc/bootstrap/work/bmake/make.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o make_malloc.o /opt/pkgsrc/bootstrap/work/bmake/make_malloc.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o parse.o /opt/pkgsrc/bootstrap/work/bmake/parse.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o sigcompat.o /opt/pkgsrc/bootstrap/work/bmake/sigcompat.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o str.o /opt/pkgsrc/bootstrap/work/bmake/str.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o strlist.o /opt/pkgsrc/bootstrap/work/bmake/strlist.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o suff.o /opt/pkgsrc/bootstrap/work/bmake/suff.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o targ.o /opt/pkgsrc/bootstrap/work/bmake/targ.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o trace.o /opt/pkgsrc/bootstrap/work/bmake/trace.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o var.o /opt/pkgsrc/bootstrap/work/bmake/var.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o util.o /opt/pkgsrc/bootstrap/work/bmake/util.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstAppend.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstAppend.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstDupl.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstDupl.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstInit.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstInit.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstOpen.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstOpen.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstAtEnd.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtEnd.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstEnQueue.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstEnQueue.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstInsert.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstInsert.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstAtFront.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstAtFront.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstIsAtEnd.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsAtEnd.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstClose.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstClose.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstFind.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstFind.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstIsEmpty.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstIsEmpty.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstRemove.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstRemove.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstConcat.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstConcat.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstFindFrom.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstFindFromc
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstLast.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstLast.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstReplace.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstReplace.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstFirst.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstFirst.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstDatum.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstDatum.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstForEach.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEach.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstMember.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstMember.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstSucc.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstSucc.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstDeQueue.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstDeQueue.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstForEachFrom.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstForEachFrom.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstDestroy.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstDestroy.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstNext.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstNext.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o lstPrev.o /opt/pkgsrc/bootstrap/work/bmake/lst.lib/lstPrev.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o stresep.o /opt/pkgsrc/bootstrap/work/bmake/stresep.c
/opt/musl/bin/musl-gcc -c -g -O2 -I. -I/opt/pkgsrc/bootstrap/work/bmake -DHAVE_CONFIG_H -I/opt/pkgsrc/bootstrap/work/bmake/missing -DMAKE_NATIVE -DUSE_META -o meta.o /opt/pkgsrc/bootstrap/work/bmake/meta.c
/opt/musl/bin/musl-gcc -o bmake main.o meta.o arch.o buf.o compat.o cond.o dir.o for.o getopt.o hash.o job.o make.o make_malloc.o parse.o sigcompat.o str.o strlist.o suff.o targ.o trace.o var.o util.o lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o lstInsert.o lstAtFront.o lstIsAtEnd.o lstClose.o lstFind.o lstIsEmpty.o lstRemove.o lstConcat.o lstFindFrom.o lstLast.o lstReplace.o lstFirst.o lstDatum.o lstForEach.o lstMember.o lstSucc.o lstDeQueue.o lstForEachFrom.o lstDestroy.o lstNext.o lstPrev.o stresep.o
cd /opt/pkgsrc/bootstrap/work/bmake/Linux/unit-tests && /opt/pkgsrc/bootstrap/work/bmake/Linux/bmake -r -m / TEST_MAKE=/opt/pkgsrc/bootstrap/work/bmake/Linux/bmake test
/opt/pkgsrc/bootstrap/work/bmake/Linux/bmake -f Makefile > test.out 2>&1
/usr/bin/diff -u /opt/pkgsrc/bootstrap/work/bmake/unit-tests/test.exp test.out
--- /opt/pkgsrc/bootstrap/work/bmake/unit-tests/test.exp        2012-11-21 20:21:05.308947840 -0800
+++ test.out    2012-11-21 23:30:35.096010312 -0800
@@ -76,11 +76,11 @@
 shared.2.1
 shared.2.99
 shared.2.99
-cycle.1.99
 make: Graph cycles through `cycle.2.99'
 make: Graph cycles through `cycle.2.98'
 make: Graph cycles through `cycle.2.97'
 cycle.1.99
+cycle.1.99
 .for with :S;... OK
 b2af338b
 3360ac65
*** Error code 1

Stop.
bmake: stopped in /opt/pkgsrc/bootstrap/work/bmake/Linux/unit-tests
*** Error code 1

Stop.
bmake: stopped in /opt/pkgsrc/bootstrap/work/bmake/Linux
===> exited with status 1
aborted.
root@Caracal:/opt/pkgsrc/bootstrap# X11BASE=/opt/pkg LOCALBASE=/opt/pkg CC=/opt/musl/bin/musl-gcc CXX=false ./bootstrap --compiler /opt/musl/bin/musl-gcc  --prefer-pkgsrc yes

======================================================================
On Wed, 21 Nov 2012 21:36:47 -0800
Gregor Richards <gr@purdue.edu> wrote:

> I recall looking into the Sabotage patches for Apache before, but 
> concluding that the way pkgsrc builds Apache makes it sort of a pain. I 
> may look into it again, but frankly it's pretty low on my priority list. 
> The patches exist out there (in Sabotage), so it's not like musl users 
> can't get Apache to build.
> 
> Qt4 is actually near working, if I devoted some time I'm confident I 
> could get it building. gnutls I haven't looked at, but I'd appreciate if 
> somebody did.
> 
> gimp indeed doesn't build. I'll take a look.
> 
> libdrm fails due to an out of date patch for libpciaccess. I'll just 
> have to fix that ^^´
> 
> With valediction,
>   - Gregor Richards
> 
> On 11/21/2012 06:13 PM, Isaac Dunham wrote:
> > On Tue, 20 Nov 2012 21:47:05 -0800
> > Gregor Richards <gr@purdue.edu> wrote:
> >
> >> Here are the results from my latest build of NetBSD pkgsrc 2012Q3 on
> >> musl 0.9.7, with patches from
> >> http://bitbucket.org/GregorR/musl-pkgsrc-patches revision 98b82c29f04c.
> >>
> >> Attempted:    10704
> >> Deps failed:    3118
> >> Build tried:    7586
> >> Build failed:    1155
> >> Tests failed:    346
> >> Success:    6085 (80.2136%)
> > Looking good...
> >   
> >> Breakdown:
> >> https://sites.google.com/a/codu.org/musl/pkgsrc-results/pkgsrc-results-2012Q3-98b82c29f04c-musl-0.9.7-breakdown.txt?attredirects=0&d=1
> >> or http://wiki.musl-libc.org/pkgsrc_results
> >> Archive:
> >> https://sites.google.com/a/codu.org/musl/pkgsrc-results/pkgsrc-results-2012Q3-98b82c29f04c-musl-0.9.7.tar.gz?attredirects=0&d=1
> >>
> >>
> >> Notes:
> >>
> >> In the breakdown, 'D' means dependencies, 'B' means build, 'T' means
> >> tests. Blank is success, 'X' is failure.
> > OK, I see that apache doesn't build...sabotage has patches for that.
> > OpenMotif and mpg123 should be easy fixes (they built without patching a while back); I expect it's just CFLAGS.
> > gnutls, Qt 3 & 4, m17n-db, and libcanberra are the most valuable dependencies.
> > Heirloom-libcommon looks pretty important, but that's thanks to how pkgsrc treats the heirloom toolchest.
> >
> > libusb should use the same patch as libusbx; I actually followed something on "How to build libusb for android" when I did that.
> >
> > It's claiming that the Gimp doesn't build-is that correct?
> >
> > I wonder what's blocking libdrm...
> >
> >> If you have patches to make other packages build, please report them on
> >> the musl-pkgsrc-patches issue tracker:
> >> https://bitbucket.org/GregorR/musl-pkgsrc-patches/issues .
> >> As with all of my repositories, musl-pkgsrc-patches is also available
> >> via git: http://github.com/GregorR/musl-pkgsrc-patches .
> >>
> >> If you reply to this email, please reply-all. (I am not presently
> >> subscribed to this mailing list, as it has no digest option.)
> >>
> >> With valediction,
> >>    - Gregor Richards
> 
> 
> ____________________________________________________________________________________
> Simply the Best Information on Hosting Web Here!
> http://click.lavabit.com/fj4btyosp53rfo7m9jzdiz1k3xycuk3i8gg9fg8f6x68zi7gsnwb/
> ____________________________________________________________________________________


-- 
Isaac Dunham <idunham@lavabit.com>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Latest pkgsrc results [What builds on musl 0.9.7?]
  2012-11-22  5:36   ` Gregor Richards
  2012-11-22  7:34     ` Isaac Dunham
@ 2012-11-22  7:37     ` Gregor Richards
  1 sibling, 0 replies; 6+ messages in thread
From: Gregor Richards @ 2012-11-22  7:37 UTC (permalink / raw)
  To: Isaac Dunham; +Cc: musl

On 11/21/2012 09:36 PM, Gregor Richards wrote:
>
> On 11/21/2012 06:13 PM, Isaac Dunham wrote:
>> OK, I see that apache doesn't build...sabotage has patches for that.
>> OpenMotif and mpg123 should be easy fixes (they built without 
>> patching a while back); I expect it's just CFLAGS.
>> gnutls, Qt 3 & 4, m17n-db, and libcanberra are the most valuable 
>> dependencies.
>> Heirloom-libcommon looks pretty important, but that's thanks to how 
>> pkgsrc treats the heirloom toolchest.
>>
>> libusb should use the same patch as libusbx; I actually followed 
>> something on "How to build libusb for android" when I did that.
>>
>> It's claiming that the Gimp doesn't build-is that correct?
>>
>> I wonder what's blocking libdrm... 
> I recall looking into the Sabotage patches for Apache before, but 
> concluding that the way pkgsrc builds Apache makes it sort of a pain. 
> I may look into it again, but frankly it's pretty low on my priority 
> list. The patches exist out there (in Sabotage), so it's not like musl 
> users can't get Apache to build.
>
> Qt4 is actually near working, if I devoted some time I'm confident I 
> could get it building. gnutls I haven't looked at, but I'd appreciate 
> if somebody did.
>
> gimp indeed doesn't build. I'll take a look.
>
> libdrm fails due to an out of date patch for libpciaccess. I'll just 
> have to fix that ^^´
>
> With valediction,
>  - Gregor Richards 

Patches added/updated for sysutils/libpciaccess, graphics/gimp, 
x11/openmotif (just a build system issue) and devel/libusb.

With valediction,
  - Gregor Richards




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-22  7:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-21  5:47 Latest pkgsrc results [What builds on musl 0.9.7?] Gregor Richards
2012-11-22  2:13 ` Isaac Dunham
2012-11-22  2:22   ` Rich Felker
2012-11-22  5:36   ` Gregor Richards
2012-11-22  7:34     ` Isaac Dunham
2012-11-22  7:37     ` Gregor Richards

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).