Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the ports build didi not finish properly error code 1 STOP #34

Closed
Liberxue opened this issue Jun 25, 2016 · 9 comments
Closed

the ports build didi not finish properly error code 1 STOP #34

Liberxue opened this issue Jun 25, 2016 · 9 comments

Comments

@Liberxue
Copy link

You are packing up and the port is not properly completed.'

error code 1

the ports build didi not finish properly error code 1 STOP

@fichtner
Copy link
Member

fichtner commented Jun 25, 2016

Hi there,

I think this is about https://forum.opnsense.org/index.php?topic=3236 ?

It's a little difficult to know why it failed if there is no trailing output for the ports build. It could be for any number of reasons...

The release version builds only work aligned, ideally all repos should be in sync in terms of their tagged release, e.g. 16.1.6, but core.git and src.git point to the next release, so you need to:

# cd /usr/core
# git checkout stable/16.1 && git pull
# cd /usr/src
# git checkout stable/16.1 && git pull

Then back to:

# cd /usr/tools
# make clean-base,kernel,packages
# make prefetch-base,kernel VERSION=16.1.16
# make ports
# make plugins
# make core
# make cdrom

Cheers,
Franco

@Liberxue
Copy link
Author

hi Franco
Or the wrong side of you can help me send a package of FreeBSD package opnsense virtual machine file package you thank me to download and install a lot of times to re install is also a failure

@fichtner
Copy link
Member

I'm not sure what you need? A VM disk image? If so, which disk size, which format?

@Liberxue
Copy link
Author

Yes I need to pack opnsense package file VM can send me a thank you

@fichtner
Copy link
Member

Which VM?

@Liberxue
Copy link
Author

Well, can you export a VM to send me

@Liberxue
Copy link
Author

Is the package VM opnsense virtual machine files can be shared with a cloud disk thank you

@fichtner
Copy link
Member

You will have to pick one below and drop me a line at franco AT opnsense DOT org

  • qcow: Qemu, KVM (legacy format)
  • qcow2: Qemu, KVM (not backwards-compatible)
  • raw: Unformatted (sector by sector)
  • vhd: VirtualPC, Hyper-V, Xen (dynamic size)
  • vhdf: Azure, VirtualPC, Hyper-V, Xen (fixed size)
  • vmdk: VMWare, VirtualBox (dynamic size)

@fichtner
Copy link
Member

Don't forget to send an email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants