Package Details: brlaser 6.2.7-1

Git Clone URL: https://aur.archlinux.org/brlaser.git (read-only, click to copy)
Package Base: brlaser
Description: Brother laser printer driver
Upstream URL: https://github.com/Owl-Maintain/brlaser
Licenses: GPL2
Submitter: arnottcr
Maintainer: zoof
Last Packager: zoof
Votes: 22
Popularity: 1.09
First Submitted: 2017-12-10 03:29 (UTC)
Last Updated: 2025-01-24 15:30 (UTC)

Latest Comments

1 2 Next › Last »

DownBackDad commented on 2025-04-30 23:21 (UTC)

@hcjl I'm seeing the build error on x86_64 as well. After digging into it, I found that the issue is due to CMake 4.0 changing the allowable values for specifying the minimum CMake version. I've created a pull request upstream:

https://github.com/Owl-Maintain/brlaser/pull/43

In the meantime, you can apply the following patch to get it working (tested and confirmed on my system):

diff -ura brlaser-6.2.7.orig/CMakeLists.txt brlaser-6.2.7.new/CMakeLists.txt
--- brlaser-6.2.7.orig/CMakeLists.txt
+++ brlaser-6.2.7.new/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.5)
 project(Owl-Maintain/brlaser CXX)
 set(BRLASER_VERSION "6.2.7")

If it works for others, maybe we could get this patch added to the current AUR package (until the next version - 6.2.8 - is released)?

Jzavrk commented on 2025-04-29 09:39 (UTC)

@silensys https://github.com/Owl-Maintain/brlaser/wiki/Installing-brlaser

I should have mentioned my sources, my apologies for disturbing you.

silensys commented on 2025-04-24 22:33 (UTC)

@Jzavrk there is no such thing on the wiki, please don't spread misleading information, thank you.

Jzavrk commented on 2025-04-22 21:47 (UTC) (edited on 2025-04-22 21:48 (UTC) by Jzavrk)

As mentioned in wiki:

Note to Packagers:

Please declare ghostscript as an explicit runtime dependency. This is essential for the proper functioning of brlaser and reduces user confusion if the package is missing from their system.

hcjl commented on 2025-04-08 12:45 (UTC)

Hey zoof, makepkg on armv7h aborts with the following error:


==> Making package: brlaser 6.2.7-1 (Tue Apr  8 14:40:39 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v6.2.7.tar.gz
==> Validating source files with sha512sums...
    v6.2.7.tar.gz ... Passed
==> Extracting sources...
  -> Extracting v6.2.7.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

cmake version is 4.0.0-1. The brlaser-git does not build as well. It would be great, if you could have a look at that.

Thx & Cheers, hcjl

thwright commented on 2023-07-25 04:39 (UTC)

As the main branch has been unresponsive for a while, we might want to consider updating this package to the following fork:

https://github.com/Owl-Maintain/brlaser

noahrinehart commented on 2023-06-29 18:29 (UTC)

With my Brother HL-L2320D printer, I received a CUPS state on a print job of "Unable to launch Ghostscript: gs: No such file or directory". Installing ghostscript "sudo pacman -S ghostscript" remediated this issue. Suggest potentially adding "ghostscript" as an optional source?

Xoloitzcuintli commented on 2023-05-10 02:16 (UTC)

I am able to get my Brother HL-L2370DW working with the HL-L2360D driver that was bundled with this. Works like a charm, thanks!

mattalxndr commented on 2022-09-09 16:20 (UTC)

The description is "CUPS driver for the Brother DCP-7065DN", but it should be "Driver for Brother laser printers" (source)

jschuster commented on 2021-01-30 20:44 (UTC)

If anyone (like me) is having problems where the printer silently fails to print, switching to the brlaser-git AUR package fixes it. The author of brlaser hasn't tagged a new release in a while, so the latest release (v6) doesn't include the commit https://github.com/pdewacht/brlaser/commit/9d7ddda8383bfc4d205b5e1b49de2b8bcd9137f1 that fixes this issue.

For Google-ability, I had this issue on a Brother HL-L2300D series printer.