Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P
pakcs
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • curry
  • pakcs
  • Issues
  • #3

Closed
Open
Opened Dec 23, 2016 by Mike Gabriel @mgaOwner

FTBFS in currytools/peval

When building pakcs for Debian, I get this build failure:

[...]
make[4]: Leaving directory '/<<PKGBUILDDIR>>/currytools/importcalls'
make[4]: Entering directory '/<<PKGBUILDDIR>>/currytools/optimize'
make[5]: Entering directory '/<<PKGBUILDDIR>>/currytools/optimize/binding_optimization'
rm -f /<<PKGBUILDDIR>>/currytools/optimize/bindingopt
ln -s /<<PKGBUILDDIR>>/currytools/optimize/binding_optimization/BindingOpt /<<PKGBUILDDIR>>/currytools/optimize/bindingopt
make[5]: Leaving directory '/<<PKGBUILDDIR>>/currytools/optimize/binding_optimization'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/currytools/optimize'
make[4]: Entering directory '/<<PKGBUILDDIR>>/currytools/peval'
/<<PKGBUILDDIR>>/bin/curry --noreadline :set -time :load peval :save :quit
cp: cannot create regular file '/sbuild-nonexistent/.pakcsrc': No such file or directory
pakcs-frontend: peval.curry: hGetContents: invalid argument (invalid byte sequence)
ERROR occurred during parsing!
ERROR: no program loaded
Makefile:31: recipe for target 'peval' failed
make[4]: *** [peval] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/currytools/peval'
Makefile:30: recipe for target 'peval' failed
make[3]: *** [peval] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/currytools'
Makefile:189: recipe for target 'tools' failed
make[2]: *** [tools] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:106: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/share/cdbs/1/class/makefile.mk:103: recipe for target 'debian/stamp-makefile-install' failed
make: *** [debian/stamp-makefile-install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
--------------------------------------------------------------------------------

The location where it is failing, is this:

/<<PKGBUILDDIR>>/bin/curry --noreadline :set -time :load peval :save :quit
cp: cannot create regular file '/sbuild-nonexistent/.pakcsrc': No such file or directory
pakcs-frontend: peval.curry: hGetContents: invalid argument (invalid byte sequence)

The above build logs stems from a chrooted build, in a local build (with $HOME), I do not get the cp warning about .pakcsrc not being copied.

But the local build also fails with this error: pakcs-frontend: peval.curry: hGetContents: invalid argument (invalid byte sequence).

Any clue what might be causing this? The full build log is attached to this bug.

pakcs_1.14.1-1_amd64-2016-12-23T11_59_10Z.build

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: curry/pakcs#3