pop-os / iso

Pop!_OS ISO production
Other
499 stars 65 forks source link

Dependencies in deps.sh incomplete #196

Closed zaphod80013 closed 6 years ago

zaphod80013 commented 6 years ago

Reporter info NAME="Pop!_OS" VERSION="17.10 (Artful Aardvark)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Pop!_OS 17.10 (Artful Aardvark)" VERSION_ID="17.10" HOME_URL="https://system76.com/pop" SUPPORT_URL="http://support.system76.com/" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=artful UBUNTU_CODENAME=artful

Issue/Bug Description

Despite running deps.sh the build is failing with:

# Copy isolinux files rm -rf "build/17.10/iso/isolinux" mkdir -p "build/17.10/iso/isolinux" cp /usr/lib/ISOLINUX/isolinux.bin "build/17.10/iso/isolinux/isolinux.bin" cp: cannot stat '/usr/lib/ISOLINUX/isolinux.bin': No such file or directory mk/iso.mk:98: recipe for target 'build/17.10/iso_data.tag' failed make: *** [build/17.10/iso_data.tag] Error 1

Steps to reproduce (if you know)

run deps.sh on machine without isolinux package installed. attempt to build pop-os

Expected behaviour

build succeeds

Other Notes

FYI: I actually ran into two issues, I installed pop-os from the flash drive distributed at the October launch party. Package mtools was reporting as installed (Don't know if it was already installed or installed by deps.sh) but pop-os build failed on program mformat missing some research showed that mformat should to be a link to mtools but mtools was also missing, I resolved the issue via removing and reinstalling the package.