Bug 266764

Summary: [NEW PORT] devel/seer: fronted for gdb
Product: Ports & Packages Reporter: Martin Filla <freebsd>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: eduardo, grahamperrin
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/epasveer/seer#readme
Attachments:
Description Flags
seer.shar
none
seer.shar
none
seer.shar
none
seer.shar
none
seer.shar
none
seer.shar none

Description Martin Filla 2022-10-02 15:56:17 UTC
Created attachment 237018 [details]
seer.shar

Hi,
this is new port seer. Fronted (QT GUI) for gdb
I tested port in poudriere.

====> Running Q/A tests (stage-qa)
Warning: you may not need USES=desktop-file-utils
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)
=>> Checking for staging violations... done
=======================<phase: package        >============================
===>  Building package for seer-1.11
pkg-static: DEVELOPER_MODE: Notice: arch "FreeBSD:13:amd64" -- no architecture specific files found:
**** could this package use a wildcard architecture?
===========================================================================
=>> Recording filesystem state for preinst... done
=======================<phase: install        >============================
===>  Installing for seer-1.11
===>  Checking if seer is already installed
===>   Registering installation for seer-1.11
pkg-static: DEVELOPER_MODE: Notice: arch "FreeBSD:13:amd64" -- no architecture specific files found:
**** could this package use a wildcard architecture?
[freebsd13x64-default] Installing seer-1.11...
Building cache database of MIME types
===========================================================================
=>> Checking shared library dependencies
=======================<phase: deinstall      >============================
===>  Deinstalling for seer
===>   Deinstalling seer-1.11
Updating database digests format: .......... done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	seer: 1.11

Number of packages to be removed: 1
[freebsd13x64-default] [1/1] Deinstalling seer-1.11...
[freebsd13x64-default] [1/1] Deleting files for seer-1.11: ......... done
Building cache database of MIME types
===========================================================================
=>> Checking for extra files and directories
[00:03:30] Installing from package
[freebsd13x64-default] Installing seer-1.11...
[freebsd13x64-default] Extracting seer-1.11: ......... done
Building cache database of MIME types
[00:03:30] Cleaning up
===>  Cleaning for seer-1.11
[00:03:30] Deinstalling package
Updating database digests format: . done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	seer: 1.11

Number of packages to be removed: 1
[freebsd13x64-default] [1/1] Deinstalling seer-1.11...
[freebsd13x64-default] [1/1] Deleting files for seer-1.11: ......... done
Building cache database of MIME types
build of devel/seer | seer-1.11 ended at Sun Oct  2 17:54:05 CEST 2022
Comment 1 Martin Filla 2022-12-19 17:21:45 UTC
Created attachment 238926 [details]
seer.shar
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-12-24 16:45:11 UTC
From a quick view on shar file:

- missing LICENSE_FILE
- missing Seer binary 'seergdb' in plist
- isn't data (binaries, icons, desktop, etc) handled by cmake? Is it needed to instruct what and where to install?

Cheers
Comment 3 Martin Filla 2023-02-27 12:48:11 UTC
Created attachment 240443 [details]
seer.shar

Hi,
I added LICENSE_FILE, problem is with SRCWRK_SUBDIR
I have a problem with the bin file because it is in the .build folder and 
i don't know how to get to /usr/local/bin.
In cmake is not some instruction for install icons ...
Comment 4 Martin Filla 2023-03-05 21:47:55 UTC
Created attachment 240609 [details]
seer.shar
Comment 5 Martin Filla 2023-03-05 21:48:30 UTC
(In reply to Martin Filla from comment #3)
Problems fixed
Comment 6 Martin Filla 2023-03-06 10:15:46 UTC
Created attachment 240617 [details]
seer.shar

Added patches for gdb
Comment 7 Martin Filla 2023-03-06 16:55:07 UTC
Created attachment 240621 [details]
seer.shar

Fixed poudriere problem with qmake
Comment 8 Martin Filla 2024-03-29 16:01:19 UTC
ping ?
Comment 9 Nuno Teixeira freebsd_committer freebsd_triage 2024-03-30 11:28:37 UTC
Hello,

Port aready exists at devel/seer-gdb ( https://www.freshports.org/devel/seer-gdb/ ) created in 17 Aug 2023.

Thanks for your contribution.