Bug #2109
make pkgsrc-create failure
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
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
Related todos
History
Updated by feivelda over 1 year 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