BiTel

Форум BiTel
bgbilling.ru     docs.bitel.ru     wiki.bitel.ru     dbinfo.bitel.ru     bgcrm.ru     billing.bitel.ru     bitel.ru    
Текущее время: 20 июн 2025, 16:16

Часовой пояс: UTC + 5 часов [ Летнее время ]




Начать новую тему Ответить на тему  [ Сообщений: 20 ] 
Автор Сообщение
 Заголовок сообщения: Не ставится Java на FreeBSD из портов
СообщениеДобавлено: 05 май 2008, 19:11 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 08 мар 2007, 20:44
Сообщения: 1570
Откуда: Челябинск
Карма: 18
Прошу помощи в установке Java 1.6 из портов, процесс стопорится на установке openMotif-2.2.3, он никак не хочет компилиться, выдаёт:
# make
Making all in bindings
Making all in bitmaps
Making all in config
Making all in cf
Making all in imake
Making all in makedepend
Making all in util
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -g -O2 -Wall -Wno-unused -Wno-comment -c makestrs.c
makestrs.c:51:21: X11/Xos.h: No such file or directory
makestrs.c: In function `WriteHeaderProlog':
makestrs.c:115: warning: implicit declaration of function `strcmp'
makestrs.c: In function `CopyTmplProlog':
makestrs.c:228: warning: implicit declaration of function `strlen'
makestrs.c:231: warning: implicit declaration of function `strncmp'
makestrs.c: In function `DoLine':
makestrs.c:510: warning: implicit declaration of function `strcpy'
makestrs.c:586: warning: implicit declaration of function `index'
makestrs.c:592: warning: implicit declaration of function `strcat'
makestrs.c: In function `DoComment':
makestrs.c:678: warning: implicit declaration of function `strncpy'
*** Error code 1

Stop in /usr/ports/distfiles/openmotif/openMotif-2.2.3/config/util.
*** Error code 1

Stop in /usr/ports/distfiles/openmotif/openMotif-2.2.3/config.
*** Error code 1

Stop in /usr/ports/distfiles/openmotif/openMotif-2.2.3.


Вопрос: можно яву как нибудь без этого опен мотива поставить?
FreeBSD 6.2
Заранее спасибо!


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 06 май 2008, 07:07 
Из какого конкретно порта ставите? Ветку напишите.
Если есть возможность, яву лучше использовать в Linux, она ставится проще, и работает из коробки.


Вернуться к началу
  
 
 Заголовок сообщения:
СообщениеДобавлено: 06 май 2008, 16:40 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 08 мар 2007, 20:44
Сообщения: 1570
Откуда: Челябинск
Карма: 18
S писал(а):
Из какого конкретно порта ставите? Ветку напишите.
Если есть возможность, яву лучше использовать в Linux, она ставится проще, и работает из коробки.

ставлю из /usr/ports/java/jdk16

линукс использовать не могу ввиду не любви к нему и отсуствия серверов с этой осью, есть только FreeBSD.

Может кто нить поделится как он ставил Яву на БСД?


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 07 май 2008, 00:07 
Не в сети
Клиент

Зарегистрирован: 12 фев 2008, 18:10
Сообщения: 3951
Карма: 249
max писал(а):
Может кто нить поделится как он ставил Яву на БСД?
лехко!
- сапите порты
- копируете make.conf из аттача в /etc, только исправьте в нем проц на свой
- ставите яву:
Код:
cd /usr/ports/java/jdk16
make install clean

- инджоитесь

я чесслово не пойму, откуда у Вас openmotif взялся? он при сборке вообще не нужен!


Вложения:
make.conf.zip [1.5 КБ]
Скачиваний: 441
Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 07 май 2008, 10:22 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 08 мар 2007, 20:44
Сообщения: 1570
Откуда: Челябинск
Карма: 18
snark писал(а):
max писал(а):
Может кто нить поделится как он ставил Яву на БСД?
лехко!
- сапите порты
- копируете make.conf из аттача в /etc, только исправьте в нем проц на свой
- ставите яву:
Код:
cd /usr/ports/java/jdk16
make install clean

- инджоитесь

я чесслово не пойму, откуда у Вас openmotif взялся? он при сборке вообще не нужен!

спасибо за быстрый ответ, есть ещё пара вопросов и коментариев:
не понял что значит "инджоитесь"
по поводу мотива:
ставлю яву из портов:/usr/ports/java/jdk16
командой make
он качает кучу всего (в том числе этот долбанный мотив), начинает ставить, и на нём стопится...


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 07 май 2008, 14:49 
Не в сети
Клиент

Зарегистрирован: 12 фев 2008, 18:10
Сообщения: 3951
Карма: 249
max писал(а):
не понял что значит "инджоитесь"

англ. enjoy - получать удовольствие, наслаждаться
т.е. ставите и радуетесь жизни ;)
max писал(а):
по поводу мотива:
ставлю яву из портов:/usr/ports/java/jdk16
командой make
он качает кучу всего (в том числе этот долбанный мотив), начинает ставить, и на нём стопится...

а вот этого быть не должно ... я буквально недавно собирал себе тестовую машинку, ставил все с нуля (mysql, jdk и т.д.), на ней же нарисовал make.conf (с ним все и собирал) со всеми опциями необходимыми для сборки того или иного порта, как непосредственно устанавливаемого так и зависимостей и небыло там мотифа, хоть режьте меня - небыло! вот что сейчас стоит:
Код:
# pkg_info
autoconf-2.61_2     Automatically configure source code on many Un*x platforms
autoconf-wrapper-20071109 Wrapper script for GNU autoconf
bigreqsproto-1.0.2  BigReqs extension headers
compat6x-i386-6.3.603000.200801 A convenience package to install the compat6x libraries
cups-base-1.3.7_2   Common UNIX Printing System
diablo-jdk-1.5.0.07.01_9 Java Development Kit 1.5.0_07.01
eventlog-0.2.7      Replacement of the simple syslog() API providing structure
flow-tools-0.68_6   Suite of tools and library to work with netflow data
gamin-0.1.9_1       A file and directory monitoring system
gettext-0.16.1_3    GNU gettext package
gio-fam-backend-2.16.3 FAM backend for GLib's GIO library
glib-2.16.3         Some useful routines of C programming (current stable versi
gmake-3.81_2        GNU version of 'make' utility
help2man-1.36.4_1   Automatically generating simple manual pages from program o
inputproto-1.4.2.1  Input extension headers
isc-dhcp3-server-3.0.5_2 The ISC Dynamic Host Configuration Protocol server
javavmwrapper-2.3.1 Wrapper script for various Java Virtual Machines
jdk-1.6.0.3p4       Java Development Kit 1.6.0
jpeg-6b_4           IJG's jpeg compression utilities
kbproto-1.0.3       KB extension headers
libICE-1.0.4_1,1    Inter Client Exchange library for X11
libSM-1.0.3_1,1     Session Management library for X11
libX11-1.1.3_1,1    X11 library
libXau-1.0.3_2      Authentication Protocol library for X11
libXaw-1.0.4_1,1    X Athena Widgets library
libXdmcp-1.0.2_1    X Display Manager Control Protocol library
libXext-1.0.3,1     X11 Extension library
libXi-1.1.3,1       X Input extension library
libXmu-1.0.3,1      X Miscellaneous Utilities libraries
libXp-1.0.0,1       X print library
libXpm-3.5.7        X Pixmap library
libXt-1.0.5_1       X Toolkit library
libXtst-1.0.3_1     X Test extension
libexecinfo-1.1_1   A library for inspecting program's backtrace
libiconv-1.11_1     A character set conversion library
libnet11-1.1.2.1_1,1 A C library for creating IP packets
libtool-1.5.24      Generic shared library support script
m4-1.4.9,1          GNU m4
mc-4.6.1_7          Midnight Commander, a free Norton Commander Clone
mysql-client-5.0.51a Multithreaded SQL database (client)
mysql-server-5.0.51a Multithreaded SQL database (server)
nginx-devel-0.6.30  Robust and small WWW server
open-motif-2.2.3_5  Motif X11 Toolkit (industry standard GUI (IEEE 1295))
p5-gettext-1.05_1   Message handling functions
pcre-7.6            Perl Compatible Regular Expressions library
perl-threaded-5.8.8_1 Practical Extraction and Report Language
pkg-config-0.23_1   A utility to retrieve information about installed libraries
png-1.2.27          Library for manipulating PNG images
printproto-1.0.3    Print extension headers
python25-2.5.2_2    An interpreted object-oriented programming language
recordproto-1.13.2  RECORD extension headers
samba-3.0.28,1      A free SMB and CIFS client and server for UNIX
syslog-ng-2.0.9     A powerful syslogd replacement
tiff-3.8.2_1        Tools and library routines for working with TIFF images
unzip-5.52_5        List, test and extract compressed files in a ZIP archive
xbitmaps-1.0.1      X.Org bitmaps data
xcmiscproto-1.1.2   XCMisc extension headers
xextproto-7.0.2     XExt extension headers
xf86bigfontproto-1.1.2 XFree86-Bigfont extension headers
xproto-7.0.10_1     X11 protocol headers
xtrans-1.0.4        Abstract network code for X
zip-2.32            Create/update ZIP files compatible with pkzip

как видите мотифа нету ... наверное Вы какую то хитрую опцию указали при сборке порта, вот он его и потянул ... причем опцию, IMHO, ненужную, т.к. в моем варианте все собралось и работает безо всяких мотифов ...
у Вас сервант боевой или все на нем с нуля?


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 07 май 2008, 15:21 
Не в сети
Клиент

Зарегистрирован: 12 фев 2007, 18:49
Сообщения: 335
Карма: 15
он мог csup банально не сделать для портов..


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 07 май 2008, 17:45 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 08 мар 2007, 20:44
Сообщения: 1570
Откуда: Челябинск
Карма: 18
snark писал(а):
max писал(а):
не понял что значит "инджоитесь"

англ. enjoy - получать удовольствие, наслаждаться
т.е. ставите и радуетесь жизни ;)
max писал(а):
по поводу мотива:
ставлю яву из портов:/usr/ports/java/jdk16
командой make
он качает кучу всего (в том числе этот долбанный мотив), начинает ставить, и на нём стопится...

а вот этого быть не должно ... я буквально недавно собирал себе тестовую машинку, ставил все с нуля (mysql, jdk и т.д.), на ней же нарисовал make.conf (с ним все и собирал) со всеми опциями необходимыми для сборки того или иного порта, как непосредственно устанавливаемого так и зависимостей и небыло там мотифа, хоть режьте меня - небыло! вот что сейчас стоит:
Код:
# pkg_info
autoconf-2.61_2     Automatically configure source code on many Un*x platforms
autoconf-wrapper-20071109 Wrapper script for GNU autoconf
bigreqsproto-1.0.2  BigReqs extension headers
compat6x-i386-6.3.603000.200801 A convenience package to install the compat6x libraries
cups-base-1.3.7_2   Common UNIX Printing System
diablo-jdk-1.5.0.07.01_9 Java Development Kit 1.5.0_07.01
eventlog-0.2.7      Replacement of the simple syslog() API providing structure
flow-tools-0.68_6   Suite of tools and library to work with netflow data
gamin-0.1.9_1       A file and directory monitoring system
gettext-0.16.1_3    GNU gettext package
gio-fam-backend-2.16.3 FAM backend for GLib's GIO library
glib-2.16.3         Some useful routines of C programming (current stable versi
gmake-3.81_2        GNU version of 'make' utility
help2man-1.36.4_1   Automatically generating simple manual pages from program o
inputproto-1.4.2.1  Input extension headers
isc-dhcp3-server-3.0.5_2 The ISC Dynamic Host Configuration Protocol server
javavmwrapper-2.3.1 Wrapper script for various Java Virtual Machines
jdk-1.6.0.3p4       Java Development Kit 1.6.0
jpeg-6b_4           IJG's jpeg compression utilities
kbproto-1.0.3       KB extension headers
libICE-1.0.4_1,1    Inter Client Exchange library for X11
libSM-1.0.3_1,1     Session Management library for X11
libX11-1.1.3_1,1    X11 library
libXau-1.0.3_2      Authentication Protocol library for X11
libXaw-1.0.4_1,1    X Athena Widgets library
libXdmcp-1.0.2_1    X Display Manager Control Protocol library
libXext-1.0.3,1     X11 Extension library
libXi-1.1.3,1       X Input extension library
libXmu-1.0.3,1      X Miscellaneous Utilities libraries
libXp-1.0.0,1       X print library
libXpm-3.5.7        X Pixmap library
libXt-1.0.5_1       X Toolkit library
libXtst-1.0.3_1     X Test extension
libexecinfo-1.1_1   A library for inspecting program's backtrace
libiconv-1.11_1     A character set conversion library
libnet11-1.1.2.1_1,1 A C library for creating IP packets
libtool-1.5.24      Generic shared library support script
m4-1.4.9,1          GNU m4
mc-4.6.1_7          Midnight Commander, a free Norton Commander Clone
mysql-client-5.0.51a Multithreaded SQL database (client)
mysql-server-5.0.51a Multithreaded SQL database (server)
nginx-devel-0.6.30  Robust and small WWW server
open-motif-2.2.3_5  Motif X11 Toolkit (industry standard GUI (IEEE 1295))
p5-gettext-1.05_1   Message handling functions
pcre-7.6            Perl Compatible Regular Expressions library
perl-threaded-5.8.8_1 Practical Extraction and Report Language
pkg-config-0.23_1   A utility to retrieve information about installed libraries
png-1.2.27          Library for manipulating PNG images
printproto-1.0.3    Print extension headers
python25-2.5.2_2    An interpreted object-oriented programming language
recordproto-1.13.2  RECORD extension headers
samba-3.0.28,1      A free SMB and CIFS client and server for UNIX
syslog-ng-2.0.9     A powerful syslogd replacement
tiff-3.8.2_1        Tools and library routines for working with TIFF images
unzip-5.52_5        List, test and extract compressed files in a ZIP archive
xbitmaps-1.0.1      X.Org bitmaps data
xcmiscproto-1.1.2   XCMisc extension headers
xextproto-7.0.2     XExt extension headers
xf86bigfontproto-1.1.2 XFree86-Bigfont extension headers
xproto-7.0.10_1     X11 protocol headers
xtrans-1.0.4        Abstract network code for X
zip-2.32            Create/update ZIP files compatible with pkzip

как видите мотифа нету ... наверное Вы какую то хитрую опцию указали при сборке порта, вот он его и потянул ... причем опцию, IMHO, ненужную, т.к. в моем варианте все собралось и работает безо всяких мотифов ...
у Вас сервант боевой или все на нем с нуля?


ну как же нету? а это что:open-motif-2.2.3_5 Motif X11 Toolkit (industry standard GUI (IEEE 1295))
никаких хитрых опций не указывал, просто сказал make

сервант полу боевой, если что можно и бсд 6.3 поставить....

Вобщем не светит мне я так понял поставить яву на бсд 6.2....

тогда вопрос с к разработчикам: а будет версия 4.4 работать на diablo-jdk-freebsd6.i386.1.5.0.07.01 ???

порты самые свежие для 6.2 брал с freebsd.org


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 07 май 2008, 18:17 
Не в сети
Клиент

Зарегистрирован: 12 фев 2008, 18:10
Сообщения: 3951
Карма: 249
max писал(а):
ну как же нету?

щит! Ваша правда ... пропустил я его засранца :(
Код:
open-motif-2.2.3_5  Motif X11 Toolkit (industry standard GUI (IEEE 1295))

max писал(а):
сервант полу боевой, если что можно и бсд 6.3 поставить....
можно, но зачем ставить если можно обновить? ;)
max писал(а):
Вобщем не светит мне я так понял поставить яву на бсд 6.2....
светит светит ... рано унываете! в общем ... поехали!
  1. создаем директорию если ее нету:
    Код:
    mkdir -p /usr/local/etc/cvsup
  2. создаем там сап файл для сорцов:
    Код:
    ee /usr/local/etc/cvsup/stable-supfile
  3. пишем туда:
    Код:
    *default host=cvsup4.FreeBSD.org
    *default prefix=/usr
    *default release=cvs tag=RELENG_6_2
    *default delete use-rel-suffix compress
    src-all
  4. создаем сап файл для портов:
    Код:
    ee /usr/local/etc/cvsup/ports-supfile
  5. пишем туда:
    Код:
    *default host=cvsup5.FreeBSD.org
    *default prefix=/usr
    *default release=cvs tag=.
    *default delete use-rel-suffix compress
    ports-all
  6. сапим систему:
    Код:
    csup -g -L 2 /usr/local/etc/cvsup/stable-supfile
  7. сапим порты:
    Код:
    csup -g -L 2 /usr/local/etc/cvsup/ports-supfile
  8. после чего говорим:
    Код:
    cd /usr/ports/java/jdk16 && make install clean
и смотрим что получается ... если что пойдет не так - пишем сюда ;)
max писал(а):
тогда вопрос с к разработчикам: а будет версия 4.4 работать на diablo-jdk-freebsd6.i386.1.5.0.07.01 ???
я не разработчик, но думаю что не будет ...


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 08 май 2008, 06:05 
Не в сети
Клиент

Зарегистрирован: 12 фев 2007, 18:49
Сообщения: 335
Карма: 15
Эээ, а после 7-го пункта portsdb -Uu что, уже не надо делать?


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 08 май 2008, 14:14 
Не в сети
Клиент

Зарегистрирован: 12 фев 2008, 18:10
Сообщения: 3951
Карма: 249
Victor писал(а):
Эээ, а после 7-го пункта portsdb -Uu что, уже не надо делать?

не факт что у человека стоит portupgrade, но вот то что я пропустил
Код:
cd /usr/ports
make fetchindex

после обновления портов - это да, это косячок ... впрочем соберется и без индекса, а топикстартеру ведь именно это и нужно ...

ув. max, Вы бы хоть сказали получилось или нет, а то лично я волнуюсь ...


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 08 май 2008, 17:30 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 08 мар 2007, 20:44
Сообщения: 1570
Откуда: Челябинск
Карма: 18
snark писал(а):
max писал(а):
ну как же нету?

щит! Ваша правда ... пропустил я его засранца :(
Код:
open-motif-2.2.3_5  Motif X11 Toolkit (industry standard GUI (IEEE 1295))

max писал(а):
сервант полу боевой, если что можно и бсд 6.3 поставить....
можно, но зачем ставить если можно обновить? ;)
max писал(а):
Вобщем не светит мне я так понял поставить яву на бсд 6.2....
светит светит ... рано унываете! в общем ... поехали!
  1. создаем директорию если ее нету:
    Код:
    mkdir -p /usr/local/etc/cvsup
  2. создаем там сап файл для сорцов:
    Код:
    ee /usr/local/etc/cvsup/stable-supfile
  3. пишем туда:
    Код:
    *default host=cvsup4.FreeBSD.org
    *default prefix=/usr
    *default release=cvs tag=RELENG_6_2
    *default delete use-rel-suffix compress
    src-all
  4. создаем сап файл для портов:
    Код:
    ee /usr/local/etc/cvsup/ports-supfile
  5. пишем туда:
    Код:
    *default host=cvsup5.FreeBSD.org
    *default prefix=/usr
    *default release=cvs tag=.
    *default delete use-rel-suffix compress
    ports-all
  6. сапим систему:
    Код:
    csup -g -L 2 /usr/local/etc/cvsup/stable-supfile
  7. сапим порты:
    Код:
    csup -g -L 2 /usr/local/etc/cvsup/ports-supfile
  8. после чего говорим:
    Код:
    cd /usr/ports/java/jdk16 && make install clean
и смотрим что получается ... если что пойдет не так - пишем сюда ;)
max писал(а):
тогда вопрос с к разработчикам: а будет версия 4.4 работать на diablo-jdk-freebsd6.i386.1.5.0.07.01 ???
я не разработчик, но думаю что не будет ...

сделал всё ка по инструкции, вот что пишет:
|retrieving revision 1.1.1.2
|retrieving revision 1.2
|diff -u -r1.1.1.2 -r1.2
|--- j2se/src/solaris/native/sun/net/dns/ResolverConfigurationImpl.c 21 Jul 2006 17:31:29 -0000 1.1.1.2
|+++ j2se/src/solaris/native/sun/net/dns/ResolverConfigurationImpl.c 10 May 2007 03:22:54 -0000 1.2
--------------------------
Patching file j2se/src/solaris/native/sun/net/dns/ResolverConfigurationImpl.c using Plan A...
Hunk #1 succeeded at 15.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/net/spi/DefaultProxySelector.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/net/spi/DefaultProxySelector.c,v
|retrieving revision 1.1.1.2
|retrieving revision 1.2
|diff -u -r1.1.1.2 -r1.2
|--- j2se/src/solaris/native/sun/net/spi/DefaultProxySelector.c 21 Jul 2006 17:31:30 -0000 1.1.1.2
|+++ j2se/src/solaris/native/sun/net/spi/DefaultProxySelector.c 13 May 2007 22:10:53 -0000 1.2
--------------------------
Patching file j2se/src/solaris/native/sun/net/spi/DefaultProxySelector.c using Plan A...
Hunk #1 succeeded at 12.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/nio/ch/DatagramChannelImpl.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/nio/ch/DatagramChannelImpl.c,v
|retrieving revision 1.1.1.2
|retrieving revision 1.2
|diff -u -r1.1.1.2 -r1.2
|--- j2se/src/solaris/native/sun/nio/ch/DatagramChannelImpl.c 21 Jul 2006 17:31:30 -0000 1.1.1.2
|+++ j2se/src/solaris/native/sun/nio/ch/DatagramChannelImpl.c 6 May 2007 03:36:07 -0000 1.2
--------------------------
Patching file j2se/src/solaris/native/sun/nio/ch/DatagramChannelImpl.c using Plan A...
Hunk #1 succeeded at 17.
Hunk #2 succeeded at 68.
Hunk #3 succeeded at 78.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/nio/ch/FileChannelImpl.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/nio/ch/FileChannelImpl.c,v
|retrieving revision 1.1.1.2
|retrieving revision 1.4
|diff -u -r1.1.1.2 -r1.4
|--- j2se/src/solaris/native/sun/nio/ch/FileChannelImpl.c 21 Jul 2006 17:31:30 -0000 1.1.1.2
|+++ j2se/src/solaris/native/sun/nio/ch/FileChannelImpl.c 20 Jan 2008 23:27:50 -0000 1.4
--------------------------
Patching file j2se/src/solaris/native/sun/nio/ch/FileChannelImpl.c using Plan A...
Hunk #1 succeeded at 11.
Hunk #2 succeeded at 185.
Hunk #3 succeeded at 248.
Hunk #4 succeeded at 352.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/nio/ch/FileDispatcher.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/nio/ch/FileDispatcher.c,v
|retrieving revision 1.1.1.2
|retrieving revision 1.2
|diff -u -r1.1.1.2 -r1.2
|--- j2se/src/solaris/native/sun/nio/ch/FileDispatcher.c 21 Jul 2006 17:31:30 -0000 1.1.1.2
|+++ j2se/src/solaris/native/sun/nio/ch/FileDispatcher.c 6 May 2007 03:41:12 -0000 1.2
--------------------------
Patching file j2se/src/solaris/native/sun/nio/ch/FileDispatcher.c using Plan A...
Hunk #1 succeeded at 14.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/nio/ch/FileKey.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/nio/ch/FileKey.c,v
|retrieving revision 1.1.1.1
|retrieving revision 1.2
|diff -u -r1.1.1.1 -r1.2
|--- j2se/src/solaris/native/sun/nio/ch/FileKey.c 21 Jul 2006 17:31:30 -0000 1.1.1.1
|+++ j2se/src/solaris/native/sun/nio/ch/FileKey.c 6 May 2007 03:47:54 -0000 1.2
--------------------------
Patching file j2se/src/solaris/native/sun/nio/ch/FileKey.c using Plan A...
Hunk #1 succeeded at 12.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/nio/ch/Net.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/nio/ch/Net.c,v
|retrieving revision 1.1.1.2
|retrieving revision 1.3
|diff -u -r1.1.1.2 -r1.3
|--- j2se/src/solaris/native/sun/nio/ch/Net.c 21 Jul 2006 17:31:30 -0000 1.1.1.2
|+++ j2se/src/solaris/native/sun/nio/ch/Net.c 14 May 2007 23:20:45 -0000 1.3
--------------------------
Patching file j2se/src/solaris/native/sun/nio/ch/Net.c using Plan A...
Hunk #1 succeeded at 122.
Hunk #2 succeeded at 157.
Hunk #3 succeeded at 330.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c,v
|retrieving revision 1.1.1.1
|retrieving revision 1.2
|diff -u -r1.1.1.1 -r1.2
|--- j2se/src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c 21 Jul 2006 17:31:30 -0000 1.1.1.1
|+++ j2se/src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c 14 Nov 2007 07:50:05 -0000 1.2
--------------------------
Patching file j2se/src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c using Plan A...
Hunk #1 succeeded at 8.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/security/pkcs11/j2secmod_md.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/security/pkcs11/j2secmod_md.c,v
|retrieving revision 1.1.1.2
|retrieving revision 1.3
|diff -u -r1.1.1.2 -r1.3
|--- j2se/src/solaris/native/sun/security/pkcs11/j2secmod_md.c 21 Jul 2006 17:31:30 -0000 1.1.1.2
|+++ j2se/src/solaris/native/sun/security/pkcs11/j2secmod_md.c 14 Nov 2007 07:50:05 -0000 1.3
--------------------------
Patching file j2se/src/solaris/native/sun/security/pkcs11/j2secmod_md.c using Plan A...
Hunk #1 succeeded at 10.
Hunk #2 succeeded at 40.
Hunk #3 succeeded at 58.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c,v
|retrieving revision 1.1.1.3
|retrieving revision 1.2
|diff -u -r1.1.1.3 -r1.2
|--- j2se/src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c 13 Aug 2007 21:01:56 -0000 1.1.1.3
|+++ j2se/src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c 14 Nov 2007 07:50:06 -0000 1.2
--------------------------
Patching file j2se/src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c using Plan A...
Hunk #1 succeeded at 68.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/security/smartcardio/pcsc_md.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/security/smartcardio/pcsc_md.c,v
|retrieving revision 1.1.1.2
|retrieving revision 1.2
|diff -u -r1.1.1.2 -r1.2
|--- j2se/src/solaris/native/sun/security/smartcardio/pcsc_md.c 21 Jul 2006 17:31:30 -0000 1.1.1.2
|+++ j2se/src/solaris/native/sun/security/smartcardio/pcsc_md.c 14 Nov 2007 07:50:06 -0000 1.2
--------------------------
Patching file j2se/src/solaris/native/sun/security/smartcardio/pcsc_md.c using Plan A...
Hunk #1 succeeded at 11.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/tools/attach/BSDVirtualMachine.c
|===================================================================
|RCS file: j2se/src/solaris/native/sun/tools/attach/BSDVirtualMachine.c
|diff -N j2se/src/solaris/native/sun/tools/attach/BSDVirtualMachine.c
|--- j2se/src/solaris/native/sun/tools/attach/BSDVirtualMachine.c 1 Jan 1970 00:00:00 -0000
|+++ j2se/src/solaris/native/sun/tools/attach/BSDVirtualMachine.c 11 Oct 2007 02:59:31 -0000 1.2
--------------------------
(Creating file j2se/src/solaris/native/sun/tools/attach/BSDVirtualMachine.c...)
Patching file j2se/src/solaris/native/sun/tools/attach/BSDVirtualMachine.c using Plan A...
Hunk #1 succeeded at 1.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/native/sun/xawt/XWindow.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/native/sun/xawt/XWindow.c,v
|retrieving revision 1.1.1.2
|retrieving revision 1.2
|diff -u -r1.1.1.2 -r1.2
|--- j2se/src/solaris/native/sun/xawt/XWindow.c 21 Jul 2006 17:31:30 -0000 1.1.1.2
|+++ j2se/src/solaris/native/sun/xawt/XWindow.c 9 May 2007 07:32:30 -0000 1.2
--------------------------
Patching file j2se/src/solaris/native/sun/xawt/XWindow.c using Plan A...
Hunk #1 succeeded at 210.
Hunk #2 succeeded at 847.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/npt/npt_md.h
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/npt/npt_md.h,v
|retrieving revision 1.1.1.2
|retrieving revision 1.2
|diff -u -r1.1.1.2 -r1.2
|--- j2se/src/solaris/npt/npt_md.h 21 Jul 2006 17:31:30 -0000 1.1.1.2
|+++ j2se/src/solaris/npt/npt_md.h 14 Nov 2007 07:51:06 -0000 1.2
--------------------------
Patching file j2se/src/solaris/npt/npt_md.h using Plan A...
Hunk #1 succeeded at 14.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: j2se/src/solaris/transport/socket/socket_md.c
|===================================================================
|RCS file: /var/jcvs/javasrc_1_6_jrl/j2se/src/solaris/transport/socket/socket_md.c,v
|retrieving revision 1.1.1.2
|retrieving revision 1.2
|diff -u -r1.1.1.2 -r1.2
|--- j2se/src/solaris/transport/socket/socket_md.c 21 Jul 2006 17:31:30 -0000 1.1.1.2
|+++ j2se/src/solaris/transport/socket/socket_md.c 10 May 2007 03:24:51 -0000 1.2
--------------------------
Patching file j2se/src/solaris/transport/socket/socket_md.c using Plan A...
Hunk #1 succeeded at 18.
Hunk #2 succeeded at 265.
done
===> Applying FreeBSD patches for jdk-1.6.0.3p4_1
===> jdk-1.6.0.3p4_1 depends on executable: zip - found
===> jdk-1.6.0.3p4_1 depends on executable: unzip - found
===> jdk-1.6.0.3p4_1 depends on file: /usr/local/lib/libXm.so - not found
===> Verifying install for /usr/local/lib/libXm.so in /usr/ports/x11-toolkits/open-motif
===> Extracting for open-motif-2.2.3_5
=> MD5 Checksum OK for openmotif/openMotif-2.2.3.tar.gz.
=> SHA256 Checksum OK for openmotif/openMotif-2.2.3.tar.gz.
===> Patching for open-motif-2.2.3_5
===> Applying FreeBSD patches for open-motif-2.2.3_5
===> open-motif-2.2.3_5 depends on executable: gmake - found
===> open-motif-2.2.3_5 depends on file: /usr/local/libdata/pkgconfig/xaw8.pc - not found
===> Verifying install for /usr/local/libdata/pkgconfig/xaw8.pc in /usr/ports/x11-toolkits/libXaw
===> Extracting for libXaw-1.0.4_1,1
=> MD5 Checksum OK for xorg/lib/libXaw-1.0.4.tar.bz2.
=> SHA256 Checksum OK for xorg/lib/libXaw-1.0.4.tar.bz2.
===> Patching for libXaw-1.0.4_1,1
===> libXaw-1.0.4_1,1 depends on file: /usr/local/libdata/pkgconfig/printproto.pc - found
===> libXaw-1.0.4_1,1 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found
===> libXaw-1.0.4_1,1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===> libXaw-1.0.4_1,1 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found
===> libXaw-1.0.4_1,1 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found
===> libXaw-1.0.4_1,1 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - not found
===> Verifying install for /usr/local/libdata/pkgconfig/xmu.pc in /usr/ports/x11-toolkits/libXmu
===> Extracting for libXmu-1.0.3,1
=> MD5 Checksum OK for xorg/lib/libXmu-1.0.3.tar.bz2.
=> SHA256 Checksum OK for xorg/lib/libXmu-1.0.3.tar.bz2.
===> Patching for libXmu-1.0.3,1
===> libXmu-1.0.3,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found
===> libXmu-1.0.3,1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===> libXmu-1.0.3,1 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found
===> libXmu-1.0.3,1 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found
===> libXmu-1.0.3,1 depends on executable: pkg-config - found
===> Configuring for libXmu-1.0.3,1
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
test: x: unexpected operator
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-portbld-freebsd6.2
checking host system type... i386-portbld-freebsd6.2
checking for style of include used by make... GNU
checking for i386-portbld-freebsd6.2-gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for i386-portbld-freebsd6.2-g77... no
checking for i386-portbld-freebsd6.2-f77... no
checking for i386-portbld-freebsd6.2-xlf... no
checking for i386-portbld-freebsd6.2-frt... no
checking for i386-portbld-freebsd6.2-pgf77... no
checking for i386-portbld-freebsd6.2-cf77... no
checking for i386-portbld-freebsd6.2-fort77... no
checking for i386-portbld-freebsd6.2-fl32... no
checking for i386-portbld-freebsd6.2-af77... no
checking for i386-portbld-freebsd6.2-f90... no
checking for i386-portbld-freebsd6.2-xlf90... no
checking for i386-portbld-freebsd6.2-pgf90... no
checking for i386-portbld-freebsd6.2-pghpf... no
checking for i386-portbld-freebsd6.2-epcf90... no
checking for i386-portbld-freebsd6.2-gfortran... no
checking for i386-portbld-freebsd6.2-g95... no
checking for i386-portbld-freebsd6.2-f95... no
checking for i386-portbld-freebsd6.2-fort... no
checking for i386-portbld-freebsd6.2-xlf95... no
checking for i386-portbld-freebsd6.2-ifort... no
checking for i386-portbld-freebsd6.2-ifc... no
checking for i386-portbld-freebsd6.2-efc... no
checking for i386-portbld-freebsd6.2-pgf95... no
checking for i386-portbld-freebsd6.2-lf95... no
checking for i386-portbld-freebsd6.2-ftn... no
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for i386-portbld-freebsd6.2-ar... no
checking for ar... ar
checking for i386-portbld-freebsd6.2-ranlib... no
checking for ranlib... ranlib
checking for i386-portbld-freebsd6.2-strip... no
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd6.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.2 ld.so
checking how to hardcode library paths into programs... immediate
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... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 static flag -static works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.2 ld.so
checking how to hardcode library paths into programs... immediate
checking for i386-portbld-freebsd6.2-gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking for i386-portbld-freebsd6.2-pkg-config... no
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XMU... yes
checking for XMUU... yes
checking return type of signal handlers... void
checking if Xtrans should support UNIX socket connections... yes
checking if Xtrans should support TCP socket connections... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for getaddrinfo... yes
checking if IPv6 support should be built... yes
checking for struct sockaddr_in.sin_len... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating xmu.pc
config.status: creating xmuu.pc
config.status: creating config.h
config.status: executing depfiles commands
===> Building for libXmu-1.0.3,1
make all-recursive
Making all in include
Making all in src
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT ClientWin.lo -MD -MP -MF ".deps/ClientWin.Tpo" -c -o ClientWin.lo ClientWin.c; then mv -f ".deps/ClientWin.Tpo" ".deps/ClientWin.Plo"; else rm -f ".deps/ClientWin.Tpo"; exit 1; fi
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT ClientWin.lo -MD -MP -MF .deps/ClientWin.Tpo -c ClientWin.c -fPIC -DPIC -o .libs/ClientWin.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT ClientWin.lo -MD -MP -MF .deps/ClientWin.Tpo -c ClientWin.c -o ClientWin.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT CursorName.lo -MD -MP -MF ".deps/CursorName.Tpo" -c -o CursorName.lo CursorName.c; then mv -f ".deps/CursorName.Tpo" ".deps/CursorName.Plo"; else rm -f ".deps/CursorName.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT CursorName.lo -MD -MP -MF .deps/CursorName.Tpo -c CursorName.c -fPIC -DPIC -o .libs/CursorName.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT CursorName.lo -MD -MP -MF .deps/CursorName.Tpo -c CursorName.c -o CursorName.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT DefErrMsg.lo -MD -MP -MF ".deps/DefErrMsg.Tpo" -c -o DefErrMsg.lo DefErrMsg.c; then mv -f ".deps/DefErrMsg.Tpo" ".deps/DefErrMsg.Plo"; else rm -f ".deps/DefErrMsg.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT DefErrMsg.lo -MD -MP -MF .deps/DefErrMsg.Tpo -c DefErrMsg.c -fPIC -DPIC -o .libs/DefErrMsg.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT DefErrMsg.lo -MD -MP -MF .deps/DefErrMsg.Tpo -c DefErrMsg.c -o DefErrMsg.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT GetHost.lo -MD -MP -MF ".deps/GetHost.Tpo" -c -o GetHost.lo GetHost.c; then mv -f ".deps/GetHost.Tpo" ".deps/GetHost.Plo"; else rm -f ".deps/GetHost.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT GetHost.lo -MD -MP -MF .deps/GetHost.Tpo -c GetHost.c -fPIC -DPIC -o .libs/GetHost.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT GetHost.lo -MD -MP -MF .deps/GetHost.Tpo -c GetHost.c -o GetHost.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT Lower.lo -MD -MP -MF ".deps/Lower.Tpo" -c -o Lower.lo Lower.c; then mv -f ".deps/Lower.Tpo" ".deps/Lower.Plo"; else rm -f ".deps/Lower.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT Lower.lo -MD -MP -MF .deps/Lower.Tpo -c Lower.c -fPIC -DPIC -o .libs/Lower.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT Lower.lo -MD -MP -MF .deps/Lower.Tpo -c Lower.c -o Lower.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT AllCmap.lo -MD -MP -MF ".deps/AllCmap.Tpo" -c -o AllCmap.lo AllCmap.c; then mv -f ".deps/AllCmap.Tpo" ".deps/AllCmap.Plo"; else rm -f ".deps/AllCmap.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT AllCmap.lo -MD -MP -MF .deps/AllCmap.Tpo -c AllCmap.c -fPIC -DPIC -o .libs/AllCmap.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT AllCmap.lo -MD -MP -MF .deps/AllCmap.Tpo -c AllCmap.c -o AllCmap.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT Atoms.lo -MD -MP -MF ".deps/Atoms.Tpo" -c -o Atoms.lo Atoms.c; then mv -f ".deps/Atoms.Tpo" ".deps/Atoms.Plo"; else rm -f ".deps/Atoms.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT Atoms.lo -MD -MP -MF .deps/Atoms.Tpo -c Atoms.c -fPIC -DPIC -o .libs/Atoms.o
Atoms.c:46:27: X11/Intrinsic.h: No such file or directory
In file included from Atoms.c:47:
../include/X11/Xmu/Atoms.h:96: error: syntax error before '*' token
../include/X11/Xmu/Atoms.h:100: error: syntax error before "XmuInternAtom"
../include/X11/Xmu/Atoms.h:102: error: syntax error before '*' token
../include/X11/Xmu/Atoms.h:104: warning: data definition has no type or storage class
../include/X11/Xmu/Atoms.h:108: error: syntax error before '*' token
Atoms.c:51: error: syntax error before "Display"
Atoms.c:76: error: `NULL' undeclared here (not in a function)
Atoms.c:76: error: initializer element is not constant
Atoms.c:76: error: (near initialization for `__XA_ATOM_PAIR.head')
Atoms.c:77: error: initializer element is not constant
Atoms.c:77: error: (near initialization for `__XA_CHARACTER_POSITION.head')
Atoms.c:78: error: initializer element is not constant
Atoms.c:78: error: (near initialization for `__XA_CLASS.head')
Atoms.c:79: error: initializer element is not constant
Atoms.c:79: error: (near initialization for `__XA_CLIENT_WINDOW.head')
Atoms.c:80: error: initializer element is not constant
Atoms.c:80: error: (near initialization for `__XA_CLIPBOARD.head')
Atoms.c:81: error: initializer element is not constant
Atoms.c:81: error: (near initialization for `__XA_COMPOUND_TEXT.head')
Atoms.c:82: error: initializer element is not constant
Atoms.c:82: error: (near initialization for `__XA_DECNET_ADDRESS.head')
Atoms.c:83: error: initializer element is not constant
Atoms.c:83: error: (near initialization for `__XA_DELETE.head')
Atoms.c:84: error: initializer element is not constant
Atoms.c:84: error: (near initialization for `__XA_FILENAME.head')
Atoms.c:85: error: initializer element is not constant
Atoms.c:85: error: (near initialization for `__XA_HOSTNAME.head')
Atoms.c:86: error: initializer element is not constant
Atoms.c:86: error: (near initialization for `__XA_IP_ADDRESS.head')
Atoms.c:87: error: initializer element is not constant
Atoms.c:87: error: (near initialization for `__XA_LENGTH.head')
Atoms.c:88: error: initializer element is not constant
Atoms.c:88: error: (near initialization for `__XA_LIST_LENGTH.head')
Atoms.c:89: error: initializer element is not constant
Atoms.c:89: error: (near initialization for `__XA_NAME.head')
Atoms.c:90: error: initializer element is not constant
Atoms.c:90: error: (near initialization for `__XA_NET_ADDRESS.head')
Atoms.c:91: error: initializer element is not constant
Atoms.c:91: error: (near initialization for `__XA_NULL.head')
Atoms.c:92: error: initializer element is not constant
Atoms.c:92: error: (near initialization for `__XA_OWNER_OS.head')
Atoms.c:93: error: initializer element is not constant
Atoms.c:93: error: (near initialization for `__XA_SPAN.head')
Atoms.c:94: error: initializer element is not constant
Atoms.c:94: error: (near initialization for `__XA_TARGETS.head')
Atoms.c:95: error: initializer element is not constant
Atoms.c:95: error: (near initialization for `__XA_TEXT.head')
Atoms.c:96: error: initializer element is not constant
Atoms.c:96: error: (near initialization for `__XA_TIMESTAMP.head')
Atoms.c:97: error: initializer element is not constant
Atoms.c:97: error: (near initialization for `__XA_USER.head')
Atoms.c:98: error: initializer element is not constant
Atoms.c:98: error: (near initialization for `__XA_UTF8_STRING.head')
Atoms.c: In function `XmuMakeAtom':
Atoms.c:110: error: syntax error before "struct"
Atoms.c: At top level:
Atoms.c:124: error: syntax error before "XmuInternAtom"
Atoms.c:124: error: syntax error before '*' token
Atoms.c: In function `XmuInternAtom':
Atoms.c:127: error: `atom_ptr' undeclared (first use in this function)
Atoms.c:127: error: (Each undeclared identifier is reported only once
Atoms.c:127: error: for each function it appears in.)
Atoms.c:129: error: structure has no member named `dpy'
Atoms.c:129: error: `d' undeclared (first use in this function)
Atoms.c:130: error: structure has no member named `atom'
Atoms.c:132: error: syntax error before "DisplayRec"
Atoms.c:135: error: structure has no member named `dpy'
Atoms.c:136: error: structure has no member named `atom'
Atoms.c:136: error: `False' undeclared (first use in this function)
Atoms.c:137: error: structure has no member named `atom'
Atoms.c: At top level:
Atoms.c:142: error: syntax error before '*' token
Atoms.c: In function `XmuGetAtomName':
Atoms.c:144: error: `atom' undeclared (first use in this function)
Atoms.c:145: error: `d' undeclared (first use in this function)
Atoms.c:145: warning: return makes pointer from integer without a cast
Atoms.c: At top level:
Atoms.c:150: error: syntax error before '*' token
Atoms.c: In function `XmuInternStrings':
Atoms.c:153: error: `d' undeclared (first use in this function)
Atoms.c:153: error: `names' undeclared (first use in this function)
Atoms.c:153: error: `count' undeclared (first use in this function)
Atoms.c:153: error: `FALSE' undeclared (first use in this function)
Atoms.c:153: error: `atoms' undeclared (first use in this function)
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3/src.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXaw.
*** Error code 1

Stop in /usr/ports/x11-toolkits/open-motif.
*** Error code 1

Stop in /usr/ports/java/jdk16.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 08 май 2008, 19:44 
Не в сети
Клиент

Зарегистрирован: 12 фев 2008, 18:10
Сообщения: 3951
Карма: 249
max писал(а):
сделал всё ка по инструкции, вот что пишет:

...

cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT Atoms.lo -MD -MP -MF .deps/Atoms.Tpo -c Atoms.c -fPIC -DPIC -o .libs/Atoms.o
Atoms.c:46:27: X11/Intrinsic.h: No such file or directory
In file included from Atoms.c:47:
../include/X11/Xmu/Atoms.h:96: error: syntax error before '*' token
../include/X11/Xmu/Atoms.h:100: error: syntax error before "XmuInternAtom"
../include/X11/Xmu/Atoms.h:102: error: syntax error before '*' token
../include/X11/Xmu/Atoms.h:104: warning: data definition has no type or storage class
../include/X11/Xmu/Atoms.h:108: error: syntax error before '*' token
Atoms.c:51: error: syntax error before "Display"
Atoms.c:76: error: `NULL' undeclared here (not in a function)
Atoms.c:76: error: initializer element is not constant
Atoms.c:76: error: (near initialization for `__XA_ATOM_PAIR.head')
Atoms.c:77: error: initializer element is not constant
Atoms.c:77: error: (near initialization for `__XA_CHARACTER_POSITION.head')
Atoms.c:78: error: initializer element is not constant
Atoms.c:78: error: (near initialization for `__XA_CLASS.head')
Atoms.c:79: error: initializer element is not constant
Atoms.c:79: error: (near initialization for `__XA_CLIENT_WINDOW.head')
Atoms.c:80: error: initializer element is not constant
Atoms.c:80: error: (near initialization for `__XA_CLIPBOARD.head')
Atoms.c:81: error: initializer element is not constant
Atoms.c:81: error: (near initialization for `__XA_COMPOUND_TEXT.head')
Atoms.c:82: error: initializer element is not constant
Atoms.c:82: error: (near initialization for `__XA_DECNET_ADDRESS.head')
Atoms.c:83: error: initializer element is not constant
Atoms.c:83: error: (near initialization for `__XA_DELETE.head')
Atoms.c:84: error: initializer element is not constant
Atoms.c:84: error: (near initialization for `__XA_FILENAME.head')
Atoms.c:85: error: initializer element is not constant
Atoms.c:85: error: (near initialization for `__XA_HOSTNAME.head')
Atoms.c:86: error: initializer element is not constant
Atoms.c:86: error: (near initialization for `__XA_IP_ADDRESS.head')
Atoms.c:87: error: initializer element is not constant
Atoms.c:87: error: (near initialization for `__XA_LENGTH.head')
Atoms.c:88: error: initializer element is not constant
Atoms.c:88: error: (near initialization for `__XA_LIST_LENGTH.head')
Atoms.c:89: error: initializer element is not constant
Atoms.c:89: error: (near initialization for `__XA_NAME.head')
Atoms.c:90: error: initializer element is not constant
Atoms.c:90: error: (near initialization for `__XA_NET_ADDRESS.head')
Atoms.c:91: error: initializer element is not constant
Atoms.c:91: error: (near initialization for `__XA_NULL.head')
Atoms.c:92: error: initializer element is not constant
Atoms.c:92: error: (near initialization for `__XA_OWNER_OS.head')
Atoms.c:93: error: initializer element is not constant
Atoms.c:93: error: (near initialization for `__XA_SPAN.head')
Atoms.c:94: error: initializer element is not constant
Atoms.c:94: error: (near initialization for `__XA_TARGETS.head')
Atoms.c:95: error: initializer element is not constant
Atoms.c:95: error: (near initialization for `__XA_TEXT.head')
Atoms.c:96: error: initializer element is not constant
Atoms.c:96: error: (near initialization for `__XA_TIMESTAMP.head')
Atoms.c:97: error: initializer element is not constant
Atoms.c:97: error: (near initialization for `__XA_USER.head')
Atoms.c:98: error: initializer element is not constant
Atoms.c:98: error: (near initialization for `__XA_UTF8_STRING.head')
Atoms.c: In function `XmuMakeAtom':
Atoms.c:110: error: syntax error before "struct"
Atoms.c: At top level:
Atoms.c:124: error: syntax error before "XmuInternAtom"
Atoms.c:124: error: syntax error before '*' token
Atoms.c: In function `XmuInternAtom':
Atoms.c:127: error: `atom_ptr' undeclared (first use in this function)
Atoms.c:127: error: (Each undeclared identifier is reported only once
Atoms.c:127: error: for each function it appears in.)
Atoms.c:129: error: structure has no member named `dpy'
Atoms.c:129: error: `d' undeclared (first use in this function)
Atoms.c:130: error: structure has no member named `atom'
Atoms.c:132: error: syntax error before "DisplayRec"
Atoms.c:135: error: structure has no member named `dpy'
Atoms.c:136: error: structure has no member named `atom'
Atoms.c:136: error: `False' undeclared (first use in this function)
Atoms.c:137: error: structure has no member named `atom'
Atoms.c: At top level:
Atoms.c:142: error: syntax error before '*' token
Atoms.c: In function `XmuGetAtomName':
Atoms.c:144: error: `atom' undeclared (first use in this function)
Atoms.c:145: error: `d' undeclared (first use in this function)
Atoms.c:145: warning: return makes pointer from integer without a cast
Atoms.c: At top level:
Atoms.c:150: error: syntax error before '*' token
Atoms.c: In function `XmuInternStrings':
Atoms.c:153: error: `d' undeclared (first use in this function)
Atoms.c:153: error: `names' undeclared (first use in this function)
Atoms.c:153: error: `count' undeclared (first use in this function)
Atoms.c:153: error: `FALSE' undeclared (first use in this function)
Atoms.c:153: error: `atoms' undeclared (first use in this function)
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3/src.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXaw.
*** Error code 1

Stop in /usr/ports/x11-toolkits/open-motif.
*** Error code 1

Stop in /usr/ports/java/jdk16.

меня ооочень смущает:
Код:
Atoms.c:46:27: X11/Intrinsic.h: No such file or directory

т.е. какого-то заголовка не нашлось и после этого пошло-поехало ... сделайте, пожалуйста:
Код:
cd /usr/ports
make clean

т.е. очистите все порты от результатов сборки (ждите, это длительный процесс) и потом соберите мотиф отдельно:
Код:
cd /usr/ports/x11-toolkits/open-motif
make install clean

если соберется, то тогда уже и за яву браться можно ;)


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 09 май 2008, 17:49 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 08 мар 2007, 20:44
Сообщения: 1570
Откуда: Челябинск
Карма: 18
snark писал(а):
max писал(а):
сделал всё ка по инструкции, вот что пишет:

...

cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include/X11/Xmu -D_THREAD_SAFE -I/usr/local/include -DBITMAPDIR="/usr/local/include/X11/bitmaps" -D_BSD_SOURCE -O2 -fno-strict-aliasing -pipe -MT Atoms.lo -MD -MP -MF .deps/Atoms.Tpo -c Atoms.c -fPIC -DPIC -o .libs/Atoms.o
Atoms.c:46:27: X11/Intrinsic.h: No such file or directory
In file included from Atoms.c:47:
../include/X11/Xmu/Atoms.h:96: error: syntax error before '*' token
../include/X11/Xmu/Atoms.h:100: error: syntax error before "XmuInternAtom"
../include/X11/Xmu/Atoms.h:102: error: syntax error before '*' token
../include/X11/Xmu/Atoms.h:104: warning: data definition has no type or storage class
../include/X11/Xmu/Atoms.h:108: error: syntax error before '*' token
Atoms.c:51: error: syntax error before "Display"
Atoms.c:76: error: `NULL' undeclared here (not in a function)
Atoms.c:76: error: initializer element is not constant
Atoms.c:76: error: (near initialization for `__XA_ATOM_PAIR.head')
Atoms.c:77: error: initializer element is not constant
Atoms.c:77: error: (near initialization for `__XA_CHARACTER_POSITION.head')
Atoms.c:78: error: initializer element is not constant
Atoms.c:78: error: (near initialization for `__XA_CLASS.head')
Atoms.c:79: error: initializer element is not constant
Atoms.c:79: error: (near initialization for `__XA_CLIENT_WINDOW.head')
Atoms.c:80: error: initializer element is not constant
Atoms.c:80: error: (near initialization for `__XA_CLIPBOARD.head')
Atoms.c:81: error: initializer element is not constant
Atoms.c:81: error: (near initialization for `__XA_COMPOUND_TEXT.head')
Atoms.c:82: error: initializer element is not constant
Atoms.c:82: error: (near initialization for `__XA_DECNET_ADDRESS.head')
Atoms.c:83: error: initializer element is not constant
Atoms.c:83: error: (near initialization for `__XA_DELETE.head')
Atoms.c:84: error: initializer element is not constant
Atoms.c:84: error: (near initialization for `__XA_FILENAME.head')
Atoms.c:85: error: initializer element is not constant
Atoms.c:85: error: (near initialization for `__XA_HOSTNAME.head')
Atoms.c:86: error: initializer element is not constant
Atoms.c:86: error: (near initialization for `__XA_IP_ADDRESS.head')
Atoms.c:87: error: initializer element is not constant
Atoms.c:87: error: (near initialization for `__XA_LENGTH.head')
Atoms.c:88: error: initializer element is not constant
Atoms.c:88: error: (near initialization for `__XA_LIST_LENGTH.head')
Atoms.c:89: error: initializer element is not constant
Atoms.c:89: error: (near initialization for `__XA_NAME.head')
Atoms.c:90: error: initializer element is not constant
Atoms.c:90: error: (near initialization for `__XA_NET_ADDRESS.head')
Atoms.c:91: error: initializer element is not constant
Atoms.c:91: error: (near initialization for `__XA_NULL.head')
Atoms.c:92: error: initializer element is not constant
Atoms.c:92: error: (near initialization for `__XA_OWNER_OS.head')
Atoms.c:93: error: initializer element is not constant
Atoms.c:93: error: (near initialization for `__XA_SPAN.head')
Atoms.c:94: error: initializer element is not constant
Atoms.c:94: error: (near initialization for `__XA_TARGETS.head')
Atoms.c:95: error: initializer element is not constant
Atoms.c:95: error: (near initialization for `__XA_TEXT.head')
Atoms.c:96: error: initializer element is not constant
Atoms.c:96: error: (near initialization for `__XA_TIMESTAMP.head')
Atoms.c:97: error: initializer element is not constant
Atoms.c:97: error: (near initialization for `__XA_USER.head')
Atoms.c:98: error: initializer element is not constant
Atoms.c:98: error: (near initialization for `__XA_UTF8_STRING.head')
Atoms.c: In function `XmuMakeAtom':
Atoms.c:110: error: syntax error before "struct"
Atoms.c: At top level:
Atoms.c:124: error: syntax error before "XmuInternAtom"
Atoms.c:124: error: syntax error before '*' token
Atoms.c: In function `XmuInternAtom':
Atoms.c:127: error: `atom_ptr' undeclared (first use in this function)
Atoms.c:127: error: (Each undeclared identifier is reported only once
Atoms.c:127: error: for each function it appears in.)
Atoms.c:129: error: structure has no member named `dpy'
Atoms.c:129: error: `d' undeclared (first use in this function)
Atoms.c:130: error: structure has no member named `atom'
Atoms.c:132: error: syntax error before "DisplayRec"
Atoms.c:135: error: structure has no member named `dpy'
Atoms.c:136: error: structure has no member named `atom'
Atoms.c:136: error: `False' undeclared (first use in this function)
Atoms.c:137: error: structure has no member named `atom'
Atoms.c: At top level:
Atoms.c:142: error: syntax error before '*' token
Atoms.c: In function `XmuGetAtomName':
Atoms.c:144: error: `atom' undeclared (first use in this function)
Atoms.c:145: error: `d' undeclared (first use in this function)
Atoms.c:145: warning: return makes pointer from integer without a cast
Atoms.c: At top level:
Atoms.c:150: error: syntax error before '*' token
Atoms.c: In function `XmuInternStrings':
Atoms.c:153: error: `d' undeclared (first use in this function)
Atoms.c:153: error: `names' undeclared (first use in this function)
Atoms.c:153: error: `count' undeclared (first use in this function)
Atoms.c:153: error: `FALSE' undeclared (first use in this function)
Atoms.c:153: error: `atoms' undeclared (first use in this function)
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3/src.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXaw.
*** Error code 1

Stop in /usr/ports/x11-toolkits/open-motif.
*** Error code 1

Stop in /usr/ports/java/jdk16.

меня ооочень смущает:
Код:
Atoms.c:46:27: X11/Intrinsic.h: No such file or directory

т.е. какого-то заголовка не нашлось и после этого пошло-поехало ... сделайте, пожалуйста:
Код:
cd /usr/ports
make clean

т.е. очистите все порты от результатов сборки (ждите, это длительный процесс) и потом соберите мотиф отдельно:
Код:
cd /usr/ports/x11-toolkits/open-motif
make install clean

если соберется, то тогда уже и за яву браться можно ;)

сделал всё как написано, однако результат тоже:
вот что выдало при попытке сборки этого долбанного мотифа:
Atoms.c:46:27: X11/Intrinsic.h: No such file or directory
In file included from Atoms.c:47:
../include/X11/Xmu/Atoms.h:96: error: syntax error before '*' token
../include/X11/Xmu/Atoms.h:100: error: syntax error before "XmuInternAtom"
../include/X11/Xmu/Atoms.h:102: error: syntax error before '*' token
../include/X11/Xmu/Atoms.h:104: warning: data definition has no type or storage class
../include/X11/Xmu/Atoms.h:108: error: syntax error before '*' token
Atoms.c:51: error: syntax error before "Display"
Atoms.c:76: error: `NULL' undeclared here (not in a function)
Atoms.c:76: error: initializer element is not constant
Atoms.c:76: error: (near initialization for `__XA_ATOM_PAIR.head')
Atoms.c:77: error: initializer element is not constant
Atoms.c:77: error: (near initialization for `__XA_CHARACTER_POSITION.head')
Atoms.c:78: error: initializer element is not constant
Atoms.c:78: error: (near initialization for `__XA_CLASS.head')
Atoms.c:79: error: initializer element is not constant
Atoms.c:79: error: (near initialization for `__XA_CLIENT_WINDOW.head')
Atoms.c:80: error: initializer element is not constant
Atoms.c:80: error: (near initialization for `__XA_CLIPBOARD.head')
Atoms.c:81: error: initializer element is not constant
Atoms.c:81: error: (near initialization for `__XA_COMPOUND_TEXT.head')
Atoms.c:82: error: initializer element is not constant
Atoms.c:82: error: (near initialization for `__XA_DECNET_ADDRESS.head')
Atoms.c:83: error: initializer element is not constant
Atoms.c:83: error: (near initialization for `__XA_DELETE.head')
Atoms.c:84: error: initializer element is not constant
Atoms.c:84: error: (near initialization for `__XA_FILENAME.head')
Atoms.c:85: error: initializer element is not constant
Atoms.c:85: error: (near initialization for `__XA_HOSTNAME.head')
Atoms.c:86: error: initializer element is not constant
Atoms.c:86: error: (near initialization for `__XA_IP_ADDRESS.head')
Atoms.c:87: error: initializer element is not constant
Atoms.c:87: error: (near initialization for `__XA_LENGTH.head')
Atoms.c:88: error: initializer element is not constant
Atoms.c:88: error: (near initialization for `__XA_LIST_LENGTH.head')
Atoms.c:89: error: initializer element is not constant
Atoms.c:89: error: (near initialization for `__XA_NAME.head')
Atoms.c:90: error: initializer element is not constant
Atoms.c:90: error: (near initialization for `__XA_NET_ADDRESS.head')
Atoms.c:91: error: initializer element is not constant
Atoms.c:91: error: (near initialization for `__XA_NULL.head')
Atoms.c:92: error: initializer element is not constant
Atoms.c:92: error: (near initialization for `__XA_OWNER_OS.head')
Atoms.c:93: error: initializer element is not constant
Atoms.c:93: error: (near initialization for `__XA_SPAN.head')
Atoms.c:94: error: initializer element is not constant
Atoms.c:94: error: (near initialization for `__XA_TARGETS.head')
Atoms.c:95: error: initializer element is not constant
Atoms.c:95: error: (near initialization for `__XA_TEXT.head')
Atoms.c:96: error: initializer element is not constant
Atoms.c:96: error: (near initialization for `__XA_TIMESTAMP.head')
Atoms.c:97: error: initializer element is not constant
Atoms.c:97: error: (near initialization for `__XA_USER.head')
Atoms.c:98: error: initializer element is not constant
Atoms.c:98: error: (near initialization for `__XA_UTF8_STRING.head')
Atoms.c: In function `XmuMakeAtom':
Atoms.c:110: error: syntax error before "struct"
Atoms.c: At top level:
Atoms.c:124: error: syntax error before "XmuInternAtom"
Atoms.c:124: error: syntax error before '*' token
Atoms.c: In function `XmuInternAtom':
Atoms.c:127: error: `atom_ptr' undeclared (first use in this function)
Atoms.c:127: error: (Each undeclared identifier is reported only once
Atoms.c:127: error: for each function it appears in.)
Atoms.c:129: error: structure has no member named `dpy'
Atoms.c:129: error: `d' undeclared (first use in this function)
Atoms.c:130: error: structure has no member named `atom'
Atoms.c:132: error: syntax error before "DisplayRec"
Atoms.c:135: error: structure has no member named `dpy'
Atoms.c:136: error: structure has no member named `atom'
Atoms.c:136: error: `False' undeclared (first use in this function)
Atoms.c:137: error: structure has no member named `atom'
Atoms.c: At top level:
Atoms.c:142: error: syntax error before '*' token
Atoms.c: In function `XmuGetAtomName':
Atoms.c:144: error: `atom' undeclared (first use in this function)
Atoms.c:145: error: `d' undeclared (first use in this function)
Atoms.c:145: warning: return makes pointer from integer without a cast
Atoms.c: At top level:
Atoms.c:150: error: syntax error before '*' token
Atoms.c: In function `XmuInternStrings':
Atoms.c:153: error: `d' undeclared (first use in this function)
Atoms.c:153: error: `names' undeclared (first use in this function)
Atoms.c:153: error: `count' undeclared (first use in this function)
Atoms.c:153: error: `FALSE' undeclared (first use in this function)
Atoms.c:153: error: `atoms' undeclared (first use in this function)
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3/src.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu/work/libXmu-1.0.3.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libXmu.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 09 май 2008, 17:52 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 08 мар 2007, 20:44
Сообщения: 1570
Откуда: Челябинск
Карма: 18
на сколько я могу понять не собирается порт libXmu, собственно вывод выше это попытка сборки данного порта...
вопрос лиж в том где взять этот файл: X11/Intrinsic.h так как из-за него всё то и стопорится....


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 12 май 2008, 15:35 
Не в сети
Клиент

Зарегистрирован: 12 фев 2008, 18:10
Сообщения: 3951
Карма: 249
max писал(а):
вопрос лиж в том где взять этот файл: X11/Intrinsic.h так как из-за него всё то и стопорится....
взять в аттаче и положить в /usr/local/include/X11, он там должен лежать
Код:
# ls -la /usr/local/include/X11 | grep Intrinsic.h
-r--r--r--   1 root  wheel   63493 May  1 15:13 Intrinsic.h

но это может быть лишь половиной решения, т.к. там (в /usr/local/include/X11) достаточно много заголовков ...

у Вас не установлены заголовки Х11, а вот почему - ХЗ ... система портов работает обычно всегда хорошо пока там кто-нить что-нить не навернет и тут видать есть только один выход - еще раз попробывать сапнуть порты, может эту багу уже починили ...

P.S. свой /etc/make.conf покажите


Вложения:
Комментарий к файлу: Intrinsic.h
Intrinsic.rar [9.53 КБ]
Скачиваний: 479
Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 13 май 2008, 15:13 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 08 мар 2007, 20:44
Сообщения: 1570
Откуда: Челябинск
Карма: 18
snark писал(а):
max писал(а):
вопрос лиж в том где взять этот файл: X11/Intrinsic.h так как из-за него всё то и стопорится....
взять в аттаче и положить в /usr/local/include/X11, он там должен лежать
Код:
# ls -la /usr/local/include/X11 | grep Intrinsic.h
-r--r--r--   1 root  wheel   63493 May  1 15:13 Intrinsic.h

но это может быть лишь половиной решения, т.к. там (в /usr/local/include/X11) достаточно много заголовков ...

у Вас не установлены заголовки Х11, а вот почему - ХЗ ... система портов работает обычно всегда хорошо пока там кто-нить что-нить не навернет и тут видать есть только один выход - еще раз попробывать сапнуть порты, может эту багу уже починили ...

P.S. свой /etc/make.conf покажите

ns1# cat /etc/make.conf
#CPUTYPE?= prescott
CFLAGS?= -O2 -pipe -fomit-frame-pointer
#CXXFLAGS+= -fconserve-space
COPTFLAGS?= -O2 -pipe -fomit-frame-pointer

NO_GAMES= yes
NO_PROFILE= yes
NO_SHAREDOCS= yes
MAKE_IDEA= yes

# COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8
#BOOT_COMCONSOLE_PORT= 0x3F8
#BOOT_COMCONSOLE_SPEED= 115200

SUP_UPDATE= yes
SUP= /usr/bin/csup
SUPFLAGS= -g -L 2
SUPHOST= cvsup3.FreeBSD.org
SUPFILE= /usr/local/etc/cvsup/stable-supfile
PORTSSUPFILE= /usr/local/etc/cvsup/ports-supfile
#DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile
NO_DOCUPDATE= yes

KERNCONF= SERVER
# list of ports you wish to rebuild every time the kernel is built
#PORTS_MODULES=

DOC_LANG= en_US.ISO8859-1 ru_RU.KOI8-R

# sendmail
# - SASL v2 support:
#SENDMAIL_CFLAGS+=-I/usr/local/include -DSASL=2
#SENDMAIL_LDFLAGS+=-L/usr/local/lib
#SENDMAIL_LDADD+=-lsasl2
# - Cyrus IMAP's smmapd support:
#SENDMAIL_CFLAGS+=-DSOCKETMAP
# - STARTTLS support:
#SENDMAIL_LDADD+=-lcrypto

#------------------------------------------------------------------------------
.if ${.CURDIR:M*/ports}
WITHOUT_IPV6=yes
WITHOUT_X11=yes
.endif

.if ${.CURDIR:M*/ports/converters/libiconv}
BATCH=yes
WITH_EXTRA_ENCODINGS=yes
WITHOUT_EXTRA_PATCHES=yes
.endif

.if ${.CURDIR:M*/ports/databases/mysql50-*}
BATCH=yes
PTHREAD_LIBS=-lthr
WITH_CHARSET=utf8
WITH_XCHARSET="cp1251 cp866 koi8r"
WITH_COLLATION=utf8_general_ci
BUILD_OPTIMIZED=yes
BUILD_STATIC=yes
.endif

.if ${.CURDIR:M*/ports/devel/gamin}
BATCH=yes
WITHOUT_GAM_POLLER=yes
.endif

.if ${.CURDIR:M*/ports/devel/glib20}
BATCH=yes
WITHOUT_COLLATION_FIX=yes
.endif

.if ${.CURDIR:M*/ports/devel/icu}
BATCH=yes
WITH_THREADS=yes
.endif

.if ${.CURDIR:M*/ports/java/diablo-jdk15}
BATCH=yes
WITH_TZUPDATE=yes
.endif

.if ${.CURDIR:M*/ports/java/jdk16}
BATCH=yes
WITHOUT_DEBUG=yes
WITHOUT_WEB=yes
WITH_POLICY=yes
WITH_TZUPDATE=yes
WITHOUT_JAIL=yes
.endif

.if ${.CURDIR:M*/ports/lang/perl5.8}
WITH_THREADS=yes
.endif

.if ${.CURDIR:M*/ports/lang/php5}
BATCH=yes
WITH_CLI=yes
WITH_CGI=yes
WITHOUT_APACHE=yes
WITHOUT_DEBUG=yes
WITH_SUHOSIN=yes
WITHOUT_MULTIBYTE=yes
WITHOUT_MAILHEAD=yes
WITH_REDIRECT=yes
WITH_DISCARD=yes
WITH_FASTCGI=yes
WITH_PATHINFO=yes
.endif

.if ${.CURDIR:M*/ports/lang/python*}
BATCH=yes
WITH_THREADS=yes
WITHOUT_HUGE_STACK_SIZE=yes
WITH_UCS4=yes
WITH_PYMALLOC=yes
WITHOUT_FPECTL=yes
.endif

.if ${.CURDIR:M*/ports/misc/mc}
BATCH=yes
WITHOUT_UTF8=yes
WITH_SLANG=yes
WITH_ICONV=yes
WITH_NLS=yes
WITH_EDIT=yes
WITH_SUBSHELL=yes
WITH_SAMBA=yes
.endif

.if ${.CURDIR:M*/ports/net-mgmt/flow-tools}
BATCH=yes
WITH_MYSQL=yes
.endif

.if ${.CURDIR:M*/ports/net/isc-dhcp3-server}
BATCH=yes
WITH_DHCP_PARANOIA=yes
WITH_DHCP_JAIL=yes
WITHOUT_DHCP_SOCKETS=yes
WITHOUT_DHCP_LDAP=yes
WITHOUT_DHCP_LDAP_SSL=yes
WITH_OPENSSL_BASE=yes
WITHOUT_OPENSSL_PORT=yes
WITHOUT_DHCP_LQ=yes
.endif

.if ${.CURDIR:M*/ports/net/samba3}
BATCH=yes
WITHOUT_LDAP=yes
WITHOUT_ADS=yes
WITHOUT_CUPS=yes
WITH_WINBIND=yes
WITH_ACL_SUPPORT=yes
WITHOUT_FAM_SUPPORT=yes
WITH_SYSLOG=yes
WITH_QUOTAS=yes
WITHOUT_UTMP=yes
WITH_MSDFS=yes
WITHOUT_PAM_SMBPASS=yes
WITHOUT_CLUSTER=yes
WITHOUT_DNSUPDATE=yes
WITHOUT_EXP_MODULES=yes
WITHOUT_POPT=yes
WITHOUT_MAX_DEBUG=yes
WITHOUT_SMBTORTURE=yes
.endif

.if ${.CURDIR:M*/ports/print/cups-base}
BATCH=yes
WITHOUT_GNUTLS=yes
WITHOUT_PHP=yes
WITHOUT_PYTHON=yes
WITHOUT_LIBPAPER=yes
WITHOUT_DNSSD=yes
WITHOUT_PAM=yes
WITHOUT_LDAP=yes
WITHOUT_DBUS=yes
WITHOUT_XDG_OPEN=yes
.endif

.if ${.CURDIR:M*/ports/www/nginx-devel}
BATCH=yes
NGINX_TMPDIR=/var/nginx
WITHOUT_DEBUG=yes
WITHOUT_GOOGLE_PERFTOOLS=yes
WITH_HTTP_MODULE=yes
WITHOUT_HTTP_ADDITION_MODULE=yes
WITHOUT_HTTP_DAV_MODULE=yes
WITHOUT_HTTP_FLV_MODULE=yes
WITHOUT_HTTP_PERL_MODULE=yes
WITHOUT_HTTP_REALIP_MODULE=yes
WITH_HTTP_REWRITE_MODULE=yes
WITHOUT_HTTP_SSL_MODULE=yes
WITH_HTTP_STATUS_MODULE=yes
WITH_HTTP_SUB_MODULE=yes
WITHOUT_MAIL_MODULE=yes
WITHOUT_MAIL_IMAP_MODULE=yes
WITHOUT_MAIL_POP3_MODULE=yes
WITHOUT_MAIL_SMTP_MODULE=yes
WITHOUT_MAIL_SSL_MODULE=yes
WITHOUT_WWW=yes
.endif


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 13 май 2008, 15:26 
Не в сети
Клиент

Зарегистрирован: 12 фев 2008, 18:10
Сообщения: 3951
Карма: 249
магия блин ... давайте в личку шелл доступ - будем решать ...


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 14 май 2008, 14:50 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 08 мар 2007, 20:44
Сообщения: 1570
Откуда: Челябинск
Карма: 18
snark писал(а):
магия блин ... давайте в личку шелл доступ - будем решать ...
написал в личку


Вернуться к началу
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: 26 май 2008, 10:38 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 08 мар 2007, 20:44
Сообщения: 1570
Откуда: Челябинск
Карма: 18
тем кому интересно:
победил путём следующей последовательности: установил FreeBSD 7.0 на сервер, обновил порты, залил то что попросила ява, и сделал мейк в порту!


Вернуться к началу
 Профиль  
 
Показать сообщения за:  Поле сортировки  
Начать новую тему Ответить на тему  [ Сообщений: 20 ] 

Часовой пояс: UTC + 5 часов [ Летнее время ]


Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
POWERED_BY
Русская поддержка phpBB
[ Time : 0.064s | 55 Queries | GZIP : On ]