Re: pkgsrc-update failes with core dumps

2011-08-23 Thread Pierre Abbat
On Tuesday 23 August 2011 08:47:36 Alex Hornung wrote:
> Stay with a quarterly if you want to be sure things work as intended.

I'm using 2011Q2 and I cannot get POV-Ray to build, and KDE4 is completely 
missing from the binaries. I got around POV-Ray by pulling the PNG library 
out of a snapshot. Firefox builds fine.

Once the packages are built, are the quarterlies updated to fix any package 
building bugs?

Pierre
-- 
li ze te'a ci vu'u ci bi'e te'a mu du
li ci su'i ze te'a mu bi'e vu'u ci


Re: pkgsrc-update failes with core dumps

2011-08-23 Thread Alex Hornung
Firefox needs some manual tweaking here and there; there's a NetBSD PR
about it. It boils down to us not having a buggy compiler and firefox
basically requiring a buggy compiler to build :)

XOrg pretty much always builds fine.

Stay with a quarterly if you want to be sure things work as intended.

Cheers,
Alex


On 23/08/11 14:41, Siju George wrote:
> On Tue, Aug 23, 2011 at 5:55 PM, Max Herrgard  wrote:
>> On 23 aug 2011, at 14.08, Siju George wrote:
>>> Should i use 2011Q1 or 2011Q2 ?
>>
>> 2011Q2
>>
>>> is orgin/master same as  origin/pkgsrc-2011Q2 ?
>>
>> No. master is pkgsrc-current, the development branch. 2011Q2 is the stable 
>> release branch.
>>
>>> This machine will be testing/learning bulk builds also I need to know
>>> what branch is best for my desktop :-)
>>
>> I'm using -current (the git master branch) myself.
>>
> 
> does xorg and firefox compile well in master?
> 
> Thanks
> 
> --Siju
> 


Re: pkgsrc-update failes with core dumps

2011-08-23 Thread Siju George
On Tue, Aug 23, 2011 at 5:55 PM, Max Herrgard  wrote:
> On 23 aug 2011, at 14.08, Siju George wrote:
>> Should i use 2011Q1 or 2011Q2 ?
>
> 2011Q2
>
>> is orgin/master same as  origin/pkgsrc-2011Q2 ?
>
> No. master is pkgsrc-current, the development branch. 2011Q2 is the stable 
> release branch.
>
>> This machine will be testing/learning bulk builds also I need to know
>> what branch is best for my desktop :-)
>
> I'm using -current (the git master branch) myself.
>

does xorg and firefox compile well in master?

Thanks

--Siju



Re: pkgsrc-update failes with core dumps

2011-08-23 Thread Max Herrgard
On 23 aug 2011, at 14.08, Siju George wrote:
> Should i use 2011Q1 or 2011Q2 ?

2011Q2

> is orgin/master same as  origin/pkgsrc-2011Q2 ?

No. master is pkgsrc-current, the development branch. 2011Q2 is the stable 
release branch.

> This machine will be testing/learning bulk builds also I need to know
> what branch is best for my desktop :-)

I'm using -current (the git master branch) myself.


Max


Re: pkgsrc-update failes with core dumps

2011-08-23 Thread Siju George
On Mon, Aug 22, 2011 at 2:26 PM, Ralf Schmitt  wrote:
> I just called git fetch and git checkout after the segfault.
>

Finally I got it working this way.

1) Installed from the 2.10 Release USB Image

It Did not detect my network card so I copied over latest source on a USB.
and complied to v2.11.0.586.ga700a-DEVELOPMENT

2) did make pkgsrc-create and it did everything well and now I am on

blk-build# git branch
  master
  pkgsrc-2010Q4
* pkgsrc-2011Q1

Should i use 2011Q1 or 2011Q2 ?

blk-build# git branch -r
  origin/dragonfly-2010Q3
  origin/dragonfly-master
  origin/master
  origin/pkgsrc-2010Q1
  origin/pkgsrc-2010Q2
  origin/pkgsrc-2010Q3
  origin/pkgsrc-2010Q4
  origin/pkgsrc-2011Q1
  origin/pkgsrc-2011Q2

is orgin/master same as  origin/pkgsrc-2011Q2 ?

This machine will be testing/learning bulk builds also I need to know
what branch is best for my desktop :-)

Thanks

--Siju


Re: pkgsrc-update failes with core dumps

2011-08-22 Thread Ralf Schmitt
Siju George  writes:

> I get the same error during pkgsrc-create.
> how do I make this git repository workable?

I just called git fetch and git checkout after the segfault.

-- 
Cheers
Ralf


Re: pkgsrc-update failes with core dumps

2011-08-19 Thread Siju George
On Sun, Jul 31, 2011 at 6:43 AM, Matthew Dillon
 wrote:
>
>    I think master currently has a VM issue somewhere (in software).  I'm
>    sometimes getting an internal compiler error when building the world,
>    too.
>

Is this fixed?
I get the same error during pkgsrc-create.
how do I make this git repository workable?

Thanks

--Siju



Re: pkgsrc-update failes with core dumps

2011-07-30 Thread Matthew Dillon
I think master currently has a VM issue somewhere (in software).  I'm
sometimes getting an internal compiler error when building the world,
too.

-Matt
Matthew Dillon 



Re: pkgsrc-update failes with core dumps

2011-07-30 Thread Mark Doe
John Smith wrote:

> Hrm .mayhaps running 'bash' instead of the default shell ? just guessin...

echo $SHELL
/bin/tcsh

As Alex suggested in IRC I am ignoring this for now and just downloading 
manually the pkgsrc tarball unsing this instead of git update.


Re: pkgsrc-update failes with core dumps

2011-07-30 Thread John Smith
Hrm .mayhaps running 'bash' instead of the default shell ? just guessin...


Re: pkgsrc-update failes with core dumps

2011-07-30 Thread Alex Hornung
Yah, happens quite often, not hardware related. Just try again and
again and eventually it works.

Haven't really looked into why it happens...

Cheers,
Alex

On 30 July 2011 18:12, Mark Doe  wrote:
> Hi,
>
> I am running a 2.11-DEVEL 64Bit dfBSD on an intel STBL Server Board with 8GB
> RAM. Server, Hardware, Disks, RAM and everything is brand new. Running with
> LINUX and NetBSD either didnt show any kind of problems.
>
> I can't get the pkgsrc with git and get 2 different errors (create checkout
> and just update).
>
> Any help is appreciated!
>
>
>
> Code:
>
> mkdir -p /usr/pkgsrc
> cd /usr/pkgsrc && git init
> Initialized empty Git repository in /usr/pkgsrc/.git/
> cd /usr/pkgsrc &&  git remote add origin
> git://git.dragonflybsd.org/pkgsrcv2.git
> cd /usr/pkgsrc && git fetch origin
> remote: Counting objects: 1608685, done.
> remote: Compressing objects: 100% (481721/481721), done.
> remote: Total 1608685 (delta 1129219), reused 1575226 (delta 1102729)
> Receiving objects: 100% (1608685/1608685), 477.66 MiB | 1.10 MiB/s, done.
> Resolving deltas: 100% (1129219/1129219), done.
> From git://git.dragonflybsd.org/pkgsrcv2
>  * [new branch]      dragonfly-2010Q3 -> origin/dragonfly-2010Q3
> *** Signal 10
>
> Stop in /usr.
> bash-4.2# make pkgsrc-create-repo
> If problems occur you may have to rm -rf pkgsrc and try again.
>
> mkdir -p /usr/pkgsrc
> cd /usr/pkgsrc && git init
> Reinitialized existing Git repository in /usr/pkgsrc/.git/
> cd /usr/pkgsrc &&  git remote add origin
> git://git.dragonflybsd.org/pkgsrcv2.git
> fatal: remote origin already exists.
> *** Error code 128
>
> Stop in /usr.
> bash-4.2# make pkgsrc-update
> cd /usr/pkgsrc && git pull
> From git://git.dragonflybsd.org/pkgsrcv2
>  * [new branch]      dragonfly-master -> origin/dragonfly-master
>  * [new branch]      master     -> origin/master
> Bus error (core dumped)
> *** Error code 1
>
> Stop in /usr
>



pkgsrc-update failes with core dumps

2011-07-30 Thread Mark Doe
Hi,

I am running a 2.11-DEVEL 64Bit dfBSD on an intel STBL Server Board with 8GB 
RAM. Server, Hardware, Disks, RAM and everything is brand new. Running with 
LINUX and NetBSD either didnt show any kind of problems.

I can't get the pkgsrc with git and get 2 different errors (create checkout 
and just update).

Any help is appreciated!



Code:

mkdir -p /usr/pkgsrc
cd /usr/pkgsrc && git init
Initialized empty Git repository in /usr/pkgsrc/.git/
cd /usr/pkgsrc &&  git remote add origin 
git://git.dragonflybsd.org/pkgsrcv2.git
cd /usr/pkgsrc && git fetch origin
remote: Counting objects: 1608685, done.
remote: Compressing objects: 100% (481721/481721), done.
remote: Total 1608685 (delta 1129219), reused 1575226 (delta 1102729)
Receiving objects: 100% (1608685/1608685), 477.66 MiB | 1.10 MiB/s, done.
Resolving deltas: 100% (1129219/1129219), done.
>From git://git.dragonflybsd.org/pkgsrcv2
 * [new branch]  dragonfly-2010Q3 -> origin/dragonfly-2010Q3
*** Signal 10

Stop in /usr.
bash-4.2# make pkgsrc-create-repo 
If problems occur you may have to rm -rf pkgsrc and try again.

mkdir -p /usr/pkgsrc
cd /usr/pkgsrc && git init
Reinitialized existing Git repository in /usr/pkgsrc/.git/
cd /usr/pkgsrc &&  git remote add origin 
git://git.dragonflybsd.org/pkgsrcv2.git
fatal: remote origin already exists.
*** Error code 128

Stop in /usr.
bash-4.2# make pkgsrc-update
cd /usr/pkgsrc && git pull
>From git://git.dragonflybsd.org/pkgsrcv2
 * [new branch]  dragonfly-master -> origin/dragonfly-master
 * [new branch]  master -> origin/master
Bus error (core dumped)
*** Error code 1

Stop in /usr