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

IPP-2.1.test does not exist #85

Closed
SerinitySW opened this issue Aug 1, 2024 · 5 comments
Closed

IPP-2.1.test does not exist #85

SerinitySW opened this issue Aug 1, 2024 · 5 comments
Assignees
Labels
bug Something isn't working priority-low
Milestone

Comments

@SerinitySW
Copy link

Describe the bug
It seems the git repo does not come with ipp-2.1.test, causing failure when running make install.

To Reproduce
Steps to reproduce the behavior:

  1. Clone libcups repo
  2. Run ./configure
  3. Run make
  4. Run make install

Expected behavior
ipp-2.1.test should ideally exist in the repo

System Information:

  • OS: Debian 12 Bookworm (Raspbian)
  • Browser Chrome and Firefox
  • Version v3.0b2

Additional context
I attempted to simply make a copy of ipp-2.0.test, renaming it to ipp-2.1.test to no avail. I am attempting to install this beta version of OpenPrinting's CUPS because I couldn't get ssl working at all (even with default files) on CUPS 2.5b1.

@SerinitySW
Copy link
Author

I managed to find examples/Makerfile and edited it to remove the lines:

lib-2.1.test
lib-2.2.test
ipp-backend.test
ipp-everywhere.test

Which allows make install to run successfully, however /etc/cups is missing and the WebUI is unavailable.

@michaelrsweet
Copy link
Member

Please note: the libcups repository only provides the CUPS library and "ipp" tools for a future set of CUPS servers (cupslocald and cupssharingd) in the other cups-xxx projects.

@michaelrsweet michaelrsweet self-assigned this Aug 1, 2024
@michaelrsweet michaelrsweet added bug Something isn't working priority-low labels Aug 1, 2024
@michaelrsweet michaelrsweet added this to the v3.0 milestone Aug 1, 2024
@michaelrsweet
Copy link
Member

Also, please report your SSL issues to the CUPS project since that will be the next stable version.

@milahu
Copy link

milahu commented Aug 16, 2024

version 6fe4c09 (3.0b2) fails with

======== install in examples ========
make[1]: Entering directory '/build/source/examples'
Installing sample ipptool files in /nix/store/hkvzza6c6zrfmmcl44p579r39rqw2riv-libcups-3.0b2/share/libcups3/ipptool...
install: ipp-2.1.test does not exist

version 7a8ff58 (151 commits after 3.0b2) fails with

checking for pdfio library... no, using embedded version

...

======== all in pdfio ========
make[1]: Entering directory '/build/source/pdfio'
make[1]: *** No rule to make target 'all'.  Stop.

@michaelrsweet
Copy link
Member

OK, I've restored and updated the IPP/2.x conformance (and related) files for the 3.0rc1 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-low
Projects
None yet
Development

No branches or pull requests

3 participants