Mediaserver for napp-it ZFS Server Appliance

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.
Status
Not open for further replies.

chris

New Member
Jan 15, 2013
23
1
3
Germany
zfs-server.de
Like suggested in napp-it Web-UI under Add-Ons I want to share my know-how about integration of a mediaserver into openindiana. I have it running on my home nas appliance and use it with a Samsung TV and Yamaha AV-Receiver. Data comes from the ZFS pools managed via napp-it.

I´ve written an install script which includes all nessecary components and basic configuration. After that you have a MediaTomb UPnP MediaServer, which runs as service on youre appliance.

I already had contact with gea and talked with him about integration in napp-it Web-UI. I think it might be nice if you can do the following tasks via napp-it:
# Start/Stop service
# basic configuration (binding on IP, etc.)
# edit config.xml (customization for youre devices)
# add files to the mediaserver (MediaTomb comes with an own Web-UI, for the first step I think it can be embedded in napp-it (e.g. as iFrame))
-> Later it would be nice if you have an option for each ZFS Filesystem (like sharing)

If you have any suggestions about integration of features into napp-it for the mediaserver, plese let me know...

I´m about to test my install-script on several openindiana-VMs. When I think it´s ok I will upload an HowTo and you can test the mediaserver at youre enviornment. It would be nice, if I get some feedback about my little project...

chris
 

gea

Well-Known Member
Dec 31, 2010
3,161
1,195
113
DE
hello Chris

thanks for that work.
That may be a very valuable community add-on for home use
 

Patrick

Administrator
Staff member
Dec 21, 2010
12,513
5,804
113
Awesome Chris!

If you want to do a main site post on that work let me know. I know that is something that I have wanted to see for a long time.

Cheers,
Patrick
 

chris

New Member
Jan 15, 2013
23
1
3
Germany
zfs-server.de
My tests with the new Mediatomb AddOn for napp-it were successful. Now its your turn ;)

The AddOn is finally integrated in the latest napp-it version 0.9a7 (Feb.14.2013) which is now free to download (not default). Please update manually to this version.
When you have done this you can install Mediatomb AddOn for napp-it (openindiana) as community test version (0.1) via the following command as root:

wget -O - www.napp-it.org/mediatomb | sh

After your appliance completed the setup script you have a Mediatomb UPnP media server for DLNA compliant devices. The first step is to bind the new mediaserver to a IP Adderss of your server via napp-it Web-UI (Add-Ons -> Mediatomb). After that you can add your media files at the embedded web-interface of medaitomb. For some devices you have to edit the main config file (Add-Ons -> Mediatomb -> Config). I will upload a general HowTo within the next days which describes installation and basic configuration. If you have any questions please use this threat or send me a pm.

If you have a device running which requires adjustments in the main config file please share your experience for improving the compatibiliy of the AddOn. Also it would be nice, if iI get some feedback ;)

chris
 
Last edited:

gea

Well-Known Member
Dec 31, 2010
3,161
1,195
113
DE
Danke Chris

I have not used a mediaserver software like MediaTomb in the past (My TV and Stereo are oldstyle - not online).
I have tried Mediatomb with Windows Mediaplayer due to your add-on and I must say, I am convinced
about that DLNA UPnP media solution. For sure my next TV and Stereo are DLNA capable.

Your script is easy. One command and you can listen music and watch movies from storage while media data is on ZFS protected dataspace.

A very valuable free add-on to Illumos ZFS. You can use with high speed, realtime ZFS Raid or with the energy efficient SnapRaid on ZFS solution.

Gea
napp-it.org
 

kronik

New Member
Jan 19, 2013
6
0
0
Went ahead and upgraded to Pro in hopes that it would replace Mezzmo on one of the Windows machines in my home.. no dice.

No log, no creation of /etc/mediatomb, service won't start, etc. Don't even know where to begin.

Setup log:

Code:
################# START - Friday, February 15, 2013 04:00:56 AM UTC #################
| Setup Mediatomb AddOn for napp-it ZFS Server appliance |
|========================================================|
| Creating Pre-Systemsnap                                |
| Install package header-math                            |
 Startup: Refreshing catalog 'solaris' ... Done
 Startup: Caching catalogs ... Done
Planning: Solver setup ... Done
Planning: Running solver ... Done
Plannig: Consolidating action changes ... Done
Planning: Evaluating mediators ... Done
Planning: Planning completed in 2.26 seconds
No updates necessary for this image.
| Install package gcc-43                                 |
 Startup: Refreshing catalog 'solaris' ... Done
| Install spidermonkey                                   |
cd editline; gmake -f Makefile.ref all
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gcc -o SunOS5.11_i86pc_DBG.OBJ/editline.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY editline.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/sysunix.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY sysunix.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libedit.a SunOS5.11_i86pc_DBG.OBJ/editline.o SunOS5.11_i86pc_DBG.OBJ/sysunix.o
a - SunOS5.11_i86pc_DBG.OBJ/editline.o
a - SunOS5.11_i86pc_DBG.OBJ/sysunix.o
echo SunOS5.11_i86pc_DBG.OBJ/libedit.a
SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
gmake -f Makefile.ref  SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/js  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src'
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscpucfg.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
rm -f SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
SunOS5.11_i86pc_DBG.OBJ/jscpucfg > SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarena.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarena.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarray.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarray.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsatom.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsatom.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsbool.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsbool.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscntxt.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdate.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdate.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdbgapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdhash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdtoa.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsemit.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsemit.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsexn.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsexn.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsfun.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsfun.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsgc.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsgc.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jshash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jshash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsinterp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsiter.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsiter.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslock.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslock.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslog2.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslog2.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslong.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslong.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsmath.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsmath.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsnum.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsnum.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsobj.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsobj.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsopcode.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsparse.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsparse.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsprf.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsprf.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsregexp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jskwgen.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ   -lm SunOS5.11_i86pc_DBG.OBJ/jskwgen.o
SunOS5.11_i86pc_DBG.OBJ/jskwgen SunOS5.11_i86pc_DBG.OBJ/jsautokw.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscan.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscan.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscope.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscope.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscript.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscript.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsstr.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsstr.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsutil.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsutil.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxdrapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxml.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxml.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  prmjtime.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
a - SunOS5.11_i86pc_DBG.OBJ/jsapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarena.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarray.o
a - SunOS5.11_i86pc_DBG.OBJ/jsatom.o
a - SunOS5.11_i86pc_DBG.OBJ/jsbool.o
a - SunOS5.11_i86pc_DBG.OBJ/jscntxt.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdate.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdhash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o
a - SunOS5.11_i86pc_DBG.OBJ/jsemit.o
a - SunOS5.11_i86pc_DBG.OBJ/jsexn.o
a - SunOS5.11_i86pc_DBG.OBJ/jsfun.o
a - SunOS5.11_i86pc_DBG.OBJ/jsgc.o
a - SunOS5.11_i86pc_DBG.OBJ/jshash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsinterp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsiter.o
a - SunOS5.11_i86pc_DBG.OBJ/jslock.o
a - SunOS5.11_i86pc_DBG.OBJ/jslog2.o
a - SunOS5.11_i86pc_DBG.OBJ/jslong.o
a - SunOS5.11_i86pc_DBG.OBJ/jsmath.o
a - SunOS5.11_i86pc_DBG.OBJ/jsnum.o
a - SunOS5.11_i86pc_DBG.OBJ/jsobj.o
a - SunOS5.11_i86pc_DBG.OBJ/jsopcode.o
a - SunOS5.11_i86pc_DBG.OBJ/jsparse.o
a - SunOS5.11_i86pc_DBG.OBJ/jsprf.o
a - SunOS5.11_i86pc_DBG.OBJ/jsregexp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscan.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscope.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscript.o
a - SunOS5.11_i86pc_DBG.OBJ/jsstr.o
a - SunOS5.11_i86pc_DBG.OBJ/jsutil.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxml.o
a - SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
echo SunOS5.11_i86pc_DBG.OBJ/libjs.a
SunOS5.11_i86pc_DBG.OBJ/libjs.a
ld -G -o SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o   -lm 
gcc -o SunOS5.11_i86pc_DBG.OBJ/js.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  js.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/js -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  SunOS5.11_i86pc_DBG.OBJ/js.o SunOS5.11_i86pc_DBG.OBJ/libjs.a  -lm  \
    editline/SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o' is up to date.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src'
cd editline; gmake -f Makefile.ref export
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gmake[1]: Nothing to be done for `export'.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
mkdir -p /opt/local/include /opt/local/lib /opt/local/bin
cp jsarray.h jsatom.h jsbool.h jsconfig.h jscntxt.h jsdate.h jsemit.h jsexn.h jsfun.h jsgc.h jsinterp.h jsiter.h jslibmath.h jslock.h jsmath.h jsnum.h jsobj.h jsopcode.h jsparse.h jsarena.h jsclist.h jsdhash.h jsdtoa.h jshash.h jslong.h jsosdep.h jstypes.h jsprvtd.h jspubtd.h jsregexp.h jsscan.h jsscope.h jsscript.h jsstr.h jsxdrapi.h jsxml.h  jsapi.h jsdbgapi.h  jsbit.h jscompat.h jscpucfg.h jsotypes.h jsstddef.h prmjtime.h resource.h jsopcode.tbl jsproto.tbl js.msg jsshell.msg jskeyword.tbl  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jsautokw.h /opt/local/include
cp SunOS5.11_i86pc_DBG.OBJ/libjs.a /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/libjs.so /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/js /opt/local/bin
| Install libmagic                                       |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for builtin ELF support... yes
checking for ELF core file support... yes
checking for file formats in man section 5... no
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -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) 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 gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/gsed
checking for fgrep... /usr/bin/ggrep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking whether sys/types.h defines makedev... no
checking sys/mkdev.h usability... yes
checking sys/mkdev.h presence... yes
checking for sys/mkdev.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdint.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/utime.h usability... yes
checking sys/utime.h presence... yes
checking for sys/utime.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for struct stat.st_rdev... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... no
checking for struct tm.tm_zone... no
checking for tm_zone in struct tm... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for tm_isdst in struct tm... yes
checking whether daylight is declared... yes
checking for daylight... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for mbstate_t... yes
checking for struct option in getopt... yes
checking for pid_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking size of long long... 8
checking for gcc compiler warnings... yes
checking for mmap... yes
checking for strerror... yes
checking for strndup... yes
checking for strtoul... yes
checking for mbrtowc... yes
checking for mkstemp... yes
checking for utimes... yes
checking for utime... yes
checking for wcwidth... yes
checking for strtof... yes
checking for fork... yes
checking for getopt_long... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for getline... yes
checking for gzopen in -lz... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating magic/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating python/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making install in src
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
test -z "/opt/local/lib" || /usr/bin/gmkdir -p "/opt/local/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c   libmagic.la '/opt/local/lib'
libtool: install: /usr/bin/ginstall -c .libs/libmagic.so.1.0.0 /opt/local/lib/libmagic.so.1.0.0
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so.1 || { rm -f libmagic.so.1 && ln -s libmagic.so.1.0.0 libmagic.so.1; }; })
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so || { rm -f libmagic.so && ln -s libmagic.so.1.0.0 libmagic.so; }; })
libtool: install: chmod +x /opt/local/lib/libmagic.so.1.0.0
libtool: install: /usr/bin/ginstall -c .libs/libmagic.lai /opt/local/lib/libmagic.la
libtool: install: /usr/bin/ginstall -c .libs/libmagic.a /opt/local/lib/libmagic.a
libtool: install: chmod 644 /opt/local/lib/libmagic.a
libtool: install: ranlib /opt/local/lib/libmagic.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - use the `-RLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/local/bin" || /usr/bin/gmkdir -p "/opt/local/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c file '/opt/local/bin'
libtool: install: /usr/bin/ginstall -c .libs/file /opt/local/bin/file
test -z "/opt/local/include" || /usr/bin/gmkdir -p "/opt/local/include"
 /usr/bin/ginstall -c -m 644 magic.h '/opt/local/include'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
Making install in magic
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/misc" || /usr/bin/gmkdir -p "/opt/local/share/misc"
 /usr/bin/ginstall -c -m 644 magic.mgc '/opt/local/share/misc'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
Making install in tests
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
Making install in doc
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/man/man1" || /usr/bin/gmkdir -p "/opt/local/share/man/man1"
 /usr/bin/ginstall -c -m 644 file.1 '/opt/local/share/man/man1'
test -z "/opt/local/share/man/man3" || /usr/bin/gmkdir -p "/opt/local/share/man/man3"
 /usr/bin/ginstall -c -m 644 libmagic.3 '/opt/local/share/man/man3'
test -z "/opt/local/share/man/man4" || /usr/bin/gmkdir -p "/opt/local/share/man/man4"
 /usr/bin/ginstall -c -m 644 magic.4 '/opt/local/share/man/man4'
test -z "/opt/local/share/man/man5" || /usr/bin/gmkdir -p "/opt/local/share/man/man5"
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
Making install in python
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
| Install talib                                          |
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking target system type... i386-pc-solaris2.11
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... gcc -E
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 whether gcc is blacklisted... no
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
not using lib directory suffix
checking for a sed that does not truncate output... /usr/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 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... 262144
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
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 supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
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... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking cppunit/extensions/HelperMacros.h usability... no
checking cppunit/extensions/HelperMacros.h presence... no
checking for cppunit/extensions/HelperMacros.h... no
checking if bindings should be compiled... yes
checking if examples should be compiled... yes
checking if taglib should be compiled... yes
checking if tests should be compiled... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/c/Makefile
config.status: creating examples/Makefile
config.status: creating taglib/Makefile
config.status: creating taglib/ape/Makefile
config.status: creating taglib/flac/Makefile
config.status: creating taglib/mpc/Makefile
config.status: creating taglib/mpeg/Makefile
config.status: creating taglib/mpeg/id3v1/Makefile
config.status: creating taglib/mpeg/id3v2/Makefile
config.status: creating taglib/mpeg/id3v2/frames/Makefile
config.status: creating taglib/ogg/Makefile
config.status: creating taglib/ogg/flac/Makefile
config.status: creating taglib/ogg/speex/Makefile
config.status: creating taglib/ogg/vorbis/Makefile
config.status: creating taglib/toolkit/Makefile
config.status: creating taglib/trueaudio/Makefile
config.status: creating taglib/wavpack/Makefile
config.status: creating tests/Makefile
config.status: creating taglib-config
config.status: creating taglib.pc
config.status: creating bindings/c/taglib_c.pc
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

| Install mediatomb                                      |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking whether gcc needs -traditional... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking whether gcc and cc understand -c and -o together... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... 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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.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 for sys/types.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sched_getparam... yes
checking for sched_setparam... yes
checking for sched_get_priority_min... yes
checking for sched_get_priority_max... yes
checking for mkdir... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for mkfifo... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking if iconv declaration requires const char cast... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for time_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for off_t... yes
checking for size_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking size of off_t... 8
checking size of size_t... 4
checking size of time_t... 4
checking size of unsigned int... 4
checking size of unsigned long... 4
checking for strtoll... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking return type of signal handlers... void
checking for pid_t... yes
checking for size_t... (cached) yes
checking for int64_t... yes
checking for ssize_t... yes
checking for uint32_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether byte ordering is bigendian... no
checking whether LONG_MAX is declared... yes
checking whether LLONG_MAX is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for error_at_line... no
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 stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strftime... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memmove... yes
checking for memset... yes
checking for regcomp... yes
checking for select... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for ioctl... yes
checking for tolower... yes
checking for toupper... yes
checking for inet_ntoa... no
checking for inet_ntoa in -lnsl... yes
checking for socket... no
checking for socket in -lsocket... yes
checking for gethostbyname... yes
checking how to run the C++ preprocessor... g++ -E
checking for gethostbyname_r... yes
checking for if_nameindex... yes
checking for if_freenameindex... 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 clock_gettime in -lrt... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for uncompress in -lz... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... yes
checking for mysql_config... none
checking for mysql_config... none
mysql_config not found, please install the mysql devel package
configure: none could not be executed or returned invalid values
configure: Will search for js (spidermonkey) headers in /opt/local/include
checking /opt/local/include/jsapi.h usability... yes
checking /opt/local/include/jsapi.h presence... yes
checking for /opt/local/include/jsapi.h... yes
configure: Will search for js (spidermonkey) libraries in /opt/local/lib
checking for JS_NewObject in -ljs... yes
checking for JS_ClearContextThread in -ljs... no
configure: Will search for libmagic headers in /opt/local/include
checking /opt/local/include/magic.h usability... yes
checking /opt/local/include/magic.h presence... yes
checking for /opt/local/include/magic.h... yes
configure: Will search for libmagic libs in /opt/local/lib
checking for magic_load in -lmagic... yes
checking if libmagic is broken (Slackware check)... yes
configure: Will search for taglib config in /opt/local/bin/taglib-config
configure: You specified /opt/local/bin/taglib-config for taglib-config
| Configure mediatomb                                    |
| Creating Systemsnap                                    |
################# START - Friday, February 15, 2013 04:24:29 AM UTC #################
| Setup Mediatomb AddOn for napp-it ZFS Server appliance |
|========================================================|
Systemsnap pre_mediatomb-addon-0.1 already exists.
| Install package header-math                            |
 Startup: Refreshing catalog 'solaris' ... Done
 Startup: Caching catalogs ... Done
Planning: Solver setup ... Done
Planning: Running solver ... Done
Planning: Consolidating action changes ... Done
Planning: Evaluating mediators ... Done
Planning: Planning completed in 1.93 seconds
No updates necessary for this image.
| Install package gcc-43                                 |
 Startup: Refreshing catalog 'solaris' ... Done
| Install spidermonkey                                   |
cd editline; gmake -f Makefile.ref all
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gcc -o SunOS5.11_i86pc_DBG.OBJ/editline.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY editline.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/sysunix.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY sysunix.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libedit.a SunOS5.11_i86pc_DBG.OBJ/editline.o SunOS5.11_i86pc_DBG.OBJ/sysunix.o
a - SunOS5.11_i86pc_DBG.OBJ/editline.o
a - SunOS5.11_i86pc_DBG.OBJ/sysunix.o
echo SunOS5.11_i86pc_DBG.OBJ/libedit.a
SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
gmake -f Makefile.ref  SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/js  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src'
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscpucfg.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
rm -f SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
SunOS5.11_i86pc_DBG.OBJ/jscpucfg > SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarena.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarena.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarray.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarray.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsatom.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsatom.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsbool.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsbool.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscntxt.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdate.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdate.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdbgapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdhash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdtoa.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsemit.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsemit.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsexn.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsexn.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsfun.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsfun.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsgc.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsgc.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jshash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jshash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsinterp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsiter.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsiter.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslock.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslock.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslog2.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslog2.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslong.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslong.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsmath.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsmath.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsnum.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsnum.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsobj.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsobj.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsopcode.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsparse.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsparse.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsprf.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsprf.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsregexp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jskwgen.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ   -lm SunOS5.11_i86pc_DBG.OBJ/jskwgen.o
SunOS5.11_i86pc_DBG.OBJ/jskwgen SunOS5.11_i86pc_DBG.OBJ/jsautokw.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscan.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscan.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscope.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscope.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscript.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscript.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsstr.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsstr.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsutil.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsutil.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxdrapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxml.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxml.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  prmjtime.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
a - SunOS5.11_i86pc_DBG.OBJ/jsapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarena.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarray.o
a - SunOS5.11_i86pc_DBG.OBJ/jsatom.o
a - SunOS5.11_i86pc_DBG.OBJ/jsbool.o
a - SunOS5.11_i86pc_DBG.OBJ/jscntxt.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdate.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdhash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o
a - SunOS5.11_i86pc_DBG.OBJ/jsemit.o
a - SunOS5.11_i86pc_DBG.OBJ/jsexn.o
a - SunOS5.11_i86pc_DBG.OBJ/jsfun.o
a - SunOS5.11_i86pc_DBG.OBJ/jsgc.o
a - SunOS5.11_i86pc_DBG.OBJ/jshash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsinterp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsiter.o
a - SunOS5.11_i86pc_DBG.OBJ/jslock.o
a - SunOS5.11_i86pc_DBG.OBJ/jslog2.o
a - SunOS5.11_i86pc_DBG.OBJ/jslong.o
a - SunOS5.11_i86pc_DBG.OBJ/jsmath.o
a - SunOS5.11_i86pc_DBG.OBJ/jsnum.o
a - SunOS5.11_i86pc_DBG.OBJ/jsobj.o
a - SunOS5.11_i86pc_DBG.OBJ/jsopcode.o
a - SunOS5.11_i86pc_DBG.OBJ/jsparse.o
a - SunOS5.11_i86pc_DBG.OBJ/jsprf.o
a - SunOS5.11_i86pc_DBG.OBJ/jsregexp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscan.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscope.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscript.o
a - SunOS5.11_i86pc_DBG.OBJ/jsstr.o
a - SunOS5.11_i86pc_DBG.OBJ/jsutil.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxml.o
a - SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
echo SunOS5.11_i86pc_DBG.OBJ/libjs.a
SunOS5.11_i86pc_DBG.OBJ/libjs.a
ld -G -o SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o   -lm 
gcc -o SunOS5.11_i86pc_DBG.OBJ/js.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  js.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/js -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  SunOS5.11_i86pc_DBG.OBJ/js.o SunOS5.11_i86pc_DBG.OBJ/libjs.a  -lm  \
    editline/SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o' is up to date.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src'
cd editline; gmake -f Makefile.ref export
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gmake[1]: Nothing to be done for `export'.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
mkdir -p /opt/local/include /opt/local/lib /opt/local/bin
cp jsarray.h jsatom.h jsbool.h jsconfig.h jscntxt.h jsdate.h jsemit.h jsexn.h jsfun.h jsgc.h jsinterp.h jsiter.h jslibmath.h jslock.h jsmath.h jsnum.h jsobj.h jsopcode.h jsparse.h jsarena.h jsclist.h jsdhash.h jsdtoa.h jshash.h jslong.h jsosdep.h jstypes.h jsprvtd.h jspubtd.h jsregexp.h jsscan.h jsscope.h jsscript.h jsstr.h jsxdrapi.h jsxml.h  jsapi.h jsdbgapi.h  jsbit.h jscompat.h jscpucfg.h jsotypes.h jsstddef.h prmjtime.h resource.h jsopcode.tbl jsproto.tbl js.msg jsshell.msg jskeyword.tbl  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jsautokw.h /opt/local/include
cp SunOS5.11_i86pc_DBG.OBJ/libjs.a /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/libjs.so /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/js /opt/local/bin
| Install libmagic                                       |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for builtin ELF support... yes
checking for ELF core file support... yes
checking for file formats in man section 5... no
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -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) 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 gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/gsed
checking for fgrep... /usr/bin/ggrep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking whether sys/types.h defines makedev... no
checking sys/mkdev.h usability... yes
checking sys/mkdev.h presence... yes
checking for sys/mkdev.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdint.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/utime.h usability... yes
checking sys/utime.h presence... yes
checking for sys/utime.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for struct stat.st_rdev... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... no
checking for struct tm.tm_zone... no
checking for tm_zone in struct tm... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for tm_isdst in struct tm... yes
checking whether daylight is declared... yes
checking for daylight... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for mbstate_t... yes
checking for struct option in getopt... yes
checking for pid_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking size of long long... 8
checking for gcc compiler warnings... yes
checking for mmap... yes
checking for strerror... yes
checking for strndup... yes
checking for strtoul... yes
checking for mbrtowc... yes
checking for mkstemp... yes
checking for utimes... yes
checking for utime... yes
checking for wcwidth... yes
checking for strtof... yes
checking for fork... yes
checking for getopt_long... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for getline... yes
checking for gzopen in -lz... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating magic/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating python/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making install in src
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
test -z "/opt/local/lib" || /usr/bin/gmkdir -p "/opt/local/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c   libmagic.la '/opt/local/lib'
libtool: install: /usr/bin/ginstall -c .libs/libmagic.so.1.0.0 /opt/local/lib/libmagic.so.1.0.0
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so.1 || { rm -f libmagic.so.1 && ln -s libmagic.so.1.0.0 libmagic.so.1; }; })
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so || { rm -f libmagic.so && ln -s libmagic.so.1.0.0 libmagic.so; }; })
libtool: install: chmod +x /opt/local/lib/libmagic.so.1.0.0
libtool: install: /usr/bin/ginstall -c .libs/libmagic.lai /opt/local/lib/libmagic.la
libtool: install: /usr/bin/ginstall -c .libs/libmagic.a /opt/local/lib/libmagic.a
libtool: install: chmod 644 /opt/local/lib/libmagic.a
libtool: install: ranlib /opt/local/lib/libmagic.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - use the `-RLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/local/bin" || /usr/bin/gmkdir -p "/opt/local/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c file '/opt/local/bin'
libtool: install: /usr/bin/ginstall -c .libs/file /opt/local/bin/file
test -z "/opt/local/include" || /usr/bin/gmkdir -p "/opt/local/include"
 /usr/bin/ginstall -c -m 644 magic.h '/opt/local/include'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
Making install in magic
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/misc" || /usr/bin/gmkdir -p "/opt/local/share/misc"
 /usr/bin/ginstall -c -m 644 magic.mgc '/opt/local/share/misc'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
Making install in tests
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
Making install in doc
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/man/man1" || /usr/bin/gmkdir -p "/opt/local/share/man/man1"
 /usr/bin/ginstall -c -m 644 file.1 '/opt/local/share/man/man1'
test -z "/opt/local/share/man/man3" || /usr/bin/gmkdir -p "/opt/local/share/man/man3"
 /usr/bin/ginstall -c -m 644 libmagic.3 '/opt/local/share/man/man3'
test -z "/opt/local/share/man/man4" || /usr/bin/gmkdir -p "/opt/local/share/man/man4"
 /usr/bin/ginstall -c -m 644 magic.4 '/opt/local/share/man/man4'
test -z "/opt/local/share/man/man5" || /usr/bin/gmkdir -p "/opt/local/share/man/man5"
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
Making install in python
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
| Install talib                                          |
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking target system type... i386-pc-solaris2.11
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... gcc -E
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 whether gcc is blacklisted... no
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
not using lib directory suffix
checking for a sed that does not truncate output... /usr/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 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... 262144
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
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 supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
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... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking cppunit/extensions/HelperMacros.h usability... no
checking cppunit/extensions/HelperMacros.h presence... no
checking for cppunit/extensions/HelperMacros.h... no
checking if bindings should be compiled... yes
checking if examples should be compiled... yes
checking if taglib should be compiled... yes
checking if tests should be compiled... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/c/Makefile
config.status: creating examples/Makefile
config.status: creating taglib/Makefile
config.status: creating taglib/ape/Makefile
config.status: creating taglib/flac/Makefile
config.status: creating taglib/mpc/Makefile
config.status: creating taglib/mpeg/Makefile
config.status: creating taglib/mpeg/id3v1/Makefile
config.status: creating taglib/mpeg/id3v2/Makefile
config.status: creating taglib/mpeg/id3v2/frames/Makefile
config.status: creating taglib/ogg/Makefile
config.status: creating taglib/ogg/flac/Makefile
config.status: creating taglib/ogg/speex/Makefile
config.status: creating taglib/ogg/vorbis/Makefile
config.status: creating taglib/toolkit/Makefile
config.status: creating taglib/trueaudio/Makefile
config.status: creating taglib/wavpack/Makefile
config.status: creating tests/Makefile
config.status: creating taglib-config
config.status: creating taglib.pc
config.status: creating bindings/c/taglib_c.pc
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

| Install mediatomb                                      |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking whether gcc needs -traditional... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking whether gcc and cc understand -c and -o together... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... 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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.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 for sys/types.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sched_getparam... yes
checking for sched_setparam... yes
checking for sched_get_priority_min... yes
checking for sched_get_priority_max... yes
checking for mkdir... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for mkfifo... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking if iconv declaration requires const char cast... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for time_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for off_t... yes
checking for size_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking size of off_t... 8
checking size of size_t... 4
checking size of time_t... 4
checking size of unsigned int... 4
checking size of unsigned long... 4
checking for strtoll... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking return type of signal handlers... void
checking for pid_t... yes
checking for size_t... (cached) yes
checking for int64_t... yes
checking for ssize_t... yes
checking for uint32_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether byte ordering is bigendian... no
checking whether LONG_MAX is declared... yes
checking whether LLONG_MAX is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for error_at_line... no
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 stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strftime... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memmove... yes
checking for memset... yes
checking for regcomp... yes
checking for select... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for ioctl... yes
checking for tolower... yes
checking for toupper... yes
checking for inet_ntoa... no
checking for inet_ntoa in -lnsl... yes
checking for socket... no
checking for socket in -lsocket... yes
checking for gethostbyname... yes
checking how to run the C++ preprocessor... g++ -E
checking for gethostbyname_r... yes
checking for if_nameindex... yes
checking for if_freenameindex... 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 clock_gettime in -lrt... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for uncompress in -lz... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... yes
checking for mysql_config... none
checking for mysql_config... none
mysql_config not found, please install the mysql devel package
configure: none could not be executed or returned invalid values
configure: Will search for js (spidermonkey) headers in /opt/local/include
checking /opt/local/include/jsapi.h usability... yes
checking /opt/local/include/jsapi.h presence... yes
checking for /opt/local/include/jsapi.h... yes
configure: Will search for js (spidermonkey) libraries in /opt/local/lib
checking for JS_NewObject in -ljs... yes
checking for JS_ClearContextThread in -ljs... no
configure: Will search for libmagic headers in /opt/local/include
checking /opt/local/include/magic.h usability... yes
checking /opt/local/include/magic.h presence... yes
checking for /opt/local/include/magic.h... yes
configure: Will search for libmagic libs in /opt/local/lib
checking for magic_load in -lmagic... yes
checking if libmagic is broken (Slackware check)... yes
configure: Will search for taglib config in /opt/local/bin/taglib-config
configure: You specified /opt/local/bin/taglib-config for taglib-config
| Configure mediatomb                                    |
Systemsnap napp-it-mediatomb-addon-0.1 already exists.
Please create a new systemsnap manually!
| Installation completed in 1 min 43 sec.                |
Log file: /var/log/mediatomb.log
Config file: /etc/mediatomb/config.xml
################## END - Friday, February 15, 2013 04:26:12 AM UTC ##################
################# START - Friday, February 15, 2013 04:34:01 AM UTC #################
| Setup Mediatomb AddOn for napp-it ZFS Server appliance |
|========================================================|
Systemsnap pre_mediatomb-addon-0.1 already exists.
| Install package header-math                            |
 Startup: Refreshing catalog 'solaris' ... Done
Planning: Solver setup ... Done
Planning: Running solver ... Done
Planning: Consolidating action changes ... Done
Planning: Evaluating mediators ... Done
Planning: Planning completed in 1.53 seconds
No updates necessary for this image.
| Install package gcc-43                                 |
 Startup: Refreshing catalog 'solaris' ... Done
| Install spidermonkey                                   |
cd editline; gmake -f Makefile.ref all
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gcc -o SunOS5.11_i86pc_DBG.OBJ/editline.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY editline.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/sysunix.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY sysunix.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libedit.a SunOS5.11_i86pc_DBG.OBJ/editline.o SunOS5.11_i86pc_DBG.OBJ/sysunix.o
a - SunOS5.11_i86pc_DBG.OBJ/editline.o
a - SunOS5.11_i86pc_DBG.OBJ/sysunix.o
echo SunOS5.11_i86pc_DBG.OBJ/libedit.a
SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
gmake -f Makefile.ref  SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/js  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src'
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscpucfg.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
rm -f SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
SunOS5.11_i86pc_DBG.OBJ/jscpucfg > SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarena.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarena.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarray.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarray.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsatom.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsatom.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsbool.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsbool.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscntxt.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdate.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdate.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdbgapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdhash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdtoa.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsemit.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsemit.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsexn.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsexn.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsfun.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsfun.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsgc.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsgc.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jshash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jshash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsinterp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsiter.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsiter.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslock.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslock.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslog2.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslog2.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslong.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslong.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsmath.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsmath.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsnum.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsnum.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsobj.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsobj.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsopcode.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsparse.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsparse.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsprf.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsprf.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsregexp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jskwgen.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ   -lm SunOS5.11_i86pc_DBG.OBJ/jskwgen.o
SunOS5.11_i86pc_DBG.OBJ/jskwgen SunOS5.11_i86pc_DBG.OBJ/jsautokw.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscan.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscan.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscope.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscope.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscript.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscript.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsstr.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsstr.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsutil.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsutil.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxdrapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxml.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxml.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  prmjtime.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
a - SunOS5.11_i86pc_DBG.OBJ/jsapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarena.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarray.o
a - SunOS5.11_i86pc_DBG.OBJ/jsatom.o
a - SunOS5.11_i86pc_DBG.OBJ/jsbool.o
a - SunOS5.11_i86pc_DBG.OBJ/jscntxt.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdate.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdhash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o
a - SunOS5.11_i86pc_DBG.OBJ/jsemit.o
a - SunOS5.11_i86pc_DBG.OBJ/jsexn.o
a - SunOS5.11_i86pc_DBG.OBJ/jsfun.o
a - SunOS5.11_i86pc_DBG.OBJ/jsgc.o
a - SunOS5.11_i86pc_DBG.OBJ/jshash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsinterp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsiter.o
a - SunOS5.11_i86pc_DBG.OBJ/jslock.o
a - SunOS5.11_i86pc_DBG.OBJ/jslog2.o
a - SunOS5.11_i86pc_DBG.OBJ/jslong.o
a - SunOS5.11_i86pc_DBG.OBJ/jsmath.o
a - SunOS5.11_i86pc_DBG.OBJ/jsnum.o
a - SunOS5.11_i86pc_DBG.OBJ/jsobj.o
a - SunOS5.11_i86pc_DBG.OBJ/jsopcode.o
a - SunOS5.11_i86pc_DBG.OBJ/jsparse.o
a - SunOS5.11_i86pc_DBG.OBJ/jsprf.o
a - SunOS5.11_i86pc_DBG.OBJ/jsregexp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscan.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscope.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscript.o
a - SunOS5.11_i86pc_DBG.OBJ/jsstr.o
a - SunOS5.11_i86pc_DBG.OBJ/jsutil.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxml.o
a - SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
echo SunOS5.11_i86pc_DBG.OBJ/libjs.a
SunOS5.11_i86pc_DBG.OBJ/libjs.a
ld -G -o SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o   -lm 
gcc -o SunOS5.11_i86pc_DBG.OBJ/js.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  js.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/js -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  SunOS5.11_i86pc_DBG.OBJ/js.o SunOS5.11_i86pc_DBG.OBJ/libjs.a  -lm  \
    editline/SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o' is up to date.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src'
cd editline; gmake -f Makefile.ref export
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gmake[1]: Nothing to be done for `export'.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
mkdir -p /opt/local/include /opt/local/lib /opt/local/bin
cp jsarray.h jsatom.h jsbool.h jsconfig.h jscntxt.h jsdate.h jsemit.h jsexn.h jsfun.h jsgc.h jsinterp.h jsiter.h jslibmath.h jslock.h jsmath.h jsnum.h jsobj.h jsopcode.h jsparse.h jsarena.h jsclist.h jsdhash.h jsdtoa.h jshash.h jslong.h jsosdep.h jstypes.h jsprvtd.h jspubtd.h jsregexp.h jsscan.h jsscope.h jsscript.h jsstr.h jsxdrapi.h jsxml.h  jsapi.h jsdbgapi.h  jsbit.h jscompat.h jscpucfg.h jsotypes.h jsstddef.h prmjtime.h resource.h jsopcode.tbl jsproto.tbl js.msg jsshell.msg jskeyword.tbl  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jsautokw.h /opt/local/include
cp SunOS5.11_i86pc_DBG.OBJ/libjs.a /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/libjs.so /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/js /opt/local/bin
| Install libmagic                                       |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for builtin ELF support... yes
checking for ELF core file support... yes
checking for file formats in man section 5... no
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -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) 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 gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/gsed
checking for fgrep... /usr/bin/ggrep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking whether sys/types.h defines makedev... no
checking sys/mkdev.h usability... yes
checking sys/mkdev.h presence... yes
checking for sys/mkdev.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdint.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/utime.h usability... yes
checking sys/utime.h presence... yes
checking for sys/utime.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for struct stat.st_rdev... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... no
checking for struct tm.tm_zone... no
checking for tm_zone in struct tm... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for tm_isdst in struct tm... yes
checking whether daylight is declared... yes
checking for daylight... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for mbstate_t... yes
checking for struct option in getopt... yes
checking for pid_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking size of long long... 8
checking for gcc compiler warnings... yes
checking for mmap... yes
checking for strerror... yes
checking for strndup... yes
checking for strtoul... yes
checking for mbrtowc... yes
checking for mkstemp... yes
checking for utimes... yes
checking for utime... yes
checking for wcwidth... yes
checking for strtof... yes
checking for fork... yes
checking for getopt_long... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for getline... yes
checking for gzopen in -lz... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating magic/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating python/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making install in src
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
test -z "/opt/local/lib" || /usr/bin/gmkdir -p "/opt/local/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c   libmagic.la '/opt/local/lib'
libtool: install: /usr/bin/ginstall -c .libs/libmagic.so.1.0.0 /opt/local/lib/libmagic.so.1.0.0
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so.1 || { rm -f libmagic.so.1 && ln -s libmagic.so.1.0.0 libmagic.so.1; }; })
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so || { rm -f libmagic.so && ln -s libmagic.so.1.0.0 libmagic.so; }; })
libtool: install: chmod +x /opt/local/lib/libmagic.so.1.0.0
libtool: install: /usr/bin/ginstall -c .libs/libmagic.lai /opt/local/lib/libmagic.la
libtool: install: /usr/bin/ginstall -c .libs/libmagic.a /opt/local/lib/libmagic.a
libtool: install: chmod 644 /opt/local/lib/libmagic.a
libtool: install: ranlib /opt/local/lib/libmagic.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - use the `-RLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/local/bin" || /usr/bin/gmkdir -p "/opt/local/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c file '/opt/local/bin'
libtool: install: /usr/bin/ginstall -c .libs/file /opt/local/bin/file
test -z "/opt/local/include" || /usr/bin/gmkdir -p "/opt/local/include"
 /usr/bin/ginstall -c -m 644 magic.h '/opt/local/include'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
Making install in magic
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/misc" || /usr/bin/gmkdir -p "/opt/local/share/misc"
 /usr/bin/ginstall -c -m 644 magic.mgc '/opt/local/share/misc'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
Making install in tests
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
Making install in doc
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/man/man1" || /usr/bin/gmkdir -p "/opt/local/share/man/man1"
 /usr/bin/ginstall -c -m 644 file.1 '/opt/local/share/man/man1'
test -z "/opt/local/share/man/man3" || /usr/bin/gmkdir -p "/opt/local/share/man/man3"
 /usr/bin/ginstall -c -m 644 libmagic.3 '/opt/local/share/man/man3'
test -z "/opt/local/share/man/man4" || /usr/bin/gmkdir -p "/opt/local/share/man/man4"
 /usr/bin/ginstall -c -m 644 magic.4 '/opt/local/share/man/man4'
test -z "/opt/local/share/man/man5" || /usr/bin/gmkdir -p "/opt/local/share/man/man5"
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
Making install in python
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
| Install talib                                          |
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking target system type... i386-pc-solaris2.11
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... gcc -E
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 whether gcc is blacklisted... no
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
not using lib directory suffix
checking for a sed that does not truncate output... /usr/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 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... 262144
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
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 supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
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... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking cppunit/extensions/HelperMacros.h usability... no
checking cppunit/extensions/HelperMacros.h presence... no
checking for cppunit/extensions/HelperMacros.h... no
checking if bindings should be compiled... yes
checking if examples should be compiled... yes
checking if taglib should be compiled... yes
checking if tests should be compiled... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/c/Makefile
config.status: creating examples/Makefile
config.status: creating taglib/Makefile
config.status: creating taglib/ape/Makefile
config.status: creating taglib/flac/Makefile
config.status: creating taglib/mpc/Makefile
config.status: creating taglib/mpeg/Makefile
config.status: creating taglib/mpeg/id3v1/Makefile
config.status: creating taglib/mpeg/id3v2/Makefile
config.status: creating taglib/mpeg/id3v2/frames/Makefile
config.status: creating taglib/ogg/Makefile
config.status: creating taglib/ogg/flac/Makefile
config.status: creating taglib/ogg/speex/Makefile
config.status: creating taglib/ogg/vorbis/Makefile
config.status: creating taglib/toolkit/Makefile
config.status: creating taglib/trueaudio/Makefile
config.status: creating taglib/wavpack/Makefile
config.status: creating tests/Makefile
config.status: creating taglib-config
config.status: creating taglib.pc
config.status: creating bindings/c/taglib_c.pc
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

| Install mediatomb                                      |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking whether gcc needs -traditional... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking whether gcc and cc understand -c and -o together... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... 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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.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 for sys/types.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sched_getparam... yes
checking for sched_setparam... yes
checking for sched_get_priority_min... yes
checking for sched_get_priority_max... yes
checking for mkdir... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for mkfifo... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking if iconv declaration requires const char cast... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for time_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for off_t... yes
checking for size_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking size of off_t... 8
checking size of size_t... 4
checking size of time_t... 4
checking size of unsigned int... 4
checking size of unsigned long... 4
checking for strtoll... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking return type of signal handlers... void
checking for pid_t... yes
checking for size_t... (cached) yes
checking for int64_t... yes
checking for ssize_t... yes
checking for uint32_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether byte ordering is bigendian... no
checking whether LONG_MAX is declared... yes
checking whether LLONG_MAX is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for error_at_line... no
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 stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strftime... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memmove... yes
checking for memset... yes
checking for regcomp... yes
checking for select... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for ioctl... yes
checking for tolower... yes
checking for toupper... yes
checking for inet_ntoa... no
checking for inet_ntoa in -lnsl... yes
checking for socket... no
checking for socket in -lsocket... yes
checking for gethostbyname... yes
checking how to run the C++ preprocessor... g++ -E
checking for gethostbyname_r... yes
checking for if_nameindex... yes
checking for if_freenameindex... 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 clock_gettime in -lrt... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for uncompress in -lz... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... yes
checking for mysql_config... none
checking for mysql_config... none
mysql_config not found, please install the mysql devel package
configure: none could not be executed or returned invalid values
configure: Will search for js (spidermonkey) headers in /opt/local/include
checking /opt/local/include/jsapi.h usability... yes
checking /opt/local/include/jsapi.h presence... yes
checking for /opt/local/include/jsapi.h... yes
configure: Will search for js (spidermonkey) libraries in /opt/local/lib
checking for JS_NewObject in -ljs... yes
checking for JS_ClearContextThread in -ljs... no
configure: Will search for libmagic headers in /opt/local/include
checking /opt/local/include/magic.h usability... yes
checking /opt/local/include/magic.h presence... yes
checking for /opt/local/include/magic.h... yes
configure: Will search for libmagic libs in /opt/local/lib
checking for magic_load in -lmagic... yes
checking if libmagic is broken (Slackware check)... yes
configure: Will search for taglib config in /opt/local/bin/taglib-config
configure: You specified /opt/local/bin/taglib-config for taglib-config
| Configure mediatomb                                    |
Systemsnap napp-it-mediatomb-addon-0.1 already exists.
Please create a new systemsnap manually!
| Installation completed in 1 min 37 sec.                |
Log file: /var/log/mediatomb.log
Config file: /etc/mediatomb/config.xml
################## END - Friday, February 15, 2013 04:35:38 AM UTC ##################
 
Last edited:

gea

Well-Known Member
Dec 31, 2010
3,161
1,195
113
DE
- Goto menu Add-On - Mediatomb where you can setup IP and start the service
You need newest napp-it 0.9a7 (Free or Pro) - optionally update online via menu about - update to newest.

If you have napp-it <= 0.8, you must update napp-it via wget, reboot and online update napp-it to newest nightly.

ps: The Mediatomb installer is currently OpenIndiana only.
If you have Mediatomb running on OmniOS, please share insights.


 
Last edited:

chris

New Member
Jan 15, 2013
23
1
3
Germany
zfs-server.de
Went ahead and upgraded to Pro in hopes that it would replace Mezzmo on one of the Windows machines in my home.. no dice.

No log, no creation of /etc/mediatomb, service won't start, etc. Don't even know where to begin.

Setup log:

Code:
################# START - Friday, February 15, 2013 04:00:56 AM UTC #################
| Setup Mediatomb AddOn for napp-it ZFS Server appliance |
|========================================================|
| Creating Pre-Systemsnap                                |
| Install package header-math                            |
 Startup: Refreshing catalog 'solaris' ... Done
 Startup: Caching catalogs ... Done
Planning: Solver setup ... Done
Planning: Running solver ... Done
Plannig: Consolidating action changes ... Done
Planning: Evaluating mediators ... Done
Planning: Planning completed in 2.26 seconds
No updates necessary for this image.
| Install package gcc-43                                 |
 Startup: Refreshing catalog 'solaris' ... Done
| Install spidermonkey                                   |
cd editline; gmake -f Makefile.ref all
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gcc -o SunOS5.11_i86pc_DBG.OBJ/editline.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY editline.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/sysunix.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY sysunix.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libedit.a SunOS5.11_i86pc_DBG.OBJ/editline.o SunOS5.11_i86pc_DBG.OBJ/sysunix.o
a - SunOS5.11_i86pc_DBG.OBJ/editline.o
a - SunOS5.11_i86pc_DBG.OBJ/sysunix.o
echo SunOS5.11_i86pc_DBG.OBJ/libedit.a
SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
gmake -f Makefile.ref  SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/js  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src'
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscpucfg.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
rm -f SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
SunOS5.11_i86pc_DBG.OBJ/jscpucfg > SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarena.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarena.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarray.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarray.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsatom.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsatom.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsbool.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsbool.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscntxt.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdate.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdate.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdbgapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdhash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdtoa.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsemit.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsemit.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsexn.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsexn.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsfun.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsfun.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsgc.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsgc.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jshash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jshash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsinterp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsiter.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsiter.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslock.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslock.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslog2.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslog2.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslong.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslong.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsmath.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsmath.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsnum.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsnum.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsobj.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsobj.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsopcode.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsparse.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsparse.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsprf.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsprf.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsregexp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jskwgen.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ   -lm SunOS5.11_i86pc_DBG.OBJ/jskwgen.o
SunOS5.11_i86pc_DBG.OBJ/jskwgen SunOS5.11_i86pc_DBG.OBJ/jsautokw.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscan.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscan.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscope.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscope.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscript.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscript.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsstr.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsstr.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsutil.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsutil.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxdrapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxml.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxml.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  prmjtime.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
a - SunOS5.11_i86pc_DBG.OBJ/jsapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarena.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarray.o
a - SunOS5.11_i86pc_DBG.OBJ/jsatom.o
a - SunOS5.11_i86pc_DBG.OBJ/jsbool.o
a - SunOS5.11_i86pc_DBG.OBJ/jscntxt.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdate.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdhash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o
a - SunOS5.11_i86pc_DBG.OBJ/jsemit.o
a - SunOS5.11_i86pc_DBG.OBJ/jsexn.o
a - SunOS5.11_i86pc_DBG.OBJ/jsfun.o
a - SunOS5.11_i86pc_DBG.OBJ/jsgc.o
a - SunOS5.11_i86pc_DBG.OBJ/jshash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsinterp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsiter.o
a - SunOS5.11_i86pc_DBG.OBJ/jslock.o
a - SunOS5.11_i86pc_DBG.OBJ/jslog2.o
a - SunOS5.11_i86pc_DBG.OBJ/jslong.o
a - SunOS5.11_i86pc_DBG.OBJ/jsmath.o
a - SunOS5.11_i86pc_DBG.OBJ/jsnum.o
a - SunOS5.11_i86pc_DBG.OBJ/jsobj.o
a - SunOS5.11_i86pc_DBG.OBJ/jsopcode.o
a - SunOS5.11_i86pc_DBG.OBJ/jsparse.o
a - SunOS5.11_i86pc_DBG.OBJ/jsprf.o
a - SunOS5.11_i86pc_DBG.OBJ/jsregexp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscan.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscope.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscript.o
a - SunOS5.11_i86pc_DBG.OBJ/jsstr.o
a - SunOS5.11_i86pc_DBG.OBJ/jsutil.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxml.o
a - SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
echo SunOS5.11_i86pc_DBG.OBJ/libjs.a
SunOS5.11_i86pc_DBG.OBJ/libjs.a
ld -G -o SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o   -lm 
gcc -o SunOS5.11_i86pc_DBG.OBJ/js.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  js.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/js -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  SunOS5.11_i86pc_DBG.OBJ/js.o SunOS5.11_i86pc_DBG.OBJ/libjs.a  -lm  \
    editline/SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o' is up to date.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src'
cd editline; gmake -f Makefile.ref export
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gmake[1]: Nothing to be done for `export'.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
mkdir -p /opt/local/include /opt/local/lib /opt/local/bin
cp jsarray.h jsatom.h jsbool.h jsconfig.h jscntxt.h jsdate.h jsemit.h jsexn.h jsfun.h jsgc.h jsinterp.h jsiter.h jslibmath.h jslock.h jsmath.h jsnum.h jsobj.h jsopcode.h jsparse.h jsarena.h jsclist.h jsdhash.h jsdtoa.h jshash.h jslong.h jsosdep.h jstypes.h jsprvtd.h jspubtd.h jsregexp.h jsscan.h jsscope.h jsscript.h jsstr.h jsxdrapi.h jsxml.h  jsapi.h jsdbgapi.h  jsbit.h jscompat.h jscpucfg.h jsotypes.h jsstddef.h prmjtime.h resource.h jsopcode.tbl jsproto.tbl js.msg jsshell.msg jskeyword.tbl  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jsautokw.h /opt/local/include
cp SunOS5.11_i86pc_DBG.OBJ/libjs.a /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/libjs.so /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/js /opt/local/bin
| Install libmagic                                       |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for builtin ELF support... yes
checking for ELF core file support... yes
checking for file formats in man section 5... no
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -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) 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 gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/gsed
checking for fgrep... /usr/bin/ggrep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking whether sys/types.h defines makedev... no
checking sys/mkdev.h usability... yes
checking sys/mkdev.h presence... yes
checking for sys/mkdev.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdint.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/utime.h usability... yes
checking sys/utime.h presence... yes
checking for sys/utime.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for struct stat.st_rdev... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... no
checking for struct tm.tm_zone... no
checking for tm_zone in struct tm... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for tm_isdst in struct tm... yes
checking whether daylight is declared... yes
checking for daylight... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for mbstate_t... yes
checking for struct option in getopt... yes
checking for pid_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking size of long long... 8
checking for gcc compiler warnings... yes
checking for mmap... yes
checking for strerror... yes
checking for strndup... yes
checking for strtoul... yes
checking for mbrtowc... yes
checking for mkstemp... yes
checking for utimes... yes
checking for utime... yes
checking for wcwidth... yes
checking for strtof... yes
checking for fork... yes
checking for getopt_long... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for getline... yes
checking for gzopen in -lz... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating magic/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating python/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making install in src
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
test -z "/opt/local/lib" || /usr/bin/gmkdir -p "/opt/local/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c   libmagic.la '/opt/local/lib'
libtool: install: /usr/bin/ginstall -c .libs/libmagic.so.1.0.0 /opt/local/lib/libmagic.so.1.0.0
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so.1 || { rm -f libmagic.so.1 && ln -s libmagic.so.1.0.0 libmagic.so.1; }; })
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so || { rm -f libmagic.so && ln -s libmagic.so.1.0.0 libmagic.so; }; })
libtool: install: chmod +x /opt/local/lib/libmagic.so.1.0.0
libtool: install: /usr/bin/ginstall -c .libs/libmagic.lai /opt/local/lib/libmagic.la
libtool: install: /usr/bin/ginstall -c .libs/libmagic.a /opt/local/lib/libmagic.a
libtool: install: chmod 644 /opt/local/lib/libmagic.a
libtool: install: ranlib /opt/local/lib/libmagic.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - use the `-RLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/local/bin" || /usr/bin/gmkdir -p "/opt/local/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c file '/opt/local/bin'
libtool: install: /usr/bin/ginstall -c .libs/file /opt/local/bin/file
test -z "/opt/local/include" || /usr/bin/gmkdir -p "/opt/local/include"
 /usr/bin/ginstall -c -m 644 magic.h '/opt/local/include'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
Making install in magic
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/misc" || /usr/bin/gmkdir -p "/opt/local/share/misc"
 /usr/bin/ginstall -c -m 644 magic.mgc '/opt/local/share/misc'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
Making install in tests
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
Making install in doc
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/man/man1" || /usr/bin/gmkdir -p "/opt/local/share/man/man1"
 /usr/bin/ginstall -c -m 644 file.1 '/opt/local/share/man/man1'
test -z "/opt/local/share/man/man3" || /usr/bin/gmkdir -p "/opt/local/share/man/man3"
 /usr/bin/ginstall -c -m 644 libmagic.3 '/opt/local/share/man/man3'
test -z "/opt/local/share/man/man4" || /usr/bin/gmkdir -p "/opt/local/share/man/man4"
 /usr/bin/ginstall -c -m 644 magic.4 '/opt/local/share/man/man4'
test -z "/opt/local/share/man/man5" || /usr/bin/gmkdir -p "/opt/local/share/man/man5"
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
Making install in python
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
| Install talib                                          |
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking target system type... i386-pc-solaris2.11
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... gcc -E
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 whether gcc is blacklisted... no
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
not using lib directory suffix
checking for a sed that does not truncate output... /usr/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 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... 262144
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
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 supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
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... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking cppunit/extensions/HelperMacros.h usability... no
checking cppunit/extensions/HelperMacros.h presence... no
checking for cppunit/extensions/HelperMacros.h... no
checking if bindings should be compiled... yes
checking if examples should be compiled... yes
checking if taglib should be compiled... yes
checking if tests should be compiled... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/c/Makefile
config.status: creating examples/Makefile
config.status: creating taglib/Makefile
config.status: creating taglib/ape/Makefile
config.status: creating taglib/flac/Makefile
config.status: creating taglib/mpc/Makefile
config.status: creating taglib/mpeg/Makefile
config.status: creating taglib/mpeg/id3v1/Makefile
config.status: creating taglib/mpeg/id3v2/Makefile
config.status: creating taglib/mpeg/id3v2/frames/Makefile
config.status: creating taglib/ogg/Makefile
config.status: creating taglib/ogg/flac/Makefile
config.status: creating taglib/ogg/speex/Makefile
config.status: creating taglib/ogg/vorbis/Makefile
config.status: creating taglib/toolkit/Makefile
config.status: creating taglib/trueaudio/Makefile
config.status: creating taglib/wavpack/Makefile
config.status: creating tests/Makefile
config.status: creating taglib-config
config.status: creating taglib.pc
config.status: creating bindings/c/taglib_c.pc
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

| Install mediatomb                                      |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking whether gcc needs -traditional... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking whether gcc and cc understand -c and -o together... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... 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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.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 for sys/types.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sched_getparam... yes
checking for sched_setparam... yes
checking for sched_get_priority_min... yes
checking for sched_get_priority_max... yes
checking for mkdir... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for mkfifo... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking if iconv declaration requires const char cast... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for time_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for off_t... yes
checking for size_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking size of off_t... 8
checking size of size_t... 4
checking size of time_t... 4
checking size of unsigned int... 4
checking size of unsigned long... 4
checking for strtoll... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking return type of signal handlers... void
checking for pid_t... yes
checking for size_t... (cached) yes
checking for int64_t... yes
checking for ssize_t... yes
checking for uint32_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether byte ordering is bigendian... no
checking whether LONG_MAX is declared... yes
checking whether LLONG_MAX is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for error_at_line... no
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 stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strftime... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memmove... yes
checking for memset... yes
checking for regcomp... yes
checking for select... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for ioctl... yes
checking for tolower... yes
checking for toupper... yes
checking for inet_ntoa... no
checking for inet_ntoa in -lnsl... yes
checking for socket... no
checking for socket in -lsocket... yes
checking for gethostbyname... yes
checking how to run the C++ preprocessor... g++ -E
checking for gethostbyname_r... yes
checking for if_nameindex... yes
checking for if_freenameindex... 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 clock_gettime in -lrt... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for uncompress in -lz... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... yes
checking for mysql_config... none
checking for mysql_config... none
mysql_config not found, please install the mysql devel package
configure: none could not be executed or returned invalid values
configure: Will search for js (spidermonkey) headers in /opt/local/include
checking /opt/local/include/jsapi.h usability... yes
checking /opt/local/include/jsapi.h presence... yes
checking for /opt/local/include/jsapi.h... yes
configure: Will search for js (spidermonkey) libraries in /opt/local/lib
checking for JS_NewObject in -ljs... yes
checking for JS_ClearContextThread in -ljs... no
configure: Will search for libmagic headers in /opt/local/include
checking /opt/local/include/magic.h usability... yes
checking /opt/local/include/magic.h presence... yes
checking for /opt/local/include/magic.h... yes
configure: Will search for libmagic libs in /opt/local/lib
checking for magic_load in -lmagic... yes
checking if libmagic is broken (Slackware check)... yes
configure: Will search for taglib config in /opt/local/bin/taglib-config
configure: You specified /opt/local/bin/taglib-config for taglib-config
| Configure mediatomb                                    |
| Creating Systemsnap                                    |
################# START - Friday, February 15, 2013 04:24:29 AM UTC #################
| Setup Mediatomb AddOn for napp-it ZFS Server appliance |
|========================================================|
Systemsnap pre_mediatomb-addon-0.1 already exists.
| Install package header-math                            |
 Startup: Refreshing catalog 'solaris' ... Done
 Startup: Caching catalogs ... Done
Planning: Solver setup ... Done
Planning: Running solver ... Done
Planning: Consolidating action changes ... Done
Planning: Evaluating mediators ... Done
Planning: Planning completed in 1.93 seconds
No updates necessary for this image.
| Install package gcc-43                                 |
 Startup: Refreshing catalog 'solaris' ... Done
| Install spidermonkey                                   |
cd editline; gmake -f Makefile.ref all
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gcc -o SunOS5.11_i86pc_DBG.OBJ/editline.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY editline.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/sysunix.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY sysunix.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libedit.a SunOS5.11_i86pc_DBG.OBJ/editline.o SunOS5.11_i86pc_DBG.OBJ/sysunix.o
a - SunOS5.11_i86pc_DBG.OBJ/editline.o
a - SunOS5.11_i86pc_DBG.OBJ/sysunix.o
echo SunOS5.11_i86pc_DBG.OBJ/libedit.a
SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
gmake -f Makefile.ref  SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/js  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src'
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscpucfg.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
rm -f SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
SunOS5.11_i86pc_DBG.OBJ/jscpucfg > SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarena.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarena.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarray.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarray.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsatom.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsatom.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsbool.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsbool.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscntxt.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdate.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdate.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdbgapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdhash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdtoa.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsemit.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsemit.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsexn.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsexn.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsfun.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsfun.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsgc.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsgc.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jshash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jshash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsinterp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsiter.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsiter.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslock.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslock.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslog2.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslog2.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslong.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslong.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsmath.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsmath.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsnum.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsnum.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsobj.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsobj.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsopcode.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsparse.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsparse.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsprf.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsprf.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsregexp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jskwgen.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ   -lm SunOS5.11_i86pc_DBG.OBJ/jskwgen.o
SunOS5.11_i86pc_DBG.OBJ/jskwgen SunOS5.11_i86pc_DBG.OBJ/jsautokw.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscan.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscan.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscope.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscope.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscript.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscript.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsstr.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsstr.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsutil.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsutil.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxdrapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxml.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxml.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  prmjtime.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
a - SunOS5.11_i86pc_DBG.OBJ/jsapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarena.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarray.o
a - SunOS5.11_i86pc_DBG.OBJ/jsatom.o
a - SunOS5.11_i86pc_DBG.OBJ/jsbool.o
a - SunOS5.11_i86pc_DBG.OBJ/jscntxt.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdate.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdhash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o
a - SunOS5.11_i86pc_DBG.OBJ/jsemit.o
a - SunOS5.11_i86pc_DBG.OBJ/jsexn.o
a - SunOS5.11_i86pc_DBG.OBJ/jsfun.o
a - SunOS5.11_i86pc_DBG.OBJ/jsgc.o
a - SunOS5.11_i86pc_DBG.OBJ/jshash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsinterp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsiter.o
a - SunOS5.11_i86pc_DBG.OBJ/jslock.o
a - SunOS5.11_i86pc_DBG.OBJ/jslog2.o
a - SunOS5.11_i86pc_DBG.OBJ/jslong.o
a - SunOS5.11_i86pc_DBG.OBJ/jsmath.o
a - SunOS5.11_i86pc_DBG.OBJ/jsnum.o
a - SunOS5.11_i86pc_DBG.OBJ/jsobj.o
a - SunOS5.11_i86pc_DBG.OBJ/jsopcode.o
a - SunOS5.11_i86pc_DBG.OBJ/jsparse.o
a - SunOS5.11_i86pc_DBG.OBJ/jsprf.o
a - SunOS5.11_i86pc_DBG.OBJ/jsregexp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscan.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscope.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscript.o
a - SunOS5.11_i86pc_DBG.OBJ/jsstr.o
a - SunOS5.11_i86pc_DBG.OBJ/jsutil.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxml.o
a - SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
echo SunOS5.11_i86pc_DBG.OBJ/libjs.a
SunOS5.11_i86pc_DBG.OBJ/libjs.a
ld -G -o SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o   -lm 
gcc -o SunOS5.11_i86pc_DBG.OBJ/js.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  js.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/js -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  SunOS5.11_i86pc_DBG.OBJ/js.o SunOS5.11_i86pc_DBG.OBJ/libjs.a  -lm  \
    editline/SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o' is up to date.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src'
cd editline; gmake -f Makefile.ref export
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gmake[1]: Nothing to be done for `export'.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
mkdir -p /opt/local/include /opt/local/lib /opt/local/bin
cp jsarray.h jsatom.h jsbool.h jsconfig.h jscntxt.h jsdate.h jsemit.h jsexn.h jsfun.h jsgc.h jsinterp.h jsiter.h jslibmath.h jslock.h jsmath.h jsnum.h jsobj.h jsopcode.h jsparse.h jsarena.h jsclist.h jsdhash.h jsdtoa.h jshash.h jslong.h jsosdep.h jstypes.h jsprvtd.h jspubtd.h jsregexp.h jsscan.h jsscope.h jsscript.h jsstr.h jsxdrapi.h jsxml.h  jsapi.h jsdbgapi.h  jsbit.h jscompat.h jscpucfg.h jsotypes.h jsstddef.h prmjtime.h resource.h jsopcode.tbl jsproto.tbl js.msg jsshell.msg jskeyword.tbl  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jsautokw.h /opt/local/include
cp SunOS5.11_i86pc_DBG.OBJ/libjs.a /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/libjs.so /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/js /opt/local/bin
| Install libmagic                                       |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for builtin ELF support... yes
checking for ELF core file support... yes
checking for file formats in man section 5... no
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -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) 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 gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/gsed
checking for fgrep... /usr/bin/ggrep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking whether sys/types.h defines makedev... no
checking sys/mkdev.h usability... yes
checking sys/mkdev.h presence... yes
checking for sys/mkdev.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdint.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/utime.h usability... yes
checking sys/utime.h presence... yes
checking for sys/utime.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for struct stat.st_rdev... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... no
checking for struct tm.tm_zone... no
checking for tm_zone in struct tm... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for tm_isdst in struct tm... yes
checking whether daylight is declared... yes
checking for daylight... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for mbstate_t... yes
checking for struct option in getopt... yes
checking for pid_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking size of long long... 8
checking for gcc compiler warnings... yes
checking for mmap... yes
checking for strerror... yes
checking for strndup... yes
checking for strtoul... yes
checking for mbrtowc... yes
checking for mkstemp... yes
checking for utimes... yes
checking for utime... yes
checking for wcwidth... yes
checking for strtof... yes
checking for fork... yes
checking for getopt_long... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for getline... yes
checking for gzopen in -lz... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating magic/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating python/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making install in src
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
test -z "/opt/local/lib" || /usr/bin/gmkdir -p "/opt/local/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c   libmagic.la '/opt/local/lib'
libtool: install: /usr/bin/ginstall -c .libs/libmagic.so.1.0.0 /opt/local/lib/libmagic.so.1.0.0
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so.1 || { rm -f libmagic.so.1 && ln -s libmagic.so.1.0.0 libmagic.so.1; }; })
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so || { rm -f libmagic.so && ln -s libmagic.so.1.0.0 libmagic.so; }; })
libtool: install: chmod +x /opt/local/lib/libmagic.so.1.0.0
libtool: install: /usr/bin/ginstall -c .libs/libmagic.lai /opt/local/lib/libmagic.la
libtool: install: /usr/bin/ginstall -c .libs/libmagic.a /opt/local/lib/libmagic.a
libtool: install: chmod 644 /opt/local/lib/libmagic.a
libtool: install: ranlib /opt/local/lib/libmagic.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - use the `-RLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/local/bin" || /usr/bin/gmkdir -p "/opt/local/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c file '/opt/local/bin'
libtool: install: /usr/bin/ginstall -c .libs/file /opt/local/bin/file
test -z "/opt/local/include" || /usr/bin/gmkdir -p "/opt/local/include"
 /usr/bin/ginstall -c -m 644 magic.h '/opt/local/include'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
Making install in magic
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/misc" || /usr/bin/gmkdir -p "/opt/local/share/misc"
 /usr/bin/ginstall -c -m 644 magic.mgc '/opt/local/share/misc'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
Making install in tests
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
Making install in doc
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/man/man1" || /usr/bin/gmkdir -p "/opt/local/share/man/man1"
 /usr/bin/ginstall -c -m 644 file.1 '/opt/local/share/man/man1'
test -z "/opt/local/share/man/man3" || /usr/bin/gmkdir -p "/opt/local/share/man/man3"
 /usr/bin/ginstall -c -m 644 libmagic.3 '/opt/local/share/man/man3'
test -z "/opt/local/share/man/man4" || /usr/bin/gmkdir -p "/opt/local/share/man/man4"
 /usr/bin/ginstall -c -m 644 magic.4 '/opt/local/share/man/man4'
test -z "/opt/local/share/man/man5" || /usr/bin/gmkdir -p "/opt/local/share/man/man5"
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
Making install in python
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
| Install talib                                          |
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking target system type... i386-pc-solaris2.11
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... gcc -E
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 whether gcc is blacklisted... no
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
not using lib directory suffix
checking for a sed that does not truncate output... /usr/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 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... 262144
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
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 supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
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... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking cppunit/extensions/HelperMacros.h usability... no
checking cppunit/extensions/HelperMacros.h presence... no
checking for cppunit/extensions/HelperMacros.h... no
checking if bindings should be compiled... yes
checking if examples should be compiled... yes
checking if taglib should be compiled... yes
checking if tests should be compiled... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/c/Makefile
config.status: creating examples/Makefile
config.status: creating taglib/Makefile
config.status: creating taglib/ape/Makefile
config.status: creating taglib/flac/Makefile
config.status: creating taglib/mpc/Makefile
config.status: creating taglib/mpeg/Makefile
config.status: creating taglib/mpeg/id3v1/Makefile
config.status: creating taglib/mpeg/id3v2/Makefile
config.status: creating taglib/mpeg/id3v2/frames/Makefile
config.status: creating taglib/ogg/Makefile
config.status: creating taglib/ogg/flac/Makefile
config.status: creating taglib/ogg/speex/Makefile
config.status: creating taglib/ogg/vorbis/Makefile
config.status: creating taglib/toolkit/Makefile
config.status: creating taglib/trueaudio/Makefile
config.status: creating taglib/wavpack/Makefile
config.status: creating tests/Makefile
config.status: creating taglib-config
config.status: creating taglib.pc
config.status: creating bindings/c/taglib_c.pc
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

| Install mediatomb                                      |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking whether gcc needs -traditional... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking whether gcc and cc understand -c and -o together... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... 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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.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 for sys/types.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sched_getparam... yes
checking for sched_setparam... yes
checking for sched_get_priority_min... yes
checking for sched_get_priority_max... yes
checking for mkdir... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for mkfifo... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking if iconv declaration requires const char cast... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for time_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for off_t... yes
checking for size_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking size of off_t... 8
checking size of size_t... 4
checking size of time_t... 4
checking size of unsigned int... 4
checking size of unsigned long... 4
checking for strtoll... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking return type of signal handlers... void
checking for pid_t... yes
checking for size_t... (cached) yes
checking for int64_t... yes
checking for ssize_t... yes
checking for uint32_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether byte ordering is bigendian... no
checking whether LONG_MAX is declared... yes
checking whether LLONG_MAX is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for error_at_line... no
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 stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strftime... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memmove... yes
checking for memset... yes
checking for regcomp... yes
checking for select... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for ioctl... yes
checking for tolower... yes
checking for toupper... yes
checking for inet_ntoa... no
checking for inet_ntoa in -lnsl... yes
checking for socket... no
checking for socket in -lsocket... yes
checking for gethostbyname... yes
checking how to run the C++ preprocessor... g++ -E
checking for gethostbyname_r... yes
checking for if_nameindex... yes
checking for if_freenameindex... 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 clock_gettime in -lrt... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for uncompress in -lz... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... yes
checking for mysql_config... none
checking for mysql_config... none
mysql_config not found, please install the mysql devel package
configure: none could not be executed or returned invalid values
configure: Will search for js (spidermonkey) headers in /opt/local/include
checking /opt/local/include/jsapi.h usability... yes
checking /opt/local/include/jsapi.h presence... yes
checking for /opt/local/include/jsapi.h... yes
configure: Will search for js (spidermonkey) libraries in /opt/local/lib
checking for JS_NewObject in -ljs... yes
checking for JS_ClearContextThread in -ljs... no
configure: Will search for libmagic headers in /opt/local/include
checking /opt/local/include/magic.h usability... yes
checking /opt/local/include/magic.h presence... yes
checking for /opt/local/include/magic.h... yes
configure: Will search for libmagic libs in /opt/local/lib
checking for magic_load in -lmagic... yes
checking if libmagic is broken (Slackware check)... yes
configure: Will search for taglib config in /opt/local/bin/taglib-config
configure: You specified /opt/local/bin/taglib-config for taglib-config
| Configure mediatomb                                    |
Systemsnap napp-it-mediatomb-addon-0.1 already exists.
Please create a new systemsnap manually!
| Installation completed in 1 min 43 sec.                |
Log file: /var/log/mediatomb.log
Config file: /etc/mediatomb/config.xml
################## END - Friday, February 15, 2013 04:26:12 AM UTC ##################
################# START - Friday, February 15, 2013 04:34:01 AM UTC #################
| Setup Mediatomb AddOn for napp-it ZFS Server appliance |
|========================================================|
Systemsnap pre_mediatomb-addon-0.1 already exists.
| Install package header-math                            |
 Startup: Refreshing catalog 'solaris' ... Done
Planning: Solver setup ... Done
Planning: Running solver ... Done
Planning: Consolidating action changes ... Done
Planning: Evaluating mediators ... Done
Planning: Planning completed in 1.53 seconds
No updates necessary for this image.
| Install package gcc-43                                 |
 Startup: Refreshing catalog 'solaris' ... Done
| Install spidermonkey                                   |
cd editline; gmake -f Makefile.ref all
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gcc -o SunOS5.11_i86pc_DBG.OBJ/editline.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY editline.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/sysunix.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root  -DJSFILE  -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY sysunix.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libedit.a SunOS5.11_i86pc_DBG.OBJ/editline.o SunOS5.11_i86pc_DBG.OBJ/sysunix.o
a - SunOS5.11_i86pc_DBG.OBJ/editline.o
a - SunOS5.11_i86pc_DBG.OBJ/sysunix.o
echo SunOS5.11_i86pc_DBG.OBJ/libedit.a
SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
gmake -f Makefile.ref  SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/js  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src'
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscpucfg.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscpucfg SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o
rm -f SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
SunOS5.11_i86pc_DBG.OBJ/jscpucfg > SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarena.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarena.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsarray.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsarray.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsatom.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsatom.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsbool.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsbool.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jscntxt.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdate.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdate.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdbgapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdhash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsdtoa.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsemit.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsemit.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsexn.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsexn.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsfun.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsfun.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsgc.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsgc.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jshash.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jshash.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsinterp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsiter.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsiter.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslock.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslock.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslog2.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslog2.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jslong.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jslong.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsmath.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsmath.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsnum.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsnum.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsobj.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsobj.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsopcode.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsparse.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsparse.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsprf.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsprf.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsregexp.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jskwgen.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jskwgen -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ   -lm SunOS5.11_i86pc_DBG.OBJ/jskwgen.o
SunOS5.11_i86pc_DBG.OBJ/jskwgen SunOS5.11_i86pc_DBG.OBJ/jsautokw.h
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscan.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscan.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscope.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscope.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsscript.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsscript.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsstr.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsstr.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsutil.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsutil.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxdrapi.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/jsxml.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  jsxml.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  prmjtime.c
ar rv SunOS5.11_i86pc_DBG.OBJ/libjs.a SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
a - SunOS5.11_i86pc_DBG.OBJ/jsapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarena.o
a - SunOS5.11_i86pc_DBG.OBJ/jsarray.o
a - SunOS5.11_i86pc_DBG.OBJ/jsatom.o
a - SunOS5.11_i86pc_DBG.OBJ/jsbool.o
a - SunOS5.11_i86pc_DBG.OBJ/jscntxt.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdate.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdhash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o
a - SunOS5.11_i86pc_DBG.OBJ/jsemit.o
a - SunOS5.11_i86pc_DBG.OBJ/jsexn.o
a - SunOS5.11_i86pc_DBG.OBJ/jsfun.o
a - SunOS5.11_i86pc_DBG.OBJ/jsgc.o
a - SunOS5.11_i86pc_DBG.OBJ/jshash.o
a - SunOS5.11_i86pc_DBG.OBJ/jsinterp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsiter.o
a - SunOS5.11_i86pc_DBG.OBJ/jslock.o
a - SunOS5.11_i86pc_DBG.OBJ/jslog2.o
a - SunOS5.11_i86pc_DBG.OBJ/jslong.o
a - SunOS5.11_i86pc_DBG.OBJ/jsmath.o
a - SunOS5.11_i86pc_DBG.OBJ/jsnum.o
a - SunOS5.11_i86pc_DBG.OBJ/jsobj.o
a - SunOS5.11_i86pc_DBG.OBJ/jsopcode.o
a - SunOS5.11_i86pc_DBG.OBJ/jsparse.o
a - SunOS5.11_i86pc_DBG.OBJ/jsprf.o
a - SunOS5.11_i86pc_DBG.OBJ/jsregexp.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscan.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscope.o
a - SunOS5.11_i86pc_DBG.OBJ/jsscript.o
a - SunOS5.11_i86pc_DBG.OBJ/jsstr.o
a - SunOS5.11_i86pc_DBG.OBJ/jsutil.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o
a - SunOS5.11_i86pc_DBG.OBJ/jsxml.o
a - SunOS5.11_i86pc_DBG.OBJ/prmjtime.o
echo SunOS5.11_i86pc_DBG.OBJ/libjs.a
SunOS5.11_i86pc_DBG.OBJ/libjs.a
ld -G -o SunOS5.11_i86pc_DBG.OBJ/libjs.so SunOS5.11_i86pc_DBG.OBJ/jsapi.o SunOS5.11_i86pc_DBG.OBJ/jsarena.o SunOS5.11_i86pc_DBG.OBJ/jsarray.o SunOS5.11_i86pc_DBG.OBJ/jsatom.o SunOS5.11_i86pc_DBG.OBJ/jsbool.o SunOS5.11_i86pc_DBG.OBJ/jscntxt.o SunOS5.11_i86pc_DBG.OBJ/jsdate.o SunOS5.11_i86pc_DBG.OBJ/jsdbgapi.o SunOS5.11_i86pc_DBG.OBJ/jsdhash.o SunOS5.11_i86pc_DBG.OBJ/jsdtoa.o SunOS5.11_i86pc_DBG.OBJ/jsemit.o SunOS5.11_i86pc_DBG.OBJ/jsexn.o SunOS5.11_i86pc_DBG.OBJ/jsfun.o SunOS5.11_i86pc_DBG.OBJ/jsgc.o SunOS5.11_i86pc_DBG.OBJ/jshash.o SunOS5.11_i86pc_DBG.OBJ/jsinterp.o SunOS5.11_i86pc_DBG.OBJ/jsiter.o SunOS5.11_i86pc_DBG.OBJ/jslock.o SunOS5.11_i86pc_DBG.OBJ/jslog2.o SunOS5.11_i86pc_DBG.OBJ/jslong.o SunOS5.11_i86pc_DBG.OBJ/jsmath.o SunOS5.11_i86pc_DBG.OBJ/jsnum.o SunOS5.11_i86pc_DBG.OBJ/jsobj.o SunOS5.11_i86pc_DBG.OBJ/jsopcode.o SunOS5.11_i86pc_DBG.OBJ/jsparse.o SunOS5.11_i86pc_DBG.OBJ/jsprf.o SunOS5.11_i86pc_DBG.OBJ/jsregexp.o SunOS5.11_i86pc_DBG.OBJ/jsscan.o SunOS5.11_i86pc_DBG.OBJ/jsscope.o SunOS5.11_i86pc_DBG.OBJ/jsscript.o SunOS5.11_i86pc_DBG.OBJ/jsstr.o SunOS5.11_i86pc_DBG.OBJ/jsutil.o SunOS5.11_i86pc_DBG.OBJ/jsxdrapi.o SunOS5.11_i86pc_DBG.OBJ/jsxml.o SunOS5.11_i86pc_DBG.OBJ/prmjtime.o   -lm 
gcc -o SunOS5.11_i86pc_DBG.OBJ/js.o -c -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  js.c
gcc -o SunOS5.11_i86pc_DBG.OBJ/js -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -DSOLARIS -DHAVE_LOCALTIME_R  -DDEBUG -DDEBUG_root -DEDITLINE -ISunOS5.11_i86pc_DBG.OBJ  SunOS5.11_i86pc_DBG.OBJ/js.o SunOS5.11_i86pc_DBG.OBJ/libjs.a  -lm  \
    editline/SunOS5.11_i86pc_DBG.OBJ/libedit.a
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg' is up to date.
gmake[1]: `SunOS5.11_i86pc_DBG.OBJ/jscpucfg.o' is up to date.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src'
cd editline; gmake -f Makefile.ref export
gmake[1]: Entering directory `/root/mediatomb-install-0.1/js/src/editline'
gmake[1]: Nothing to be done for `export'.
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/js/src/editline'
mkdir -p /opt/local/include /opt/local/lib /opt/local/bin
cp jsarray.h jsatom.h jsbool.h jsconfig.h jscntxt.h jsdate.h jsemit.h jsexn.h jsfun.h jsgc.h jsinterp.h jsiter.h jslibmath.h jslock.h jsmath.h jsnum.h jsobj.h jsopcode.h jsparse.h jsarena.h jsclist.h jsdhash.h jsdtoa.h jshash.h jslong.h jsosdep.h jstypes.h jsprvtd.h jspubtd.h jsregexp.h jsscan.h jsscope.h jsscript.h jsstr.h jsxdrapi.h jsxml.h  jsapi.h jsdbgapi.h  jsbit.h jscompat.h jscpucfg.h jsotypes.h jsstddef.h prmjtime.h resource.h jsopcode.tbl jsproto.tbl js.msg jsshell.msg jskeyword.tbl  SunOS5.11_i86pc_DBG.OBJ/jsautocfg.h SunOS5.11_i86pc_DBG.OBJ/jsautokw.h /opt/local/include
cp SunOS5.11_i86pc_DBG.OBJ/libjs.a /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/libjs.so /opt/local/lib
cp SunOS5.11_i86pc_DBG.OBJ/js /opt/local/bin
| Install libmagic                                       |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for builtin ELF support... yes
checking for ELF core file support... yes
checking for file formats in man section 5... no
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -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) 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 gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/gsed
checking for fgrep... /usr/bin/ggrep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking whether sys/types.h defines makedev... no
checking sys/mkdev.h usability... yes
checking sys/mkdev.h presence... yes
checking for sys/mkdev.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdint.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/utime.h usability... yes
checking sys/utime.h presence... yes
checking for sys/utime.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for struct stat.st_rdev... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... no
checking for struct tm.tm_zone... no
checking for tm_zone in struct tm... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for tm_isdst in struct tm... yes
checking whether daylight is declared... yes
checking for daylight... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for mbstate_t... yes
checking for struct option in getopt... yes
checking for pid_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking size of long long... 8
checking for gcc compiler warnings... yes
checking for mmap... yes
checking for strerror... yes
checking for strndup... yes
checking for strtoul... yes
checking for mbrtowc... yes
checking for mkstemp... yes
checking for utimes... yes
checking for utime... yes
checking for wcwidth... yes
checking for strtof... yes
checking for fork... yes
checking for getopt_long... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for getline... yes
checking for gzopen in -lz... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating magic/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating python/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making install in src
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/src'
test -z "/opt/local/lib" || /usr/bin/gmkdir -p "/opt/local/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c   libmagic.la '/opt/local/lib'
libtool: install: /usr/bin/ginstall -c .libs/libmagic.so.1.0.0 /opt/local/lib/libmagic.so.1.0.0
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so.1 || { rm -f libmagic.so.1 && ln -s libmagic.so.1.0.0 libmagic.so.1; }; })
libtool: install: (cd /opt/local/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so || { rm -f libmagic.so && ln -s libmagic.so.1.0.0 libmagic.so; }; })
libtool: install: chmod +x /opt/local/lib/libmagic.so.1.0.0
libtool: install: /usr/bin/ginstall -c .libs/libmagic.lai /opt/local/lib/libmagic.la
libtool: install: /usr/bin/ginstall -c .libs/libmagic.a /opt/local/lib/libmagic.a
libtool: install: chmod 644 /opt/local/lib/libmagic.a
libtool: install: ranlib /opt/local/lib/libmagic.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - use the `-RLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/local/bin" || /usr/bin/gmkdir -p "/opt/local/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c file '/opt/local/bin'
libtool: install: /usr/bin/ginstall -c .libs/file /opt/local/bin/file
test -z "/opt/local/include" || /usr/bin/gmkdir -p "/opt/local/include"
 /usr/bin/ginstall -c -m 644 magic.h '/opt/local/include'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/src'
Making install in magic
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/misc" || /usr/bin/gmkdir -p "/opt/local/share/misc"
 /usr/bin/ginstall -c -m 644 magic.mgc '/opt/local/share/misc'
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/magic'
Making install in tests
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/tests'
Making install in doc
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/local/share/man/man1" || /usr/bin/gmkdir -p "/opt/local/share/man/man1"
 /usr/bin/ginstall -c -m 644 file.1 '/opt/local/share/man/man1'
test -z "/opt/local/share/man/man3" || /usr/bin/gmkdir -p "/opt/local/share/man/man3"
 /usr/bin/ginstall -c -m 644 libmagic.3 '/opt/local/share/man/man3'
test -z "/opt/local/share/man/man4" || /usr/bin/gmkdir -p "/opt/local/share/man/man4"
 /usr/bin/ginstall -c -m 644 magic.4 '/opt/local/share/man/man4'
test -z "/opt/local/share/man/man5" || /usr/bin/gmkdir -p "/opt/local/share/man/man5"
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/doc'
Making install in python
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11/python'
gmake[1]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Entering directory `/root/mediatomb-install-0.1/file-5.11'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
gmake[1]: Leaving directory `/root/mediatomb-install-0.1/file-5.11'
| Install talib                                          |
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking target system type... i386-pc-solaris2.11
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... gcc -E
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 whether gcc is blacklisted... no
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
not using lib directory suffix
checking for a sed that does not truncate output... /usr/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 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... 262144
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
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 supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
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... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking cppunit/extensions/HelperMacros.h usability... no
checking cppunit/extensions/HelperMacros.h presence... no
checking for cppunit/extensions/HelperMacros.h... no
checking if bindings should be compiled... yes
checking if examples should be compiled... yes
checking if taglib should be compiled... yes
checking if tests should be compiled... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/c/Makefile
config.status: creating examples/Makefile
config.status: creating taglib/Makefile
config.status: creating taglib/ape/Makefile
config.status: creating taglib/flac/Makefile
config.status: creating taglib/mpc/Makefile
config.status: creating taglib/mpeg/Makefile
config.status: creating taglib/mpeg/id3v1/Makefile
config.status: creating taglib/mpeg/id3v2/Makefile
config.status: creating taglib/mpeg/id3v2/frames/Makefile
config.status: creating taglib/ogg/Makefile
config.status: creating taglib/ogg/flac/Makefile
config.status: creating taglib/ogg/speex/Makefile
config.status: creating taglib/ogg/vorbis/Makefile
config.status: creating taglib/toolkit/Makefile
config.status: creating taglib/trueaudio/Makefile
config.status: creating taglib/wavpack/Makefile
config.status: creating tests/Makefile
config.status: creating taglib-config
config.status: creating taglib.pc
config.status: creating bindings/c/taglib_c.pc
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

| Install mediatomb                                      |
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking whether gcc needs -traditional... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking whether gcc and cc understand -c and -o together... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... 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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.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 for sys/types.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sched_getparam... yes
checking for sched_setparam... yes
checking for sched_get_priority_min... yes
checking for sched_get_priority_max... yes
checking for mkdir... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for mkfifo... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking if iconv declaration requires const char cast... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for time_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for off_t... yes
checking for size_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking size of off_t... 8
checking size of size_t... 4
checking size of time_t... 4
checking size of unsigned int... 4
checking size of unsigned long... 4
checking for strtoll... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking return type of signal handlers... void
checking for pid_t... yes
checking for size_t... (cached) yes
checking for int64_t... yes
checking for ssize_t... yes
checking for uint32_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether byte ordering is bigendian... no
checking whether LONG_MAX is declared... yes
checking whether LLONG_MAX is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for error_at_line... no
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 stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strftime... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memmove... yes
checking for memset... yes
checking for regcomp... yes
checking for select... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for ioctl... yes
checking for tolower... yes
checking for toupper... yes
checking for inet_ntoa... no
checking for inet_ntoa in -lnsl... yes
checking for socket... no
checking for socket in -lsocket... yes
checking for gethostbyname... yes
checking how to run the C++ preprocessor... g++ -E
checking for gethostbyname_r... yes
checking for if_nameindex... yes
checking for if_freenameindex... 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 clock_gettime in -lrt... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for uncompress in -lz... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... yes
checking for mysql_config... none
checking for mysql_config... none
mysql_config not found, please install the mysql devel package
configure: none could not be executed or returned invalid values
configure: Will search for js (spidermonkey) headers in /opt/local/include
checking /opt/local/include/jsapi.h usability... yes
checking /opt/local/include/jsapi.h presence... yes
checking for /opt/local/include/jsapi.h... yes
configure: Will search for js (spidermonkey) libraries in /opt/local/lib
checking for JS_NewObject in -ljs... yes
checking for JS_ClearContextThread in -ljs... no
configure: Will search for libmagic headers in /opt/local/include
checking /opt/local/include/magic.h usability... yes
checking /opt/local/include/magic.h presence... yes
checking for /opt/local/include/magic.h... yes
configure: Will search for libmagic libs in /opt/local/lib
checking for magic_load in -lmagic... yes
checking if libmagic is broken (Slackware check)... yes
configure: Will search for taglib config in /opt/local/bin/taglib-config
configure: You specified /opt/local/bin/taglib-config for taglib-config
| Configure mediatomb                                    |
Systemsnap napp-it-mediatomb-addon-0.1 already exists.
Please create a new systemsnap manually!
| Installation completed in 1 min 37 sec.                |
Log file: /var/log/mediatomb.log
Config file: /etc/mediatomb/config.xml
################## END - Friday, February 15, 2013 04:35:38 AM UTC ##################
What OS do you use? The AddOn is for openindiana only. Other OS support will be added in the future.
My intension was the same as yours. Before I also had mezzmo running on a windows machine and wnat to replace it with my openindiana nas ;)
 

kronik

New Member
Jan 19, 2013
6
0
0
What OS do you use? The AddOn is for openindiana only. Other OS support will be added in the future.
My intension was the same as yours. Before I also had mezzmo running on a windows machine and wnat to replace it with my openindiana nas ;)
Solaris 11 - makes a whole lot of sense. ;) It didn't mention OpenIndiana on Napp-it's page before. :D
 

chris

New Member
Jan 15, 2013
23
1
3
Germany
zfs-server.de
Today a new version of Mediatomb AddOn for napp-it -> 0.2 is released.
It fixes some bugs. The most valuable improvement is the support for OmniOS Stable. Please update to napp-it 0.9a8. Simply run the install script on Openindiana 151a5 and higher or OmniOS Stable and you get a Mediatomb UPnP Mediaserver for your Homeserver. More Infos and my Howto are here:

napp-it.org

Have fun with Mediatomb AddOn!

Chris
 
Last edited:
Status
Not open for further replies.