Actions
Bug #2109
closedmake pkgsrc-create failure
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I've installed dfbsd from latest iso image and
cd /usr
make pkgsrc-create
downloads objects from git.dragonflybsd.org but git core dump while it
has to install files:
[Signal 10] and git.core in /usr/pkgsrc/ dir.
bt on gdb -c git.core git give as result a list of
#0 0x080fb3cb in mark_parents_uninteresting ()
#1 0x080fb3cb in mark_parents_uninteresting ()
...
#830 0x080fb3cb in mark_parents_uninteresting ()
Thank you in advance, \ferz
Updated by feivelda about 13 years ago
Find a solution in http://www.mail-
archive.com/users@crater.dragonflybsd.org/msg12348.html
First the make pkgsrc-create
Get the core dump
cd pkgsrc
git fetch (I had to do this twice, as the first crashed also)
git checkout master
Solved
make pkgsrc-update is working now
Actions