DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 15th February 2009
Nk2Network Nk2Network is offline
Port Guard
 
Join Date: Jan 2009
Posts: 43
Default error installing gdbm-1.8.3p0

Hello

To install snort, I have always found that its better to install from PORTS instead of pre-compiled package.
so lets install it from ports here.

cd /usr/ports/net/snort
env FLAVOR="mysql flexresp" make install

the erreur install gdbm-1.8.3p0

PHP Code:
[/usr/sbin/pkg_addfatal issues in  installing gdbm-1.8.3p0
*** Error code 1

Stop in 
/usr/ports/databases/gdbm (line 1452 of /usr/ports/infrastructure/mk/bsd                                                                                                 .port.mk).
*** 
Error code 1

Stop in 
/usr/ports/lang/python/2.5 (line 1599 of /usr/ports/infrastructure/mk/bs                                                                                                 d.port.mk).
*** 
Error code 1

Stop in 
/usr/ports/lang/python/2.5 (line 1993 of /usr/ports/infrastructure/mk/bs                                                                                                 d.port.mk).
*** 
Error code 1

Stop in 
/usr/ports/lang/python/2.5 (line 1422 of /usr/ports/infrastructure/mk/bs                                                                                                 d.port.mk).
*** 
Error code 1

Stop in 
/usr/ports/lang/python/2.5 (line 1962 of /usr/ports/infrastructure/mk/bs                                                                                                 d.port.mk).
*** 
Error code 1

Stop in 
/usr/ports/lang/python/2.5 (line 1452 of /usr/ports/infrastructure/mk/bs                                                                                                 d.port.mk).
*** 
Error code 1

Stop in 
/usr/ports/net/libdnet (line 1599 of /usr/ports/infrastructure/mk/bsd.po                                                                                                 rt.mk).
*** 
Error code 1

Stop in 
/usr/ports/net/libdnet (line 1993 of /usr/ports/infrastructure/mk/bsd.po                                                                                                 rt.mk).
*** 
Error code 1

Stop in 
/usr/ports/net/libdnet (line 1422 of /usr/ports/infrastructure/mk/bsd.po                                                                                                 rt.mk).
*** 
Error code 1

Stop in 
/usr/ports/net/libdnet (line 1962 of /usr/ports/infrastructure/mk/bsd.po                                                                                                 rt.mk).
*** 
Error code 1

Stop in 
/usr/ports/net/libdnet (line 1452 of /usr/ports/infrastructure/mk/bsd.po                                                                                                 rt.mk).
*** 
Error code 1

Stop in 
/usr/ports/net/snort (line 1599 of /usr/ports/infrastructure/mk/bsd.port                                                                                                 .mk).
*** 
Error code 1

Stop in 
/usr/ports/net/snort (line 1993 of /usr/ports/infrastructure/mk/bsd.port                                                                                                 .mk).
*** 
Error code 1

Stop in 
/usr/ports/net/snort (line 1422 of /usr/ports/infrastructure/mk/bsd.port                                                                                                 .mk).
*** 
Error code 1

Stop in 
/usr/ports/net/snort (line 1962 of /usr/ports/infrastructure/mk/bsd.port                                                                                                 .mk).
*** 
Error code 1

Stop in 
/usr/ports/net/snort (line 1452 of /usr/ports/infrastructure/mk/bsd.port 
Reply With Quote
  #2   (View Single Post)  
Old 15th February 2009
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by Nk2Network View Post
the erreur install gdbm-1.8.3p0...
There is a very finicky relationship between the version of the OS installed & the version of the ports tree used -- both must match. Oddities in compilation may very well be due to a mismatch in versions which is discussed in Section 15.4.1 of the FAQ:

http://openbsd.org/faq/faq15.html#NoFun
Reply With Quote
  #3   (View Single Post)  
Old 15th February 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

I'm going to guess that we are missing the causative error. It appears the first message in your listing is already beyond it:
Code:
/usr/sbin/pkg_add: fatal issues in  installing gdbm-1.8.3p0
*** Error code 1
Please do not use [php] tags, use [code] tags instead.
Reply With Quote
  #4   (View Single Post)  
Old 15th February 2009
Nk2Network Nk2Network is offline
Port Guard
 
Join Date: Jan 2009
Posts: 43
Default

Hello

the error Attach Files
Attached Files
File Type: txt Nouveau Document texte.txt (7.7 KB, 55 views)
Reply With Quote
  #5   (View Single Post)  
Old 15th February 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

I have looked at your attachment. Note the first error:
Code:
Error: /dev/wd0a is not large enough (/var/db/pkg/gdbm-1.8.3p0/+DESC)
Error: /dev/wd0a is not large enough (/usr/local/include/gdbm.h)
Error: /dev/wd0a is not large enough (/usr/local/info/gdbm.info)
Error: ... more files do not fit on /dev/wd0a
This should be self-explanatory. If not, post the output of:
$ df -h
for additional assistance.
Reply With Quote
  #6   (View Single Post)  
Old 15th February 2009
Nk2Network Nk2Network is offline
Port Guard
 
Join Date: Jan 2009
Posts: 43
Default

Hello

tape the command df -h

Code:
# df -h
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/wd0a     1008M    973M  -14.6M   102%    /
#
Reply With Quote
  #7   (View Single Post)  
Old 15th February 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

You have a single, 1GB partition, which is Full. That is why gdbm will not install.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
installing openbsd bsdnewbie999 OpenBSD Installation and Upgrading 12 4th May 2009 11:55 AM
error while installing apache Nk2Network OpenBSD Packages and Ports 4 13th April 2009 08:45 PM
installing X11 hirohitosan FreeBSD Installation and Upgrading 3 25th June 2008 09:37 AM
Installing another HD Johnny2Bad FreeBSD Installation and Upgrading 4 20th May 2008 05:38 PM
Installing 4.2 on PowerMac G4 533 MHz grid17 OpenBSD Installation and Upgrading 1 15th May 2008 09:10 PM


All times are GMT. The time now is 06:07 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick