Summary: | net-print/cnijfilter-3.80-r2::bar failed to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | destroyedlolo <l_faillie> |
Component: | Overlays | Assignee: | tokiclover <tokiclover> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | evert.gentoo, jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | cnijfilter-3.80-r2.ebuild.patch |
Description
destroyedlolo
2018-04-14 19:13:31 UTC
sent ping to him on github https://github.com/tokiclover/bar-overlay/issues/36 I've looked the other day and everything seems fine. The library are named with printer ID and this may confuse ld(1) when linking. The versioned library are symlinked to the library. So, it should work as before. I will look at it again when I have some free time. Sorry for the delay. Created attachment 575224 [details, diff] cnijfilter-3.80-r2.ebuild.patch Compilation for mg4200 fixed, see attachment for the patch. However, after using this patch, you will bumb into the same issue as bug #685038. I suggest you apply the attached ebuild patch and install the modified eclass/ecnij.eclass from bug #685038 or you will end up missing a lot of files. Note: I don't have a mg4200, I just wanted to try my modified eclass on a different cnijfilter version and my presumption appears to be true; the broken ecnij.eclass affects other cijfilter versions too. @Tokiclover: Can you apply the attached patch please and take a look into bug #685038. It will simply be a copy, patch & git commit ;-) @Tokiclover You may also want to take a look at cnijfilter-3.90-r2.ebuild According to README and maintenance/configure.in -PRINTER_MODEL=( "mx720" "mx920" "mx390" "mx450" "mx520" "e660" ) +PRINTER_MODEL=( "mx720" "mx920" "mx390" "mx450" "mx520" "e610" ) also cnijfilter-3.80-r2.ebuild: -PRINTER_MODEL=( "mp430" "mg2200" "e510" "mg3200" "mg4200" "ip7200" "mg5400" "mg6300" ) +PRINTER_MODEL=( "mp230" "mg2200" "e510" "mg3200" "mg4200" "ip7200" "mg5400" "mg6300" ) including the patch above: -PRINTER_ID=( "401" "402" "403" "405" "406" "407" "408" ) +PRINTER_ID=( "401" "402" "403" "404" "405" "406" "407" "408" ) |