DaemonForums  

Go Back   DaemonForums > DaemonForums.org > News

News News regarding BSD and related.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 12th March 2011
fossala's Avatar
fossala fossala is offline
Real Name: David
Fdisk Soldier
 
Join Date: Feb 2011
Location: Cornwall, UK
Posts: 58
Default GhostBSD 2.0 Release.

GhostBSD 2.0 has been relased for x86 and amd64.

See http://ghostbsd.org/398/ghostbsd-2-0-beta-release/

Last edited by J65nko; 12th March 2011 at 09:35 PM. Reason: Url added
Reply With Quote
  #2   (View Single Post)  
Old 13th March 2011
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

How does GhostBSD differ from a standard FreeBSD (Other than having a bunch of packages pre-installed)?
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
  #3   (View Single Post)  
Old 13th March 2011
fossala's Avatar
fossala fossala is offline
Real Name: David
Fdisk Soldier
 
Join Date: Feb 2011
Location: Cornwall, UK
Posts: 58
Default

Its got bxPKG for its package management. http://bxpkg.bsdroot.lv/index.html apart from that I think it's just a pre-done FreeBSD with everything you don't want. Not my cup of tea.
Reply With Quote
  #4   (View Single Post)  
Old 13th March 2011
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

Quote:
Originally Posted by fossala View Post
Its got bxPKG for its package management. http://bxpkg.bsdroot.lv/index.html
I have tried it lately (ports-mgmt/bxpkg port), segfaults everytime I try to start it.
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote
  #5   (View Single Post)  
Old 13th March 2011
expl expl is offline
New User
 
Join Date: Mar 2011
Posts: 2
Default

Quote:
Originally Posted by vermaden View Post
I have tried it lately (ports-mgmt/bxpkg port), segfaults everytime I try to start it.
If you send me your coredump, I will make sure it will be fixed.
Reply With Quote
  #6   (View Single Post)  
Old 14th March 2011
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

Quote:
Originally Posted by expl View Post
If you send me your coredump, I will make sure it will be fixed.
Seems that it does not compile anymore:
Code:
/usr/ports/ports-mgmt/bxpkg # make
===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
=> 0.0.3_0.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://hg.bsdroot.lv/expl/bxpkg/archive/0.0.3_0.tar.bz2
fetch: http://hg.bsdroot.lv/expl/bxpkg/archive/0.0.3_0.tar.bz2: size unknown
fetch: http://hg.bsdroot.lv/expl/bxpkg/archive/0.0.3_0.tar.bz2: size of remote file is not known
0.0.3_0.tar.bz2                                        198 kB  148 kBps
===>  Extracting for bxpkg-0.0.3.0
=> SHA256 Checksum OK for 0.0.3_0.tar.bz2.
===>  Patching for bxpkg-0.0.3.0
===>   bxpkg-0.0.3.0 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   bxpkg-0.0.3.0 depends on file: /usr/local/bin/intltool-extract - found
===>   bxpkg-0.0.3.0 depends on executable: pkg-config - found
===>   bxpkg-0.0.3.0 depends on shared library: atk-1.0.0 - found
===>   bxpkg-0.0.3.0 depends on shared library: glib-2.0.0 - found
===>   bxpkg-0.0.3.0 depends on shared library: gtk-x11-2.0.0 - found
===>   bxpkg-0.0.3.0 depends on shared library: pango-1.0.0 - found
===>  Configuring for bxpkg-0.0.3.0
===>  Building for bxpkg-0.0.3.0
===> lib (all)
Warning: Object directory not changed from original /usr/ports/obj/usr/ports/ports-mgmt/bxpkg/work/bxpkg-0.0.3_0/lib
cc -O2 -pipe -fno-strict-aliasing  -I/usr/local/include -Wall -ggdb -std=iso9899:1999 -fstack-protector -Wno-pointer-sign -c pkg_db.c
cc -O2 -pipe -fno-strict-aliasing  -I/usr/local/include -Wall -ggdb -std=iso9899:1999 -fstack-protector -Wno-pointer-sign -c pkg.c
cc -O2 -pipe -fno-strict-aliasing  -I/usr/local/include -Wall -ggdb -std=iso9899:1999 -fstack-protector -Wno-pointer-sign -c pkg_file.c
cc -O2 -pipe -fno-strict-aliasing  -I/usr/local/include -Wall -ggdb -std=iso9899:1999 -fstack-protector -Wno-pointer-sign -c pkg_archive.c
cc -O2 -pipe -fno-strict-aliasing  -I/usr/local/include -Wall -ggdb -std=iso9899:1999 -fstack-protector -Wno-pointer-sign -c pkg_index.c
building static pkg library
ranlib libpkg.a
===> src (all)
Warning: Object directory not changed from original /usr/ports/obj/usr/ports/ports-mgmt/bxpkg/work/bxpkg-0.0.3_0/src
cc -O2 -pipe -fno-strict-aliasing  -ggdb -I../lib -I/usr/local/include `pkg-config --cflags gtk+-2.0` -std=iso9899:1999 -fstack-protector -Wno-pointer-sign -c main.c
cc -O2 -pipe -fno-strict-aliasing  -ggdb -I../lib -I/usr/local/include `pkg-config --cflags gtk+-2.0` -std=iso9899:1999 -fstack-protector -Wno-pointer-sign -c free.c
cc -O2 -pipe -fno-strict-aliasing  -ggdb -I../lib -I/usr/local/include `pkg-config --cflags gtk+-2.0` -std=iso9899:1999 -fstack-protector -Wno-pointer-sign -c misc.c
cc -O2 -pipe -fno-strict-aliasing  -ggdb -I../lib -I/usr/local/include `pkg-config --cflags gtk+-2.0` -std=iso9899:1999 -fstack-protector -Wno-pointer-sign -c main_window.c
main_window.c: In function 'xpkg_window_key_press_callback':
main_window.c:924: error: 'GDK_KEY_q' undeclared (first use in this function)
main_window.c:924: error: (Each undeclared identifier is reported only once
main_window.c:924: error: for each function it appears in.)
*** Error code 1

Stop in /usr/ports/obj/usr/ports/ports-mgmt/bxpkg/work/bxpkg-0.0.3_0/src.
*** Error code 1

Stop in /usr/ports/obj/usr/ports/ports-mgmt/bxpkg/work/bxpkg-0.0.3_0.
*** Error code 1

Stop in /usr/ports/ports-mgmt/bxpkg.
I propably need to update all packages in my system since they still are 8.1-RELEASE packages and my base system is 8.2-RELEASE already.
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote
  #7   (View Single Post)  
Old 14th March 2011
expl expl is offline
New User
 
Join Date: Mar 2011
Posts: 2
Default

You need to update your gtk20 to fix this.
Reply With Quote
  #8   (View Single Post)  
Old 15th March 2011
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

Quote:
Originally Posted by expl View Post
You need to update your gtk20 to fix this.
I will check that again when I update packages to 8.2-RELEASE 'state' maybe they will not even segfault then, thanks for help.
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote
Reply

Tags
ghostbsd release

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
FreeBSD FreeBSD 8.2-RELEASE Available J65nko News 0 24th February 2011 08:35 PM
FreeBSD Release Cycle for FreeBSD 8.1-RELEASE J65nko News 1 17th May 2010 05:53 PM
Git 1.7 release J65nko News 0 15th February 2010 06:12 PM
FreeBSD Beginning the 7.3-RELEASE release cycle... J65nko News 0 24th January 2010 04:07 PM
FreeBSD 6.2-RELEASE > 7.0-RELEASE Upgrade Marci FreeBSD Installation and Upgrading 2 23rd July 2008 02:10 PM


All times are GMT. The time now is 08:50 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